chore(deps-dev): bump the dev-dependencies group with 6 updates#1409
Merged
steilerDev merged 3 commits intoMay 15, 2026
Merged
Conversation
Contributor
Author
|
Dependabot couldn't access the repository. Because of this, Dependabot cannot update this pull request. |
1 similar comment
Contributor
Author
|
Dependabot couldn't access the repository. Because of this, Dependabot cannot update this pull request. |
Owner
|
@dependabot rebase |
Contributor
Author
|
Dependabot couldn't access the repository. Because of this, Dependabot cannot update this pull request. |
Bumps the dev-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [@eslint-react/eslint-plugin](https://github.com/Rel1cx/eslint-react/tree/HEAD/plugins/eslint-plugin) | `4.2.3` | `5.7.2` | | [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `30.3.0` | `30.4.1` | | [jest-environment-jsdom](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-jsdom) | `30.3.0` | `30.4.1` | | [stylelint](https://github.com/stylelint/stylelint) | `17.9.1` | `17.11.0` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.59.1` | `8.59.2` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.6.0` | `25.6.2` | Updates `@eslint-react/eslint-plugin` from 4.2.3 to 5.7.2 - [Release notes](https://github.com/Rel1cx/eslint-react/releases) - [Changelog](https://github.com/Rel1cx/eslint-react/blob/main/CHANGELOG.md) - [Commits](https://github.com/Rel1cx/eslint-react/commits/v5.7.2/plugins/eslint-plugin) Updates `jest` from 30.3.0 to 30.4.1 - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/v30.4.1/packages/jest) Updates `jest-environment-jsdom` from 30.3.0 to 30.4.1 - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/v30.4.1/packages/jest-environment-jsdom) Updates `stylelint` from 17.9.1 to 17.11.0 - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](stylelint/stylelint@17.9.1...17.11.0) Updates `typescript-eslint` from 8.59.1 to 8.59.2 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.2/packages/typescript-eslint) Updates `@types/node` from 25.6.0 to 25.6.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@eslint-react/eslint-plugin" dependency-version: 5.7.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: jest dependency-version: 30.4.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: jest-environment-jsdom dependency-version: 30.4.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: stylelint dependency-version: 17.11.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: typescript-eslint dependency-version: 8.59.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: "@types/node" dependency-version: 25.6.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
16864bf to
0ea0162
Compare
Contributor
Author
|
Dependabot couldn't access the repository. Because of this, Dependabot cannot update this pull request. |
Jest 30.4.x's ESM loader stops detecting CJS named-export interop for
set-cookie-parser@2.7.2 (which is imported by react-router-dom 7.15.0):
SyntaxError: The requested module 'set-cookie-parser' does not
provide an export named 'splitCookiesString'
set-cookie-parser 2.7.2 attaches splitCookiesString as a property on a
function default export, which Node's CJS-to-ESM interop normally
synthesizes as a named export — jest 30.3.0 honors this, jest 30.4.x
does not. Confirmed by running the failing test suite under both
versions in a Node 24 container: 30.4.1 fails, 30.3.0 passes.
The other five bumps in the group are kept (eslint-react v5, stylelint,
typescript-eslint, @types/node, jest-environment-jsdom stays paired
with jest at 30.3.0). Dependabot will reopen the jest bump separately
once a 30.4.x or 30.5.x release restores the interop or once we adopt
an explicit import shim.
Contributor
|
🎉 This PR is included in version 2.6.0-beta.10 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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 dev-dependencies group with 6 updates:
4.2.35.7.230.3.030.4.130.3.030.4.117.9.117.11.08.59.18.59.225.6.025.6.2Updates
@eslint-react/eslint-pluginfrom 4.2.3 to 5.7.2Release notes
Sourced from @eslint-react/eslint-plugin's releases.
... (truncated)
Changelog
Sourced from @eslint-react/eslint-plugin's changelog.
... (truncated)
Commits
637d2aafix: removeno-unused-statefrom recommended config, closes #1747 (#1748)194e8edrelease: 5.7.2-beta.00c9b1f6release: 5.7.2-next.0ba5abd8release: 5.7.12d9e802release: 5.7.1-beta.0e42cc90release: 5.7.1-next.0d869df5Fix theallpreset that accidentally included rules requiring type informat...2ef901arelease: 5.7.0bcac453feat: implement no-unused-state rule (#1741)967ee78release: 5.6.7-beta.0Updates
jestfrom 30.3.0 to 30.4.1Release notes
Sourced from jest's releases.
... (truncated)
Changelog
Sourced from jest's changelog.
... (truncated)
Commits
b3b4a09v30.4.15cbb21ev30.4.0db7141afix: allowcollectCoverageandcoverageProviderin project config (#16132)Updates
jest-environment-jsdomfrom 30.3.0 to 30.4.1Release notes
Sourced from jest-environment-jsdom's releases.
... (truncated)
Changelog
Sourced from jest-environment-jsdom's changelog.
... (truncated)
Commits
b3b4a09v30.4.15cbb21ev30.4.0Updates
stylelintfrom 17.9.1 to 17.11.0Release notes
Sourced from stylelint's releases.
Changelog
Sourced from stylelint's changelog.
Commits
e176acfRelease 17.11.0 (#9271)769e791Require owner review for.npmrc(#9270)c0c362cHardennpm installsecurity (#9269)823fdfcAddautofixedto the result object (#8771)c19e627Bump vulnerable dependencies vianpm audit fix(#9267)2ce046fBump string-width from 8.2.0 to 8.2.1 (#9266)a895cddBump the stylelint-actions group with 4 updates (#9265)1757a82Configure Dependabot to group Stylelint actions (#9264)34918a4Add Dependency Review to CI (#9263)70c1f2dAddloaderto experimentalreferenceFiles: {}(#9251)Install script changes
This version modifies
preparescript that runs during installation. Review the package contents before updating.Updates
typescript-eslintfrom 8.59.1 to 8.59.2Release notes
Sourced from typescript-eslint's releases.
Changelog
Sourced from typescript-eslint's changelog.
Commits
2ec35f1chore(release): publish 8.59.2Updates
@types/nodefrom 25.6.0 to 25.6.2Commits
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