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

fix(deps): update ngrx monorepo to v18 (major) #1066

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 20, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@ngrx/effects 13.0.2 -> 18.0.2 age adoption passing confidence
@ngrx/entity 13.0.2 -> 18.0.2 age adoption passing confidence
@ngrx/router-store 13.0.2 -> 18.0.2 age adoption passing confidence
@ngrx/schematics 13.0.2 -> 18.0.2 age adoption passing confidence
@ngrx/store 13.0.2 -> 18.0.2 age adoption passing confidence
@ngrx/store-devtools 13.0.2 -> 18.0.2 age adoption passing confidence

Release Notes

ngrx/platform (@​ngrx/effects)

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

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.

@renovate renovate bot force-pushed the renovate/major-ngrx-monorepo branch from fe854ad to e9c21fb Compare June 29, 2022 16:14
@renovate renovate bot force-pushed the renovate/major-ngrx-monorepo branch 4 times, most recently from dbc7783 to f99854e Compare July 12, 2022 18:10
@renovate renovate bot force-pushed the renovate/major-ngrx-monorepo branch from f99854e to 139bbed Compare August 9, 2022 22:29
@renovate renovate bot force-pushed the renovate/major-ngrx-monorepo branch 2 times, most recently from 7ae9d74 to 8b3c0cc Compare August 25, 2022 20:49
@renovate renovate bot force-pushed the renovate/major-ngrx-monorepo branch from 8b3c0cc to b8aebcf Compare August 31, 2022 01:31
@renovate renovate bot force-pushed the renovate/major-ngrx-monorepo branch from b8aebcf to 3cd4221 Compare September 8, 2022 14:24
@renovate renovate bot force-pushed the renovate/major-ngrx-monorepo branch from 3cd4221 to cd23b9d Compare October 5, 2022 00:16
@renovate renovate bot force-pushed the renovate/major-ngrx-monorepo branch from cd23b9d to bec657d Compare March 17, 2023 05:59
@renovate renovate bot changed the title fix(deps): update ngrx monorepo to v14 (major) fix(deps): update ngrx monorepo to v15 (major) Mar 17, 2023
@renovate renovate bot force-pushed the renovate/major-ngrx-monorepo branch from bec657d to 6fc14de Compare April 17, 2023 11:05
@renovate renovate bot force-pushed the renovate/major-ngrx-monorepo branch from 6fc14de to ffc5c04 Compare May 15, 2023 01:47
@renovate renovate bot changed the title fix(deps): update ngrx monorepo to v15 (major) fix(deps): update ngrx monorepo to v16 (major) May 15, 2023
@renovate renovate bot force-pushed the renovate/major-ngrx-monorepo branch from ffc5c04 to da32403 Compare June 2, 2023 17:26
@renovate renovate bot force-pushed the renovate/major-ngrx-monorepo branch from da32403 to 2d55c06 Compare June 15, 2023 08:19
@renovate renovate bot force-pushed the renovate/major-ngrx-monorepo branch from 2d55c06 to d5289da Compare July 6, 2023 23:43
@renovate renovate bot force-pushed the renovate/major-ngrx-monorepo branch from d5289da to 030cb88 Compare August 7, 2023 14:06
@renovate renovate bot force-pushed the renovate/major-ngrx-monorepo branch 2 times, most recently from cbb10b7 to dd66878 Compare October 9, 2023 17:32
@renovate renovate bot force-pushed the renovate/major-ngrx-monorepo branch 2 times, most recently from a4adedd to e36693a Compare October 24, 2023 18:32
@renovate renovate bot changed the title fix(deps): update ngrx monorepo to v16 (major) fix(deps): update ngrx monorepo to v17 (major) Nov 20, 2023
@renovate renovate bot force-pushed the renovate/major-ngrx-monorepo branch from e36693a to 1f0541f Compare November 20, 2023 15:47
@renovate renovate bot force-pushed the renovate/major-ngrx-monorepo branch from 1f0541f to 9a312f6 Compare November 27, 2023 16:24
@renovate renovate bot force-pushed the renovate/major-ngrx-monorepo branch from 9a312f6 to e82137f Compare January 16, 2024 20:25
@renovate renovate bot force-pushed the renovate/major-ngrx-monorepo branch from e82137f to 22db0ba Compare February 21, 2024 19:00
@renovate renovate bot force-pushed the renovate/major-ngrx-monorepo branch from 22db0ba to 125dd72 Compare April 11, 2024 13:49
@renovate renovate bot force-pushed the renovate/major-ngrx-monorepo branch from 125dd72 to c68c76d Compare June 13, 2024 18:51
@renovate renovate bot changed the title fix(deps): update ngrx monorepo to v17 (major) fix(deps): update ngrx monorepo to v18 (major) Jun 13, 2024
@renovate renovate bot force-pushed the renovate/major-ngrx-monorepo branch from c68c76d to fb0f03c Compare June 27, 2024 17:04
@renovate renovate bot force-pushed the renovate/major-ngrx-monorepo branch from fb0f03c to 0a0fe87 Compare July 31, 2024 19:28
@renovate renovate bot force-pushed the renovate/major-ngrx-monorepo branch from 0a0fe87 to 2d0a58c Compare July 31, 2024 22:39
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