Skip to content

chore(deps): bump the minor group with 8 updates#228

Merged
benbrandt merged 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-3f20449a16
Jul 25, 2026
Merged

chore(deps): bump the minor group with 8 updates#228
benbrandt merged 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-3f20449a16

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 25, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor group with 8 updates:

Package From To
eslint 10.7.0 10.8.0
@eslint-community/eslint-utils 4.9.1 4.10.1
@eslint/config-helpers 0.6.0 0.7.0
brace-expansion 5.0.7 5.0.8
flatted 3.4.2 3.4.3
giget 3.3.0 3.3.1
mdurl 2.0.0 2.1.0
postcss 8.5.22 8.5.23

Updates eslint from 10.7.0 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)
Commits

Updates @eslint-community/eslint-utils from 4.9.1 to 4.10.1

Release notes

Sourced from @​eslint-community/eslint-utils's releases.

v4.10.1

4.10.1 (2026-07-22)

Bug Fixes

  • add missing typings @​types/node (#336) (f16575f)
  • Revert "feat: upgrade eslint-visitor-keys v5" (#333) (c160dba)
  • Revert "feat!: update Node.js version support to drop Node 18" (#332) (330a309)

v4.10.0

4.10.0 (2026-07-22)

Features

Commits
  • f16575f fix: add missing typings @​types/node (#336)
  • 9594631 chore: run Prettier
  • 330a309 fix: Revert "feat!: update Node.js version support to drop Node 18" (#332)
  • c160dba fix: Revert "feat: upgrade eslint-visitor-keys v5" (#333)
  • 80268bc chore(deps): bump actions/setup-node from 6 to 7 (#328)
  • 3a4159a feat: upgrade eslint-visitor-keys v5 (#330)
  • 3b082a6 feat!: update Node.js version support to drop Node 18 (#329)
  • 13a44bb chore(deps): bump actions/checkout from 6 to 7 (#327)
  • eb6000e chore(deps): bump codecov/codecov-action from 6 to 7 (#326)
  • 9c5d334 chore(deps): bump actions/upload-pages-artifact from 4 to 5 (#323)
  • Additional commits viewable in compare view

Updates @eslint/config-helpers from 0.6.0 to 0.7.0

Release notes

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

plugin-kit: v0.7.0

0.7.0 (2026-04-03)

Features

  • add languages and docs.dialects to rule meta types (#421) (7680f69)

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^1.1.1 to ^1.2.0

config-helpers: v0.7.0

0.7.0 (2026-07-21)

Features

plugin-kit: v0.6.1

0.6.1 (2026-03-06)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^1.1.0 to ^1.1.1
Changelog

Sourced from @​eslint/config-helpers's changelog.

0.7.0 (2026-07-21)

Features

Commits

Updates brace-expansion from 5.0.7 to 5.0.8

Commits

Updates flatted from 3.4.2 to 3.4.3

Commits
  • 670a1bd 3.4.3
  • 50a61a9 Fix #104 - allow null as replacer value
  • 8aa64f4 solved crytical errors over dependencies
  • bb8c63c Merge pull request #100 from WebReflection/WebReflection-patch-1
  • dc2d33b Update issue templates
  • d140618 Updated dev/dependencies
  • 76141cc Merge pull request #95 from WebReflection/dependabot/npm_and_yarn/picomatch-4...
  • 8dc84dd Bump picomatch from 4.0.3 to 4.0.4
  • See full diff in compare view

Updates giget from 3.3.0 to 3.3.1

Release notes

Sourced from giget's releases.

v3.3.1

Full Changelog: unjs/giget@v3.3.0...v3.3.1

Changelog

Sourced from giget's changelog.

v3.3.1

compare changes

🏡 Chore

❤️ Contributors

Commits

Updates mdurl from 2.0.0 to 2.1.0

Changelog

Sourced from mdurl's changelog.

2.1.0 / 2026-07-22

  • Added TypeScript declarations.
Commits

Updates postcss from 8.5.22 to 8.5.23

Release notes

Sourced from postcss's releases.

8.5.23

  • Do not load source map without opts.from for security reasons.
Changelog

Sourced from postcss's changelog.

8.5.23

  • Do not load source map without opts.from for security reasons.
Commits

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 minor group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [eslint](https://github.com/eslint/eslint) | `10.7.0` | `10.8.0` |
| [@eslint-community/eslint-utils](https://github.com/eslint-community/eslint-utils) | `4.9.1` | `4.10.1` |
| [@eslint/config-helpers](https://github.com/eslint/rewrite/tree/HEAD/packages/config-helpers) | `0.6.0` | `0.7.0` |
| [brace-expansion](https://github.com/juliangruber/brace-expansion) | `5.0.7` | `5.0.8` |
| [flatted](https://github.com/WebReflection/flatted) | `3.4.2` | `3.4.3` |
| [giget](https://github.com/unjs/giget) | `3.3.0` | `3.3.1` |
| [mdurl](https://github.com/markdown-it/mdurl) | `2.0.0` | `2.1.0` |
| [postcss](https://github.com/postcss/postcss) | `8.5.22` | `8.5.23` |


Updates `eslint` from 10.7.0 to 10.8.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.7.0...v10.8.0)

Updates `@eslint-community/eslint-utils` from 4.9.1 to 4.10.1
- [Release notes](https://github.com/eslint-community/eslint-utils/releases)
- [Commits](eslint-community/eslint-utils@v4.9.1...v4.10.1)

Updates `@eslint/config-helpers` from 0.6.0 to 0.7.0
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/packages/config-helpers/CHANGELOG.md)
- [Commits](https://github.com/eslint/rewrite/commits/core-v0.7.0/packages/config-helpers)

Updates `brace-expansion` from 5.0.7 to 5.0.8
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](juliangruber/brace-expansion@v5.0.7...v5.0.8)

Updates `flatted` from 3.4.2 to 3.4.3
- [Commits](WebReflection/flatted@v3.4.2...v3.4.3)

Updates `giget` from 3.3.0 to 3.3.1
- [Release notes](https://github.com/unjs/giget/releases)
- [Changelog](https://github.com/unjs/giget/blob/main/CHANGELOG.md)
- [Commits](unjs/giget@v3.3.0...v3.3.1)

Updates `mdurl` from 2.0.0 to 2.1.0
- [Changelog](https://github.com/markdown-it/mdurl/blob/master/CHANGELOG.md)
- [Commits](markdown-it/mdurl@2.0.0...2.1.0)

Updates `postcss` from 8.5.22 to 8.5.23
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.5.22...8.5.23)

---
updated-dependencies:
- dependency-name: eslint
  dependency-version: 10.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@eslint-community/eslint-utils"
  dependency-version: 4.10.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@eslint/config-helpers"
  dependency-version: 0.7.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: brace-expansion
  dependency-version: 5.0.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: flatted
  dependency-version: 3.4.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: giget
  dependency-version: 3.3.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: mdurl
  dependency-version: 2.1.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: postcss
  dependency-version: 8.5.23
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 25, 2026
@benbrandt
benbrandt merged commit f1c0141 into main Jul 25, 2026
3 checks passed
@benbrandt
benbrandt deleted the dependabot/npm_and_yarn/minor-3f20449a16 branch July 25, 2026 19:36
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