Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the eslint group with 4 updates in the / directory: eslint-plugin-ember, eslint-plugin-n, eslint-plugin-prettier and eslint-plugin-qunit.

Updates eslint-plugin-ember from 12.7.4 to 12.7.5

Release notes

Sourced from eslint-plugin-ember's releases.

v12.7.5-eslint-plugin-ember

Release (2025-11-27)

eslint-plugin-ember 12.7.5 (patch)

🐛 Bug Fix

  • eslint-plugin-ember
    • #2349 fix: allow decorated template-tag-only classes (@​CvX)

Committers: 1

Changelog

Sourced from eslint-plugin-ember's changelog.

Changelog

Release (2026-01-22)

  • eslint-plugin-ember 12.7.6 (patch)

🐛 Bug Fix

🏠 Internal

Committers: 3

Release (2025-11-27)

eslint-plugin-ember 12.7.5 (patch)

🐛 Bug Fix

  • eslint-plugin-ember
    • #2349 fix: allow decorated template-tag-only classes (@​CvX)

Committers: 1

Release (2025-09-14)

eslint-plugin-ember 12.7.4 (patch)

🐛 Bug Fix

  • eslint-plugin-ember
    • #2331 fix: Ignore findBy calls from ember-cli-mirage in no-array-prototype-extensions (@​VasylMarchuk)

🏠 Internal

  • eslint-plugin-ember
    • #2332 chore: try actions/setup-node before pnpm/action-setup (@​bmish)

Committers: 2

Release (2025-08-22)

eslint-plugin-ember 12.7.3 (patch)

... (truncated)

Commits

Updates eslint-plugin-n from 17.23.1 to 17.23.2

Release notes

Sourced from eslint-plugin-n's releases.

v17.23.2

17.23.2 (2026-01-13)

🩹 Fixes

  • avoid any type for no-top-level-await listener node (build issue) (#498) (f071703)
  • file-extension-in-import: handle directory index imports (#499) (754a1a6)
  • file-extension-in-import: handle files with dots in basename (#506) (600f3f2)
  • no-sync: resolve full typed names for ignores (#501) (047301a)

📚 Documentation

  • safely disable no-unpublished-bin npm v10+ (#487) (8af9c86)

🧹 Chores

  • no-missing-import: align fixture message with latest resolver output (#500) (a3719d2)
Changelog

Sourced from eslint-plugin-n's changelog.

17.23.2 (2026-01-13)

🩹 Fixes

  • avoid any type for no-top-level-await listener node (build issue) (#498) (f071703)
  • file-extension-in-import: handle directory index imports (#499) (754a1a6)
  • file-extension-in-import: handle files with dots in basename (#506) (600f3f2)
  • no-sync: resolve full typed names for ignores (#501) (047301a)

📚 Documentation

  • safely disable no-unpublished-bin npm v10+ (#487) (8af9c86)

🧹 Chores

  • no-missing-import: align fixture message with latest resolver output (#500) (a3719d2)
Commits
  • 7541d64 chore(master): release 17.23.2 (#488)
  • 600f3f2 fix(file-extension-in-import): handle files with dots in basename (#506)
  • 754a1a6 fix(file-extension-in-import): handle directory index imports (#499)
  • 047301a fix(no-sync): resolve full typed names for ignores (#501)
  • f071703 fix: avoid any type for no-top-level-await listener node (build issue) (#498)
  • a3719d2 test(no-missing-import): align fixture message with latest resolver output (#...
  • d27b585 ci: trusted publishing (#492)
  • 8af9c86 docs: safely disable no-unpublished-bin npm v10+ (#487)
  • 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-n since your current version.


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-qunit from 8.2.5 to 8.2.6

Release notes

Sourced from eslint-plugin-qunit's releases.

Release 8.2.6

8.2.6 (2026-02-07)

Bug Fixes

  • add context.sourceCode fallback for ESLint 10 compatibility (#659) (937ddec)
  • switch to @​eslint-community/eslint-utils (#660) (6031514)
  • typo in peerDependencies in package.json (#658) (83cef82)

Documentation

Chores

Changelog

Sourced from eslint-plugin-qunit's changelog.

8.2.6 (2026-02-07)

Bug Fixes

  • add context.sourceCode fallback for ESLint 10 compatibility (#659) (937ddec)
  • switch to @​eslint-community/eslint-utils (#660) (6031514)
  • typo in peerDependencies in package.json (#658) (83cef82)

Documentation

Chores

Commits
  • 435cc11 Release 8.2.6
  • 1baf99c chore: lockfile diff (#664)
  • 4613e82 test: test under ESLint v10 (#663)
  • 6031514 fix: switch to @​eslint-community/eslint-utils (#660)
  • 937ddec fix: add context.sourceCode fallback for ESLint 10 compatibility (#659)
  • 83cef82 fix: typo in peerDependencies in package.json (#658)
  • 4824da6 upgrade: Bump lodash, @​release-it/conventional-changelog and release-it (#661)
  • 466a58f upgrade: Bump js-yaml (#662)
  • b97b193 upgrade: Bump actions/setup-node from 5 to 6 (#652)
  • 6480f69 upgrade: Bump eslint-config-prettier from 10.1.5 to 10.1.8 (#625)
  • 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 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

Bumps the eslint group with 4 updates in the / directory: [eslint-plugin-ember](https://github.com/ember-cli/eslint-plugin-ember), [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n), [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) and [eslint-plugin-qunit](https://github.com/platinumazure/eslint-plugin-qunit).


Updates `eslint-plugin-ember` from 12.7.4 to 12.7.5
- [Release notes](https://github.com/ember-cli/eslint-plugin-ember/releases)
- [Changelog](https://github.com/ember-cli/eslint-plugin-ember/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ember-cli/eslint-plugin-ember/commits)

Updates `eslint-plugin-n` from 17.23.1 to 17.23.2
- [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.23.1...v17.23.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-qunit` from 8.2.5 to 8.2.6
- [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.2.5...v8.2.6)

---
updated-dependencies:
- dependency-name: eslint-plugin-ember
  dependency-version: 12.7.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: eslint
- dependency-name: eslint-plugin-n
  dependency-version: 17.23.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: eslint
- dependency-name: eslint-plugin-prettier
  dependency-version: 5.5.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: eslint
- dependency-name: eslint-plugin-qunit
  dependency-version: 8.2.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: eslint
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 9, 2026
@mixonic mixonic merged commit 89de64c into master Feb 9, 2026
24 of 27 checks passed
@mixonic mixonic deleted the dependabot/npm_and_yarn/eslint-0fbcfc81d7 branch February 9, 2026 14:30
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

Development

Successfully merging this pull request may close these issues.

1 participant