Adds a second parameter to entityAdapter.getInitialState(additionalProps, entities) to allow prefilling state
Equivalent to entityAdapter.setAll(entityAdapter.getInitialState(additionalProps), entities)
First parameter can be undefined if no additional properties are desired
Allows initialising combineSlices with no static reducers
Previously const combinedReducer = combineSlices().withLazyLoadedSlices<LazyLoadedSlices>() would have thrown an error
Now returns a "no-op" reducer that just returns an empty object until first reducer injected
Allows a new 'throw' value for overrideExisting in injectEndpoints, which throws an error if a definition is injected with a name which is already used
Exports more type helpers for RTKQ hook and trigger types
Exports types related to overriding result types in enhanceEndpoints
Fixes state inference for injected slices when undeclared (i.e. not in LazyLoadedSlices)
Adds a action.meta.arg.isPrefetch value to query thunk actions when prefetched
This bugfix release removes the isMinified internal check to fix a compat issue with Expo. That check has added in early 2016, soon after Redux 3.0 was released, at a time when it was still less common to use bundlers with proper production build settings. Today that check is irrelevant, so we've removed it.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the app-production-dependencies group with 8 updates:
0.4.23
0.5.3
2.3.0
2.4.0
2.0.1
2.2.1
13.1.3
13.1.8
2.2.1
2.2.2
9.1.4
9.5.1
4.2.0
4.2.1
1.0.1
1.1.0
Updates
universal-analytics
from 0.4.23 to 0.5.3Changelog
Sourced from universal-analytics's changelog.
... (truncated)
Commits
Updates
v8-compile-cache
from 2.3.0 to 2.4.0Changelog
Sourced from v8-compile-cache's changelog.
Commits
b6bc035
2.4.00a5bfda
v2.4.0 changelog entry790fa07
Add arch to cache directory (#45)de822a6
Fix broken tests (#46)Maintainer changes
This version was pushed to npm by yungsters, a new releaser for v8-compile-cache since your current version.
Updates
@reduxjs/toolkit
from 2.0.1 to 2.2.1Release notes
Sourced from
@reduxjs/toolkit
's releases.... (truncated)
Commits
20df6f0
2.2.16f2d782
Merge pull request #4204 from reduxjs/typed-use-mutation-triggera131b32
fix imports and exports9a4cdaa
remove alias65d5a64
rename TypedUseMutationTrigger to TypedMutationTrigger, and add deprecated aliasd712ab3
Merge pull request #4202 from aryaemami59/bump-prettiera181a5c
Format all files0213df5
Removeoverrides
field in.prettierrc.json
f8683a6
Bump prettier for all packages34c3b5f
Merge pull request #4191 from reduxjs/update-entityadapter-docsMaintainer changes
This version was pushed to npm by phryneas, a new releaser for
@reduxjs/toolkit
since your current version.Updates
@types/react-beautiful-dnd
from 13.1.3 to 13.1.8Commits
Updates
is-electron
from 2.2.1 to 2.2.2Release notes
Sourced from is-electron's releases.
Commits
ba0a4ec
v2.2.2a25d62a
Fix types in index.d.tsUpdates
postcss-preset-env
from 9.1.4 to 9.5.1Changelog
Sourced from postcss-preset-env's changelog.
... (truncated)
Commits
Updates
redux
from 4.2.0 to 4.2.1Release notes
Sourced from redux's releases.
Commits
f4b3ab9
Release 4.2.169e21b8
Fix deps install033056e
Shush some warnings from Rollupcba4a0d
Remove minified check (#4454)Updates
redux-undo
from 1.0.1 to 1.1.0Release notes
Sourced from redux-undo's releases.
Commits
370a19d
chore: introduce viteb9c6f83
Update outdated LICENSE yearca18f35
add sponsors, change gitter link to discord1eb3192
Fix typo in faqb4edbb3
Fix typoDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show