Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the linting group with 8 updates in the / directory:

Package From To
@eslint/js 9.36.0 9.39.2
@eslint/json 0.13.2 1.0.0
@eslint/markdown 7.3.0 7.5.1
eslint 9.36.0 9.39.2
eslint-plugin-prettier 5.5.4 5.5.5
eslint-plugin-yml 1.18.0 3.0.0
prettier 3.6.2 3.8.1
typescript-eslint 8.45.0 8.54.0

Updates @eslint/js from 9.36.0 to 9.39.2

Release notes

Sourced from @​eslint/js's releases.

v9.39.2

Bug Fixes

  • 5705833 fix: warn when eslint-env configuration comments are found (#20381) (sethamus)

Build Related

  • 506f154 build: add .scss files entry to knip (#20391) (Milos Djermanovic)

Chores

v9.39.1

Bug Fixes

  • 650753e fix: Only pass node to JS lang visitor methods (#20283) (Nicholas C. Zakas)

Documentation

  • 51b51f4 docs: add a section on when to use extends vs cascading (#20268) (Tanuj Kanti)
  • b44d426 docs: Update README (GitHub Actions Bot)

Chores

  • 92db329 chore: update @eslint/js version to 9.39.1 (#20284) (Francesco Trotta)
  • c7ebefc chore: package.json update for @​eslint/js release (Jenkins)
  • 61778f6 chore: update eslint-config-eslint dependency @​eslint/js to ^9.39.0 (#20275) (renovate[bot])
  • d9ca2fc ci: Add rangeStrategy to eslint group in renovate config (#20266) (唯然)
  • 009e507 test: fix version tests for ESLint v10 (#20274) (Milos Djermanovic)

v9.39.0

Features

  • cc57d87 feat: update error loc to key in no-dupe-class-members (#20259) (Tanuj Kanti)
  • 126552f feat: update error location in for-direction and no-dupe-args (#20258) (Tanuj Kanti)
  • 167d097 feat: update complexity rule to highlight only static block header (#20245) (jaymarvelz)

Bug Fixes

  • 15f5c7c fix: forward traversal step.args to visitors (#20253) (jaymarvelz)
  • 5a1a534 fix: allow JSDoc comments in object-shorthand rule (#20167) (Nitin Kumar)
  • e86b813 fix: Use more types from @​eslint/core (#20257) (Nicholas C. Zakas)
  • 927272d fix: correct Scope typings (#20198) (jaymarvelz)
  • 37f76d9 fix: use AST.Program type for Program node (#20244) (Francesco Trotta)
  • ae07f0b fix: unify timing report for concurrent linting (#20188) (jaymarvelz)
  • b165d47 fix: correct Rule typings (#20199) (jaymarvelz)
  • fb97cda fix: improve error message for missing fix function in suggestions (#20218) (jaymarvelz)

Documentation

  • d3e81e3 docs: Always recommend to include a files property (#20158) (Percy Ma)
  • 0f0385f docs: use consistent naming recommendation (#20250) (Alex M. Spieslechner)
  • a3b1456 docs: Update README (GitHub Actions Bot)
  • cf5f2dd docs: fix correct tag of no-useless-constructor (#20255) (Tanuj Kanti)
  • 10b995c docs: add TS options and examples for nofunc in no-use-before-define (#20249) (Tanuj Kanti)
  • 2584187 docs: remove repetitive word in comment (#20242) (reddaisyy)

... (truncated)

Commits
  • c43ce24 chore: package.json update for @​eslint/js release
  • c7ebefc chore: package.json update for @​eslint/js release
  • 2375a6d chore: package.json update for @​eslint/js release
  • 9e7fad4 chore: add script to auto-generate eslint:recommended configuration (#20208)
  • 25d0e33 chore: package.json update for @​eslint/js release
  • abee4ca chore: package.json update for @​eslint/js release
  • 90a71bf docs: update README files to add badge and instructions (#20115)
  • See full diff in compare view

Updates @eslint/json from 0.13.2 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

json: v0.14.0

0.14.0 (2025-11-04)

Features

  • add support for getLocFromIndex and getIndexFromLoc (#109) (3292cc1)

Bug Fixes

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

0.14.0 (2025-11-04)

Features

  • add support for getLocFromIndex and getIndexFromLoc (#109) (3292cc1)

Bug Fixes

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

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


Updates @eslint/markdown from 7.3.0 to 7.5.1

Release notes

Sourced from @​eslint/markdown's releases.

v7.5.1

7.5.1 (2025-11-04)

Bug Fixes

  • false positives in no-reversed-media-syntax (#521) (bee20dd)
  • wrong location reporting in require-alt-text (#574) (bd69254)

v7.5.0

7.5.0 (2025-10-22)

Features

  • handle CR and CRLF in no-missing-atx-heading-space (#555) (a869d98)

v7.4.1

7.4.1 (2025-10-20)

Bug Fixes

  • handle CR in MarkdownSourceCode and Front Matter util (#554) (d1ad828)
  • handle CR in rules to follow CommonMark spec (#493) (20e88fe)

v7.4.0

7.4.0 (2025-10-06)

Features

  • add support for getLocFromIndex and getIndexFromLoc (#376) (d634f82)
  • export MarkdownLanguage from index.js (#538) (a5d78d5)

Bug Fixes

  • add null check and use getLocFromIndex in require-alt-text (#543) (41ae6c8)
  • correct the return type of applyInlineConfig (#548) (d6621a7)
  • report locations in no-multiple-h1 and require-alt-text (#551) (ec30c7d)
  • wrong location reporting in no-invalid-label-refs (#545) (e0f7d23)
Changelog

Sourced from @​eslint/markdown's changelog.

7.5.1 (2025-11-04)

Bug Fixes

  • false positives in no-reversed-media-syntax (#521) (bee20dd)
  • wrong location reporting in require-alt-text (#574) (bd69254)

7.5.0 (2025-10-22)

Features

  • handle CR and CRLF in no-missing-atx-heading-space (#555) (a869d98)

7.4.1 (2025-10-20)

Bug Fixes

  • handle CR in MarkdownSourceCode and Front Matter util (#554) (d1ad828)
  • handle CR in rules to follow CommonMark spec (#493) (20e88fe)

7.4.0 (2025-10-06)

Features

  • add support for getLocFromIndex and getIndexFromLoc (#376) (d634f82)
  • export MarkdownLanguage from index.js (#538) (a5d78d5)

Bug Fixes

  • add null check and use getLocFromIndex in require-alt-text (#543) (41ae6c8)
  • correct the return type of applyInlineConfig (#548) (d6621a7)
  • report locations in no-multiple-h1 and require-alt-text (#551) (ec30c7d)
  • wrong location reporting in no-invalid-label-refs (#545) (e0f7d23)
Commits
  • 7f0d82a chore: release 7.5.1 🚀 (#576)
  • 51fa5f7 docs: Update README sponsors
  • b56ace3 chore: update dependency @​eslint/js to ^9.39.1 (#578)
  • bee20dd fix: false positives in no-reversed-media-syntax (#521)
  • 22bd5e3 chore: remove unused .npmrc files under examples (#575)
  • bd69254 fix: wrong location reporting in require-alt-text (#574)
  • 39beaf6 chore: update github artifact actions (major) (#573)
  • 27c2439 chore: update eslint (#572)
  • 1fd731b docs: Update README sponsors
  • e5a5ec7 docs: Update README sponsors
  • 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/markdown since your current version.


Updates eslint from 9.36.0 to 9.39.2

Release notes

Sourced from eslint's releases.

v9.39.2

Bug Fixes

  • 5705833 fix: warn when eslint-env configuration comments are found (#20381) (sethamus)

Build Related

  • 506f154 build: add .scss files entry to knip (#20391) (Milos Djermanovic)

Chores

v9.39.1

Bug Fixes

  • 650753e fix: Only pass node to JS lang visitor methods (#20283) (Nicholas C. Zakas)

Documentation

  • 51b51f4 docs: add a section on when to use extends vs cascading (#20268) (Tanuj Kanti)
  • b44d426 docs: Update README (GitHub Actions Bot)

Chores

  • 92db329 chore: update @eslint/js version to 9.39.1 (#20284) (Francesco Trotta)
  • c7ebefc chore: package.json update for @​eslint/js release (Jenkins)
  • 61778f6 chore: update eslint-config-eslint dependency @​eslint/js to ^9.39.0 (#20275) (renovate[bot])
  • d9ca2fc ci: Add rangeStrategy to eslint group in renovate config (#20266) (唯然)
  • 009e507 test: fix version tests for ESLint v10 (#20274) (Milos Djermanovic)

v9.39.0

Features

  • cc57d87 feat: update error loc to key in no-dupe-class-members (#20259) (Tanuj Kanti)
  • 126552f feat: update error location in for-direction and no-dupe-args (#20258) (Tanuj Kanti)
  • 167d097 feat: update complexity rule to highlight only static block header (#20245) (jaymarvelz)

Bug Fixes

  • 15f5c7c fix: forward traversal step.args to visitors (#20253) (jaymarvelz)
  • 5a1a534 fix: allow JSDoc comments in object-shorthand rule (#20167) (Nitin Kumar)
  • e86b813 fix: Use more types from @​eslint/core (#20257) (Nicholas C. Zakas)
  • 927272d fix: correct Scope typings (#20198) (jaymarvelz)
  • 37f76d9 fix: use AST.Program type for Program node (#20244) (Francesco Trotta)
  • ae07f0b fix: unify timing report for concurrent linting (#20188) (jaymarvelz)
  • b165d47 fix: correct Rule typings (#20199) (jaymarvelz)
  • fb97cda fix: improve error message for missing fix function in suggestions (#20218) (jaymarvelz)

Documentation

  • d3e81e3 docs: Always recommend to include a files property (#20158) (Percy Ma)
  • 0f0385f docs: use consistent naming recommendation (#20250) (Alex M. Spieslechner)
  • a3b1456 docs: Update README (GitHub Actions Bot)
  • cf5f2dd docs: fix correct tag of no-useless-constructor (#20255) (Tanuj Kanti)
  • 10b995c docs: add TS options and examples for nofunc in no-use-before-define (#20249) (Tanuj Kanti)
  • 2584187 docs: remove repetitive word in comment (#20242) (reddaisyy)

... (truncated)

Commits

Updates eslint-plugin-prettier from 5.5.4 to 5.5.5

Release notes

Sourced from eslint-plugin-prettier's releases.

v5.5.5

Patch Changes

Changelog

Sourced from eslint-plugin-prettier's changelog.

5.5.5

Patch Changes

Commits
  • e2c154a chore: release eslint-plugin-prettier (#773)
  • 6795c1a build(deps): Bump the actions group across 1 directory with 2 updates (#774)
  • 77651a3 fix: bump synckit for yarn PnP ESM issue (#776)
  • 7264ed0 chore: bump prettier-linter-helpers to v1.0.1 (#772)
  • e11a5b7 build(deps): Bump the actions group across 1 directory with 3 updates (#769)
  • befda88 ci: enable trusted publishing (#757)
  • See full diff 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-prettier since your current version.


Updates eslint-plugin-yml from 1.18.0 to 3.0.0

Release notes

Sourced from eslint-plugin-yml's releases.

v3.0.0

Major Changes

  • #543 12df7f4 Thanks @​copilot-swe-agent! - Use language config in shareable configs. The shareable configs now use the new ESLint v9 language config API (language: "yml/yaml") instead of the legacy parser approach (languageOptions: { parser }). This is a breaking change that aligns with ESLint's language plugin architecture.

v2.0.2

Patch Changes

v2.0.1

Patch Changes

v2.0.0

Major Changes

v1.19.1

Patch Changes

  • #506 736f153 Thanks @​sumimakito! - fix(sort-keys): fix incorrect result when move down the block located at the file start

v1.19.0

Minor Changes

  • #482 2dd3bca Thanks @​ota-meshi! - feat(sort-keys): improve to calculate the minimum edit distance for sorting and report the optimal sorting direction

  • #482 2dd3bca Thanks @​ota-meshi! - feat(sort-sequence-values): improve to calculate the minimum edit distance for sorting and report the optimal sorting direction

Changelog

Sourced from eslint-plugin-yml's changelog.

3.0.0

Major Changes

  • #543 12df7f4 Thanks @​copilot-swe-agent! - Use language config in shareable configs. The shareable configs now use the new ESLint v9 language config API (language: "yml/yaml") instead of the legacy parser approach (languageOptions: { parser }). This is a breaking change that aligns with ESLint's language plugin architecture.

2.0.2

Patch Changes

2.0.1

Patch Changes

2.0.0

Major Changes

1.19.1

Patch Changes

  • #506 736f153 Thanks @​sumimakito! - fix(sort-keys): fix incorrect result when move down the block located at the file start

1.19.0

Minor Changes

  • #482 2dd3bca Thanks @​ota-meshi! - feat(sort-keys): improve to calculate the minimum edit distance for sorting and report the optimal sorting direction

  • #482 2dd3bca Thanks @​ota-meshi! - feat(sort-sequence-values): improve to calculate the minimum edit distance for sorting and report the optimal sorting direction

Commits
Maintainer changes

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


Updates prettier from 3.6.2 to 3.8.1

Release notes

Sourced from prettier's releases.

3.8.1

🔗 Changelog

3.8.0

  • Support Angular v21.1

diff

🔗 Release note "Prettier 3.8: Support for Angular v21.1"

3.7.4

What's Changed

🔗 Changelog

3.7.3

What's Changed

🔗 Changelog

3.7.2

What's Changed

🔗 Changelog

3.7.1

🔗 Changelog

3.7.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.Description has been truncated

Bumps the linting group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.36.0` | `9.39.2` |
| [@eslint/json](https://github.com/eslint/json) | `0.13.2` | `1.0.0` |
| [@eslint/markdown](https://github.com/eslint/markdown) | `7.3.0` | `7.5.1` |
| [eslint](https://github.com/eslint/eslint) | `9.36.0` | `9.39.2` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.5.4` | `5.5.5` |
| [eslint-plugin-yml](https://github.com/ota-meshi/eslint-plugin-yml) | `1.18.0` | `3.0.0` |
| [prettier](https://github.com/prettier/prettier) | `3.6.2` | `3.8.1` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.45.0` | `8.54.0` |



Updates `@eslint/js` from 9.36.0 to 9.39.2
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/commits/v9.39.2/packages/js)

Updates `@eslint/json` from 0.13.2 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.13.2...json-v1.0.0)

Updates `@eslint/markdown` from 7.3.0 to 7.5.1
- [Release notes](https://github.com/eslint/markdown/releases)
- [Changelog](https://github.com/eslint/markdown/blob/main/CHANGELOG.md)
- [Commits](eslint/markdown@v7.3.0...v7.5.1)

Updates `eslint` from 9.36.0 to 9.39.2
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.36.0...v9.39.2)

Updates `eslint-plugin-prettier` from 5.5.4 to 5.5.5
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.5.4...v5.5.5)

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

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

Updates `typescript-eslint` from 8.45.0 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/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.54.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-version: 9.39.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: linting
- dependency-name: "@eslint/json"
  dependency-version: 1.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: linting
- dependency-name: "@eslint/markdown"
  dependency-version: 7.5.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: linting
- dependency-name: eslint
  dependency-version: 9.39.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: linting
- dependency-name: eslint-plugin-prettier
  dependency-version: 5.5.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: linting
- dependency-name: eslint-plugin-yml
  dependency-version: 3.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: linting
- dependency-name: prettier
  dependency-version: 3.8.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: linting
- dependency-name: typescript-eslint
  dependency-version: 8.54.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: linting
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update dependencies label Feb 1, 2026
@dependabot dependabot bot requested a review from mikecentola as a code owner February 1, 2026 07:33
@dependabot dependabot bot added the dependencies Pull requests that update dependencies label Feb 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants