klangspektrum2
klangspektrum2 copied to clipboard
fix(deps): update ngrx monorepo to v15 (major)
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
@ngrx/effects | 9.2.0 -> 15.4.0 |
||||
@ngrx/entity | 9.2.0 -> 15.4.0 |
||||
@ngrx/router-store | 9.2.0 -> 15.4.0 |
||||
@ngrx/schematics | 9.2.0 -> 15.4.0 |
||||
@ngrx/store | 9.2.0 -> 15.4.0 |
||||
@ngrx/store-devtools | 9.2.0 -> 15.4.0 |
Release Notes
ngrx/platform
v15.4.0
Bug Fixes
- data: correctly handle HttpOptions when provided (#3795) (cbdf524), closes #3794
- eslint-plugin: ignore select name within createFeature (#3788) (b58f9a3), closes #3786
Features
- store: rename getMockStore to createMockStore (#3789) (6d615b3), closes #3781
- store: use createFeature in feature schematics (#3776) (9b3647f), closes #3741
v15.3.0
Bug Fixes
Features
15.2.1 (2023-01-26)
Features
- data: add loadWithQuery method (#3717) (06b97bf), closes #3088
- effects: add ability to create functional effects (#3669) (dd76c63), closes #3668
- router-store: add migration for getRouterSelectors (#3753) (a785331)
- router-store: rename getSelectors to getRouterSelectors (#3745) (7ad76b8), closes #3738
- store: add ability to create extra selectors with createFeature (#3744) (e4f873b), closes #3719
- store: add createFeature migration (#3759) (b3c5931)
- store: deprecate createFeature signature with root state (#3756) (ccb3b93), closes #3737
v15.2.1
Features
- data: add loadWithQuery method (#3717) (06b97bf), closes #3088
- effects: add ability to create functional effects (#3669) (dd76c63), closes #3668
- router-store: add migration for getRouterSelectors (#3753) (a785331)
- router-store: rename getSelectors to getRouterSelectors (#3745) (7ad76b8), closes #3738
- store: add ability to create extra selectors with createFeature (#3744) (e4f873b), closes #3719
- store: add createFeature migration (#3759) (b3c5931)
- store: deprecate createFeature signature with root state (#3756) (ccb3b93), closes #3737
v15.2.0
Features
- data: add loadWithQuery method (#3717) (06b97bf), closes #3088
- effects: add ability to create functional effects (#3669) (dd76c63), closes #3668
- router-store: add migration for getRouterSelectors (#3753) (a785331)
- router-store: rename getSelectors to getRouterSelectors (#3745) (7ad76b8), closes #3738
- store: add ability to create extra selectors with createFeature (#3744) (e4f873b), closes #3719
- store: deprecate createFeature signature with root state (#3756) (ccb3b93), closes #3737
v15.1.0
Bug Fixes
- component-store: revert throwError usages with factory for RxJS 6 compatibility (726dfb7)
- data: revert throwError usages with factory for RxJS 6 compatibility (a137b59), closes #3702
- eslint-plugin: remove @angular-devkit/schematics dependency (#3710) (f0ae915), closes #3709
- schematics: disable package json peer dep updates during build (#3692) (9cfc103), closes #3691
-
store: support using
createActionGroup
with props typed as unions (#3713) (e75fa1a), closes #3712
Features
- router-store: add new selectRouteDataParam selector (#3673) (#3686) (81bc0d9)
-
store: support using
createSelector
with selectors dictionary (#3703) (5c87dda), closes #3677
v15.0.0
Features
v14.3.3
v14.3.2
Bug Fixes
- component: replace animationFrameScheduler with requestAnimationFrame (#3592) (0a4d2dd), closes #3591
- component-store: use asapScheduler to schedule lifecycle hooks check (#3580) (02431b4), closes #3573
- eslint-plugin: avoid-combining-selectors with arrays should warn (#3566) (4b0c6de)
- router-store: set undefined for unserializable route title (#3593) (8eb4001), closes #3495
- store: fix typing of on fn (#3577) (d054aa9), closes #3576
v14.3.1
Bug Fixes
- add support for TypeScript 4.8 (#3548) (d558ce1), closes #3547
- eslint-plugin: avoid-mapping-selectors don't report on ThisExpression (#3546) (a28175c), closes #3511
v14.3.0
Features
- effects: add provideEffects function (#3524) (db35bfe), closes #3522
- router-store: add provideRouterStore function (#3532) (511b7cf), closes #3528
- store: add provideStore and provideState functions for standalone APIs (#3539) (5639c1e), closes #3526
- store-devtools: add provideStoreDevtools function (#3537) (6b0db4e), closes #3527
v14.2.0
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
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
- component: add RenderScheduler to the public API (#3516) (4642919)
- component: replace markDirty with custom TickScheduler (#3488) (3fcd8af)
Performance Improvements
14.0.2 (2022-07-12)
Bug Fixes
- component: import operators from rxjs/operators (#3479) (20ef7a4)
- component-store: effect handles generics that extend upon a type (#3485) (9d2bda7), closes #3482
- data: add TSDoc annotations (#3483) (cbbc49f)
- eslint-plugin: fix configuration guide link (#3480) (8219b1d)
14.0.1 (2022-06-29)
Bug Fixes
- component-store: allow void callbacks in effect (#3466) (e6dedd6), closes #3462
- component-store: import operators from rxjs/operators (#3465) (f9ba513)
- schematics: add workingDirectory to schemas (#3473) (50ea6b3), closes #3469
- schematics: create schematicCollections if not exists (#3470) (011cbcc)
v14.0.2
Bug Fixes
- component: import operators from rxjs/operators (#3479) (20ef7a4)
- component-store: effect handles generics that extend upon a type (#3485) (9d2bda7), closes #3482
- data: add TSDoc annotations (#3483) (cbbc49f)
- eslint-plugin: fix configuration guide link (#3480) (8219b1d)
v14.0.1
Bug Fixes
- component-store: allow void callbacks in effect (#3466) (e6dedd6), closes #3462
- component-store: import operators from rxjs/operators (#3465) (f9ba513)
- schematics: add workingDirectory to schemas (#3473) (50ea6b3), closes #3469
- schematics: create schematicCollections if not exists (#3470) (011cbcc)
v14.0.0
Bug Fixes
v13.2.0
v13.1.0
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
- component: fixes recursive rendering (#3255) (d24dde1), closes #3246
- store: remove afterEach hook in mock store (#3245) (0640085), closes #3243
- store: update installation of the NgRx ESLint Plugin (#3259) (df211fe)
- set correct dist paths for testing packages (#3249) (ed9f6f1), closes #3248
13.0.1 (2021-11-17)
Bug Fixes
v13.0.2
Bug Fixes
- component: fixes recursive rendering (#3255) (d24dde1), closes #3246
- store: remove afterEach hook in mock store (#3245) (0640085), closes #3243
- store: update installation of the NgRx ESLint Plugin (#3259) (df211fe)
- set correct dist paths for testing packages (#3249) (ed9f6f1), closes #3248
v13.0.1
Bug Fixes
v13.0.0
v12.5.1
Bug Fixes
v12.5.0
Bug Fixes
- entity: set correct input argument types for removeMutably methods (#3148) (9611415)
- schematics: add missing method (#3157) (2a927a2)
- schematics: use prefix option in feature schematic (#3139) (5fa8890), closes #3116
Features
v12.4.0
Bug Fixes
-
component: capture errors from observable when using
ngrxPush
pipe andngrxLet
directive (23c846b), closes #3100
Features
v12.3.0
Bug Fixes
- component-store: accept error type in tapResponse with strict generic checks (#3068) (3e02e37), closes #3056
- data: immutably delete an entity (#3040) (a6c199f), closes #2553
- data: SAVE_ENTITIES_CANCELED type in SaveEntitiesCanceled (#3079) (b24c1e0), closes #3065
- store: make readonly usage consistent (#3050) (#3069) (a39b278)
Features
v12.2.0
Bug Fixes
- component: avoid early destruction of view in ngrxLet which interfered with animations (#2890) (#3045) (7515e36)
- data: make options optional on add with partial (#3043) (1620df9)
Features
v12.1.0
Bug Fixes
- data: remove strict typing for optimistic false (#3020) (3b565b4), closes #2928
- store: add ESLint plugin to TS overrides when possible (#3032) (5102a34), closes #3031
Features
-
entity: new
setMany
adapter (#3026) (#3029) (a02ea9f) - schematics: add the ability to create actions with the prefix (#3025) (15bc0df)
- store: add createFeature (#3033) (5fd1c7b), closes #2974
- store-devtools: add autoPause option (#2941) (698bd29), closes #2722
v12.0.0
Features
v11.1.1
Bug Fixes
Features
v11.1.0
Bug Fixes
- effects: add support for Proxy objects in Effects (#2976) (5f5b679), closes #2975
- store: allow default parameters in function action (#2954) (9b23403), closes #2948
- store: allow primitive types (#2967) (eecc8ce), closes #2966
Features
- component-store: add ability for patchState to accept Observable (#2937) (8930e22), closes #2852
- schematics: add component store schematics (#2886) (f086f80), closes #2570
11.0.1 (2021-02-15)
Bug Fixes
- schematics: add index file (#2923) (775c794), closes #2917
- store: forFeature using instanceof instead of typeof (#2922) (2bea205), closes #2919
v11.0.1
Bug Fixes
- schematics: add index file (#2923) (775c794), closes #2917
- store: forFeature using instanceof instead of typeof (#2922) (2bea205), closes #2919
v11.0.0
v10.1.2
v10.1.1
v10.1.0
v10.0.1
Bug Fixes
- component: add entry point for schematic (#2688) (d937275), closes #2683
- component-store: add entry point for schematic (#2687) (f8928e3), closes #2682
- schematics: prevent ng-add from rewriting other workspace cli options (#2731) (37354aa)
- store: prevent unexpected behavior of {} as a props type (#2728) (63510a8)
v10.0.0
v9.2.1
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 has been generated by Mend Renovate. View repository job log here.