-
Notifications
You must be signed in to change notification settings - Fork 109
Deps: Bump the patch-updates group with 5 updates #4911
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
Merged
greenbonebot
merged 1 commit into
main
from
dependabot/npm_and_yarn/main/patch-updates-498f237e29
Nov 3, 2025
Merged
Deps: Bump the patch-updates group with 5 updates #4911
greenbonebot
merged 1 commit into
main
from
dependabot/npm_and_yarn/main/patch-updates-498f237e29
Nov 3, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the patch-updates group with 5 updates: | Package | From | To | | --- | --- | --- | | [@reduxjs/toolkit](https://github.com/reduxjs/redux-toolkit) | `2.9.1` | `2.9.2` | | [dayjs](https://github.com/iamkun/dayjs) | `1.11.18` | `1.11.19` | | [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) | `7.9.4` | `7.9.5` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.9.1` | `24.9.2` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `7.1.11` | `7.1.12` | Updates `@reduxjs/toolkit` from 2.9.1 to 2.9.2 - [Release notes](https://github.com/reduxjs/redux-toolkit/releases) - [Commits](reduxjs/redux-toolkit@v2.9.1...v2.9.2) Updates `dayjs` from 1.11.18 to 1.11.19 - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/dev/CHANGELOG.md) - [Commits](iamkun/dayjs@v1.11.18...v1.11.19) Updates `react-router` from 7.9.4 to 7.9.5 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router) Updates `@types/node` from 24.9.1 to 24.9.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `vite` from 7.1.11 to 7.1.12 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v7.1.12/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v7.1.12/packages/vite) --- updated-dependencies: - dependency-name: "@reduxjs/toolkit" dependency-version: 2.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: dayjs dependency-version: 1.11.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: react-router dependency-version: 7.9.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: "@types/node" dependency-version: 24.9.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: vite dependency-version: 7.1.12 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-updates ... Signed-off-by: dependabot[bot] <[email protected]>
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Snapshot WarningsEnsure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice. OpenSSF Scorecard
Scanned Files
|
bjoernricks
approved these changes
Nov 3, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update Javascript code
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.
Bumps the patch-updates group with 5 updates:
2.9.12.9.21.11.181.11.197.9.47.9.524.9.124.9.27.1.117.1.12Updates
@reduxjs/toolkitfrom 2.9.1 to 2.9.2Release notes
Sourced from
@reduxjs/toolkit's releases.Commits
32887d7Release 2.9.24432629Don't create subscriptions for prefetch calls (#5116)c86d948Addretryabort handling and abort onresetApiState(#5114)02630d2fix: update graphql-request dependency to include version ^7.0.0 (#4987)1b95037Respect maxRetries for unexpected errors (#5113)c490b19ImprovefetchBaseQuerydefault headers handling (#5112)7b7faeaFix potential subscription leakage in SSR environments (#5111)Updates
dayjsfrom 1.11.18 to 1.11.19Release notes
Sourced from dayjs's releases.
Changelog
Sourced from dayjs's changelog.
Commits
02b7a5cchore(release): 1.11.19 [skip ci]37193beMerge pull request #2950 from iamkun/dev2db920bchore: update doc4f72974chore: update doc0b36a07chore: update doc269a7a9fix: added usage warnings for diff + updated unit tests (#2948)9e3132echore: update doc84201e6chore: update doc80401e3chore: update readme88ad3fdtest: Add unit test for Belarusian locale (#2934)Updates
react-routerfrom 7.9.4 to 7.9.5Release notes
Sourced from react-router's releases.
Changelog
Sourced from react-router's changelog.
Commits
a191812chore: Update version for release (#14485)74bef78chore: Update version for release (pre) (#14469)c0577e4Merge branch 'main' into release-next0163df4fix(react-router): run action handlers for routes with middleware even if no ...c84016bMinor updates for instrumentations (#14467)adadca5Add unstable_instrumentations API (#14412)dea842dfix: move RSCHydratedRouter and utils to/domexport (#14457)1d1b188useRoute: return type-safehandle(#14462)3e3a223docs: fix references (#14441)158847efix: Fix invalid markdown link for createHashRouter (#14434)Updates
@types/nodefrom 24.9.1 to 24.9.2Commits
Updates
vitefrom 7.1.11 to 7.1.12Release notes
Sourced from vite's releases.
Changelog
Sourced from vite's changelog.
Commits
2436aferelease: v7.1.1256fd722fix(deps): downgrade commonjs plugin to 28.0.6 to avoid rollup/plugins#1909 (...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