chore(deps-dev): bump the eslint group across 1 directory with 5 updates - #1834
Merged
Conversation
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/eslint-5991b4b8d8
branch
6 times, most recently
from
August 10, 2026 10:26
a0085df to
dfddadc
Compare
Bumps the eslint group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin) | `3.1.0` | `5.10.0` | | [eslint](https://github.com/eslint/eslint) | `9.39.4` | `10.8.0` | | [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `9.1.2` | `10.1.8` | | [eslint-plugin-file-progress](https://github.com/sibiraj-s/eslint-plugin-file-progress) | `1.5.0` | `4.0.0` | | [eslint-plugin-rxjs-x](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x) | `1.0.2` | `1.0.4` | Updates `@stylistic/eslint-plugin` from 3.1.0 to 5.10.0 - [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases) - [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/v5.10.0/CHANGELOG.md) - [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v5.10.0/packages/eslint-plugin) Updates `eslint` from 9.39.4 to 10.8.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.39.4...v10.8.0) Updates `eslint-config-prettier` from 9.1.2 to 10.1.8 - [Release notes](https://github.com/prettier/eslint-config-prettier/releases) - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-config-prettier/commits/v10.1.8) Updates `eslint-plugin-file-progress` from 1.5.0 to 4.0.0 - [Release notes](https://github.com/sibiraj-s/eslint-plugin-file-progress/releases) - [Changelog](https://github.com/sibiraj-s/eslint-plugin-file-progress/blob/master/CHANGELOG.md) - [Commits](sibiraj-s/eslint-plugin-file-progress@v1.5.0...v4.0.0) Updates `eslint-plugin-rxjs-x` from 1.0.2 to 1.0.4 - [Release notes](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/releases) - [Changelog](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/blob/main/CHANGELOG.md) - [Commits](JasonWeinzierl/eslint-plugin-rxjs-x@v1.0.2...v1.0.4) --- updated-dependencies: - dependency-name: "@stylistic/eslint-plugin" dependency-version: 5.10.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint - dependency-name: eslint dependency-version: 10.8.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint - dependency-name: eslint-config-prettier dependency-version: 10.1.8 dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint - dependency-name: eslint-plugin-file-progress dependency-version: 4.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint - dependency-name: eslint-plugin-rxjs-x dependency-version: 1.0.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint ... Signed-off-by: dependabot[bot] <support@github.com>
The `eslint` group matched `eslint*`, which does not cover scoped names, so `@eslint/js` and `@eslint-community/eslint-plugin-eslint-comments` were updated by their own pull requests instead. They cannot move independently: eslint.config.js pulls `configs.recommended` out of @eslint/js, and @eslint-community plugs into the same linter core. In #1834 that showed up as a group bump to eslint 10 that left @eslint/js on ^9.0.0 — ESLint 10 running the v9 `recommended` config.
angular-eslint 20 is pinned to the Angular 20 release train and declares `eslint: ^8.57.0 || ^9.0.0`. Its template parser builds a ScopeManager with no global scope, and ESLint 10 calls `ScopeManager#addGlobals()` on it, so `yarn eslint` dies with `TypeError: Cannot read properties of null (reading '__addVariables')` on every template and inline template — that is the exit code 2 from the linters job. ESLint 10 support lands in angular-eslint 21.4, which requires Angular 21, so the major has to wait for the framework upgrade. Ignore it in dependabot next to angular-eslint, together with eslint-plugin-file-progress, whose v4 requires ESLint 10 as well. The rest of the group is kept: @Stylistic 5 and eslint-config-prettier 10 both support ESLint 9, and file-progress 3.0.2 is the newest release that still does (it ships as ESM, hence the `.default` interop in the config).
lskramarov
force-pushed
the
dependabot/npm_and_yarn/eslint-5991b4b8d8
branch
from
August 10, 2026 11:57
dfddadc to
a1406dd
Compare
|
Visit the preview URL for this PR (updated for commit a1406dd): https://koobiq-next--prs-1834-d6wzeno6.web.app (expires Thu, 13 Aug 2026 12:01:20 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: c9e37e518febda70d0317d07e8ceb35ac43c534c |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the eslint group with 5 updates in the / directory:
3.1.05.10.09.39.410.8.09.1.210.1.81.5.04.0.01.0.21.0.4Updates
@stylistic/eslint-pluginfrom 3.1.0 to 5.10.0Release notes
Sourced from @stylistic/eslint-plugin's releases.
... (truncated)
Changelog
Sourced from @stylistic/eslint-plugin's changelog.
... (truncated)
Commits
efbb1bcchore: release v5.10.0 (main) (#1151)1ebd6d8feat(padding-line-between-statements): introducelineModefor selector matc...c43bd4bfeat(list-style): allow 'off' in overrides (#1144)95884fcchore: replaceprettierwithoxfmt(#1147)96ce1c7chore: release v5.9.0 (main) (#1131)5d99706feat: support ESLint 10 (#1066)cfb6296fix(no-extra-parens): don't report jsdoc type assertion by default (#1100)501e838feat(no-trailing-spaces): support more file types (#1138)8f5cc9efeat(padding-line-between-statements): support selector-based statement match...9e7f422fix(indent): ignore when source code is not ESTree (#1139)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@stylistic/eslint-pluginsince your current version.Updates
eslintfrom 9.39.4 to 10.8.0Release notes
Sourced from eslint's releases.
... (truncated)
Commits
749dfed10.8.04bd0d75Build: changelog update for 10.8.04fbf46dtest: pinwebpackversion to 5.108.4 (#21137)6ddf858docs: fix broken Specify Parser Options anchor link (#21106)784dfbedocs: Clarifyno-eq-nulldescription (#21120)6b8d2f7fix: escape reserved characters in rule id inhtmlformatter (#21129)2d063e2chore: update HTTP URLs to HTTPS in JSDoc and comments (#21101)eccbe7btest: add error locations tono-class-assign(#21123)2fee9bbfeat: exportConfigObjectfromeslint/config(#21082)e7d1e43ci: bump actions/setup-go from 6 to 7 (#21118)Updates
eslint-config-prettierfrom 9.1.2 to 10.1.8Release notes
Sourced from eslint-config-prettier's releases.
... (truncated)
Changelog
Sourced from eslint-config-prettier's changelog.
... (truncated)
Commits
Updates
eslint-plugin-file-progressfrom 1.5.0 to 4.0.0Release notes
Sourced from eslint-plugin-file-progress's releases.
Changelog
Sourced from eslint-plugin-file-progress's changelog.
... (truncated)
Commits
f78c9d1release: eslint-plugin-file-progress v4.0.00abd9c3feat: drop eslint 9 support2ad4718chore: bump github actions6a111b7chore: bump dependenciesfe8e197chore: bump dependencies0810586build(deps): bump minimatch (#21)df89e3dfix: add ESLint 10 compatibility (#20)b0e6023build(deps-dev): bump js-yaml from 3.14.1 to 3.14.2 (#17)a409fdbci: fix workflow permissions (#16)b8ce672build(deps): bump tmp and@changesets/cli(#15)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for eslint-plugin-file-progress since your current version.
Updates
eslint-plugin-rxjs-xfrom 1.0.2 to 1.0.4Release notes
Sourced from eslint-plugin-rxjs-x's releases.
Changelog
Sourced from eslint-plugin-rxjs-x's changelog.
Commits
0266540chore: release v1.0.4f1a40cedocs: changes for 1.0.4f03b620chore: clean up publish workflow, 0.9.x handles itself2804dd0chore(0.9.x): latest maintenance CI3c9853bfix(no-sharereplay-before-takeuntil): require strings in option (#487)90bb1a3chore(ci): support backporting tov0.9.*(#452)a8f6db8chore(deps): bump actions/setup-node from 6.4.0 to 7.0.0 (#489)4f63edechore(deps): bump actions/checkout from 7.0.0 to 7.0.1 (#497)8ffa9e0chore(deps-dev): bump bumpp from 11.1.0 to 12.0.0 (#495)e304710chore(deps-dev): bump markdownlint-cli2 from 0.23.0 to 0.23.1 (#494)