Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 29, 2025

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

Package From To
eslint 8.57.1 9.38.0
eslint-plugin-ember-template-lint 0.15.0 0.21.0
eslint-plugin-import 2.30.0 2.32.0
eslint-plugin-n 17.10.3 17.23.1
eslint-plugin-qunit 8.1.2 8.2.5

Updates eslint from 8.57.1 to 9.38.0

Release notes

Sourced from eslint's releases.

v9.38.0

Features

  • ce40f74 feat: update complexity rule to only highlight function header (#20048) (Atul Nair)
  • e37e590 feat: correct no-loss-of-precision false positives with e notation (#20187) (Francesco Trotta)

Bug Fixes

  • 50c3dfd fix: improve type support for isolated dependencies in pnpm (#20201) (Francesco Trotta)
  • a1f06a3 fix: correct SourceCode typings (#20114) (Pixel998)

Documentation

  • 462675a docs: improve web accessibility by hiding non-semantic character (#20205) (루밀LuMir)
  • c070e65 docs: correct formatting in no-irregular-whitespace rule documentation (#20203) (루밀LuMir)
  • b39e71a docs: Update README (GitHub Actions Bot)
  • cd39983 docs: move custom-formatters type descriptions to nodejs-api (#20190) (Percy Ma)

Chores

  • d17c795 chore: upgrade @​eslint/js@​9.38.0 (#20221) (Milos Djermanovic)
  • 25d0e33 chore: package.json update for @​eslint/js release (Jenkins)
  • c82b5ef refactor: Use types from @​eslint/core (#20168) (Nicholas C. Zakas)
  • ff31609 ci: add Node.js 25 to ci.yml (#20220) (루밀LuMir)
  • 004577e ci: bump github/codeql-action from 3 to 4 (#20211) (dependabot[bot])
  • eac71fb test: remove use of nodejsScope option of eslint-scope from tests (#20206) (Milos Djermanovic)
  • 4168a18 chore: fix typo in legacy-eslint.js (#20202) (Sweta Tanwar)
  • 205dbd2 chore: fix typos (#20200) (ntnyq)
  • dbb200e chore: use team member's username when name is not available in data (#20194) (Milos Djermanovic)
  • 8962089 chore: mark deprecated rules as available until v11.0.0 (#20184) (Pixel998)

v9.37.0

Features

  • 39f7fb4 feat: preserve-caught-error should recognize all static "cause" keys (#20163) (Pixel998)
  • f81eabc feat: support TS syntax in no-restricted-imports (#19562) (Nitin Kumar)

Bug Fixes

  • a129cce fix: correct no-loss-of-precision false positives for leading zeros (#20164) (Francesco Trotta)
  • 09e04fc fix: add missing AST token types (#20172) (Pixel998)
  • 861c6da fix: correct ESLint typings (#20122) (Pixel998)

Documentation

  • b950359 docs: fix typos across the docs (#20182) (루밀LuMir)
  • 42498a2 docs: improve ToC accessibility by hiding non-semantic character (#20181) (Percy Ma)
  • 29ea092 docs: Update README (GitHub Actions Bot)
  • 5c97a04 docs: show availableUntil in deprecated rule banner (#20170) (Pixel998)
  • 90a71bf docs: update README files to add badge and instructions (#20115) (루밀LuMir)
  • 1603ae1 docs: update references from master to main (#20153) (루밀LuMir)

Chores

  • afe8a13 chore: update @eslint/js dependency to version 9.37.0 (#20183) (Francesco Trotta)
  • abee4ca chore: package.json update for @​eslint/js release (Jenkins)
  • fc9381f chore: fix typos in comments (#20175) (overlookmotel)
  • e1574a2 chore: unpin jiti (#20173) (renovate[bot])

... (truncated)

Commits

Updates eslint-plugin-ember-template-lint from 0.15.0 to 0.21.0

Changelog

Sourced from eslint-plugin-ember-template-lint's changelog.

Changelog

0.20.0 (2024-11-26)

🐛 Bug Fix

Committers: 1

0.16.0 (2024-11-25)

🚀 Enhancement

Committers: 1

0.10.0 (2023-06-06)

🐛 Bug Fix

Committers: 1

0.9.0 (2023-05-31)

... (truncated)

Commits

Updates eslint-plugin-import from 2.30.0 to 2.32.0

Release notes

Sourced from eslint-plugin-import's releases.

v2.32.0

Added

Fixed

Changed

... (truncated)

Changelog

Sourced from eslint-plugin-import's changelog.

[2.32.0] - 2025-06-20

Added

  • add [enforce-node-protocol-usage] rule and import/node-version setting (#3024, thanks [@​GoldStrikeArch] and [@​sevenc-nanashi])
  • add TypeScript types (#3097, thanks [@​G-Rath])
  • [extensions]: add `pathGroupOverrides to allow enforcement decision overrides based on specifier (#3105, thanks [@​Xunnamius])
  • [order]: add sortTypesGroup option to allow intragroup sorting of type-only imports (#3104, thanks [@​Xunnamius])
  • [order]: add newlines-between-types option to control intragroup sorting of type-only imports (#3127, thanks [@​Xunnamius])
  • [order]: add consolidateIslands option to collapse excess spacing for aesthetically pleasing imports (#3129, thanks [@​Xunnamius])

Fixed

  • [no-unused-modules]: provide more meaningful error message when no .eslintrc is present (#3116, thanks [@​michaelfaith])
  • configs: added missing name attribute for eslint config inspector (#3151, thanks [@​NishargShah])
  • [order]: ensure arcane imports do not cause undefined behavior (#3128, thanks [@​Xunnamius])
  • [order]: resolve undefined property access issue when using named ordering (#3166, thanks [@​Xunnamius])
  • [enforce-node-protocol-usage]: avoid a crash with some TS code (#3173, thanks [@​ljharb])
  • [order]: codify invariants from docs into config schema (#3152, thanks [@​Xunnamius])

Changed

[2.31.0] - 2024-10-03

Added

Fixed

  • ExportMap / flat config: include languageOptions in context (#3052, thanks [@​michaelfaith])
  • [no-named-as-default]: Allow using an identifier if the export is both a named and a default export (#3032, thanks [@​akwodkiewicz])
  • [export]: False positive for exported overloaded functions in TS (#3065, thanks [@​liuxingbaoyu])
  • exportMap: export map cache is tainted by unreliable parse results (#3062, thanks [@​michaelfaith])
  • exportMap: improve cacheKey when using flat config (#3072, thanks [@​michaelfaith])
  • adjust "is source type module" checks for flat config (#2996, thanks [@​G-Rath])

Changed

Commits
  • 01c9eb0 v2.32.0
  • ae57cc1 [Deps] update array-includes, array.prototype.findlastindex, `eslint-modu...
  • 9e1ad6b [Fix] order: codify invariants from docs into config schema
  • f017790 [Docs] no-restricted-paths: clarify wording and fix errors
  • 7d83a57 [Docs] no-unused-modules: add missing double quote
  • 519eb94 [utils] v2.12.1
  • 71ad145 [actions] split out tests into new vs old eslint
  • 9b096c4 [utils] [dev deps] update @arethetypeswrong/cli, @ljharb/tsconfig, `@type...
  • da5f6ec [Fix] enforce-node-protocol-usage: avoid a crash with some TS code
  • 6e49a58 [Refactor] order: remove unnecessary negative check
  • Additional commits viewable in compare view

Updates eslint-plugin-n from 17.10.3 to 17.23.1

Release notes

Sourced from eslint-plugin-n's releases.

v17.23.1

17.23.1 (2025-09-18)

🩹 Fixes

  • node-builtins-modules/tls.js: Update minimal version (#484) (fe94432)

📚 Documentation

  • improve clarity of no-missing-import and no-missing-require (#455) (92ea876)

v17.23.0

17.23.0 (2025-09-15)

🌟 Features

v17.22.0

17.22.0 (2025-09-13)

🌟 Features

🩹 Fixes

  • ci: bump markdowncli-lint version (#468) (91a56d0)
  • no-unsupported: URL.createObjectURL, URL.revokeObjectURL are supported (#471) (844155c)

v17.21.3

17.21.3 (2025-07-28)

🩹 Fixes

  • no-missing-import: Support data imports (#465) (69ea12b)

v17.21.2

17.21.2 (2025-07-27)

🧹 Chores

... (truncated)

Changelog

Sourced from eslint-plugin-n's changelog.

17.23.1 (2025-09-18)

🩹 Fixes

  • node-builtins-modules/tls.js: Update minimal version (#484) (fe94432)

📚 Documentation

  • improve clarity of no-missing-import and no-missing-require (#455) (92ea876)

17.23.0 (2025-09-15)

🌟 Features

17.22.0 (2025-09-13)

🌟 Features

🩹 Fixes

  • ci: bump markdowncli-lint version (#468) (91a56d0)
  • no-unsupported: URL.createObjectURL, URL.revokeObjectURL are supported (#471) (844155c)

17.21.3 (2025-07-28)

🩹 Fixes

  • no-missing-import: Support data imports (#465) (69ea12b)

17.21.2 (2025-07-27)

🧹 Chores

17.21.1 (2025-07-27)

... (truncated)

Commits
  • 42d1597 chore(master): release 17.23.1 (#482)
  • fe94432 fix(node-builtins-modules/tls.js): Update minimal version (#484)
  • 92ea876 docs: improve clarity of no-missing-import and no-missing-require (#455)
  • 92abbc9 chore(master): release 17.23.0 (#481)
  • 6516414 feat: Support latest node v23.x ✨ (#478)
  • cfeed38 Update es-syntax.md (#480)
  • bb77606 chore(master): release 17.22.0 (#469)
  • 0ab562b feat: support latest node 22 (#474)
  • fd0c192 feat: Add missing features from node 20.19.0 (#473)
  • 844155c fix(no-unsupported): URL.createObjectURL, URL.revokeObjectURL are support...
  • Additional commits viewable in compare view

Updates eslint-plugin-qunit from 8.1.2 to 8.2.5

Release notes

Sourced from eslint-plugin-qunit's releases.

Release 8.2.5

8.2.5 (2025-07-27)

Bug Fixes

  • error in function contexts for no-hooks-from-ancestor-modules (#615) (3925e40)

Release 8.2.4

8.2.4 (2025-07-15)

Bug Fixes

  • Flag assert.equal in module hooks in no-assert-equal rule (#570) (01157b1)

Release 8.2.3

8.2.3 (2025-07-09)

Bug Fixes

  • false positive in literal-compare-order rule (#601) (546aff8)

Chores

Release 8.2.2

8.2.2 (2025-06-27)

Bug Fixes

Release 8.2.1

8.2.1 (2025-06-27)

Bug Fixes

Release 8.2.0

8.2.0 (2025-06-27)

... (truncated)

Changelog

Sourced from eslint-plugin-qunit's changelog.

8.2.5 (2025-07-27)

Bug Fixes

  • error in function contexts for no-hooks-from-ancestor-modules (#615) (3925e40)

8.2.4 (2025-07-15)

Bug Fixes

  • Flag assert.equal in module hooks in no-assert-equal rule (#570) (01157b1)

8.2.3 (2025-07-09)

Bug Fixes

  • false positive in literal-compare-order rule (#601) (546aff8)

Chores

8.2.2 (2025-06-27)

Bug Fixes

8.2.1 (2025-06-27)

Bug Fixes

Documentation

  • remove follow-up items from changelog (3121b23)

8.2.0 (2025-06-27)

Features

... (truncated)

Commits
  • 699decb Release 8.2.5
  • 3925e40 fix: error in function contexts for no-hooks-from-ancestor-modules (#615)
  • 24ccbf5 Release 8.2.4
  • 01157b1 fix: Flag assert.equal in module hooks in no-assert-equal rule (#570)
  • 55c2a8e upgrade: Bump globals from 16.2.0 to 16.3.0 (#600)
  • cc3c165 upgrade: Bump eslint from 9.30.0 to 9.30.1 (#598)
  • ff6de63 upgrade: Bump prettier from 3.2.5 to 3.6.2 (#591)
  • bf6c899 upgrade: Bump semver from 7.6.0 to 7.7.2 (#592)
  • 5b4b515 upgrade: Bump @​types/node from 24.0.4 to 24.0.10 (#597)
  • b1e2e83 Release 8.2.3
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 29, 2025
@github-actions
Copy link

github-actions bot commented Oct 29, 2025

Test Results

  1 files  ±0    1 suites  ±0   9m 50s ⏱️ +34s
676 tests ±0  625 ✅ +1  51 💤 ±0  0 ❌ ±0 
676 runs  ±0  625 ✅ +2  51 💤 ±0  0 ❌  - 1 

Results for commit d5a23ea. ± Comparison against base commit f3902b9.

♻️ This comment has been updated with latest results.

@codecov
Copy link

codecov bot commented Oct 29, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!

@codecov
Copy link

codecov bot commented Oct 29, 2025

Bundle Report

Changes will increase total bundle size by 1.66kB (0.0%) ⬆️. This is within the configured threshold ✅

Detailed changes
Bundle name Size Change
client-array-push 38.79MB 1.66kB (0.0%) ⬆️

Affected Assets, Files, and Routes:

view changes for bundle: client-array-push

Assets Changed:

Asset Name Size Change Total Size Change (%)
assets/chunk.*.js 82 bytes 40.93kB 0.2%
assets/chunk.*.js 1.57kB 3.32MB 0.05%

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-88db47d8f4 branch from cbde3cd to c27189e Compare October 30, 2025 13:06
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-88db47d8f4 branch from c27189e to 08ed0bc Compare October 31, 2025 13:09
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-88db47d8f4 branch from 08ed0bc to 22d8e5e Compare November 3, 2025 13:13
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-88db47d8f4 branch from 22d8e5e to 91a0959 Compare November 4, 2025 13:07
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-88db47d8f4 branch from 91a0959 to e74dbb4 Compare November 6, 2025 13:06
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-88db47d8f4 branch from e74dbb4 to d335755 Compare November 10, 2025 14:01
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-88db47d8f4 branch from d335755 to 65d1ecf Compare November 12, 2025 13:07
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-88db47d8f4 branch from 65d1ecf to 9688c96 Compare November 13, 2025 13:06
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-88db47d8f4 branch from 9688c96 to 163cfed Compare November 14, 2025 13:06
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-88db47d8f4 branch from 163cfed to c1bbd10 Compare November 17, 2025 13:08
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-88db47d8f4 branch from c1bbd10 to 5c2af8c Compare November 18, 2025 13:21
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-88db47d8f4 branch from 5c2af8c to edac60b Compare November 19, 2025 13:09
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-88db47d8f4 branch from edac60b to 580575f Compare November 24, 2025 14:56
Bumps the eslint group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [eslint](https://github.com/eslint/eslint) | `8.57.1` | `9.38.0` |
| [eslint-plugin-ember-template-lint](https://github.com/patricklx/eslint-plugin-ember-template-lint) | `0.15.0` | `0.21.0` |
| [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.30.0` | `2.32.0` |
| [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) | `17.10.3` | `17.23.1` |
| [eslint-plugin-qunit](https://github.com/platinumazure/eslint-plugin-qunit) | `8.1.2` | `8.2.5` |



Updates `eslint` from 8.57.1 to 9.38.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v8.57.1...v9.38.0)

Updates `eslint-plugin-ember-template-lint` from 0.15.0 to 0.21.0
- [Release notes](https://github.com/patricklx/eslint-plugin-ember-template-lint/releases)
- [Changelog](https://github.com/patricklx/eslint-plugin-ember-template-lint/blob/main/CHANGELOG.md)
- [Commits](patricklx/eslint-plugin-ember-template-lint@v0.15.0...v0.21.0)

Updates `eslint-plugin-import` from 2.30.0 to 2.32.0
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](import-js/eslint-plugin-import@v2.30.0...v2.32.0)

Updates `eslint-plugin-n` from 17.10.3 to 17.23.1
- [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases)
- [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md)
- [Commits](eslint-community/eslint-plugin-n@v17.10.3...v17.23.1)

Updates `eslint-plugin-qunit` from 8.1.2 to 8.2.5
- [Release notes](https://github.com/platinumazure/eslint-plugin-qunit/releases)
- [Changelog](https://github.com/qunitjs/eslint-plugin-qunit/blob/main/CHANGELOG.md)
- [Commits](qunitjs/eslint-plugin-qunit@v8.1.2...v8.2.5)

---
updated-dependencies:
- dependency-name: eslint
  dependency-version: 9.38.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: eslint
- dependency-name: eslint-plugin-ember-template-lint
  dependency-version: 0.21.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint-plugin-import
  dependency-version: 2.32.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint-plugin-n
  dependency-version: 17.23.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint-plugin-qunit
  dependency-version: 8.2.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
...

Signed-off-by: dependabot[bot] <[email protected]>
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