Skip to content

Bump the production-dependencies group across 1 directory with 12 updates#266

Open
dependabot[bot] wants to merge 4 commits intomainfrom
dependabot/npm_and_yarn/production-dependencies-c8605a4b2d
Open

Bump the production-dependencies group across 1 directory with 12 updates#266
dependabot[bot] wants to merge 4 commits intomainfrom
dependabot/npm_and_yarn/production-dependencies-c8605a4b2d

Conversation

@dependabot
Copy link
Contributor

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

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

Package From To
eslint-plugin-astro 1.5.0 1.6.0
@eslint/json 1.0.0 1.0.1
eslint-plugin-unicorn 62.0.0 63.0.0
@typescript-eslint/parser 8.55.0 8.56.0
eslint-plugin-react-hooks-extra 2.12.2 2.13.0
eslint-plugin-react-web-api 2.12.2 2.13.0
@vitest/eslint-plugin 1.6.7 1.6.9
eslint-plugin-playwright 2.5.1 2.6.0
eslint-plugin-storybook 10.2.8 10.2.9
eslint-plugin-turbo 2.8.3 2.8.9
@typescript-eslint/eslint-plugin 8.55.0 8.56.0
@types/node 12.20.55 25.2.3

Updates eslint-plugin-astro from 1.5.0 to 1.6.0

Release notes

Sourced from eslint-plugin-astro's releases.

v1.6.0

Minor Changes

Patch Changes

Changelog

Sourced from eslint-plugin-astro's changelog.

1.6.0

Minor Changes

Patch Changes

