Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 19, 2025

Bumps the eslint group with 10 updates in the / directory:

Package From To
@eslint/css 0.11.0 0.14.1
@eslint/js 9.35.0 9.39.1
@eslint/json 0.13.2 0.14.0
@eslint/markdown 7.2.0 7.5.1
@html-eslint/eslint-plugin 0.46.2 0.48.0
@html-eslint/parser 0.46.2 0.48.0
@typescript-eslint/eslint-plugin 8.42.0 8.47.0
eslint 9.35.0 9.39.1
eslint-plugin-jest 29.0.1 29.1.0
eslint-plugin-testing-library 7.6.8 7.13.4

Updates @eslint/css from 0.11.0 to 0.14.1

Release notes

Sourced from @​eslint/css's releases.

css: v0.14.1

0.14.1 (2025-11-04)

Bug Fixes

css: v0.14.0

0.14.0 (2025-10-29)

Features

Bug Fixes

  • correct message for functions in use-baseline rule (#297) (cc0dff7)
  • disallow extra properties in rule options (#299) (baf36e2)
  • enforce valid allow* values in prefer-logical-properties rule (#311) (23caee3)
  • update baseline data (#296) (0f6725f)
  • update baseline data (#306) (2f44739)

css: v0.13.0

0.13.0 (2025-10-10)

Features

Bug Fixes

  • handle missing declaration state in no-invalid-properties (#290) (4120774)

css: v0.12.0

0.12.0 (2025-10-06)

Features

  • add support for getLocFromIndex and getIndexFromLoc (#167) (3baeacf)

Bug Fixes

... (truncated)

Changelog

Sourced from @​eslint/css's changelog.

0.14.1 (2025-11-04)

Bug Fixes

0.14.0 (2025-10-29)

Features

Bug Fixes

  • correct message for functions in use-baseline rule (#297) (cc0dff7)
  • disallow extra properties in rule options (#299) (baf36e2)
  • enforce valid allow* values in prefer-logical-properties rule (#311) (23caee3)
  • update baseline data (#296) (0f6725f)
  • update baseline data (#306) (2f44739)

0.13.0 (2025-10-10)

Features

Bug Fixes

  • handle missing declaration state in no-invalid-properties (#290) (4120774)

0.12.0 (2025-10-06)

Features

  • add support for getLocFromIndex and getIndexFromLoc (#167) (3baeacf)

Bug Fixes

  • correct location reporting for !important in no-important rule (#286) (33ea905)
  • correct the return type of applyInlineConfig (#281) (386f42a)
  • handle all CSS newline types in CSSSourceCode (#275) (2d0eec6)
  • handle all CSS newlines in rules (#280) (ed0c0f1)

... (truncated)

Commits
Maintainer changes

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


Updates @eslint/js from 9.35.0 to 9.39.1

Release notes

Sourced from @​eslint/js's releases.

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)
  • 637216b docs: update CLI flags migration instructions (#20238) (jaymarvelz)
  • e7cda3b docs: Update README (GitHub Actions Bot)
  • 7b9446f docs: handle empty flags sections on the feature flags page (#20222) (sethamus)

Chores

  • dfe3c1b chore: update @eslint/js version to 9.39.0 (#20270) (Francesco Trotta)
  • 2375a6d chore: package.json update for @​eslint/js release (Jenkins)
  • a1f4e52 chore: update @eslint dependencies (#20265) (Francesco Trotta)
  • c7d3229 chore: update dependency @​eslint/core to ^0.17.0 (#20256) (renovate[bot])
  • 27549bc chore: update fuzz testing to not error if code sample minimizer fails (#20252) (Milos Djermanovic)
  • a1370ee ci: bump actions/setup-node from 5 to 6 (#20230) (dependabot[bot])
  • 9e7fad4 chore: add script to auto-generate eslint:recommended configuration (#20208) (唯然)

... (truncated)

Commits
  • 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)
  • 488cba6 chore: package.json update for @​eslint/js release
  • 1c0d850 fix: update eslint-all.js to use Object.freeze for rules object (#20116)
  • See full diff in compare view

Updates @eslint/json from 0.13.2 to 0.14.0

Release notes

Sourced from @​eslint/json's releases.

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.

0.14.0 (2025-11-04)

Features

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

Bug Fixes

Commits
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.2.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)

v7.3.0

7.3.0 (2025-09-22)

Features

  • add allowLabels option to no-missing-label-refs (#513) (f6d6b76)

... (truncated)

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)

7.3.0 (2025-09-22)

Features

  • add allowLabels option to no-missing-label-refs (#513) (f6d6b76)
  • add no-reference-like-urls rule (#433) (65251ec)
  • export types from main entry point (#520) (915837c)
  • fix false positives and negatives for consecutive backslashes (#490) (3067607)

... (truncated)

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 @html-eslint/eslint-plugin from 0.46.2 to 0.48.0

Release notes

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

v0.48.0

What's Changed

Full Changelog: yeonjuan/html-eslint@v0.47.1...v0.48.0

v0.47.1

What's Changed

New Contributors

Full Changelog: yeonjuan/html-eslint@v0.47.0...v0.47.1

v0.47.0

What's Changed

New Contributors

Full Changelog: yeonjuan/html-eslint@v0.46.2...v0.47.0

Commits

Updates @html-eslint/parser from 0.46.2 to 0.48.0

Release notes

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

v0.48.0

What's Changed

Full Changelog: yeonjuan/html-eslint@v0.47.1...v0.48.0

v0.47.1

What's Changed

New Contributors

Full Changelog: yeonjuan/html-eslint@v0.47.0...v0.47.1

v0.47.0

What's Changed

New Contributors

Full Changelog: yeonjuan/html-eslint@v0.46.2...v0.47.0

Commits

Updates @typescript-eslint/eslint-plugin from 8.42.0 to 8.47.0

Release notes

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

v8.47.0

8.47.0 (2025-11-17)

🚀 Features

  • eslint-plugin: [no-unused-private-class-members] new extension rule (#10913)

❤️ Thank You

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

v8.46.4

8.46.4 (2025-11-10)

🩹 Fixes

  • eslint-plugin: [no-deprecated] fix double-report on computed literal identifiers (#11006, #10958)
  • eslint-plugin: handle override modifier in promise-function-async fixer (#11730)
  • parser: error when both projectService and project are set (#11333)

❤️ Thank You

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

v8.46.3

8.46.3 (2025-11-03)

🩹 Fixes

  • eslint-plugin: [no-misused-promises] expand union type to retrieve target property (#11706)
  • eslint-plugin: [no-duplicate-enum-values] support signed numbers (#11722, #11723)

❤️ Thank You

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

v8.46.2

8.46.2 (2025-10-20)

🩹 Fixes

... (truncated)

Changelog

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

8.47.0 (2025-11-17)

🚀 Features

  • eslint-plugin: [no-unused-private-class-members] new extension rule (#10913)

❤️ Thank You

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

8.46.4 (2025-11-10)

🩹 Fixes

  • parser: error when both projectService and project are set (#11333)
  • eslint-plugin: handle override modifier in promise-function-async fixer (#11730)
  • eslint-plugin: [no-deprecated] fix double-report on computed literal identifiers (#11006, #10958)

❤️ Thank You

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

8.46.3 (2025-11-03)

🩹 Fixes

  • eslint-plugin: [no-duplicate-enum-values] support signed numbers (#11722, #11723)
  • eslint-plugin: [no-misused-promises] expand union type to retrieve target property (#11706)

❤️ Thank You

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

8.46.2 (2025-10-20)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] skip optional chaining when it could change the result (#11702)

❤️ Thank You

... (truncated)

Commits
  • 28cf803 chore(release): publish 8.47.0
  • 6c6db24 feat(eslint-plugin): [no-unused-private-class-members] new extension rule (#1...
  • 843f144 chore(release): publish 8.46.4
  • 997e0c0 fix(parser): error when both projectService and project are set (#11333)
  • 7c6944e chore: fix typos (#11744)
  • 189a7f7 fix(eslint-plugin): handle override modifier in promise-function-async fixer ...
  • c779f3c fix(eslint-plugin): [no-deprecated] fix double-report on computed literal ide...
  • ea2ee6b chore(eslint-plugin): use correct type for return type of createValidator (...
  • d9f3497 chore(release): publish 8.46.3
  • 26a9f94 fix(eslint-plugin): [no-duplicate-enum-values] support signed numbers (#11722...
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 8.42.0 to 8.47.0

Release notes

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

v8.47.0

8.47.0 (2025-11-17)

🚀 Features

  • eslint-plugin: [no-unused-private-class-members] new extension rule (#10913)

❤️ Thank You

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

v8.46.4

8.46.4 (2025-11-10)

🩹 Fixes

  • eslint-plugin: [no-deprecated] fix double-report on computed literal identifiers (#11006, #10958)
  • eslint-plugin: handle override modifier in promise-function-async fixer (#11730)
  • parser: error when both projectService and project are set (#11333)

❤️ Thank You

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

v8.46.3

8.46.3 (2025-11-03)

🩹 Fixes

  • eslint-plugin: [no-misused-promises] expand union type to retrieve target property (#11706)
  • eslint-plugin: [no-duplicate-enum-values] support signed numbers (#11722, #11723)

❤️ Thank You

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

v8.46.2

8.46.2 (2025-10-20)

🩹 Fixes

... (truncated)

Changelog

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

8.47.0 (2025-11-17)

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.

8.46.4 (2025-11-10)

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.

8.46.3 (2025-11-03)

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.

8.46.2 (2025-10-20)

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.

8.46.1 (2025-10...

Description has been truncated

Bumps the eslint group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@eslint/css](https://github.com/eslint/css) | `0.11.0` | `0.14.1` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.35.0` | `9.39.1` |
| [@eslint/json](https://github.com/eslint/json) | `0.13.2` | `0.14.0` |
| [@eslint/markdown](https://github.com/eslint/markdown) | `7.2.0` | `7.5.1` |
| [@html-eslint/eslint-plugin](https://github.com/yeonjuan/html-eslint) | `0.46.2` | `0.48.0` |
| [@html-eslint/parser](https://github.com/yeonjuan/html-eslint) | `0.46.2` | `0.48.0` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.42.0` | `8.47.0` |
| [eslint](https://github.com/eslint/eslint) | `9.35.0` | `9.39.1` |
| [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `29.0.1` | `29.1.0` |
| [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) | `7.6.8` | `7.13.4` |



Updates `@eslint/css` from 0.11.0 to 0.14.1
- [Release notes](https://github.com/eslint/css/releases)
- [Changelog](https://github.com/eslint/css/blob/main/CHANGELOG.md)
- [Commits](eslint/css@css-v0.11.0...css-v0.14.1)

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

Updates `@eslint/json` from 0.13.2 to 0.14.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-v0.14.0)

Updates `@eslint/markdown` from 7.2.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.2.0...v7.5.1)

Updates `@html-eslint/eslint-plugin` from 0.46.2 to 0.48.0
- [Release notes](https://github.com/yeonjuan/html-eslint/releases)
- [Commits](yeonjuan/html-eslint@v0.46.2...v0.48.0)

Updates `@html-eslint/parser` from 0.46.2 to 0.48.0
- [Release notes](https://github.com/yeonjuan/html-eslint/releases)
- [Commits](yeonjuan/html-eslint@v0.46.2...v0.48.0)

Updates `@typescript-eslint/eslint-plugin` from 8.42.0 to 8.47.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.47.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.42.0 to 8.47.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.47.0/packages/parser)

Updates `eslint` from 9.35.0 to 9.39.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.35.0...v9.39.1)

Updates `eslint-plugin-jest` from 29.0.1 to 29.1.0
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](jest-community/eslint-plugin-jest@v29.0.1...v29.1.0)

Updates `eslint-plugin-testing-library` from 7.6.8 to 7.13.4
- [Release notes](https://github.com/testing-library/eslint-plugin-testing-library/releases)
- [Changelog](https://github.com/testing-library/eslint-plugin-testing-library/blob/main/.releaserc.json)
- [Commits](testing-library/eslint-plugin-testing-library@v7.6.8...v7.13.4)

---
updated-dependencies:
- dependency-name: "@eslint/css"
  dependency-version: 0.14.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: "@eslint/js"
  dependency-version: 9.39.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: "@eslint/json"
  dependency-version: 0.14.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: "@eslint/markdown"
  dependency-version: 7.5.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: "@html-eslint/eslint-plugin"
  dependency-version: 0.48.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: "@html-eslint/parser"
  dependency-version: 0.48.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.47.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.47.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint
  dependency-version: 9.39.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint-plugin-jest
  dependency-version: 29.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint-plugin-testing-library
  dependency-version: 7.13.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 19, 2025
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