Bump the production-dependencies group with 5 updates
Bumps the production-dependencies group with 5 updates:
| Package | From | To |
|---|---|---|
| @reduxjs/toolkit | 2.2.6 |
2.2.7 |
| matrix-widget-api | 1.7.0 |
1.8.2 |
| react-i18next | 15.0.0 |
15.0.1 |
| react-router-dom | 6.25.1 |
6.26.0 |
| @fontsource/inter | 5.0.19 |
5.0.20 |
Updates @reduxjs/toolkit from 2.2.6 to 2.2.7
Release notes
Sourced from @reduxjs/toolkit's releases.
v2.2.7
This bugfix release fixes issues with "TS type portability" errors, improves build artifact tree shaking behavior, and exports some additional TS types.
Changelog
TS Type Portability
We've had a slew of issues reported around "TS type portability" errors, such as:
The error messages are typically along the lines of:
Type error: The inferred type of
'configureStore'cannot be named without a reference to'@reduxjs/toolkit/node_modules/redux'. This is likely not portable. A type annotation is necessary.
@aryaemami59did some deep investigation and concluded these were due to a mixture of usinginterfaceinstead oftypein most places, not pre-bundling our TS typedefs, and not exporting some of the unique symbols we use internally.Arya put together a highly detailed writeup and set of fixes in [ #4467: Fix: TypeScript Type Portability Issues](#4467), and that appears to resolve all of those issues we've seen. Thank you!
Other Changes
Arya also did significant work to improve RTK's treeshaking, tweaking internal definitions to let bundlers better separate out unused code.
We've exported additional types like
UpdateDefinitionsandRetryOptions, per request.
listenerMiddleware.withTypes()methods now allow passing in anExtraArgumentgeneric.What's Changed
- Fix: TypeScript Type Portability Issues by
@aryaemami59in reduxjs/redux-toolkit#4467- Export UpdateDefinitions from toolkit/query by
@joekrillin reduxjs/redux-toolkit#4519- feat: Adds ExtraArgument to withTypes for listenerMiddleware. by
@antondalgrenin reduxjs/redux-toolkit#4517- Improve treeshakeability of build artifacts by
@aryaemami59in reduxjs/redux-toolkit#4435- Export RetryOptions by
@markeriksonin reduxjs/redux-toolkit#4529Full Changelog: https://github.com/reduxjs/redux-toolkit/compare/v2.2.6...v2.2.7
Commits
75b4f69Release 2.2.7dd3ef70Merge pull request #4529 from reduxjs/feature/2.3.0-types-exports70f627dExport RetryOptions6a3de08Merge pull request #4435 from aryaemami59/improve-treeshakeability8be6e5fMerge branch 'master' of https://github.com/reduxjs/redux-toolkit into improv...9e7e6f6Merge branch 'master' of https://github.com/reduxjs/redux-toolkit into improv...ee51d76Bumptsupto version 8.2.3ff6db42Bumptsupto version 8.2.220f579bBumptsupto version 8.2.0a1b4e80Bumptsupandesbuild- Additional commits viewable in compare view
Updates matrix-widget-api from 1.7.0 to 1.8.2
Release notes
Sourced from matrix-widget-api's releases.
v1.8.2
1.8.2 Release
v1.8.1
1.8.1 Release
v1.8.0
1.8.0 Release
Commits
3c9543cpatch version bump699a4daFix name of delayed event update capability/action (#97)54574d0patch version bump48e8dddExplicitly build lib during release workflow (#96)bff0db6minor version bumpf550620Add types for Jest (#91)9b202a7remove real name requirement from DCO (#93)3c95792Update workflows (#94)eb57b5eSatisfy revised MSC4157 (#92)3c50d9dminor version bump- See full diff in compare view
Updates react-i18next from 15.0.0 to 15.0.1
Changelog
Sourced from react-i18next's changelog.
15.0.1
- revert arrow function in class property to address this
Commits
c82eb4b15.0.1fc20c29revert arrow function in class property to address #46e8ea5ff69325b73087811a2...- See full diff in compare view
Updates react-router-dom from 6.25.1 to 6.26.0
Release notes
Sourced from react-router-dom's releases.
[email protected]
Patch Changes
- Updated dependencies
[email protected]
Patch Changes
- Updated dependencies
[email protected]
Patch Changes
- Updated dependencies
[email protected]
Patch Changes
- Updated dependencies
[email protected]
Patch Changes
- Updated dependencies
[email protected]
Patch Changes
- Updated dependencies
[email protected]
Patch Changes
- 44bce3c6: Fix
react-router-dompeer dependency version[email protected]
... (truncated)
Changelog
Sourced from react-router-dom's changelog.
6.26.0
Minor Changes
- Add a new
replace(url, init?)alternative toredirect(url, init?)that performs ahistory.replaceStateinstead of ahistory.pushStateon client-side navigation redirects (#11811)Patch Changes
- Fix initial hydration behavior when using
future.v7_partialHydrationalong withunstable_patchRoutesOnMiss(#11838)
- During initial hydration,
router.state.matcheswill now include any partial matches so that we can render ancestorHydrateFallbackcomponents- Updated dependencies:
@remix-run/[email protected][email protected]
Commits
91ef146chore: Update version for release (#11863)7acbfbechore: Update version for release (pre) (#11860)8334033chore: Update version for release (pre) (#11854)653d1a8Fix hydration behavior of patchRoutesOnMiss when v7_partialHydration is enabl...01d0f41Add support for replace() redirects (#11811)- See full diff in compare view
Updates @fontsource/inter from 5.0.19 to 5.0.20
Commits
- See full diff in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore <dependency name> major versionwill 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 <dependency name> minor versionwill 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 <dependency name>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 <dependency name>will remove all of the ignore conditions of the specified dependency -
@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions