Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2026

Bumps the production-dependencies group with 15 updates in the / directory:

Package From To
tsdown 0.20.0-beta.4 0.20.1
@eslint/json 0.14.0 1.0.0
eslint-plugin-regexp 2.10.0 3.0.0
globals 17.0.0 17.3.0
@next/eslint-plugin-next 16.1.4 16.1.6
@typescript-eslint/parser 8.53.1 8.54.0
eslint-plugin-react-hooks-extra 2.7.2 2.9.3
eslint-plugin-react-web-api 2.7.2 2.9.3
eslint-plugin-playwright 2.5.0 2.5.1
eslint-plugin-storybook 10.1.11 10.2.4
eslint-plugin-turbo 2.7.5 2.8.1
@typescript-eslint/eslint-plugin 8.53.1 8.54.0
@types/node 12.20.55 25.2.0
eslint-plugin-react-refresh 0.4.26 0.5.0
@swc/core 1.15.10 1.15.11

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/json from 0.14.0 to 1.0.0

Release notes

Sourced from @​eslint/json's releases.

json: v1.0.0

1.0.0 (2026-01-28)

⚠ BREAKING CHANGES

  • export types from main entry and remove /types export (#198)
  • remove rollup, extraneous types and migrate to ESM-only (#197)
  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#165)

Features

  • export types from main entry and remove /types export (#198) (368c47b)
  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#165) (019fbcd)

Bug Fixes

  • add missing name property to recommended config (#189) (a3c26ca)
  • display raw key in the message (#179) (3d63c38)
  • program crashes in no-unsafe-values (#194) (8a536d2)
  • remove rollup, extraneous types and migrate to ESM-only (#197) (55edfb9)
  • update @eslint/core to v1.0.0 and adjust tests (#190) (ba31cc2)
  • update eslint (#200) (8d94c4a)

Miscellaneous Chores

Changelog

Sourced from @​eslint/json's changelog.

1.0.0 (2026-01-28)

⚠ BREAKING CHANGES

  • export types from main entry and remove /types export (#198)
  • remove rollup, extraneous types and migrate to ESM-only (#197)
  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#165)

Features

  • export types from main entry and remove /types export (#198) (368c47b)
  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#165) (019fbcd)

Bug Fixes

  • add missing name property to recommended config (#189) (a3c26ca)
  • display raw key in the message (#179) (3d63c38)
  • program crashes in no-unsafe-values (#194) (8a536d2)
  • remove rollup, extraneous types and migrate to ESM-only (#197) (55edfb9)
  • update @eslint/core to v1.0.0 and adjust tests (#190) (ba31cc2)
  • update eslint (#200) (8d94c4a)

Miscellaneous Chores

Commits
  • 2e9536f chore: release 1.0.0 🚀 (#184)
  • 68847a5 chore: update dependency prettier to v3.8.1 (#205)
  • 9fb9ec5 docs: Update README sponsors
  • 6e1e06e ci: ensure ESLint works with at least 9.15.0 and pre-releases (#202)
  • 6a2ba07 chore: pin dependency prettier to 3.8.0 (#204)
  • 368c47b feat!: export types from main entry and remove /types export (#198)
  • 55edfb9 fix!: remove rollup, extraneous types and migrate to ESM-only (#197)
  • 774dd3e docs: Update README sponsors
  • 8d94c4a fix: update eslint (#200)
  • cedfd78 docs: Update README sponsors
  • 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.3.0

Release notes

Sourced from globals's releases.

v17.3.0

  • Update globals (2026-02-01) (#336) 295fba9

sindresorhus/globals@v17.2.0...v17.3.0

v17.2.0

  • jasmine: Add throwUnless and throwUnlessAsync globals (#335) 97f23a7

sindresorhus/globals@v17.1.0...v17.2.0

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.6

Release notes

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

v16.1.6

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

Core Changes

  • Upgrade to swc 54 (#88207)
  • implement LRU cache with invocation ID scoping for minimal mode response cache (#88509)
  • tweak LRU sentinel key (#89123)

Credits

Huge thanks to @​mischnic, @​wyattjoh, and @​ztanner for helping!

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

  • 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.9.3

Release notes

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

v2.9.3 (2026-02-02)

What's Changed

🪄 Improvements

📝 Changes you should be aware of

The following rules have been deprecated:

  • no-default-props
  • no-prop-types
  • no-string-refs

If you are working with legacy codebases that still require these rules, you can use a no-restricted-syntax rule to enforce these restrictions:

{
    files: ['**/*.jsx', '**/*.tsx'],
    rules: {
        "no-restricted-syntax": [
            "error",
            {
                "selector": "AssignmentExpression[operator='='][left.property.name='defaultProps']",
                "message": "[Deprecated] Use ES6 default parameters instead."
            },
            {
                "selector": "AssignmentExpression[operator='='][left.property.name='propTypes']",
                "message": "[Deprecated] Use TypeScript or another type-checking solution instead."
            },
            {
                "selector": "JSXAttribute[name.name='ref'][value.type='Literal']",
                "message": "[Deprecated] Use callback refs instead."
            }
        ]
    }
}

(The rules that were deprecated in this release will still be available until the next major update to avoid breaking changes.)

Full Changelog: Rel1cx/eslint-react@v2.9.2...v2.9.3

v2.9.2 (2026-02-02)

What's Changed

🐞 Fixes

... (truncated)

Changelog

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

v2.9.3 (2026-02-02)

🪄 Improvements

📝 Changes you should be aware of

The following rules have been deprecated:

  • no-default-props
  • no-prop-types
  • no-string-refs

If you are working with legacy codebases that still require these rules, you can use a no-restricted-syntax rule to enforce these restrictions:

{
    files: ['**/*.jsx', '**/*.tsx'],
    rules: {
        "no-restricted-syntax": [
            "error",
            {
                "selector": "AssignmentExpression[operator='='][left.property.name='defaultProps']",
                "message": "[Deprecated] Use ES6 default parameters instead."
            },
            {
                "selector": "AssignmentExpression[operator='='][left.property.name='propTypes']",
                "message": "[Deprecated] Use TypeScript or another type-checking solution instead."
            },
            {
                "selector": "JSXAttribute[name.name='ref'][value.type='Literal']",
                "message": "[Deprecated] Use callback refs instead."
            }
        ]
    }
}

(The rules that were deprecated in this release will still be available until the next major update to avoid breaking changes.)

Full Changelog: Rel1cx/eslint-react@v2.9.2...v2.9.3

v2.9.2 (2026-02-02)

🐞 Fixes

... (truncated)

Commits

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

Release notes

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

v2.9.3 (2026-02-02)

What's Changed

🪄 Improvements

📝 Changes you should be aware of

The following rules have been deprecated:

  • no-default-props
  • no-prop-types
  • no-string-refs

If you are working with legacy codebases that still require these rules, you can use a no-restricted-syntax rule to enforce these restrictions:

{
    files: ['**/*.jsx', '**/*.tsx'],
    rules: {
        "no-restricted-syntax": [
            "error",
            {
                "selector": "AssignmentExpression[operator='='][left.property.name='defaultProps']",
                "message": "[Deprecated] Use ES6 default parameters instead."
            },
            {
                "selector": "AssignmentExpression[operator='='][left.property.name='propTypes']",
                "message": "[Deprecated] Use TypeScript or another type-checking solution instead."
            },
            {
                "selector": "JSXAttribute[name.name='ref'][value.type='Literal']",
                "message": "[Deprecated] Use callback refs instead."
            }
        ]
    }
}

(The rules that were deprecated in this release will still be available until the next major update to avoid breaking changes.)

Full Changelog: Rel1cx/eslint-react@v2.9.2...v2.9.3

v2.9.2 (2026-02-02)

What's Changed

🐞 Fixes

... (truncated)

Changelog

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

v2.9.3 (2026-02-02)

🪄 Improvements

📝 Changes you should be aware of

The following rules have been deprecated:

  • no-default-props
  • no-prop-types
  • no-string-refs

If you are working with legacy codebases that still require these rules, you can use a no-restricted-syntax rule to enforce these restrictions:

{
    files: ['**/*.jsx', '**/*.tsx'],
    rules: {
        "no-restricted-syntax": [
            "error",
            {
                "selector": "AssignmentExpression[operator='='][left.property.name='defaultProps']",
                "message": "[Deprecated] Use ES6 default parameters instead."
            },
            {
                "selector": "AssignmentExpression[operator='='][left.property.name='propTypes']",
                "message": "[Deprecated] Use TypeScript or another type-checking solution instead."
            },
            {
                "selector": "JSXAttribute[name.name='ref'][value.type='Literal']",
                "message": "[Deprecated] Use callback refs instead."
            }
        ]
    }
}

(The rules that were deprecated in this release will still be available until the next major update to avoid breaking changes.)

Full Changelog: Rel1cx/eslint-react@v2.9.2...v2.9.3

v2.9.2 (2026-02-02)

🐞 Fixes

... (truncated)

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.4

Release notes

Sourced from eslint-plugin-storybook's releases.

v10.2.4

10.2.4

v10.2.3

10.2.3

  • Addon-Vitest: Normalize Windows paths in addon-vitest automigration - #33340, thanks @​tanujbhaud!
  • Core: Fix `previewHref` when current path does not end with a slash - #33647, thanks @​ghengeveld!

v10.2.2

10.2.2

v10.2.1

10.2.1

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.4

10.2.3

  • Addon-Vitest: Normalize Windows paths in addon-vitest automigration - #33340, thanks @​tanujbhaud!
  • Core: Fix previewHref when current path does not end with a slash - #33647, thanks @​ghengeveld!

10.2.2

10.2.1

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)
  • Addon-A11y: Lock vision filter dropdown for stories with vision global - #33599, thanks @​ghengeveld!
  • Addon-Docs: Add MDX manifest generation - #33408, thanks @​copilot-swe-agent!
  • Addon-Docs: Skip !autodocs stories when computing primary story - #32712, thanks @​ia319!
  • Addon-Pseudo States: Fix stylesheet rewrite for :not() with parenthesis in inner selector - #33491, thanks @​ghengeveld!
  • Addon-Vitest: Added timeout for fetching localhost 6006 during global setup. - #33232, thanks @​snippy4!
  • Addon-Vitest: Fallback detecting vitest version in postinstall - #33415, thanks @​ndelangen!
  • Addon-Vitest: Improve error message in testing widget modal - #33481, thanks @​yannbf!
  • Addon-Vitest: Improve perf & fix loading incorrect .env file - #33469, thanks @​ndelangen!

... (truncated)

Commits
  • 8e2b782 Bump version from "10.2.3" to "10.2.4" [skip ci]
  • d959d6c Bump version from "10.2.2" to "10.2.3" [skip ci]
  • e367333 Bump version from "10.2.1" to "10.2.2" [skip ci]
  • acf2b44 Bump version from "10.2.0" to "10.2.1" [skip ci]
  • 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]
  • Additional commits viewable in compare view

Updates eslint-plugin-turbo from 2.7.5 to 2.8.1

Release notes

Sourced from eslint-plugin-turbo's releases.

Turborepo v2.8.1

What's Changed

Docs

Changelog

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 3, 2026
@dependabot dependabot bot requested a review from zemd as a code owner February 3, 2026 02:24
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 3, 2026
@changeset-bot
Copy link

changeset-bot bot commented Feb 3, 2026

⚠️ No Changeset found

Latest commit: 7a370fb

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

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Feb 3, 2026

Deploying zemd-eslint-config with  Cloudflare Pages  Cloudflare Pages

Latest commit: 7a370fb
Status: ✅  Deploy successful!
Preview URL: https://77c2146a.zemd-eslint-config.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-prod-2x7o.zemd-eslint-config.pages.dev

View logs

…ates

Bumps the production-dependencies group with 15 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [tsdown](https://github.com/rolldown/tsdown) | `0.20.0-beta.4` | `0.20.1` |
| [@eslint/json](https://github.com/eslint/json) | `0.14.0` | `1.0.0` |
| [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.3.0` |
| [@next/eslint-plugin-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next) | `16.1.4` | `16.1.6` |
| [@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.9.3` |
| [eslint-plugin-react-web-api](https://github.com/Rel1cx/eslint-react/tree/HEAD/packages/plugins/eslint-plugin-react-web-api) | `2.7.2` | `2.9.3` |
| [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.4` |
| [eslint-plugin-turbo](https://github.com/vercel/turborepo/tree/HEAD/packages/eslint-plugin-turbo) | `2.7.5` | `2.8.1` |
| [@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.2.0` |
| [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) | `0.4.26` | `0.5.0` |
| [@swc/core](https://github.com/swc-project/swc/tree/HEAD/packages/core) | `1.15.10` | `1.15.11` |



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/json` from 0.14.0 to 1.0.0
- [Release notes](https://github.com/eslint/json/releases)
- [Changelog](https://github.com/eslint/json/blob/main/CHANGELOG.md)
- [Commits](eslint/json@json-v0.14.0...json-v1.0.0)

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.3.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v17.0.0...v17.3.0)

Updates `@next/eslint-plugin-next` from 16.1.4 to 16.1.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/v16.1.6/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.9.3
- [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.9.3/packages/plugins/eslint-plugin-react-hooks-extra)

Updates `eslint-plugin-react-web-api` from 2.7.2 to 2.9.3
- [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.9.3/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.4
- [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.4/code/lib/eslint-plugin)

Updates `eslint-plugin-turbo` from 2.7.5 to 2.8.1
- [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.8.1/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.2.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `eslint-plugin-react-refresh` from 0.4.26 to 0.5.0
- [Release notes](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases)
- [Changelog](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md)
- [Commits](ArnaudBarre/eslint-plugin-react-refresh@v0.4.26...v0.5.0)

Updates `@swc/core` from 1.15.10 to 1.15.11
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/swc-project/swc/commits/v1.15.11/packages/core)

---
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/json"
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  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.3.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.6
  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.9.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: eslint-plugin-react-web-api
  dependency-version: 2.9.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: eslint-plugin-turbo
  dependency-version: 2.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: eslint-plugin-react-refresh
  dependency-version: 0.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@swc/core"
  dependency-version: 1.15.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/production-dependencies-bc5a518222 branch from ba62871 to 7a370fb Compare February 3, 2026 09:04
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 9, 2026

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

@dependabot dependabot bot closed this Feb 9, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/production-dependencies-bc5a518222 branch February 9, 2026 23:34
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