chore(deps): bump the production group across 1 directory with 5 updates#80
Closed
dependabot[bot] wants to merge 1 commit into
Closed
chore(deps): bump the production group across 1 directory with 5 updates#80dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the production group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [ws](https://github.com/websockets/ws) | `8.20.1` | `8.21.0` | | [fastify](https://github.com/fastify/fastify) | `5.8.5` | `5.9.0` | | [ioredis](https://github.com/luin/ioredis) | `5.10.1` | `5.11.1` | | [i18next](https://github.com/i18next/i18next) | `26.2.0` | `26.3.4` | | [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `7.15.1` | `7.18.1` | Updates `ws` from 8.20.1 to 8.21.0 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@8.20.1...8.21.0) Updates `fastify` from 5.8.5 to 5.9.0 - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](fastify/fastify@v5.8.5...v5.9.0) Updates `ioredis` from 5.10.1 to 5.11.1 - [Release notes](https://github.com/luin/ioredis/releases) - [Changelog](https://github.com/redis/ioredis/blob/main/CHANGELOG.md) - [Commits](redis/ioredis@v5.10.1...v5.11.1) Updates `i18next` from 26.2.0 to 26.3.4 - [Release notes](https://github.com/i18next/i18next/releases) - [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md) - [Commits](i18next/i18next@v26.2.0...v26.3.4) Updates `react-router-dom` from 7.15.1 to 7.18.1 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/react-router-dom@7.18.1/packages/react-router-dom/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@7.18.1/packages/react-router-dom) --- updated-dependencies: - dependency-name: ws dependency-version: 8.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production - dependency-name: fastify dependency-version: 5.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production - dependency-name: ioredis dependency-version: 5.11.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production - dependency-name: i18next dependency-version: 26.3.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production - dependency-name: react-router-dom dependency-version: 7.18.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production ... Signed-off-by: dependabot[bot] <support@github.com>
Comment on lines
+3801
to
+3821
| "node_modules/engine.io/node_modules/ws": { | ||
| "version": "8.20.1", | ||
| "resolved": "https://registry.npmjs.org/ws/-/ws-8.20.1.tgz", | ||
| "integrity": "sha512-It4dO0K5v//JtTXuPkfEOaI3uUN87iYPnqo/ZzqCoG3g8uhA66QUMs/SrM0YK7/NAu+r4LMh/9dq2A7k+rHs+w==", | ||
| "license": "MIT", | ||
| "engines": { | ||
| "node": ">=10.0.0" | ||
| }, | ||
| "peerDependencies": { | ||
| "bufferutil": "^4.0.1", | ||
| "utf-8-validate": ">=5.0.2" | ||
| }, | ||
| "peerDependenciesMeta": { | ||
| "bufferutil": { | ||
| "optional": true | ||
| }, | ||
| "utf-8-validate": { | ||
| "optional": true | ||
| } | ||
| } | ||
| }, |
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 production group with 5 updates in the / directory:
8.20.18.21.05.8.55.9.05.10.15.11.126.2.026.3.47.15.17.18.1Updates
wsfrom 8.20.1 to 8.21.0Release notes
Sourced from ws's releases.
Commits
bca91ad[dist] 8.21.02b2abd4[security] Limit retained message parts78eabe2[security] Add latest vulnerability to SECURITY.mdUpdates
fastifyfrom 5.8.5 to 5.9.0Release notes
Sourced from fastify's releases.
... (truncated)
Commits
2e45a44Bumped v5.9.0630715ddocs(types): mark request metadata accessors as untrusted input (#6572)ff993e8docs: update Serverless guide Dockerfile to a supported Node.js version (#6789)458f104docs: fix incorrect code examples in Hooks and Server reference (#6622)ea454d0docs: add warning about empty string coercion with nullable types (#6452)121895bdocs: migrate Zod type provider to official@fastifypackage (#6686)cc8d9a3fix: make hasRequestDecorator/hasReplyDecorator recognize constructor-assigne...6e6be15chore: Bump actions/checkout from 6 to 7 (#6812)88bf134chore: add new sponsor (#6813)fabd964chore: replace http with https in urls (#6809)Updates
ioredisfrom 5.10.1 to 5.11.1Release notes
Sourced from ioredis's releases.
Changelog
Sourced from ioredis's changelog.
Commits
fb224a7chore(release): 5.11.1 [skip ci]131ee24fix: parse protocol-relative Redis URLs as TCP connections (#2125)c84b2eefix(cluster): reconnect to nodes that restart without slot changes (#2096)1490432chore(release): 5.11.0 [skip ci]5359d4drefactor(utils): inline defaults and isArguments helpers (#2107)b7b3deffeat: add vector set command support (#2116)faa53fdci: update Node.js and Redis test matrix (#2119)37d0695feat: add increx command (#2115)612ee9dchore: update Redis 8.8 test image to custom (#2118)baf68d6feat: add array commands, typings and tests (#2114)Updates
i18nextfrom 26.2.0 to 26.3.4Release notes
Sourced from i18next's releases.
Changelog
Sourced from i18next's changelog.
Commits
817ede526.3.446d0dd8build642137bfix(security): prevent deepExtend from recursing into inherited built-inscf7080d26.3.305fd7bebuildcc0bd80changelog: 26.3.3 entry for #24389cbfa63fix(types): preserve selector returnObjects shape with context (#2438)3b0471226.3.2fc20f5dchangelog: 26.3.2 entry for #24376901e04fix: reassemble comma-in-parens formatters at any chain position (#2437)Updates
react-router-domfrom 7.15.1 to 7.18.1Changelog
Sourced from react-router-dom's changelog.
Commits
afdf85dRelease v7.18.1 (#15253)2ecaa1dFix react-router-dom main entry metadata (#15238)6fb1e79Release v7.18.0 (#15187)195a0d0Release v7.17.0 (#15145)8984d23Release v7.16.0 (#15105)3ed77afchore: formate96962bfix: remove stale unpkg field from react-router-dom (#15075)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 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