Skip to content

deps(deps-dev): bump the dev-dependencies group across 1 directory with 4 updates - #21

Merged
mrtusc merged 1 commit into
mainfrom
dependabot/npm_and_yarn/dev-dependencies-77e0653afe
Aug 10, 2026
Merged

deps(deps-dev): bump the dev-dependencies group across 1 directory with 4 updates#21
mrtusc merged 1 commit into
mainfrom
dependabot/npm_and_yarn/dev-dependencies-77e0653afe

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 11, 2026

Copy link
Copy Markdown
Contributor

Bumps the dev-dependencies group with 4 updates in the / directory: @antfu/eslint-config, c8, eslint and eslint-plugin-format.

Updates @antfu/eslint-config from 7.7.3 to 9.3.0

Release notes

Sourced from @​antfu/eslint-config's releases.

v9.3.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v9.2.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v9.1.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v9.0.0

   🚨 Breaking Changes

    View changes on GitHub

v8.3.0

   🚀 Features

   🐞 Bug Fixes

... (truncated)

Commits
  • 56bf756 chore: release v9.3.0
  • de152ed feat: update plugins
  • 8f146b3 chore: update deps
  • 016425f fix: mark eslint-plugin-erasable-syntax-only as optional peer (#859)
  • 386531f chore: release v9.2.0
  • 09680e4 fix: add scripts-info in package.json sorting
  • 9ff1e11 feat: update plugins
  • 8517e57 docs: add format_on_save to suggested Zed settings (#857)
  • 5ada54f fix(deps): accept eslint-plugin-astro v2 to resolve unmet peer warning (#855)
  • c3c9aa0 chore: release v9.1.0
  • Additional commits viewable in compare view

Updates c8 from 10.1.3 to 12.0.0

Release notes

Sourced from c8's releases.

v12.0.0

12.0.0 (2026-07-14)

⚠ BREAKING CHANGES

  • yargs enforces a stricter range of Node versions ^20.19.0 || ^22.12.0 || >=23

Features

v11.0.0

11.0.0 (2026-02-22)

⚠ BREAKING CHANGES

  • deps: transitive deps require 20 || >=22

Bug Fixes

Changelog

Sourced from c8's changelog.

12.0.0 (2026-07-14)

⚠ BREAKING CHANGES

  • yargs enforces a stricter range of Node versions ^20.19.0 || ^22.12.0 || >=23

Features

11.0.0 (2026-02-22)

⚠ BREAKING CHANGES

  • deps: transitive deps require 20 || >=22

Bug Fixes

Commits

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-plugin-format from 1.5.0 to 2.0.1

Release notes

Sourced from eslint-plugin-format's releases.

v2.0.1

   🐞 Bug Fixes

    View changes on GitHub

v2.0.0

   🚀 Features

    View changes on GitHub
Commits

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 11, 2026
@socket-security

socket-security Bot commented May 11, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addedeslint-plugin-format@​2.0.19910010085100
Addedc8@​12.0.09810010089100
Added@​antfu/​eslint-config@​9.3.09710010093100
Addedeslint@​10.8.09710010097100

View full report

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/dev-dependencies-77e0653afe branch from da962b5 to 3c82dcf Compare May 12, 2026 06:39
@socket-security

socket-security Bot commented May 12, 2026

Copy link
Copy Markdown

All alerts resolved. Learn more about Socket for GitHub.

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/dev-dependencies-77e0653afe branch from 3c82dcf to 86f7803 Compare May 12, 2026 07:46
@mrtusc

mrtusc commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

@dependabot recreate

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/dev-dependencies-77e0653afe branch from 86f7803 to d819faf Compare August 10, 2026 11:20
@mrtusc

mrtusc commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

@dependabot recreate

…th 4 updates

Bumps the dev-dependencies group with 4 updates in the / directory: [@antfu/eslint-config](https://github.com/antfu/eslint-config), [c8](https://github.com/bcoe/c8), [eslint](https://github.com/eslint/eslint) and [eslint-plugin-format](https://github.com/antfu/eslint-plugin-format).


Updates `@antfu/eslint-config` from 7.7.3 to 9.3.0
- [Release notes](https://github.com/antfu/eslint-config/releases)
- [Commits](antfu/eslint-config@v7.7.3...v9.3.0)

Updates `c8` from 10.1.3 to 12.0.0
- [Release notes](https://github.com/bcoe/c8/releases)
- [Changelog](https://github.com/bcoe/c8/blob/main/CHANGELOG.md)
- [Commits](bcoe/c8@v10.1.3...v12.0.0)

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-plugin-format` from 1.5.0 to 2.0.1
- [Release notes](https://github.com/antfu/eslint-plugin-format/releases)
- [Commits](antfu/eslint-plugin-format@v1.5.0...v2.0.1)

---
updated-dependencies:
- dependency-name: "@antfu/eslint-config"
  dependency-version: 9.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: c8
  dependency-version: 11.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: eslint
  dependency-version: 10.3.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: eslint-plugin-format
  dependency-version: 2.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/dev-dependencies-77e0653afe branch from d819faf to 38743c7 Compare August 10, 2026 14:25
@mrtusc
mrtusc merged commit 1b8f41a into main Aug 10, 2026
8 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/dev-dependencies-77e0653afe branch August 10, 2026 14:26
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