Skip to content

chore(deps-dev): bump the eslint group across 1 directory with 5 updates - #1834

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/eslint-5991b4b8d8
Open

chore(deps-dev): bump the eslint group across 1 directory with 5 updates#1834
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/eslint-5991b4b8d8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor

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

Package From To
@stylistic/eslint-plugin 3.1.0 5.10.0
eslint 9.39.4 10.8.0
eslint-config-prettier 9.1.2 10.1.8
eslint-plugin-file-progress 1.5.0 4.0.0
eslint-plugin-rxjs-x 1.0.2 1.0.4

Updates @stylistic/eslint-plugin from 3.1.0 to 5.10.0

Release notes

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

v5.10.0

5.10.0 (2026-03-06)

Features

  • list-style: allow 'off' in overrides (#1144) (c43bd4b)
  • padding-line-between-statements: introduce lineMode for selector matcher (#1143) (1ebd6d8)

Build Related

  • deps: bump actions/download-artifact from 7 to 8 (#1153) (78ca032)
  • deps: bump actions/upload-artifact from 6 to 7 (#1154) (01f7b17)

Performance

  • no export all for @​typescript-eslint/utils (#1150) (258f9d8)

v5.9.0

5.9.0 (2026-02-19)

Features

Bug Fixes

  • comma-dangle: check tsx file correctly (#1127) (271da42)
  • comma-dangle: prevent crash when linting non-js files (#1140) (4a96eae)
  • indent: ignore when source code is not ESTree (#1139) (9e7f422)
  • no-extra-parens: don't report jsdoc type assertion by default (#1100) (cfb6296)
  • object-curly-spacing: correctly handle object patterns with type annotations (#1129) (5aaaec6)

Chores

  • lines-around-comment: improve extensibility of allow boundary checks (#1136) (18b961e)
  • no-extra-parens: simplify fixer (#1133) (3504e1f)
  • on-var-declaration-per-line: simplify fixer (#1132) (c827fde)

v5.8.0

5.8.0 (2026-02-09)

... (truncated)

Changelog

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

5.10.0 (2026-03-06)

Features

  • list-style: allow 'off' in overrides (#1144) (c43bd4b)
  • padding-line-between-statements: introduce lineMode for selector matcher (#1143) (1ebd6d8)

Build Related

  • deps: bump actions/download-artifact from 7 to 8 (#1153) (78ca032)
  • deps: bump actions/upload-artifact from 6 to 7 (#1154) (01f7b17)

Performance

  • no export all for @​typescript-eslint/utils (#1150) (258f9d8)

5.9.0 (2026-02-19)

Features

Bug Fixes

  • comma-dangle: check tsx file correctly (#1127) (271da42)
  • comma-dangle: prevent crash when linting non-js files (#1140) (4a96eae)
  • indent: ignore when source code is not ESTree (#1139) (9e7f422)
  • no-extra-parens: don't report jsdoc type assertion by default (#1100) (cfb6296)
  • object-curly-spacing: correctly handle object patterns with type annotations (#1129) (5aaaec6)

Chores

  • lines-around-comment: improve extensibility of allow boundary checks (#1136) (18b961e)
  • no-extra-parens: simplify fixer (#1133) (3504e1f)
  • on-var-declaration-per-line: simplify fixer (#1132) (c827fde)

5.8.0 (2026-02-09)

Features

... (truncated)

Commits
  • efbb1bc chore: release v5.10.0 (main) (#1151)
  • 1ebd6d8 feat(padding-line-between-statements): introduce lineMode for selector matc...
  • c43bd4b feat(list-style): allow 'off' in overrides (#1144)
  • 95884fc chore: replace prettier with oxfmt (#1147)
  • 96ce1c7 chore: release v5.9.0 (main) (#1131)
  • 5d99706 feat: support ESLint 10 (#1066)
  • cfb6296 fix(no-extra-parens): don't report jsdoc type assertion by default (#1100)
  • 501e838 feat(no-trailing-spaces): support more file types (#1138)
  • 8f5cc9e feat(padding-line-between-statements): support selector-based statement match...
  • 9e7f422 fix(indent): ignore when source code is not ESTree (#1139)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​stylistic/eslint-plugin since your current version.


Updates eslint from 9.39.4 to 10.8.0

Release notes

Sourced from eslint's releases.

v10.8.0

Features

  • 2fee9bb feat: export ConfigObject from eslint/config (#21082) (sethamus)

Bug Fixes

  • 6b8d2f7 fix: escape reserved characters in rule id in html formatter (#21129) (Francesco Trotta)
  • 9091071 fix: prevent no-unreachable-loop crash when all loop types are ignored (#21116) (Pixel)
  • e23fafe fix: prefer-object-spread add semicolon when adding parenthesis (#21081) (synthex-byte)
  • 20b5ad0 fix: quadratic-time regex in prefer-template (#21096) (Milos Djermanovic)
  • 8b6f6c0 fix: apply ignore configs to computed methods in class-methods-use-this (#21094) (Pixel)
  • b2c608c fix: NewExpression with parenthesized callee in preserve-caught-error (#21083) (Francesco Trotta)

Documentation

  • 6ddf858 docs: fix broken Specify Parser Options anchor link (#21106) (Minsu)
  • 784dfbe docs: Clarify no-eq-null description (#21120) (Park Harin)
  • 7ec733a docs: Fix typos and grammar in glossary (#21095) (Marry (Subin Yang))
  • 92bb13f docs: replace quake link (#21108) (Jung Hyeon Jun)
  • 68eb4a5 docs: fix broken Specify Globals anchor links in rule pages (#21103) (Minsu)
  • d28f697 docs: replace Code Climate CLI links with Qlty CLI links (#21099) (Jung Hyeon Jun)
  • eccc68d docs: correct --suppressions-location option description (#21093) (Ga eun Lee)
  • c5963f7 docs: Update README (GitHub Actions Bot)

Chores

  • 4fbf46d test: pin webpack version to 5.108.4 (#21137) (Francesco Trotta)
  • 2d063e2 chore: update HTTP URLs to HTTPS in JSDoc and comments (#21101) (Bo Hyun Kim)
  • eccbe7b test: add error locations to no-class-assign (#21123) (devoil)
  • e7d1e43 ci: bump actions/setup-go from 6 to 7 (#21118) (dependabot[bot])
  • e9d66d0 ci: bump actions/setup-node from 6 to 7 (#21119) (dependabot[bot])
  • ee225b6 test: Add error location details to no-eq-null rule (#21117) (Park Harin)
  • 044a627 chore: update minimatch to ^10.2.5 (#21107) (김채영)
  • fb09aa8 chore: update ecosystem plugins (#21115) (ESLint Bot)
  • 5abd878 test: add error locations to no-proto (#21114) (Gihyeon Jeong / 정기현)
  • 9715887 test: Add error location details to no-div-regex (#21110) (Park Harin)
  • a746ec6 test: add error locations to no-new-wrappers (#21109) (Gihyeon Jeong / 정기현)
  • 8dde645 test: add error locations to no-ex-assign (#21102) (devoil)
  • 13ab0ec test: add error locations to no-label-var (#21098) (Gihyeon Jeong / 정기현)
  • a99906f test: Add error location details to no-delete-var rule (#21105) (Park Harin)
  • c47e8dc chore: add missing backticks to languages/js/index.js (#21104) (beeen)
  • 0174428 chore: add missing backticks to translate-cli-options.js (#21097) (dongkyu lee)
  • 3d36589 chore: add missing backticks to serialization.js (#21091) (이규환)
  • dcc9312 test: add error locations to eqeqeq (#21090) (Ga eun Lee)
  • 2710b18 ci: Add explicit permissions to rebuild-docs-sites workflow (#21089) (Marry (Subin Yang))
  • 5d2f866 chore: update dependency prettier to v3.9.5 (#21086) (renovate[bot])
  • d584e31 chore: fix failing ecosystem test for eslint-plugin-unicorn (#21084) (Francesco Trotta)
  • bf3eda0 chore: update ecosystem plugins (#21079) (ESLint Bot)

v10.7.0

Features

  • cf2a9bf feat: add errorClassNames option to preserve-caught-error rule (#21032) (sethamus)
  • f8b873a feat: max-nested-callbacks option for constructor callbacks (#21063) (fnx)

... (truncated)

Commits

Updates eslint-config-prettier from 9.1.2 to 10.1.8

Release notes

Sourced from eslint-config-prettier's releases.

v10.1.8

republish latest version

Full Changelog: prettier/eslint-config-prettier@v10.1.5...v10.1.8

v10.1.5

Patch Changes

Full Changelog: prettier/eslint-config-prettier@v10.1.4...v10.1.5

v10.1.4

Patch Changes

Full Changelog: prettier/eslint-config-prettier@v10.1.3...v10.1.4

v10.1.3

Patch Changes

New Contributors

Full Changelog: prettier/eslint-config-prettier@v10.1.2...v10.1.3

v10.1.2

Patch Changes

v10.1.1

Patch Changes

  • #309 eb56a5e Thanks @​JounQin! - fix: separate the /flat entry for compatibility

    For flat config users, the previous "eslint-config-prettier" entry still works, but "eslint-config-prettier/flat" adds a new name property for config-inspector, we just can't add it for the default entry for compatibility.

    See also prettier/eslint-config-prettier#308

    // before
    import eslintConfigPrettier from "eslint-config-prettier";
    // after
    import eslintConfigPrettier from "eslint-config-prettier/flat";

... (truncated)

Changelog

Sourced from eslint-config-prettier's changelog.

eslint-config-prettier

10.1.5

Patch Changes

10.1.4

Patch Changes

10.1.3

Patch Changes

10.1.2

Patch Changes

10.1.1

Patch Changes

  • #309 eb56a5e Thanks @​JounQin! - fix: separate the /flat entry for compatibility

    For flat config users, the previous "eslint-config-prettier" entry still works, but "eslint-config-prettier/flat" adds a new name property for config-inspector, we just can't add it for the default entry for compatibility.

    See also prettier/eslint-config-prettier#308

    // before
    import eslintConfigPrettier from "eslint-config-prettier";
    // after
    import eslintConfigPrettier from "eslint-config-prettier/flat";

10.1.0

Minor Changes

... (truncated)

Commits

Updates eslint-plugin-file-progress from 1.5.0 to 4.0.0

Release notes

Sourced from eslint-plugin-file-progress's releases.

v4.0.0

Features

Breaking Changes

v4.0.0-beta.1

Features

  • Support eslint concurrent mode (06ab37a)

v3.0.2

Patch Changes

  • fd02a52: hide status on exit with hide config option

v3.0.1

Patch Changes

  • fix hide option to hide the progress message (4228208)
  • add hideFileName option to hide the file name during linting (4228208)

v3.0.0

Breaking Changes

  • rename noCI config to recommended-ci (f67c68a)

v2.1.2

Patch Changes

  • fix namespace for configuration presets (cdf1726)
  • fix noCI type not exported (50825d2)

v2.1.0

Features

  • add recommended and noCI configs (5a581b6)

v2.0.1

Patch Changes

  • fix supported nodejs version range for eslint (66e6b0b)

v2.0.0

Breaking Changes

Changelog

Sourced from eslint-plugin-file-progress's changelog.

4.0.0

Features

Breaking Changes

3.0.2

Patch Changes

  • fd02a52: hide status on exit with hide config option

v3.0.1 (2024-11-09)

Patch Changes

  • fix hide option to hide the progress message (4228208)
  • add hideFileName option to hide the file name during linting (4228208)

v3.0.0 (2024-11-04)

Breaking Changes

  • rename noCI config to recommended-ci (f67c68a)

v2.1.2 (2024-11-04)

Patch Changes

  • fix namespace for configuration presets (cdf1726)
  • fix noCI type not exported (50825d2)

v2.1.0 (2024-11-04)

Features

  • add recommended and noCI configs (5a581b6)

v2.0.1 (2024-11-04)

Patch Changes

  • fix supported nodejs version range for eslint (66e6b0b)

v2.0.0 (2024-11-04)

... (truncated)

Commits
  • f78c9d1 release: eslint-plugin-file-progress v4.0.0
  • 0abd9c3 feat: drop eslint 9 support
  • 2ad4718 chore: bump github actions
  • 6a111b7 chore: bump dependencies
  • fe8e197 chore: bump dependencies
  • 0810586 build(deps): bump minimatch (#21)
  • df89e3d fix: add ESLint 10 compatibility (#20)
  • b0e6023 build(deps-dev): bump js-yaml from 3.14.1 to 3.14.2 (#17)
  • a409fdb ci: fix workflow permissions (#16)
  • b8ce672 build(deps): bump tmp and @​changesets/cli (#15)
  • Additional commits viewable in compare view
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-x from 1.0.2 to 1.0.4

Release notes

Sourced from eslint-plugin-rxjs-x's releases.

v1.0.4

Fixes

  • no-sharereplay-before-takeuntil: require strings in the takeUntilAlias option (#487) (3c9853b)

v1.0.3

Fixes

  • no-unnecessary-collection: spread array literals false-positive (485) (8cce71a)

New Contributors

Changelog

Sourced from eslint-plugin-rxjs-x's changelog.

v1.0.4 (2026-07-28)

Fixes

  • no-sharereplay-before-takeuntil: require strings in the takeUntilAlias option (#487) (3c9853b)

v1.0.3 (2026-07-21)

Fixes

  • no-unnecessary-collection: spread array literals false-positive (485) (8cce71a)
Commits
  • 0266540 chore: release v1.0.4
  • f1a40ce docs: changes for 1.0.4
  • f03b620 chore: clean up publish workflow, 0.9.x handles itself
  • 2804dd0 chore(0.9.x): latest maintenance CI
  • 3c9853b fix(no-sharereplay-before-takeuntil): require strings in option (#487)
  • 90bb1a3 chore(ci): support backporting to v0.9.* (#452)
  • a8f6db8 chore(deps): bump actions/setup-node from 6.4.0 to 7.0.0 (#489)
  • 4f63ede chore(deps): bump actions/checkout from 7.0.0 to 7.0.1 (#497)
  • 8ffa9e0 chore(deps-dev): bump bumpp from 11.1.0 to 12.0.0 (#495)
  • e304710 chore(deps-dev): bump markdownlint-cli2 from 0.23.0 to 0.23.1 (#494)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 3, 2026
@dependabot
dependabot Bot requested a review from lskramarov as a code owner August 3, 2026 20:45
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 3, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-5991b4b8d8 branch from 0c185a7 to 2806e13 Compare August 3, 2026 21:07
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>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-5991b4b8d8 branch from 2806e13 to 3503ff4 Compare August 4, 2026 08:19
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.

0 participants