Skip to content

Bump the npm group with 11 updates#2116

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/npm-9a77e6f53e
Mar 27, 2026
Merged

Bump the npm group with 11 updates#2116
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/npm-9a77e6f53e

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 27, 2026

Bumps the npm group with 11 updates:

Package From To
@types/node 24.12.0 25.5.0
eslint 9.39.4 10.1.0
@eslint/config-array 0.21.2 0.23.3
@eslint/config-helpers 0.4.2 0.5.3
@eslint/core 0.17.0 1.1.1
@eslint/object-schema 2.1.7 3.0.3
@eslint/plugin-kit 0.4.1 0.6.1
brace-expansion 1.1.12 1.1.13
electron-to-chromium 1.5.325 1.5.328
eslint-scope 8.4.0 9.1.2
undici-types 7.16.0 7.18.2

Updates @types/node from 24.12.0 to 25.5.0

Commits

Updates eslint from 9.39.4 to 10.1.0

Release notes

Sourced from eslint's releases.

v10.1.0

Features

  • ff4382b feat: apply fix for no-var in TSModuleBlock (#20638) (Tanuj Kanti)
  • 0916995 feat: Implement api support for bulk-suppressions (#20565) (Blake Sager)

Bug Fixes

  • 2b8824e fix: Prevent no-var autofix when a variable is used before declaration (#20464) (Amaresh S M)
  • e58b4bf fix: update eslint (#20597) (renovate[bot])

Documentation

  • b7b57fe docs: use correct JSDoc link in require-jsdoc.md (#20641) (mkemna-clb)
  • 58e4cfc docs: add deprecation notice partial (#20639) (Milos Djermanovic)
  • 7143dbf docs: update v9 migration guide for @eslint/js usage (#20540) (fnx)
  • 035fc4f docs: note that globalReturn applies only with sourceType: "script" (#20630) (Milos Djermanovic)
  • e972c88 docs: merge ESLint option descriptions into type definitions (#20608) (Francesco Trotta)
  • 7f10d84 docs: Update README (GitHub Actions Bot)
  • aeed007 docs: open playground link in new tab (#20602) (Tanuj Kanti)
  • a0d1a37 docs: Add AI Usage Policy (#20510) (Nicholas C. Zakas)

Chores

  • a9f9cce chore: update dependency eslint-plugin-unicorn to ^63.0.0 (#20584) (Milos Djermanovic)
  • 1f42bd7 chore: update prettier to 3.8.1 (#20651) (루밀LuMir)
  • c0a6f4a chore: update dependency @​eslint/json to ^1.2.0 (#20652) (renovate[bot])
  • cc43f79 chore: update dependency c8 to v11 (#20650) (renovate[bot])
  • 2ce4635 chore: update dependency @​eslint/json to v1 (#20649) (renovate[bot])
  • f0406ee chore: update dependency markdownlint-cli2 to ^0.21.0 (#20646) (renovate[bot])
  • dbb4c95 chore: remove trunk (#20478) (sethamus)
  • c672a2a test: fix CLI test for empty output file (#20640) (kuldeep kumar)
  • c7ada24 ci: bump pnpm/action-setup from 4.3.0 to 4.4.0 (#20636) (dependabot[bot])
  • 07c4b8b test: fix RuleTester test without test runners (#20631) (Francesco Trotta)
  • 079bba7 test: Add tests for isValidWithUnicodeFlag (#20601) (Manish chaudhary)
  • 5885ae6 ci: unpin Node.js 25.x in CI (#20615) (Copilot)
  • f65e5d3 chore: update pnpm/action-setup digest to b906aff (#20610) (renovate[bot])

v10.0.3

Bug Fixes

  • e511b58 fix: update eslint (#20595) (renovate[bot])
  • f4c9cf9 fix: include variable name in no-useless-assignment message (#20581) (sethamus)
  • ee9ff31 fix: update dependency minimatch to ^10.2.4 (#20562) (Milos Djermanovic)

Documentation

  • 9fc31b0 docs: Update README (GitHub Actions Bot)
  • 4efaa36 docs: add info box for eslint-plugin-eslint-comments (#20570) (DesselBane)
  • 23b2759 docs: add v10 migration guide link to Use docs index (#20577) (Pixel998)
  • 80259a9 docs: Remove deprecated eslintrc documentation files (#20472) (Copilot)
  • 9b9b4ba docs: fix typo in no-await-in-loop documentation (#20575) (Pixel998)
  • e7d72a7 docs: document TypeScript 5.3 minimum supported version (#20547) (sethamus)

Chores

  • ef8fb92 chore: package.json update for eslint-config-eslint release (Jenkins)

... (truncated)

Commits

Updates @eslint/config-array from 0.21.2 to 0.23.3

Release notes

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

config-array: v0.23.3

0.23.3 (2026-03-06)

Bug Fixes

  • correct config-array matcher types (#373) (7b89f2f)
  • correct extraConfigTypes validation error messages (#388) (25aba34)
  • improve extraConfigTypes validation (#390) (39f005c)
  • update dependency minimatch to ^10.2.4 (#387) (538c049)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/object-schema bumped from ^3.0.2 to ^3.0.3

config-array: v0.23.2

0.23.2 (2026-02-19)

Bug Fixes

  • update minimatch to 10.2.1 to address security vulnerabilities (#376) (9a3dc87)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/object-schema bumped from ^3.0.1 to ^3.0.2

config-array: v0.23.1

0.23.1 (2026-02-06)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/object-schema bumped from ^3.0.0 to ^3.0.1

config-array: v0.23.0

0.23.0 (2025-11-17)

⚠ BREAKING CHANGES

  • update minimatch (#273)

... (truncated)

Changelog

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

0.23.3 (2026-03-06)

Bug Fixes

  • correct config-array matcher types (#373) (7b89f2f)
  • correct extraConfigTypes validation error messages (#388) (25aba34)
  • improve extraConfigTypes validation (#390) (39f005c)
  • update dependency minimatch to ^10.2.4 (#387) (538c049)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/object-schema bumped from ^3.0.2 to ^3.0.3

0.23.2 (2026-02-19)

Bug Fixes

  • update minimatch to 10.2.1 to address security vulnerabilities (#376) (9a3dc87)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/object-schema bumped from ^3.0.1 to ^3.0.2

0.23.1 (2026-02-06)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/object-schema bumped from ^3.0.0 to ^3.0.1

0.23.0 (2025-11-17)

⚠ BREAKING CHANGES

  • update minimatch (#273)

Features

... (truncated)

Commits
  • 41eb19f chore: release main (#380)
  • 5c42055 docs: Update README sponsors
  • 39f005c fix: improve extraConfigTypes validation (#390)
  • e27393e refactor: remove redundant await in config-array normalize (#391)
  • 25aba34 fix: correct extraConfigTypes validation error messages (#388)
  • 538c049 fix: update dependency minimatch to ^10.2.4 (#387)
  • 7b89f2f fix: correct config-array matcher types (#373)
  • 4fd97a8 docs: fix config-array README examples and typos (#381)
  • 1030f06 chore: release main (#371)
  • 9a3dc87 fix: update minimatch to 10.2.1 to address security vulnerabilities (#376)
  • Additional commits viewable in compare view

Updates @eslint/config-helpers from 0.4.2 to 0.5.3

Release notes

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

config-helpers: v0.5.3

0.5.3 (2026-03-06)

Bug Fixes

  • tighten extends typing in config-helpers (#385) (939bc32)

Dependencies

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

config-helpers: v0.5.2

0.5.2 (2026-01-29)

Dependencies

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

config-helpers: v0.5.1

0.5.1 (2026-01-08)

Dependencies

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

plugin-kit: v0.5.1

0.5.1 (2026-01-08)

Dependencies

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

config-helpers: v0.5.0

0.5.0 (2025-11-14)

⚠ BREAKING CHANGES

... (truncated)

Changelog

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

0.5.3 (2026-03-06)

Bug Fixes

  • tighten extends typing in config-helpers (#385) (939bc32)

Dependencies

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

0.5.2 (2026-01-29)

Dependencies

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

0.5.1 (2026-01-08)

Dependencies

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

0.5.0 (2025-11-14)

⚠ BREAKING CHANGES

  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#297)

Features

  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#297) (acc623c)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^0.17.0 to ^1.0.0
Commits

Updates @eslint/core from 0.17.0 to 1.1.1

Release notes

Sourced from @​eslint/core's releases.

core: v1.1.1

1.1.1 (2026-03-06)

Bug Fixes

  • type-check suggestion messageId against MessageIds (#392) (76c2196)

core: v1.1.0

1.1.0 (2026-01-29)

Features

  • Add custom rule type helpers to @eslint/plugin-kit (#355) (8ac8530)

core: v1.0.1

1.0.1 (2026-01-08)

Bug Fixes

  • make data property stricter (#327) (26e6a50)
  • remove category property from RulesMetaDocs interface (#345) (b197f00)
  • remove experimentalObjectRestSpread option from types (#343) (e3533bc)

core: v1.0.0

1.0.0 (2025-11-14)

⚠ BREAKING CHANGES

  • Remove deprecated RuleContext methods (#263)
  • remove deprecated nodeType property (#265)
  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#297)

Features

  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#297) (acc623c)

Bug Fixes

config-array: v0.23.3

0.23.3 (2026-03-06)

... (truncated)

Changelog

Sourced from @​eslint/core's changelog.

1.1.1 (2026-03-06)

Bug Fixes

  • type-check suggestion messageId against MessageIds (#392) (76c2196)

1.1.0 (2026-01-29)

Features

  • Add custom rule type helpers to @eslint/plugin-kit (#355) (8ac8530)

1.0.1 (2026-01-08)

Bug Fixes

  • make data property stricter (#327) (26e6a50)
  • remove category property from RulesMetaDocs interface (#345) (b197f00)
  • remove experimentalObjectRestSpread option from types (#343) (e3533bc)

1.0.0 (2025-11-14)

⚠ BREAKING CHANGES

  • Remove deprecated RuleContext methods (#263)
  • remove deprecated nodeType property (#265)
  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#297)

Features

  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#297) (acc623c)

Bug Fixes

Commits

Updates @eslint/object-schema from 2.1.7 to 3.0.3

Release notes

Sourced from @​eslint/object-schema's releases.

object-schema: v3.0.3

3.0.3 (2026-03-06)

Bug Fixes

  • align object-schema PropertyDefinition types with runtime (#372) (6182ebf)

object-schema: v3.0.2

3.0.2 (2026-02-19)

Bug Fixes

  • tighten types of MergeStrategy in object-schema (#348) (9266041)

object-schema: v3.0.1

3.0.1 (2026-02-06)

Bug Fixes

  • export BuiltInMergeStrategy and BuiltInValidationStrategy types (#362) (d9646d6)

object-schema: v3.0.0

3.0.0 (2025-11-14)

⚠ BREAKING CHANGES

  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#297)

Features

  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#297) (acc623c)
Changelog

Sourced from @​eslint/object-schema's changelog.

3.0.3 (2026-03-06)

Bug Fixes

  • align object-schema PropertyDefinition types with runtime (#372) (6182ebf)

3.0.2 (2026-02-19)

Bug Fixes

  • tighten types of MergeStrategy in object-schema (#348) (9266041)

3.0.1 (2026-02-06)

Bug Fixes

  • export BuiltInMergeStrategy and BuiltInValidationStrategy types (#362) (d9646d6)

3.0.0 (2025-11-14)

⚠ BREAKING CHANGES

  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#297)

Features

  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#297) (acc623c)
Commits

Updates @eslint/plugin-kit from 0.4.1 to 0.6.1

Release notes

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

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

plugin-kit: v0.6.0

0.6.0 (2026-01-29)

Features

  • add CustomRuleVisitorWithExit type to @eslint/plugin-kit (#351) (e7d1be4)
  • Add custom rule type helpers to @eslint/plugin-kit (#355) (8ac8530)

Dependencies

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

config-helpers: v0.5.3

0.5.3 (2026-03-06)

Bug Fixes

  • tighten extends typing in config-helpers (#385) (939bc32)

Dependencies

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

config-helpers: v0.5.2

0.5.2 (2026-01-29)

Dependencies

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

... (truncated)

Changelog

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

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

0.6.0 (2026-01-29)

Features

  • add CustomRuleVisitorWithExit type to @eslint/plugin-kit (#351) (e7d1be4)
  • Add custom rule type helpers to @eslint/plugin-kit (#355) (8ac8530)

Dependencies

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

0.5.1 (2026-01-08)

Dependencies

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

0.5.0 (2025-11-14)

⚠ BREAKING CHANGES

  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#297)

Features

  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#297) (acc623c)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^0.17.0 to ^1.0.0
Commits

Updates brace-expansion from 1.1.12 to 1.1.13

Commits

Updates electron-to-chromium from 1.5.325 to 1.5.328

Commits

Updates eslint-scope from 8.4.0 to 9.1.2

Release notes

Sourced from eslint-scope's releases.

eslint-scope: v9.1.2

9.1.2 (2026-03-04)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • espree bumped from ^11.1.1 to ^11.2.0

eslint-scope: v9.1.1

9.1.1 (2026-02-20)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • eslint-visitor-keys bumped from ^5.0.0 to ^5.0.1
      • espree bumped from ^11.1.0 to ^11.1.1

eslint-scope: v9.1.0

9.1.0 (2026-01-18)

Features

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • espree bumped from ^11.0.0 to ^11.1.0

eslint-scope: v9.0.0

9.0.0 (2025-11-07)

⚠ BREAKING CHANGES

  • Resolve references to global var/function, add addGlobals() (#682)
  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#696)

Features

  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#696) (9c84ecb)
  • Resolve references to global var/function, add addGlobals() (#682) (f007b46)

... (truncated)

Changelog

Sourced from eslint-scope's changelog.

9.1.2 (2026-03-04)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • espree bumped from ^11.1.1 to ^11.2.0

9.1.1 (2026-02-20)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • eslint-visitor-keys bumped from ^5.0.0 to ^5.0.1
      • espree bumped from ^11.1.0 to ^11.1.1

9.1.0 (2026-01-18)

Features

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • espree bumped from ^11.0.0 to ^11.1.0

9.0.0 (2025-11-07)

⚠ BREAKING CHANGES

  • Resolve references to global var/function, add addGlobals() (#682)
  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#696)

Features

  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#696) (9c84ecb)
  • Resolve references to global var/function, add addGlobals() (#682) (f007b46)

Dependencies

  • The following workspace dependencies were updated

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for eslint-scope since your current version.


Updates undici-types from 7.16.0 to 7.18.2

Release notes

Sourced from undici-types's releases.

v7.18.2

⚠️ Security Release

This fixes GHSA-g9mf-h72j-4rw9 and CVE-2026-22036.

What's Changed

Full Changelog: nodejs/undici@v7.18.1...v7.18.2

v7.18.1

What's Changed

Full Changelog: nodejs/undici@v7.18.0...v7.18.1

v7.18.0

What's Changed

Full Changelog: nodejs/undici@v7.17.0...v7.18.0

v7.17.0

What's Changed

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 27, 2026
@vercel
Copy link
Copy Markdown

vercel bot commented Mar 27, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
github-oauth-example Error Error Mar 27, 2026 3:54pm

Bumps the npm group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.12.0` | `25.5.0` |
| [eslint](https://github.com/eslint/eslint) | `9.39.4` | `10.1.0` |
| [@eslint/config-array](https://github.com/eslint/rewrite/tree/HEAD/packages/config-array) | `0.21.2` | `0.23.3` |
| [@eslint/config-helpers](https://github.com/eslint/rewrite/tree/HEAD/packages/config-helpers) | `0.4.2` | `0.5.3` |
| [@eslint/core](https://github.com/eslint/rewrite/tree/HEAD/packages/core) | `0.17.0` | `1.1.1` |
| [@eslint/object-schema](https://github.com/eslint/rewrite/tree/HEAD/packages/object-schema) | `2.1.7` | `3.0.3` |
| [@eslint/plugin-kit](https://github.com/eslint/rewrite/tree/HEAD/packages/plugin-kit) | `0.4.1` | `0.6.1` |
| [brace-expansion](https://github.com/juliangruber/brace-expansion) | `1.1.12` | `1.1.13` |
| [electron-to-chromium](https://github.com/Kilian/electron-to-chromium) | `1.5.325` | `1.5.328` |
| [eslint-scope](https://github.com/eslint/js/tree/HEAD/packages/eslint-scope) | `8.4.0` | `9.1.2` |
| [undici-types](https://github.com/nodejs/undici) | `7.16.0` | `7.18.2` |

Updates `@types/node` from 24.12.0 to 25.5.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `eslint` from 9.39.4 to 10.1.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.39.4...v10.1.0)

Updates `@eslint/config-array` from 0.21.2 to 0.23.3
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/packages/config-array/CHANGELOG.md)
- [Commits](https://github.com/eslint/rewrite/commits/config-array-v0.23.3/packages/config-array)

Updates `@eslint/config-helpers` from 0.4.2 to 0.5.3
- [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/config-helpers-v0.5.3/packages/config-helpers)

Updates `@eslint/core` from 0.17.0 to 1.1.1
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/packages/core/CHANGELOG.md)
- [Commits](https://github.com/eslint/rewrite/commits/core-v1.1.1/packages/core)

Updates `@eslint/object-schema` from 2.1.7 to 3.0.3
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/packages/object-schema/CHANGELOG.md)
- [Commits](https://github.com/eslint/rewrite/commits/object-schema-v3.0.3/packages/object-schema)

Updates `@eslint/plugin-kit` from 0.4.1 to 0.6.1
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/packages/plugin-kit/CHANGELOG.md)
- [Commits](https://github.com/eslint/rewrite/commits/plugin-kit-v0.6.1/packages/plugin-kit)

Updates `brace-expansion` from 1.1.12 to 1.1.13
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](juliangruber/brace-expansion@v1.1.12...v1.1.13)

Updates `electron-to-chromium` from 1.5.325 to 1.5.328
- [Changelog](https://github.com/Kilian/electron-to-chromium/blob/main/CHANGELOG.md)
- [Commits](Kilian/electron-to-chromium@v1.5.325...v1.5.328)

Updates `eslint-scope` from 8.4.0 to 9.1.2
- [Release notes](https://github.com/eslint/js/releases)
- [Changelog](https://github.com/eslint/js/blob/main/packages/eslint-scope/CHANGELOG.md)
- [Commits](https://github.com/eslint/js/commits/eslint-scope-v9.1.2/packages/eslint-scope)

Updates `undici-types` from 7.16.0 to 7.18.2
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v7.16.0...v7.18.2)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 25.5.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: eslint
  dependency-version: 10.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: "@eslint/config-array"
  dependency-version: 0.23.3
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@eslint/config-helpers"
  dependency-version: 0.5.3
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@eslint/core"
  dependency-version: 1.1.1
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: "@eslint/object-schema"
  dependency-version: 3.0.3
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: "@eslint/plugin-kit"
  dependency-version: 0.6.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: brace-expansion
  dependency-version: 1.1.13
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: electron-to-chromium
  dependency-version: 1.5.328
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: eslint-scope
  dependency-version: 9.1.2
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: undici-types
  dependency-version: 7.18.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <support@github.com>
@poad poad force-pushed the dependabot/npm_and_yarn/npm-9a77e6f53e branch from 0253d57 to be4e14f Compare March 27, 2026 15:54
@github-actions github-actions bot merged commit 381ab89 into main Mar 27, 2026
5 of 6 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/npm-9a77e6f53e branch March 27, 2026 15:55
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