Update all non-major dependencies #929
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.8.0
->^2.8.2
^11.9.1
->^11.10.0
^8.15.6
->^8.16.0
^5.80.1
->^5.81.0
^7.1.0
->^7.1.1
Release Notes
reduxjs/redux-toolkit (@reduxjs/toolkit)
v2.8.2
Compare Source
This bugfix release fixes a bundle size regression in RTK Query from the build and packaging changes in v2.8.0.
If you're using v2.8.0 or v2.8.1, please upgrade to v2.8.2 right away to resolve that bundle size issue!
Changelog
RTK Query Bundle Size
In v2.8.0, we reworked our packaging setup to better support React Native. While there weren't many meaningful code changes, we did alter our bundling build config file. In the process, we lost the config options to externalize the
@reduxjs/toolkit
core when building the RTK Query nested entry points. This resulted in a regression where the RTK core code also got bundled directly into the RTK Query artifacts, resulting in a significant size increase.This release fixes the build config and restores the previous RTKQ build artifact sizes.
What's Changed
Full Changelog: reduxjs/redux-toolkit@v2.8.1...v2.8.2
WiseLibs/better-sqlite3 (better-sqlite3)
v11.10.0
Compare Source
What's Changed
New Contributors
Full Changelog: WiseLibs/better-sqlite3@v11.9.1...v11.10.0
brianc/node-postgres (pg)
v8.16.0
Compare Source
rsuite/rsuite (rsuite)
v5.81.0
Compare Source
Bug Fixes
Features
5.80.3 (2025-05-17)
Bug Fixes
5.80.2 (2025-05-09)
Bug Fixes
5.80.1 (2025-04-25)
Bug Fixes
v5.80.3
Compare Source
Bug Fixes
v5.80.2
Compare Source
Bug Fixes
ladjs/supertest (supertest)
v7.1.1
Compare Source
Configuration
📅 Schedule: Branch creation - "after 8am and before 8pm on saturday" in timezone America/Indiana/Indianapolis, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.