Skip to content

Bump the production-dependencies group with 12 updates#252

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/production-dependencies-a90e9e8f08
Closed

Bump the production-dependencies group with 12 updates#252
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/production-dependencies-a90e9e8f08

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2026

Bumps the production-dependencies group with 12 updates:

Package From To
tsdown 0.20.0-beta.4 0.20.1
eslint-plugin-regexp 2.10.0 3.0.0
globals 17.0.0 17.1.0
@next/eslint-plugin-next 16.1.4 16.1.5
@typescript-eslint/parser 8.53.1 8.54.0
eslint-plugin-react-hooks-extra 2.7.2 2.7.4
eslint-plugin-react-web-api 2.7.2 2.7.4
eslint-plugin-playwright 2.5.0 2.5.1
eslint-plugin-storybook 10.1.11 10.2.0
eslint-plugin-turbo 2.7.5 2.7.6
@typescript-eslint/eslint-plugin 8.53.1 8.54.0
@types/node 12.20.55 25.0.10

Updates tsdown from 0.20.0-beta.4 to 0.20.1

Release notes

Sourced from tsdown's releases.

v0.20.1

   🚀 Features

    View changes on GitHub

v0.20.0

   🚨 Breaking Changes

   🚀 Features

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub
Commits
  • dbd985f chore: release v0.20.1
  • dcaef07 refactor: rename external plugin to dep plugin
  • 1e0e778 feat(inline-only): show warnings if bundled deps
  • 417fc17 refactor(inline-only): improve handling of inlineOnly deps
  • b38a72a chore: upgrade deps
  • 16402c0 chore: release v0.20.0
  • 2ae7b19 test: fix flaky test
  • 1959f24 feat: upgrade rolldown to rc 1
  • 2498dbc chore: emphasize requirement of minimal reproduction
  • d2bb75e fix: config extensions typo (#722)
  • Additional commits viewable in compare view

Updates eslint-plugin-regexp from 2.10.0 to 3.0.0

Release notes

Sourced from eslint-plugin-regexp's releases.

v3.0.0

Major Changes

  • Drop support for ESLint v8. The minimum supported ESLint version is now v9.38.0 and above. (#917)

  • Drop support for ESLint Legacy Config (.eslintrc). Only Flat Config (eslint.config.js) is now supported. The recommended and all config exports now provide Flat Config. The flat/recommended and flat/all exports are kept for backwards compatibility. (#917)

  • Drop support for Node.js 18. The minimum supported Node.js version is now 20.19.0, 22.13.0, or 24.0.0 and above. (#915)

  • Change to ESM package (#913)

Minor Changes

  • feat: update jsdoc-type-pratt-parser (#919)

  • feat: enhance jsdoc type parsing (#919)

Changelog

Sourced from eslint-plugin-regexp's changelog.

3.0.0

Major Changes

  • Drop support for ESLint v8. The minimum supported ESLint version is now v9.38.0 and above. (#917)

  • Drop support for ESLint Legacy Config (.eslintrc). Only Flat Config (eslint.config.js) is now supported. The recommended and all config exports now provide Flat Config. The flat/recommended and flat/all exports are kept for backwards compatibility. (#917)

  • Drop support for Node.js 18. The minimum supported Node.js version is now 20.19.0, 22.13.0, or 24.0.0 and above. (#915)

  • Change to ESM package (#913)

Minor Changes

  • feat: update jsdoc-type-pratt-parser (#919)

  • feat: enhance jsdoc type parsing (#919)

Commits
  • 400eece chore: release eslint-plugin-regexp (#918)
  • 836e4c5 chore(deps): update dependency eslint-plugin-yml to v3 (#928)
  • e9e7600 chore(deps): update dependency tsdown to ^0.19.0 (#931)
  • da25d77 chore(deps): bump lodash from 4.17.21 to 4.17.23 (#930)
  • e4c0819 fix: support esm (#913)
  • 44f2bf3 chore(deps): update dependency eslint-plugin-json-schema-validator to v6 (#929)
  • 143b39d chore(deps): update dependency eslint-plugin-yml to v2 (#927)
  • b5fd664 chore(deps): update dependency stylelint-config-recommended to v18 (#926)
  • 0854c49 chore(deps): update dependency stylelint to v17 (#925)
  • b0dfcc8 chore(deps): update dependency prettier to ~3.8.0 (#924)
  • Additional commits viewable in compare view
Maintainer changes

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


Updates globals from 17.0.0 to 17.1.0

Release notes

Sourced from globals's releases.

v17.1.0

  • Add webpack and rspack globals (#333) 65cae73

sindresorhus/globals@v17.0.0...v17.1.0

Commits

Updates @next/eslint-plugin-next from 16.1.4 to 16.1.5

Release notes

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

v16.1.5

Please refer the following changelogs for more information about this security release:

https://vercel.com/changelog/summaries-of-cve-2025-59471-and-cve-2025-59472 https://vercel.com/changelog/summary-of-cve-2026-23864

Commits

Updates @typescript-eslint/parser from 8.53.1 to 8.54.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.54.0

8.54.0 (2026-01-26)

🚀 Features

  • eslint-plugin-internal: add prefer-tsutils-methods rule (#11974, #11625)
  • scope-manager: support ScopeManager#addGlobals (#11914)
  • typescript-estree: add shortcut methods to ParserServicesWithTypeInformation (#11965, #11955)

🩹 Fixes

  • deps: update dependency prettier to v3.8.0 (#11991)
  • eslint-plugin: [no-unused-private-class-members] private destructured class member is defined but used (#11785)
  • eslint-plugin: [no-unnecessary-type-assertion] check both base constraint and actual type for non-null assertions (#11967, #11559)
  • scope-manager: fix catch clause scopes def.name (#11982)
  • scope-manager: prevent misidentification of "use strict" directives (#11995)
  • utils: handle missing FlatESLint and LegacyESLint (#11958)

❤️ Thank You

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

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.54.0 (2026-01-26)

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

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

Commits

Updates eslint-plugin-react-hooks-extra from 2.7.2 to 2.7.4

Release notes

Sourced from eslint-plugin-react-hooks-extra's releases.

v2.7.4 (2026-01-25)

What's Changed

✨ New

🐞 Fixes

🪄 Improvements

Full Changelog: Rel1cx/eslint-react@v2.7.2...v2.7.3

Changelog

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

v2.7.4 (2026-01-25)

✨ New

🐞 Fixes

🪄 Improvements

Full Changelog: Rel1cx/eslint-react@v2.7.2...v2.7.3

Commits

Updates eslint-plugin-react-web-api from 2.7.2 to 2.7.4

Release notes

Sourced from eslint-plugin-react-web-api's releases.

v2.7.4 (2026-01-25)

What's Changed

✨ New

🐞 Fixes

🪄 Improvements

Full Changelog: Rel1cx/eslint-react@v2.7.2...v2.7.3

Changelog

Sourced from eslint-plugin-react-web-api's changelog.

v2.7.4 (2026-01-25)

✨ New

🐞 Fixes

🪄 Improvements

Full Changelog: Rel1cx/eslint-react@v2.7.2...v2.7.3

Commits

Updates eslint-plugin-playwright from 2.5.0 to 2.5.1

Release notes

Sourced from eslint-plugin-playwright's releases.

v2.5.1

2.5.1 (2026-01-26)

Bug Fixes

  • no-conditional-in-test: Fix false positive for || (611657c)
Commits
  • 611657c fix(no-conditional-in-test): Fix false positive for ||
  • 40d65b6 chore(deps): Bump lodash-es from 4.17.22 to 4.17.23 (#416)
  • e2781e6 chore(deps): Bump tar from 7.5.3 to 7.5.6 (#415)
  • c72f46b chore: Update vitest
  • 8dfc88f chore(deps): Bump tar from 7.5.2 to 7.5.3 (#414)
  • 367e9ec docs(valid-test-tags): add missing url and category (#413)
  • See full diff in compare view

Updates eslint-plugin-storybook from 10.1.11 to 10.2.0

Release notes

Sourced from eslint-plugin-storybook's releases.

v10.2.0

10.2.0

Improved UI and story authoring ergonomics

Storybook 10.2 contains hundreds of fixes and improvement including:

  • 💅 New Viewports and Zoom UI
  • 🏭 Typesafe CSF factories for Vue, Angular, Web Components (preview)
  • 📄 MDX support for Storybook MCP (experimental)

... (truncated)

Changelog

Sourced from eslint-plugin-storybook's changelog.

10.2.0

Improved UI and story authoring ergonomics

Storybook 10.2 contains hundreds of fixes and improvement including:

  • 💅 New Viewports and Zoom UI
  • 🏭 Typesafe CSF factories for Vue, Angular, Web Components (preview)
  • 📄 MDX support for Storybook MCP (experimental)

... (truncated)

Commits
  • a674af8 Bump version from "10.2.0-beta.5" to "10.2.0" [skip ci]
  • 6818f34 Bump version from "10.2.0-beta.4" to "10.2.0-beta.5" [skip ci]
  • 8840beb Bump version from "10.2.0-beta.3" to "10.2.0-beta.4" [skip ci]
  • 61a15af Bump version from "10.2.0-beta.2" to "10.2.0-beta.3" [skip ci]
  • 5b8a6ad Bump version from "10.2.0-beta.1" to "10.2.0-beta.2" [skip ci]
  • c15e8bd Bump version from "10.2.0-beta.0" to "10.2.0-beta.1" [skip ci]
  • d5bdd2a Bump version from "10.2.0-alpha.18" to "10.2.0-beta.0" [skip ci]
  • 3c53130 Bump version from "10.2.0-alpha.17" to "10.2.0-alpha.18" [skip ci]
  • 60bdc9e Bump version from "10.2.0-alpha.16" to "10.2.0-alpha.17" [skip ci]
  • a5a356a Bump version from "10.2.0-alpha.15" to "10.2.0-alpha.16" [skip ci]
  • Additional commits viewable in compare view

Updates eslint-plugin-turbo from 2.7.5 to 2.7.6

Release notes

Sourced from eslint-plugin-turbo's releases.

Turborepo v2.7.6

What's Changed

Docs

@​turbo/codemod

Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.7.5...v2.7.6

Turborepo v2.7.6-canary.3

What's Changed

Docs

Changelog

Full Changelog: vercel/turborepo@v2.7.6-canary.2...v2.7.6-canary.3

... (truncated)

Commits

Updates @typescript-eslint/eslint-plugin from 8.53.1 to 8.54.0

Release notes

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

v8.54.0

8.54.0 (2026-01-26)

🚀 Features

  • eslint-plugin-internal: add prefer-tsutils-methods rule (#11974, #11625)
  • scope-manager: support ScopeManager#addGlobals (#11914)
  • typescript-estree: add shortcut methods to ParserServicesWithTypeInformation (#11965, #11955)

🩹 Fixes

  • deps: update dependency prettier to v3.8.0 (#11991)
  • eslint-plugin: [no-unused-private-class-members] private destructured class member is defined but used (#11785)
  • eslint-plugin: [no-unnecessary-type-assertion] check both base constraint and actual type for non-null assertions (#11967, #11559)
  • scope-manager: fix catch clause scopes def.name (#11982)
  • scope-manager: prevent misidentification of "use strict" directives (#11995)
  • utils: handle missing FlatESLint and LegacyESLint (#11958)

❤️ Thank You

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 26, 2026
@dependabot dependabot bot requested a review from zemd as a code owner January 26, 2026 22:08
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Jan 26, 2026

Deploying zemd-eslint-config with  Cloudflare Pages  Cloudflare Pages

Latest commit: acfe2d9
Status: ✅  Deploy successful!
Preview URL: https://53e6dbcc.zemd-eslint-config.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-prod-hpzy.zemd-eslint-config.pages.dev

View logs

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 26, 2026
@changeset-bot
Copy link

changeset-bot bot commented Jan 26, 2026

⚠️ No Changeset found

Latest commit: acfe2d9

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Bumps the production-dependencies group with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [tsdown](https://github.com/rolldown/tsdown) | `0.20.0-beta.4` | `0.20.1` |
| [eslint-plugin-regexp](https://github.com/ota-meshi/eslint-plugin-regexp) | `2.10.0` | `3.0.0` |
| [globals](https://github.com/sindresorhus/globals) | `17.0.0` | `17.1.0` |
| [@next/eslint-plugin-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next) | `16.1.4` | `16.1.5` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.53.1` | `8.54.0` |
| [eslint-plugin-react-hooks-extra](https://github.com/Rel1cx/eslint-react/tree/HEAD/packages/plugins/eslint-plugin-react-hooks-extra) | `2.7.2` | `2.7.4` |
| [eslint-plugin-react-web-api](https://github.com/Rel1cx/eslint-react/tree/HEAD/packages/plugins/eslint-plugin-react-web-api) | `2.7.2` | `2.7.4` |
| [eslint-plugin-playwright](https://github.com/mskelton/eslint-plugin-playwright) | `2.5.0` | `2.5.1` |
| [eslint-plugin-storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/eslint-plugin) | `10.1.11` | `10.2.0` |
| [eslint-plugin-turbo](https://github.com/vercel/turborepo/tree/HEAD/packages/eslint-plugin-turbo) | `2.7.5` | `2.7.6` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.53.1` | `8.54.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `12.20.55` | `25.0.10` |


Updates `tsdown` from 0.20.0-beta.4 to 0.20.1
- [Release notes](https://github.com/rolldown/tsdown/releases)
- [Commits](rolldown/tsdown@v0.20.0-beta.4...v0.20.1)

Updates `eslint-plugin-regexp` from 2.10.0 to 3.0.0
- [Release notes](https://github.com/ota-meshi/eslint-plugin-regexp/releases)
- [Changelog](https://github.com/ota-meshi/eslint-plugin-regexp/blob/master/CHANGELOG.md)
- [Commits](ota-meshi/eslint-plugin-regexp@v2.10.0...v3.0.0)

Updates `globals` from 17.0.0 to 17.1.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v17.0.0...v17.1.0)

Updates `@next/eslint-plugin-next` from 16.1.4 to 16.1.5
- [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/v16.1.5/packages/eslint-plugin-next)

Updates `@typescript-eslint/parser` from 8.53.1 to 8.54.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.54.0/packages/parser)

Updates `eslint-plugin-react-hooks-extra` from 2.7.2 to 2.7.4
- [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/v2.7.4/packages/plugins/eslint-plugin-react-hooks-extra)

Updates `eslint-plugin-react-web-api` from 2.7.2 to 2.7.4
- [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/v2.7.4/packages/plugins/eslint-plugin-react-web-api)

Updates `eslint-plugin-playwright` from 2.5.0 to 2.5.1
- [Release notes](https://github.com/mskelton/eslint-plugin-playwright/releases)
- [Changelog](https://github.com/mskelton/eslint-plugin-playwright/blob/main/CHANGELOG.md)
- [Commits](mskelton/eslint-plugin-playwright@v2.5.0...v2.5.1)

Updates `eslint-plugin-storybook` from 10.1.11 to 10.2.0
- [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/v10.2.0/code/lib/eslint-plugin)

Updates `eslint-plugin-turbo` from 2.7.5 to 2.7.6
- [Release notes](https://github.com/vercel/turborepo/releases)
- [Changelog](https://github.com/vercel/turborepo/blob/main/RELEASE.md)
- [Commits](https://github.com/vercel/turborepo/commits/v2.7.6/packages/eslint-plugin-turbo)

Updates `@typescript-eslint/eslint-plugin` from 8.53.1 to 8.54.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.54.0/packages/eslint-plugin)

Updates `@types/node` from 12.20.55 to 25.0.10
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: tsdown
  dependency-version: 0.20.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: eslint-plugin-regexp
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: globals
  dependency-version: 17.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@next/eslint-plugin-next"
  dependency-version: 16.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.54.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: eslint-plugin-react-hooks-extra
  dependency-version: 2.7.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: eslint-plugin-react-web-api
  dependency-version: 2.7.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: eslint-plugin-playwright
  dependency-version: 2.5.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: eslint-plugin-storybook
  dependency-version: 10.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: eslint-plugin-turbo
  dependency-version: 2.7.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.54.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@types/node"
  dependency-version: 25.0.10
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/production-dependencies-a90e9e8f08 branch from 4960646 to acfe2d9 Compare January 27, 2026 08:14
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 3, 2026

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

@dependabot dependabot bot closed this Feb 3, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/production-dependencies-a90e9e8f08 branch February 3, 2026 02:23
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.

0 participants

Comments