Commits
  • d70a639 Version Packages (#530)
  • a29f5eb chore(deps): update eslint monorepo to v10 (major) (#527)
  • cb4ad1d chore(deps): update dependency @​ota-meshi/eslint-plugin to ^0.20.0 (#523)
  • c0e016e chore(deps): update dependency eslint-plugin-jsdoc to v62 (#519)
  • 57d2d85 chore(deps): update github artifact actions (#516)
  • 7ec6663 chore(deps): update dependency eslint-plugin-json-schema-validator to v6 (#521)
  • d76e75d chore(deps): update dependency eslint-plugin-yml to v3 (#522)
  • 864b098 chore(deps): update dependency eslint-plugin-regexp to v3 (#524)
  • ce02cf2 feat: improve compatibility with eslint v10 (#531)
  • 919c8e1 chore(deps): update dependency @​actions/github to v9 (#526)
  • Additional commits viewable in compare view

Updates @eslint/json from 1.0.0 to 1.0.1

Release notes

Sourced from @​eslint/json's releases.

json: v1.0.1

1.0.1 (2026-02-10)

Bug Fixes

Changelog

Sourced from @​eslint/json's changelog.

1.0.1 (2026-02-10)

Bug Fixes

Commits

Updates eslint-plugin-unicorn from 62.0.0 to 63.0.0

Release notes

Sourced from eslint-plugin-unicorn's releases.

v63.0.0

New rules

Improvements

  • Support ESLint 10 (#2823) bd0901b1
  • prefer-set-size: Add Array.from() support (#2857) e556143b
  • prefer-bigint-literals: Support signed numbers and strings (#2784) a332a509
  • prefer-export-from: Fix type-import being removed when using namespace import (#2771) ab4b779a
  • prefer-spread: Fix: Skip TypedArray and ArrayBuffer constructor calls (#2871) 42a558f7
  • no-array-sort: Ignore .sort() calls with non-function arguments (#2862) cbb23774
  • prefer-add-event-listener: Don't autofix non-function assignments (#2865) 989ec61a
  • explicit-length-check: Ignore || with string fallback value (#2861) 4806f7e6
  • no-unnecessary-polyfills: Fix false positive for graduated esnext features (#2864) d6c13ab1
  • no-for-loop: Skip auto-fix for string types when .entries() would be needed (#2869) 08a591a9
  • import-style: Fix crash on export {x} without from clause (#2868) 141c8c50
  • expiring-todo-comments: Should not flag ESLint disable comments (#2828) 3568dafb
  • no-useless-collection-argument: Use suggestions to remove empty array with comments (#2838) c0d06879
  • prefer-set-has: Check Iterator#toArray() and String#split() (#2829) ab8970ec
  • no-useless-spread: Fix false positive on Iterator (#2831) 994e31ca
  • isolated-functions: Ignore TypeScript types (#2822) c3479c0d
  • prefer-string-raw: Exclude inline snapshot (#2811) 6e7f93c4
  • consistent-assert: Explicitly check specifier node type (#2803) 396a8fa2

sindresorhus/eslint-plugin-unicorn@v62.0.0...v63.0.0

Commits
  • 2c4b3dd 63.0.0
  • e556143 prefer-set-size: Add Array.from() support (#2857)
  • a332a50 prefer-bigint-literals: Support signed numbers and strings (#2784)
  • ab4b779 prefer-export-from: Fix type-import being removed when using namespace impo...
  • f6a281f Update ESLint to v10.0.0 (#2848)
  • 42a558f prefer-spread: Fix: Skip TypedArray and ArrayBuffer constructor calls (#2871)
  • cbb2377 no-array-sort: Ignore .sort() calls with non-function arguments (#2862)
  • 989ec61 prefer-add-event-listener: Don't autofix non-function assignments (#2865)
  • 80ff1b7 Fix meta.deprecated.replacedBy to use ReplacedByInfo objects per ESLint s...
  • 4806f7e explicit-length-check: Ignore || with string fallback value (#2861)
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 8.55.0 to 8.56.0

Release notes

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

v8.56.0

8.56.0 (2026-02-16)

🚀 Features

🩹 Fixes

  • use parser options from context.languageOptions (#12043)

❤️ Thank You

See GitHub Releases for more information.

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

Changelog

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

8.56.0 (2026-02-16)

🚀 Features

❤️ Thank You

See GitHub Releases for more information.

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

Commits

Updates eslint-plugin-react-hooks-extra from 2.12.2 to 2.13.0

Release notes

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

v2.13.0 (2026-02-15)

What's Changed

✨ New

🐞 Fixes

📝 Changes you should be aware of

  1. The naming-convention/filename rule has been deprecated and will be removed in the next major version.
  2. The naming-convention/filename-extension rule has been deprecated and will be removed in the next major version.

Modern React frameworks each come with their own naming conventions that can differ or even conflict. A single predefined, framework-agnostic filename or filename extension rule no longer matches real-world usage. Please follow the official naming conventions of the specific React framework you are using.

For example, here are some references for popular frameworks:

Full Changelog: Rel1cx/eslint-react@v2.12.4...v2.13.0

v2.12.4 (2026-02-11)

What's Changed

🐞 Fixes

🪄 Improvements

Full Changelog: Rel1cx/eslint-react@v2.12.2...v2.12.4

Changelog

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

v2.13.0 (2026-02-15)

✨ New

🐞 Fixes

📝 Changes you should be aware of

  1. The naming-convention/filename rule has been deprecated and will be removed in the next major version.
  2. The naming-convention/filename-extension rule has been deprecated and will be removed in the next major version.

Modern React frameworks each come with their own naming conventions that can differ or even conflict. A single predefined, framework-agnostic filename or filename extension rule no longer matches real-world usage. Please follow the official naming conventions of the specific React framework you are using.

For example, here are some references for popular frameworks:

Full Changelog: Rel1cx/eslint-react@v2.12.4...v2.13.0

v2.12.4 (2026-02-11)

🐞 Fixes

🪄 Improvements

Full Changelog: Rel1cx/eslint-react@v2.12.2...v2.12.4

Commits

Updates eslint-plugin-react-web-api from 2.12.2 to 2.13.0

Release notes

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

v2.13.0 (2026-02-15)

What's Changed

✨ New

🐞 Fixes

📝 Changes you should be aware of

  1. The naming-convention/filename rule has been deprecated and will be removed in the next major version.
  2. The naming-convention/filename-extension rule has been deprecated and will be removed in the next major version.

Modern React frameworks each come with their own naming conventions that can differ or even conflict. A single predefined, framework-agnostic filename or filename extension rule no longer matches real-world usage. Please follow the official naming conventions of the specific React framework you are using.

For example, here are some references for popular frameworks:

Full Changelog: Rel1cx/eslint-react@v2.12.4...v2.13.0

v2.12.4 (2026-02-11)

What's Changed

🐞 Fixes

🪄 Improvements

Full Changelog: Rel1cx/eslint-react@v2.12.2...v2.12.4

Changelog

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

v2.13.0 (2026-02-15)

✨ New

🐞 Fixes

📝 Changes you should be aware of

  1. The naming-convention/filename rule has been deprecated and will be removed in the next major version.
  2. The naming-convention/filename-extension rule has been deprecated and will be removed in the next major version.

Modern React frameworks each come with their own naming conventions that can differ or even conflict. A single predefined, framework-agnostic filename or filename extension rule no longer matches real-world usage. Please follow the official naming conventions of the specific React framework you are using.

For example, here are some references for popular frameworks:

Full Changelog: Rel1cx/eslint-react@v2.12.4...v2.13.0

v2.12.4 (2026-02-11)

🐞 Fixes

🪄 Improvements

Full Changelog: Rel1cx/eslint-react@v2.12.2...v2.12.4

Commits

Updates @vitest/eslint-plugin from 1.6.7 to 1.6.9

Release notes

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

v1.6.9

   🐞 Bug Fixes

    View changes on GitHub

v1.6.8

No significant changes

    View changes on GitHub

What's Changed

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.6.7...v1.6.8

Commits

Updates eslint-plugin-playwright from 2.5.1 to 2.6.0

Release notes

Sourced from eslint-plugin-playwright's releases.

v2.6.0

2.6.0 (2026-02-18)

Bug Fixes

  • docs: consistent-spacing-between-blocks name (#421) (f2306ed)
  • valid-title: Ignore variables we can't statically determine (1597555), closes #368

Features

  • Add no-duplicate-slow rule (dac9495), closes #418
  • Add no-restricted-roles rule (#422) (91817bf)
  • Add require-to-pass-timeout rule (e620e87), closes #345
  • Add require-tags rule (c83b13a), closes #401
  • missing-playwright-await: Add support for waitForResponse and other similar functions (960be8a), closes #199
Commits
  • c83b13a feat: Add require-tags rule
  • 960be8a feat(missing-playwright-await): Add support for waitForResponse and other sim...
  • dac9495 feat: Add no-duplicate-slow rule
  • e620e87 feat: Add require-to-pass-timeout rule
  • 1597555 fix(valid-title): Ignore variables we can't statically determine
  • 8afb465 chore: Update deps
  • f6cc6a2 chore: Update oxfmt
  • c729eac chore: ESM tests
  • d604fc2 chore: Set verbatimModuleSyntax to prepare for type stripping (#423)
  • e525b21 chore: Add new yarn ci script
  • Additional commits viewable in compare view

Updates eslint-plugin-storybook from 10.2.8 to 10.2.9

Release notes

Sourced from eslint-plugin-storybook's releases.

v10.2.9

10.2.9

Changelog

Sourced from eslint-plugin-storybook's changelog.

10.2.9

Commits

Updates eslint-plugin-turbo from 2.8.3 to 2.8.9

Release notes

Sourced from eslint-plugin-turbo's releases.

Turborepo v2.8.9

Full Changelog: vercel/turborepo@v2.8.8...v2.8.9

Turborepo v2.8.9-canary.3

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

Turborepo v2.8.8

What's Changed

@​turbo/codemod

Examples

Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.8.7...v2.8.8

Turborepo v2.8.8-canary.7

... (truncated)

Commits

Updates @typescript-eslint/eslint-plugin from 8.55.0 to 8.56.0

Release notes

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

v8.56.0

8.56.0 (2026-02-16)

🚀 Features

🩹 Fixes

  • use parser options from context.languageOptions (#12043)

❤️ Thank You

See GitHub Releases for more information.

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

Changelog

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

8.56.0 (2026-02-16)

🚀 Features

🩹 Fixes

  • use parser options from context.languageOptions (#12043)

❤️ Thank You

See GitHub Releases for more information.

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

Commits

Updates @types/node from 12.20.55 to 25.2.3

Commits

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

…ates

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

| Package | From | To |
| --- | --- | --- |
| [eslint-plugin-astro](https://github.com/ota-meshi/eslint-plugin-astro) | `1.5.0` | `1.6.0` |
| [@eslint/json](https://github.com/eslint/json) | `1.0.0` | `1.0.1` |
| [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) | `62.0.0` | `63.0.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.55.0` | `8.56.0` |
| [eslint-plugin-react-hooks-extra](https://github.com/Rel1cx/eslint-react/tree/HEAD/packages/plugins/eslint-plugin-react-hooks-extra) | `2.12.2` | `2.13.0` |
| [eslint-plugin-react-web-api](https://github.com/Rel1cx/eslint-react/tree/HEAD/packages/plugins/eslint-plugin-react-web-api) | `2.12.2` | `2.13.0` |
| [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest) | `1.6.7` | `1.6.9` |
| [eslint-plugin-playwright](https://github.com/mskelton/eslint-plugin-playwright) | `2.5.1` | `2.6.0` |
| [eslint-plugin-storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/eslint-plugin) | `10.2.8` | `10.2.9` |
| [eslint-plugin-turbo](https://github.com/vercel/turborepo/tree/HEAD/packages/eslint-plugin-turbo) | `2.8.3` | `2.8.9` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.55.0` | `8.56.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `12.20.55` | `25.2.3` |



Updates `eslint-plugin-astro` from 1.5.0 to 1.6.0
- [Release notes](https://github.com/ota-meshi/eslint-plugin-astro/releases)
- [Changelog](https://github.com/ota-meshi/eslint-plugin-astro/blob/main/CHANGELOG.md)
- [Commits](ota-meshi/eslint-plugin-astro@v1.5.0...v1.6.0)

Updates `@eslint/json` from 1.0.0 to 1.0.1
- [Release notes](https://github.com/eslint/json/releases)
- [Changelog](https://github.com/eslint/json/blob/main/CHANGELOG.md)
- [Commits](eslint/json@json-v1.0.0...json-v1.0.1)

Updates `eslint-plugin-unicorn` from 62.0.0 to 63.0.0
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](sindresorhus/eslint-plugin-unicorn@v62.0.0...v63.0.0)

Updates `@typescript-eslint/parser` from 8.55.0 to 8.56.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.56.0/packages/parser)

Updates `eslint-plugin-react-hooks-extra` from 2.12.2 to 2.13.0
- [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.13.0/packages/plugins/eslint-plugin-react-hooks-extra)

Updates `eslint-plugin-react-web-api` from 2.12.2 to 2.13.0
- [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.13.0/packages/plugins/eslint-plugin-react-web-api)

Updates `@vitest/eslint-plugin` from 1.6.7 to 1.6.9
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](vitest-dev/eslint-plugin-vitest@v1.6.7...v1.6.9)

Updates `eslint-plugin-playwright` from 2.5.1 to 2.6.0
- [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.1...v2.6.0)

Updates `eslint-plugin-storybook` from 10.2.8 to 10.2.9
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/v10.2.9/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.2.9/code/lib/eslint-plugin)

Updates `eslint-plugin-turbo` from 2.8.3 to 2.8.9
- [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.9/packages/eslint-plugin-turbo)

Updates `@typescript-eslint/eslint-plugin` from 8.55.0 to 8.56.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.56.0/packages/eslint-plugin)

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

---
updated-dependencies:
- dependency-name: eslint-plugin-astro
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@eslint/json"
  dependency-version: 1.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: eslint-plugin-unicorn
  dependency-version: 63.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.56.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.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: eslint-plugin-react-web-api
  dependency-version: 2.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@vitest/eslint-plugin"
  dependency-version: 1.6.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: eslint-plugin-playwright
  dependency-version: 2.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: eslint-plugin-storybook
  dependency-version: 10.2.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: eslint-plugin-turbo
  dependency-version: 2.8.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.56.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@types/node"
  dependency-version: 25.2.3
  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 added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 18, 2026
@dependabot dependabot bot requested a review from zemd as a code owner February 18, 2026 08:16
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 18, 2026
@cloudflare-workers-and-pages
Copy link

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

Deploying zemd-eslint-config with  Cloudflare Pages  Cloudflare Pages

Latest commit: 24883be
Status:🚫  Build failed.

View logs

@changeset-bot
Copy link

changeset-bot bot commented Feb 18, 2026

🦋 Changeset detected

Latest commit: 24883be

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 6 packages
Name Type
@zemd/eslint-rock-stack Patch
@zemd/eslint-astro Patch
@zemd/eslint-react Patch
@zemd/eslint-js Patch
@zemd/eslint-ts Patch
@zemd/eslint-next Patch

Not sure what this means? Click here to learn what changesets are.

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

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

Comments