Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 19, 2025

Bumps the project-dependencies group with 9 updates in the / directory:

Package From To
@next/eslint-plugin-next 15.5.4 15.5.6
@vitest/eslint-plugin 1.3.15 1.3.23
eslint-plugin-react-hooks 6.1.1 7.0.0
eslint-plugin-storybook 9.1.10 9.1.13
eslint-plugin-testing-library 7.11.0 7.13.3
typescript-eslint 8.45.0 8.46.1
@szum-tech/semantic-release-config 2.3.2 2.3.3
eslint 9.37.0 9.38.0
semantic-release 24.2.9 25.0.0

Updates @next/eslint-plugin-next from 15.5.4 to 15.5.6

Release notes

Sourced from @​next/eslint-plugin-next's releases.

v15.5.6

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Turbopack: don't define process.cwd() in node_modules #83452

Credits

Huge thanks to @​mischnic for helping!

v15.5.5

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Split code-frame into separate compiled package (#84238)
  • Add deprecation warning to Runtime config (#84650)
  • fix: unstable_cache should perform blocking revalidation during ISR revalidation (#84716)
  • feat: experimental.middlewareClientMaxBodySize body cloning limit (#84722)
  • fix: missing next/link types with typedRoutes (#84779)

Misc Changes

  • docs: early October improvements and fixes (#84334)

Credits

Huge thanks to @​devjiwonchoi, @​ztanner, and @​icyJoseph for helping!

Commits

Updates @vitest/eslint-plugin from 1.3.15 to 1.3.23

Release notes

Sourced from @​vitest/eslint-plugin's releases.

v1.3.23

No significant changes

    View changes on GitHub

v1.3.22

No significant changes

    View changes on GitHub

v1.3.21

   🚀 Features

    View changes on GitHub

v1.3.20

   🐞 Bug Fixes

    View changes on GitHub

v1.3.19

   🐞 Bug Fixes

    View changes on GitHub

v1.3.18

   🐞 Bug Fixes

    View changes on GitHub

v1.3.17

   🐞 Bug Fixes

    View changes on GitHub

v1.3.16

   🐞 Bug Fixes

... (truncated)

Commits

Updates eslint-plugin-react-hooks from 6.1.1 to 7.0.0

Changelog

Sourced from eslint-plugin-react-hooks's changelog.

7.0.0

This release slims down presets to just 2 configurations (recommended and recommended-latest), and all compiler rules are enabled by default.

  • Breaking: Removed recommended-latest-legacy and flat/recommended configs. The plugin now provides recommended (legacy and flat configs with all recommended rules), and recommended-latest (legacy and flat configs with all recommended rules plus new bleeding edge experimental compiler rules). (@​poteto in #34757)
Commits

Updates eslint-plugin-storybook from 9.1.10 to 9.1.13

Release notes

Sourced from eslint-plugin-storybook's releases.

v9.1.12

9.1.12

  • Maintenance: Hotfix for missing nextjs dts files, thanks @​ndelangen!

v9.1.11

9.1.11

Changelog

Sourced from eslint-plugin-storybook's changelog.

9.1.12

  • Maintenance: Hotfix for missing nextjs dts files, thanks @​ndelangen!

9.1.11

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for eslint-plugin-storybook since your current version.


Updates eslint-plugin-testing-library from 7.11.0 to 7.13.3

Release notes

Sourced from eslint-plugin-testing-library's releases.

v7.13.3

7.13.3 (2025-10-14)

Bug Fixes

  • no-unnecessary-act: handle optional chaining calls (#1104) (a5f66c2), closes #686

v7.13.2

7.13.2 (2025-10-13)

Bug Fixes

  • no-unnecessary-act: report userEvent with a different variable name (#1103) (164fa0e), closes #758

v7.13.1

7.13.1 (2025-10-09)

Bug Fixes

  • prefer-screen-queries: support aliased screen imports (#1101) (af8c8d9), closes #776

v7.13.0

7.13.0 (2025-10-08)

Features

v7.12.0

7.12.0 (2025-10-06)

Features

  • no-wait-for-multiple-assertions: avoid reporting unrelated assertions (#1097) (db8756c), closes #1084
Commits
  • a5f66c2 fix(no-unnecessary-act): handle optional chaining calls (#1104)
  • b87e733 build(deps): bump actions/setup-node from 5 to 6 (#1105)
  • 164fa0e fix(no-unnecessary-act): report userEvent with a different variable name (#1103)
  • af8c8d9 fix(prefer-screen-queries): support aliased screen imports (#1101)
  • 875651e chore: remove eslint-plugin-jest-formatting (#1100)
  • c9fcf83 feat(no-wait-for-multiple-assertions): add auto-fix (#1099)
  • db8756c feat(no-wait-for-multiple-assertions): avoid reporting unrelated assertions (...
  • See full diff in compare view

Updates typescript-eslint from 8.45.0 to 8.46.1

Release notes

Sourced from typescript-eslint's releases.

v8.46.1

8.46.1 (2025-10-13)

🩹 Fixes

  • ast-spec: cleanup TSLiteralType (#11624)
  • eslint-plugin: [prefer-optional-chain] include mixed "nullish comparison style" chains in checks (#11533)
  • eslint-plugin: [no-misused-promises] special-case .finally not to report when a promise returning function is provided as an argument (#11667)

❤️ Thank You

  • Abraham Guo
  • mdm317
  • Ronen Amiel

You can read about our versioning strategy and releases on our website.

v8.46.0

8.46.0 (2025-10-06)

🚀 Features

  • eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option (#11659)
  • eslint-plugin-internal: [no-dynamic-tests] new internal Lint rule to ban dynamic syntax in generating tests (#11323)
  • rule-schema-to-typescript-types: clean up and make public (#11633)
  • typescript-eslint: export util types (#10848, #10849)
  • typescript-estree: mention file specifics in project service allowDefaultProject error (#11635)
  • typescript-estree: private identifiers can only appear on LHS of in expressions (#9232)

🩹 Fixes

  • eslint-plugin: [no-floating-promises] remove excess parentheses in suggestions (#11487)
  • eslint-plugin: [unbound-method] improve wording around this: void and binding (#11634)
  • eslint-plugin: [no-deprecated] ignore deprecated export imports (#11603)
  • eslint-plugin: removed error type previously deprecated (#11674)
  • eslint-plugin: [prefer-readonly-parameter-types] ignore tagged primitives (#11660)
  • rule-tester: deprecate TestCaseError#type and LintMessage#nodeType (#11628)
  • typescript-estree: forbid abstract modifier in object methods (#11656)
  • typescript-estree: forbid abstract method and accessor to have implementation (#11657)

❤️ Thank You

... (truncated)

Changelog

Sourced from typescript-eslint's changelog.

8.46.1 (2025-10-13)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.46.0 (2025-10-06)

🚀 Features

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Commits

Updates @szum-tech/semantic-release-config from 2.3.2 to 2.3.3

Release notes

Sourced from @​szum-tech/semantic-release-config's releases.

v2.3.3

2.3.3 (2025-10-05)

Bug Fixes

  • deps: update eslint, semantic-release, typescript, and related dependencies (707461b)

Build System

  • deps-dev: bump the project-dependencies group across 1 directory with 3 updates (c150935)
Changelog

Sourced from @​szum-tech/semantic-release-config's changelog.

2.3.3 (2025-10-05)

Bug Fixes

  • deps: update eslint, semantic-release, typescript, and related dependencies (707461b)

Build System

  • deps-dev: bump the project-dependencies group across 1 directory with 3 updates (c150935)
Commits
  • e5f8b42 release: v2.3.3 [skip ci]
  • 707461b fix(deps): update eslint, semantic-release, typescript, and related dependencies
  • c150935 build(deps-dev): bump the project-dependencies group across 1 directory with ...
  • See full diff in compare view

Updates eslint from 9.37.0 to 9.38.0

Release notes

Sourced from eslint's releases.

v9.38.0

Features

  • ce40f74 feat: update complexity rule to only highlight function header (#20048) (Atul Nair)
  • e37e590 feat: correct no-loss-of-precision false positives with e notation (#20187) (Francesco Trotta)

Bug Fixes

  • 50c3dfd fix: improve type support for isolated dependencies in pnpm (#20201) (Francesco Trotta)
  • a1f06a3 fix: correct SourceCode typings (#20114) (Pixel998)

Documentation

  • 462675a docs: improve web accessibility by hiding non-semantic character (#20205) (루밀LuMir)
  • c070e65 docs: correct formatting in no-irregular-whitespace rule documentation (#20203) (루밀LuMir)
  • b39e71a docs: Update README (GitHub Actions Bot)
  • cd39983 docs: move custom-formatters type descriptions to nodejs-api (#20190) (Percy Ma)

Chores

  • d17c795 chore: upgrade @​eslint/js@​9.38.0 (#20221) (Milos Djermanovic)
  • 25d0e33 chore: package.json update for @​eslint/js release (Jenkins)
  • c82b5ef refactor: Use types from @​eslint/core (#20168) (Nicholas C. Zakas)
  • ff31609 ci: add Node.js 25 to ci.yml (#20220) (루밀LuMir)
  • 004577e ci: bump github/codeql-action from 3 to 4 (#20211) (dependabot[bot])
  • eac71fb test: remove use of nodejsScope option of eslint-scope from tests (#20206) (Milos Djermanovic)
  • 4168a18 chore: fix typo in legacy-eslint.js (#20202) (Sweta Tanwar)
  • 205dbd2 chore: fix typos (#20200) (ntnyq)
  • dbb200e chore: use team member's username when name is not available in data (#20194) (Milos Djermanovic)
  • 8962089 chore: mark deprecated rules as available until v11.0.0 (#20184) (Pixel998)
Commits

Updates semantic-release from 24.2.9 to 25.0.0

Release notes

Sourced from semantic-release's releases.

v25.0.0

25.0.0 (2025-10-15)

Bug Fixes

  • deps: update dependency hosted-git-info to v9 (9fa04f8)
  • deps: update dependency yargs to v18 (#3745) (cde9a72)
  • deps: update to the stable version of the github plugin (f12cf81)
  • deps: update to the stable version of the release-notes-generator plugin (d9def72)
  • deps: updated to the stable version of the commit-analyzer plugin (291533b)
  • deps: upgrade to the new major version of the npm plugin, which upgrades npm to v11 for publishing (1be8290)

Features

  • node-versions: drop support for node versions v20, v21, and v23 (56d16f4)
  • node-versions: raise the minimum node version for the v24 range (116a188)

BREAKING CHANGES

  • node-versions: the minimum node version for the v24 range is now v24.10.0
  • node-versions: a minimum of node v22.14 is now required

v25.0.0-beta.11

25.0.0-beta.11 (2025-10-15)

Bug Fixes

  • deps: update to the stable version of the github plugin (f12cf81)
  • deps: update to the stable version of the release-notes-generator plugin (d9def72)

v25.0.0-beta.10

25.0.0-beta.10 (2025-10-13)

Bug Fixes

  • deps: updated to the stable version of the commit-analyzer plugin (291533b)

v25.0.0-beta.9

25.0.0-beta.9 (2025-10-13)

Features

... (truncated)

Commits
  • bcbf055 Merge pull request #3902 from semantic-release/beta
  • 02a3a99 Merge branch 'master' into beta
  • d9def72 fix(deps): update to the stable version of the release-notes-generator plugin
  • f12cf81 fix(deps): update to the stable version of the github plugin
  • ae7484d ci(action): update actions/setup-node action to v6 (#3904)
  • 291533b fix(deps): updated to the stable version of the commit-analyzer plugin
  • 3809fb2 ci(node-versions): update node version matrix to match updated supported ranges
  • 116a188 feat(node-versions): raise the minimum node version for the v24 range
  • 1be8290 fix(deps): upgrade to the new major version of the npm plugin
  • 277ede1 Merge branch 'master' of github.com:semantic-release/semantic-release into beta
  • Additional commits viewable 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

…ith 9 updates

Bumps the project-dependencies group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@next/eslint-plugin-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next) | `15.5.4` | `15.5.6` |
| [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest) | `1.3.15` | `1.3.23` |
| [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) | `6.1.1` | `7.0.0` |
| [eslint-plugin-storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/eslint-plugin) | `9.1.10` | `9.1.13` |
| [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) | `7.11.0` | `7.13.3` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.45.0` | `8.46.1` |
| [@szum-tech/semantic-release-config](https://github.com/JanSzewczyk/semantic-release-config) | `2.3.2` | `2.3.3` |
| [eslint](https://github.com/eslint/eslint) | `9.37.0` | `9.38.0` |
| [semantic-release](https://github.com/semantic-release/semantic-release) | `24.2.9` | `25.0.0` |



Updates `@next/eslint-plugin-next` from 15.5.4 to 15.5.6
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.5.6/packages/eslint-plugin-next)

Updates `@vitest/eslint-plugin` from 1.3.15 to 1.3.23
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](vitest-dev/eslint-plugin-vitest@v1.3.15...v1.3.23)

Updates `eslint-plugin-react-hooks` from 6.1.1 to 7.0.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks)

Updates `eslint-plugin-storybook` from 9.1.10 to 9.1.13
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/HEAD/code/lib/eslint-plugin)

Updates `eslint-plugin-testing-library` from 7.11.0 to 7.13.3
- [Release notes](https://github.com/testing-library/eslint-plugin-testing-library/releases)
- [Changelog](https://github.com/testing-library/eslint-plugin-testing-library/blob/main/.releaserc.json)
- [Commits](testing-library/eslint-plugin-testing-library@v7.11.0...v7.13.3)

Updates `typescript-eslint` from 8.45.0 to 8.46.1
- [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.46.1/packages/typescript-eslint)

Updates `@szum-tech/semantic-release-config` from 2.3.2 to 2.3.3
- [Release notes](https://github.com/JanSzewczyk/semantic-release-config/releases)
- [Changelog](https://github.com/JanSzewczyk/semantic-release-config/blob/main/CHANGELOG.md)
- [Commits](JanSzewczyk/semantic-release-config@v2.3.2...v2.3.3)

Updates `eslint` from 9.37.0 to 9.38.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.37.0...v9.38.0)

Updates `semantic-release` from 24.2.9 to 25.0.0
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](semantic-release/semantic-release@v24.2.9...v25.0.0)

---
updated-dependencies:
- dependency-name: "@next/eslint-plugin-next"
  dependency-version: 15.5.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: project-dependencies
- dependency-name: "@vitest/eslint-plugin"
  dependency-version: 1.3.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: project-dependencies
- dependency-name: eslint-plugin-react-hooks
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: project-dependencies
- dependency-name: eslint-plugin-storybook
  dependency-version: 9.1.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: project-dependencies
- dependency-name: eslint-plugin-testing-library
  dependency-version: 7.13.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: project-dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.46.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: project-dependencies
- dependency-name: "@szum-tech/semantic-release-config"
  dependency-version: 2.3.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: project-dependencies
- dependency-name: eslint
  dependency-version: 9.38.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: project-dependencies
- dependency-name: semantic-release
  dependency-version: 25.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: project-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 19, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 2, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Nov 2, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/project-dependencies-e62c39b95f branch November 2, 2025 20:02
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant