Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update ngrx monorepo to v18 (major) #1635

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 13, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@ngrx/effects 12.5.1 -> 18.1.1 age adoption passing confidence
@ngrx/entity 12.5.1 -> 18.1.1 age adoption passing confidence
@ngrx/store 12.5.1 -> 18.1.1 age adoption passing confidence

Release Notes

ngrx/platform (@​ngrx/effects)

v18.1.1

Compare Source

Bug Fixes

v18.1.0

Compare Source

Bug Fixes
Features

18.0.2 (2024-07-31)

Bug Fixes

18.0.1 (2024-06-27)

Bug Fixes
  • component-store: resolve issues in migration script to v18 (#​4403) (a15d53e)
  • effects: fix bugs in migration script to v18 (#​4402) (6ae4723)
  • eslint-plugin: only take return statement into account with no-multiple-actions-in-effects (#​4410) (c9c646c), closes #​4409
Features

18.0.1 (2024-06-27)

v18.0.2

Compare Source

Bug Fixes

v18.0.1

Compare Source

Bug Fixes
  • component-store: resolve issues in migration script to v18 (#​4403) (a15d53e)
  • effects: fix bugs in migration script to v18 (#​4402) (6ae4723)
  • eslint-plugin: only take return statement into account with no-multiple-actions-in-effects (#​4410) (c9c646c), closes #​4409
Features

v18.0.0

Compare Source

v17.2.0

Compare Source

Bug Fixes
Features

17.1.1 (2024-02-21)

Bug Fixes
Performance Improvements
  • signals: avoid creating unnecessary objects in excludeKeys (#​4240) (b90da9d)
  • signals: avoid unecessary observable conversions in rxMethod (#​4219) (fa45d92)

v17.1.1

Compare Source

Bug Fixes
Performance Improvements
  • signals: avoid creating unnecessary objects in excludeKeys (#​4240) (b90da9d)
  • signals: avoid unecessary observable conversions in rxMethod (#​4219) (fa45d92)

v17.1.0

Compare Source

Bug Fixes
Features

17.0.1 (2023-11-27)

Bug Fixes
  • signals: allow using signalStore and signalState in TS libs (#​4152) (ecc247c)
  • signals: define deep signals as configurable properties (#​4147) (890ca5b)

v17.0.1

Compare Source

Bug Fixes
  • signals: allow using signalStore and signalState in TS libs (#​4152) (ecc247c)
  • signals: define deep signals as configurable properties (#​4147) (890ca5b)

v17.0.0

Compare Source

Bug Fixes
Features
  • signals: provide ability to use interface as state type (#​4133) (9c8304a)

v16.3.0

Compare Source

Bug Fixes
Features

v16.2.0

Compare Source

Bug Fixes
  • data: make DataServiceError extend from Error (#​3988) (0b98a65)
  • effects: register functional effects from object without prototype (#​3984) (1879cc9), closes #​3972
  • eslint-plugin: fix prefer-contact-latest-from rule to detect inject (#​3946) (2efd805)
  • eslint-plugin: prefix-selectors-with-select suggestion (#​3959) (27f09df)
  • eslint-plugin: support inject for no-typed-global-store rule (#​3951) (d3e84d8)
  • eslint-plugin: support inject for use-consistent-global-store-name rule (#​3983) (caa74ff)
  • store-devtools: resolve memory leak when devtools are destroyed (#​3965) (644f0b6)
Features
  • eslint-plugin: include docs URL in lint message (#​3944) (a1576de)
  • schematics: add entity generation as part of feature schematic (#​3850) (19ebb0a)
  • store-devtools: provide the ability to connect extension outside of Angular zone (#​3970) (1ee80e5), closes #​3839

v16.1.0

Compare Source

Bug Fixes
  • eslint: fix inject function based injection not detecting store (#​3936) (8a5884d), closes #​3834
  • eslint: updater-explicit-return-type not applied when inheritance (#​3928) (41a5076)
Features
  • component-store: added custom equal option in select (#​3933) (c4b5cc5)

16.0.1 (2023-06-01)

Bug Fixes

v16.0.1

Compare Source

Bug Fixes

v16.0.0

Compare Source

Bug Fixes
Features

v15.4.0

Compare Source

Bug Fixes
Features

v15.3.0

Compare Source

Bug Fixes
  • store: support using factory selectors as extra selectors (#​3767) (f4714c3)
Features

15.2.1 (2023-01-26)

v15.2.1

Compare Source

v15.2.0

Compare Source

Features

v15.1.0

Compare Source

Bug Fixes
Features

v15.0.0

Compare Source

Features

v14.3.3

Compare Source

v14.3.2

Compare Source

Bug Fixes

v14.3.1

Compare Source

Bug Fixes

v14.3.0

Compare Source

Features

v14.2.0

Compare Source

Bug Fixes
  • component-store: make synchronous updater errors catchable (#​3490) (1a906fd)
  • component-store: move isInitialized check to queueScheduler context on state update (#​3492) (53636e4), closes #​2991
Features

v14.1.0

Compare Source

Bug Fixes
  • eslint-plugin: allow sequential dispatches in a different block context (#​3515) (faf446f), closes #​3513
  • eslint-plugin: Remove the md suffix from the docsUrl path (#​3518) (71d4d4b)
  • store: improve error for forbidden characters in createActionGroup (#​3496) (398fbed)
Features
Performance Improvements
  • component: do not schedule render for synchronous events (#​3487) (bb9071c)

14.0.2 (2022-07-12)

Bug Fixes

14.0.1 (2022-06-29)

Bug Fixes

v14.0.2

Compare Source

Bug Fixes

v14.0.1

Compare Source

Bug Fixes

v14.0.0

Compare Source

Bug Fixes
  • component: do not exclude falsy types from LetDirective's input type (#​3460) (7028adb)

v13.2.0

Compare Source

v13.1.0

Compare Source

Bug Fixes
  • component-store: memoization not working when passing selectors directly to select (#​3356) (38bce88)
  • entity: add default options to entity adapter when undefined is passed (#​3287) (17fe494)
  • store: add explicit overloads for createSelector (#​3354) (2f82101), closes #​3268
Features
  • data: add ability to configure trailing slashes (#​3357) (56aedfd)
  • store-devtools: add REDUX_DEVTOOLS_EXTENSION injection token to public API (#​3338) (b55b0e4)

13.0.2 (2021-12-07)

Bug Fixes

13.0.1 (2021-11-17)

Bug Fixes

v13.0.2

Compare Source

Bug Fixes

v13.0.1

Compare Source

Bug Fixes

v13.0.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Jun 13, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: @angular/[email protected]
npm ERR! node_modules/@angular/core
npm ERR!   @angular/core@"12.2.17" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer @angular/core@"^18.0.0" from @ngrx/[email protected]
npm ERR! node_modules/@ngrx/effects
npm ERR!   @ngrx/effects@"18.1.1" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2024-10-29T14_36_05_920Z-debug-0.log

@renovate renovate bot force-pushed the renovate/root/major-18-ngrx-monorepo branch from b3bfe80 to ef9da8b Compare June 27, 2024 16:43
@renovate renovate bot force-pushed the renovate/root/major-18-ngrx-monorepo branch from ef9da8b to 5333e27 Compare July 31, 2024 19:43
@renovate renovate bot force-pushed the renovate/root/major-18-ngrx-monorepo branch from 5333e27 to d050a80 Compare October 8, 2024 16:44
@renovate renovate bot force-pushed the renovate/root/major-18-ngrx-monorepo branch from d050a80 to 8bec471 Compare October 29, 2024 14:36
Copy link

codeclimate bot commented Oct 29, 2024

Code Climate has analyzed commit 8bec471 and detected 0 issues on this pull request.

View more on Code Climate.

@renovate renovate bot changed the title chore(deps): update ngrx monorepo to v18 (major) chore(deps): update dependency @ngrx/store to v18 Dec 8, 2024
@renovate renovate bot changed the title chore(deps): update dependency @ngrx/store to v18 chore(deps): update ngrx monorepo to v18 (major) Dec 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants