Skip to content

Bump the wordpress-lint-toolchain group across 1 directory with 5 updates#273

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/wordpress-lint-toolchain-01f0c35bf5
Closed

Bump the wordpress-lint-toolchain group across 1 directory with 5 updates#273
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/wordpress-lint-toolchain-01f0c35bf5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 19, 2026

Copy link
Copy Markdown
Contributor

Bumps the wordpress-lint-toolchain group with 5 updates in the / directory:

Package From To
@wordpress/eslint-plugin 25.6.0 25.7.0
eslint 9.39.5 10.7.0
stylelint 16.26.1 17.14.0
stylelint-scss 6.14.0 7.2.0
typescript 5.9.3 7.0.2

Updates @wordpress/eslint-plugin from 25.6.0 to 25.7.0

Changelog

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

25.7.0 (2026-07-14)

Commits
  • e9a74f9 chore(release): publish
  • 2a0c375 Update changelog files
  • e61c854 Merge changes published in the Gutenberg plugin "release/23.6" branch
  • 1055a35 Update changelog files
  • 8ca3e8e Merge changes published in the Gutenberg plugin "release/23.6" branch
  • See full diff in compare view

Updates eslint from 9.39.5 to 10.7.0

Release notes

Sourced from eslint's releases.

v10.7.0

Features

  • cf2a9bf feat: add errorClassNames option to preserve-caught-error rule (#21032) (sethamus)
  • f8b873a feat: max-nested-callbacks option for constructor callbacks (#21063) (fnx)
  • 557fde8 feat: support computed Number.parseInt member access in radix rule (#21041) (Pixel)
  • 0b4a73b feat: add suggestions to no-compare-neg-zero (#21034) (den$)
  • 96cdd42 feat: report invalid signed numeric radix values in radix rule (#21030) (Pixel)

Bug Fixes

  • 3e7bf15 fix: apply ignoreClassesWithImplements to class expressions (#21069) (Pixel)
  • 0d7d70c fix: insert cause outside wrapping parens in preserve-caught-error (#21062) (Mahin Anowar)
  • 75ec753 fix: handle static template literals in eqeqeq rule (#21058) (Pixel)
  • b717a22 fix: prevent eqeqeq null option from reporting non-equality operators (#21057) (Pixel)
  • e35b05f fix: avoid no-invalid-regexp false positive for shadowed RegExp (#21051) (Pixel)
  • a3172b6 fix: avoid no-control-regex false positive for shadowed RegExp (#21050) (Pixel)
  • d1f637e fix: parenthesize sequence expression operands in no-implicit-coercion (#21045) (spokodev)
  • 8859baf fix: avoid prefer-numeric-literals false positive for shadowed globals (#21047) (한국)
  • a9e5961 fix: use-isnan false positive on shadowed NaN/Number (#20958) (sethamus)
  • 8a240a7 fix: avoid false positives in radix rule for spread arguments (#21044) (Pixel)

Documentation

  • c30d808 docs: Update README (GitHub Actions Bot)
  • 5139800 docs: document ESLint migration codemods in v9 and v10 guides (#20980) (Alex Bit)
  • 04174cb docs: Update README (GitHub Actions Bot)
  • 026e130 docs: update semver policy for bug fixes (#21048) (Milos Djermanovic)
  • 9d42fef docs: Update README (GitHub Actions Bot)
  • b230159 docs: Update README (GitHub Actions Bot)
  • 0129972 docs: correct **/.js glob to **/*.js in config files guide (#21036) (EduardF1)

Chores

  • 9489379 chore: update dependency @​eslint/eslintrc to ^3.3.6 (#21076) (renovate[bot])
  • 81a4774 chore: updates for v9.39.5 release (Jenkins)
  • 9835414 chore: enable $ExpectType annotations in all TypeScript files (#21071) (Francesco Trotta)
  • 72adf6b chore: restrict markdownlint-cli2 updates in renovate (#21067) (lumir)
  • 833ec10 chore: update dependency prettier to v3.9.4 (#21061) (renovate[bot])
  • 7ea106d chore: update ecosystem plugins (#21059) (ESLint Bot)
  • 8fb550e chore: add prettier update commit to .git-blame-ignore-revs (#21056) (lumir)
  • e4e1166 chore: update dependency prettier to v3.9.1 (#21055) (renovate[bot])
  • 0493f53 chore: update prettier to v3.9.0 (#21054) (Pixel)
  • 1056a99 chore: update dependency prettier to v3.8.5 (#21049) (renovate[bot])
  • 4d4155d ci: run ecosystem tests on pull requests (#21027) (sethamus)
  • 993539f chore: update dependency @​eslint/json to ^2.0.1 (#21042) (renovate[bot])
  • 53f8b69 test: add error locations to no-constant-binary-expression (#21039) (lumir)
  • 5ab71d5 refactor: clean up radix rule internals (#21015) (Pixel)
  • a80a9a4 chore: update ecosystem plugins (#21035) (ESLint Bot)
  • 7c9a029 ci: add Node.js 26 to CI (#20847) (lumir)

v10.6.0

Features

  • b1f9106 feat: detect Symbol() and BigInt() in no-constant-binary-expression (#20981) (Taejin Kim)

... (truncated)

Commits
  • fabd99b 10.7.0
  • 37c5e75 Build: changelog update for 10.7.0
  • 9489379 chore: update dependency @​eslint/eslintrc to ^3.3.6 (#21076)
  • 81a4774 chore: updates for v9.39.5 release
  • 3e7bf15 fix: apply ignoreClassesWithImplements to class expressions (#21069)
  • 9835414 chore: enable $ExpectType annotations in all TypeScript files (#21071)
  • cf2a9bf feat: add errorClassNames option to preserve-caught-error rule (#21032)
  • c30d808 docs: Update README
  • f8b873a feat: max-nested-callbacks option for constructor callbacks (#21063)
  • 72adf6b chore: restrict markdownlint-cli2 updates in renovate (#21067)
  • Additional commits viewable in compare view

Updates stylelint from 16.26.1 to 17.14.0

Release notes

Sourced from stylelint's releases.

17.14.0

It fixes 3 bugs, including a false negative one.

  • Fixed: performance of getting module paths (#9354) (@​jeddy3).
  • Fixed: performance by dynamically importing TIMING only on use (#9356) (@​jeddy3).
  • Fixed: function-calc-no-unspaced-operator false negatives for unspaced + and - operators following a * or / operator (#9357) (@​sarathfrancis90).

17.13.0

It fixes 3 bugs, including a false negative one.

  • Fixed: declaration-block-no-duplicate-properties false negatives for interleaved non-consecutive duplicates with ignore: ["consecutive-duplicates(-*)"] (#9324) (@​sarathfrancis90).
  • Fixed: selector-max-type false positives for nested selectors (#9319) (@​romainmenke).
  • Fixed: selector-type-no-unknown false positives for install (#9308) (@​Mouvedia).

17.12.0

It fixes 3 bugs, including a false negative one.

  • Fixed: block-no-empty reported range when using comments (#9294) (@​romainmenke).
  • Fixed: declaration-property-value-no-unknown false negatives for custom properties defined in reference files (#9292) (@​romainmenke).
  • Fixed: value-keyword-layout-mappings false positives for caption-side (#9293) (@​romainmenke).

17.11.1

It fixes 2 bugs.

  • Fixed: node_modules ignore for codeFilename paths containing a dot-prefixed directory (#9282) (@​tuhtah).
  • Fixed: declaration-block-no-redundant-longhand-properties range for contiguous redundant longhand properties (#9273) (@​pamelalozano16).

17.11.0

It adds 2 features, including a loader property to referenceFiles: {} for when the order of appearance in the reference styles matters.

17.10.0

It adds 3 rules and fixes 4 bugs. You can use the *-layout-mappings rules to enforce logical or physical properties, units and keywords.

  • Added: selector-no-invalid rule (#9232) (@​jeddy3).
  • Added: unit-layout-mappings rule (#9229) (@​jeddy3).
  • Added: value-keyword-layout-mappings rule (#9233) (@​jeddy3).
  • Fixed: inconsistent error messages when module is not found (#9260) (@​ybiquitous).
  • Fixed: property-layout-mappings false negatives for property names in declaration values (#9222) (@​jeddy3).
  • Fixed: property-layout-mappings false positives for @page properties (#9223) (@​jeddy3).
  • Fixed: selector-pseudo-class-no-unknown false positives for nested webkit-scrollbar part (#9259) (@​rkdfx).

17.9.1

It fixes 4 bugs. We also documented the messageArgs each rule provides to the message configuration property.

  • Fixed: ConfigurationError regression for custom syntaxes (#9245) (@​jeddy3).
  • Fixed: MD5 hash algorithm to SHA256 for caching (#9241) (@​rkdfx).
  • Fixed: property-no-deprecated autofix for page-break-*: always (#9214) (@​rkdfx).

... (truncated)

Changelog

Sourced from stylelint's changelog.

17.14.0 - 2026-06-25

It fixes 3 bugs, including a false negative one.

  • Fixed: performance of getting module paths (#9354) (@​jeddy3).
  • Fixed: performance by dynamically importing TIMING only on use (#9356) (@​jeddy3).
  • Fixed: function-calc-no-unspaced-operator false negatives for unspaced + and - operators following a * or / operator (#9357) (@​sarathfrancis90).

17.13.0 - 2026-06-06

It fixes 3 bugs, including a false negative one.

  • Fixed: declaration-block-no-duplicate-properties false negatives for interleaved non-consecutive duplicates with ignore: ["consecutive-duplicates(-*)"] (#9324) (@​sarathfrancis90).
  • Fixed: selector-max-type false positives for nested selectors (#9319) (@​romainmenke).
  • Fixed: selector-type-no-unknown false positives for install (#9308) (@​Mouvedia).

17.12.0 - 2026-05-20

It fixes 3 bugs, including a false negative one.

  • Fixed: block-no-empty reported range when using comments (#9294) (@​romainmenke).
  • Fixed: declaration-property-value-no-unknown false negatives for custom properties defined in reference files (#9292) (@​romainmenke).
  • Fixed: value-keyword-layout-mappings false positives for caption-side (#9293) (@​romainmenke).

17.11.1 - 2026-05-14

It fixes 2 bugs.

  • Fixed: node_modules ignore for codeFilename paths containing a dot-prefixed directory (#9282) (@​tuhtah).
  • Fixed: declaration-block-no-redundant-longhand-properties range for contiguous redundant longhand properties (#9273) (@​pamelalozano16).

17.11.0 - 2026-05-05

It adds 2 features, including a loader property to referenceFiles: {} for when the order of appearance in the reference styles matters.

17.10.0 - 2026-05-03

It adds 3 rules and fixes 4 bugs. You can use the *-layout-mappings rules to enforce logical or physical properties, units and keywords.

  • Added: selector-no-invalid rule (#9232) (@​jeddy3).
  • Added: unit-layout-mappings rule (#9229) (@​jeddy3).
  • Added: value-keyword-layout-mappings rule (#9233) (@​jeddy3).
  • Fixed: inconsistent error messages when module is not found (#9260) (@​ybiquitous).
  • Fixed: property-layout-mappings false negatives for property names in declaration values (#9222) (@​jeddy3).
  • Fixed: property-layout-mappings false positives for @page properties (#9223) (@​jeddy3).
  • Fixed: selector-pseudo-class-no-unknown false positives for nested webkit-scrollbar part (#9259) (@​rkdfx).

... (truncated)

Commits
  • f36e170 Release 17.14.0 (#9371)
  • 9334bff Bump actions/checkout from 6.0.3 to 7.0.0 (#9367)
  • f736374 Bump npm-run-all2 from 9.0.1 to 9.0.2 (#9370)
  • 78e1b44 Bump postcss-selector-parser from 7.1.2 to 7.1.4 in the postcss group (#9369)
  • cab5acd Bump eslint from 10.4.1 to 10.5.0 in the eslint group (#9368)
  • 89b95e1 Bump prettier from 3.8.3 to 3.8.4 (#9363)
  • 7ecce94 Bump cosmiconfig from 9.0.1 to 9.0.2 (#9362)
  • fa54191 Bump postcss-selector-parser from 7.1.1 to 7.1.2 in the postcss group (#9361)
  • 8c3cf69 Bump @​csstools/css-syntax-patches-for-csstree from 1.1.4 to 1.1.5 in the csst...
  • c61d3db Fix performance of getting module paths (#9354)
  • Additional commits viewable in compare view
Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


Updates stylelint-scss from 6.14.0 to 7.2.0

Release notes

Sourced from stylelint-scss's releases.

7.2.0

  • Added: dollar-variable-no-missing-interpolation autofix for Sass functions in custom properties (#1287).
  • Added: declaration-property-value-no-unknown support for namespaced functions (#1289).
  • Updated: at-rule-conditional-no-parentheses improve autofix (#1286).

Full Changelog: stylelint-scss/stylelint-scss@v7.1.1...v7.2.0

7.1.1

  • Fixed: operator-no-unspaced CJS/ESM interop for postcss-media-query-parser import for Bun compatibility (#1260).

Full Changelog: stylelint-scss/stylelint-scss@v7.1.0...v7.1.1

7.1.0

  • Added: support for postcss-scss in declaration-nested-properties rule (#1265).
  • Added: support for postcss-scss in declaration-nested-properties-no-divided-groups rule (#1263).
  • Updated: declaration-property-value-no-unknown rule to be in sync with the latest stylelint version (#1280).
  • Updated: refactor parseNestedPropRoot utility for performance and clarity (#1266).

Full Changelog: stylelint-scss/stylelint-scss@v7.0.0...v7.1.0

7.0.0

  • Removed: support for Node.js less than 20.19.0 (#1221)
  • Removed: deprecated rules (#1220):
    • at-import-no-partial-leading-underscore
    • at-import-partial-extension-blacklist
    • at-import-partial-extension-whitelist
    • at-import-partial-extension
  • Changed: to ES Modules (#931)
  • Added: stylelint@^17.0.0 to peer dependency (#1222)
  • Added: selector-class-pattern rule (#1219)

Full Changelog: stylelint-scss/stylelint-scss@v6.14.0...v7.0.0

Changelog

Sourced from stylelint-scss's changelog.

7.2.0

  • Added: dollar-variable-no-missing-interpolation autofix for Sass functions in custom properties (#1287).
  • Added: declaration-property-value-no-unknown support for namespaced functions (#1289).
  • Updated: at-rule-conditional-no-parentheses improve autofix (#1286).

Full Changelog: stylelint-scss/stylelint-scss@v7.1.1...v7.2.0

7.1.1

  • Fixed: operator-no-unspaced CJS/ESM interop for postcss-media-query-parser import for Bun compatibility (#1260).

Full Changelog: stylelint-scss/stylelint-scss@v7.1.0...v7.1.1

7.1.0

  • Added: support for postcss-scss in declaration-nested-properties rule (#1265).
  • Added: support for postcss-scss in declaration-nested-properties-no-divided-groups rule (#1263).
  • Updated: declaration-property-value-no-unknown rule to be in sync with the latest stylelint version (#1280).
  • Updated: refactor parseNestedPropRoot utility for performance and clarity (#1266).

Full Changelog: stylelint-scss/stylelint-scss@v7.0.0...v7.1.0

7.0.0

  • Removed: support for Node.js less than 20.19.0 (#1221)
  • Removed: deprecated rules (#1220):
    • at-import-no-partial-leading-underscore
    • at-import-partial-extension-blacklist
    • at-import-partial-extension-whitelist
    • at-import-partial-extension
  • Changed: to ES Modules (#931)
  • Added: stylelint@^17.0.0 to peer dependency (#1222)
  • Added: selector-class-pattern rule (#1219)

Full Changelog: stylelint-scss/stylelint-scss@v6.14.0...v7.0.0

Commits
  • e7c92d1 7.2.0
  • ecdc3c3 Prepare version 7.2.0 (#1301)
  • ddffe93 build(deps-dev): bump stylelint from 17.10.0 to 17.12.0 (#1300)
  • 6eb7630 Update Jest to latest version (#1299)
  • ac4dffb build(deps-dev): bump @​lavamoat/allow-scripts from 5.0.1 to 5.0.2 (#1298)
  • ac1e7fa build(deps): bump @​csstools/css-calc from 3.2.0 to 3.2.1 (#1297)
  • b483811 build(deps-dev): bump postcss from 8.5.14 to 8.5.15 (#1295)
  • 2c88165 build(deps-dev): bump lint-staged from 16.4.0 to 17.0.5 (#1292)
  • f4aea26 build(deps): bump @​csstools/css-syntax-patches-for-csstree (#1294)
  • db3c20e build(deps-dev): bump eslint from 10.3.0 to 10.4.0 (#1293)
  • Additional commits viewable in compare view

Updates typescript from 5.9.3 to 7.0.2

Release notes

Sourced from typescript's releases.

TypeScript 6.0.3

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0 Beta

For release notes, check out the release announcement.

Downloads are available on:

Commits
Maintainer changes

This version was pushed to npm by microsoft1es, a new releaser for typescript since your current version.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 19, 2026
…ates

Bumps the wordpress-lint-toolchain group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@wordpress/eslint-plugin](https://github.com/WordPress/gutenberg/tree/HEAD/packages/eslint-plugin) | `25.6.0` | `25.7.0` |
| [eslint](https://github.com/eslint/eslint) | `9.39.5` | `10.7.0` |
| [stylelint](https://github.com/stylelint/stylelint) | `16.26.1` | `17.14.0` |
| [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss) | `6.14.0` | `7.2.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.9.3` | `7.0.2` |



Updates `@wordpress/eslint-plugin` from 25.6.0 to 25.7.0
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/eslint-plugin@25.7.0/packages/eslint-plugin)

Updates `eslint` from 9.39.5 to 10.7.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.39.5...v10.7.0)

Updates `stylelint` from 16.26.1 to 17.14.0
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint@16.26.1...17.14.0)

Updates `stylelint-scss` from 6.14.0 to 7.2.0
- [Release notes](https://github.com/stylelint-scss/stylelint-scss/releases)
- [Changelog](https://github.com/stylelint-scss/stylelint-scss/blob/master/CHANGELOG.md)
- [Commits](stylelint-scss/stylelint-scss@v6.14.0...v7.2.0)

Updates `typescript` from 5.9.3 to 7.0.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/commits)

---
updated-dependencies:
- dependency-name: "@wordpress/eslint-plugin"
  dependency-version: 25.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: wordpress-lint-toolchain
- dependency-name: eslint
  dependency-version: 10.7.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: wordpress-lint-toolchain
- dependency-name: stylelint
  dependency-version: 17.14.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: wordpress-lint-toolchain
- dependency-name: stylelint-scss
  dependency-version: 7.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: wordpress-lint-toolchain
- dependency-name: typescript
  dependency-version: 7.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: wordpress-lint-toolchain
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump the wordpress-lint-toolchain group with 5 updates Bump the wordpress-lint-toolchain group across 1 directory with 5 updates Jul 19, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/wordpress-lint-toolchain-01f0c35bf5 branch from f88b1df to df20440 Compare July 19, 2026 16:38
@ocean90

ocean90 commented Jul 19, 2026

Copy link
Copy Markdown
Member

Blocked: this group pulled in four majors the WordPress toolchain does not support yet — stylelint 17 (@wordpress/stylelint-config 24 still requires ^16.8.2, which is what fails npm ci here), stylelint-scss 7, typescript 7, and eslint 10. Fix in #275, which adds ignore rules for these majors.

Once #275 is merged, I will run @dependabot recreate here — Dependabot regenerates the group without the four majors, leaving just @wordpress/eslint-plugin 25.7.0 (green). Not closing it so that safe update is preserved.

ocean90 added a commit that referenced this pull request Jul 19, 2026
…#275)

The grouped toolchain PR (#273) failed `npm ci` with ERESOLVE: Dependabot bumped
stylelint to 17, but @wordpress/stylelint-config 24 still requires stylelint
^16.8.2, so the peer could not resolve. The same group also proposed TypeScript 7
(unsupported by typescript-eslint) and ESLint 10 (breaks eslint-plugin-import's
resolver when ESLint is installed standalone, as this repo dogfoods it).

Ignore the semver-major updates for these packages so Dependabot stops proposing
versions the WordPress toolchain does not support yet. Minors/patches (e.g.
@wordpress/eslint-plugin 25.7.0) still come through. Bump the majors manually
once WordPress moves.
@ocean90

ocean90 commented Jul 19, 2026

Copy link
Copy Markdown
Member

@dependabot recreate

@ocean90

ocean90 commented Jul 19, 2026

Copy link
Copy Markdown
Member

Superseded — the only safe update from this group (@wordpress/eslint-plugin 25.7.0) is applied manually in the PR above. The four majors (stylelint 17, stylelint-scss 7, typescript 7, eslint 10) are ignored via #275 until the WordPress toolchain supports them.

@dependabot @github

dependabot Bot commented on behalf of github Jul 19, 2026

Copy link
Copy Markdown
Contributor Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

ocean90 added a commit that referenced this pull request Jul 19, 2026
The one safe, in-range update from the toolchain group (#273); the four majors
in that group are now ignored via #275. Lockfile-only — package.json already
allows ^25. Verified: npm ci, dogfood lint-js, and the smoke tests pass.

Applied manually because Dependabot did not recreate #273 after #275 merged.
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/wordpress-lint-toolchain-01f0c35bf5 branch July 19, 2026 19:24
@dependabot @github

dependabot Bot commented on behalf of github Jul 19, 2026

Copy link
Copy Markdown
Contributor Author

Looks like this PR is closed. If the branch still exists, you can re-open the PR and then use @dependabot rebase or @dependabot recreate. If the branch was deleted, Dependabot will create a new PR on the next scheduled run, or you can trigger an update from the Dependency graph page.

1 similar comment
@dependabot @github

dependabot Bot commented on behalf of github Jul 19, 2026

Copy link
Copy Markdown
Contributor Author

Looks like this PR is closed. If the branch still exists, you can re-open the PR and then use @dependabot rebase or @dependabot recreate. If the branch was deleted, Dependabot will create a new PR on the next scheduled run, or you can trigger an update from the Dependency graph page.

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