Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 6, 2025

Bumps the packages group with 16 updates:

Package From To
@types/node 24.6.2 24.7.0
eslint-plugin-boundaries 5.0.1 5.0.2
pnpm 10.18.0 10.18.1
typescript-eslint 8.45.0 8.46.0
vercel 48.2.0 48.2.2
@typescript-eslint/eslint-plugin 8.45.0 8.46.0
@typescript-eslint/parser 8.45.0 8.46.0
@typescript-eslint/type-utils 8.45.0 8.46.0
@typescript-eslint/utils 8.45.0 8.46.0
@typescript-eslint/visitor-keys 8.45.0 8.46.0
@vercel/hono 0.1.2 0.1.3
@vercel/next 4.13.0 4.13.2
@vercel/remix-builder 5.4.12 5.4.13
electron-to-chromium 1.5.230 1.5.231
eslint-module-utils 2.12.0 2.12.1
undici-types 7.13.0 7.14.0

Updates @types/node from 24.6.2 to 24.7.0

Commits

Updates eslint-plugin-boundaries from 5.0.1 to 5.0.2

Release notes

Sourced from eslint-plugin-boundaries's releases.

Update dependencies

Changed

  • chore: Update dependencies
  • refactor: Fix Sonar smells

Fixed

  • docs(#350): Fix boundaries/elements setting name in README
Commits

Updates pnpm from 10.18.0 to 10.18.1

Release notes

Sourced from pnpm's releases.

pnpm 10.18.1

Patch Changes

  • Don't print a warning, when --lockfile-only is used #8320.
  • pnpm setup creates a command shim to the pnpm executable. This is needed to be able to run pnpm self-update on Windows #5700.
  • When using pnpm catalogs and running a normal pnpm install, pnpm produced false positive warnings for "skip adding to the default catalog because it already exists". This warning now only prints when using pnpm add --save-catalog as originally intended.

Platinum Sponsors

Gold Sponsors

... (truncated)

Changelog

Sourced from pnpm's changelog.

10.18.1

Patch Changes

  • Don't print a warning, when --lockfile-only is used #8320.
  • pnpm setup creates a command shim to the pnpm executable. This is needed to be able to run pnpm self-update on Windows #5700.
  • When using pnpm catalogs and running a normal pnpm install, pnpm produced false positive warnings for "skip adding to the default catalog because it already exists". This warning now only prints when using pnpm add --save-catalog as originally intended.
Commits

Updates typescript-eslint from 8.45.0 to 8.46.0

Release notes

Sourced from typescript-eslint's releases.

v8.46.0

8.46.0 (2025-10-06)

🚀 Features

  • eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option (#11659)
  • eslint-plugin-internal: [no-dynamic-tests] new internal Lint rule to ban dynamic syntax in generating tests (#11323)
  • rule-schema-to-typescript-types: clean up and make public (#11633)
  • typescript-eslint: export util types (#10848, #10849)
  • typescript-estree: mention file specifics in project service allowDefaultProject error (#11635)
  • typescript-estree: private identifiers can only appear on LHS of in expressions (#9232)

🩹 Fixes

  • eslint-plugin: [no-floating-promises] remove excess parentheses in suggestions (#11487)
  • eslint-plugin: [unbound-method] improve wording around this: void and binding (#11634)
  • eslint-plugin: [no-deprecated] ignore deprecated export imports (#11603)
  • eslint-plugin: removed error type previously deprecated (#11674)
  • eslint-plugin: [prefer-readonly-parameter-types] ignore tagged primitives (#11660)
  • rule-tester: deprecate TestCaseError#type and LintMessage#nodeType (#11628)
  • typescript-estree: forbid abstract modifier in object methods (#11656)
  • typescript-estree: forbid abstract method and accessor to have implementation (#11657)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.46.0 (2025-10-06)

🚀 Features

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Commits

Updates vercel from 48.2.0 to 48.2.2

Release notes

Sourced from vercel's releases.

vercel@48.2.2

Patch Changes

vercel@48.2.1

Patch Changes

Changelog

Sourced from vercel's changelog.

48.2.2

Patch Changes

48.2.1

Patch Changes

Commits

Updates @typescript-eslint/eslint-plugin from 8.45.0 to 8.46.0

Release notes

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

v8.46.0

8.46.0 (2025-10-06)

🚀 Features

  • eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option (#11659)
  • eslint-plugin-internal: [no-dynamic-tests] new internal Lint rule to ban dynamic syntax in generating tests (#11323)
  • rule-schema-to-typescript-types: clean up and make public (#11633)
  • typescript-eslint: export util types (#10848, #10849)
  • typescript-estree: mention file specifics in project service allowDefaultProject error (#11635)
  • typescript-estree: private identifiers can only appear on LHS of in expressions (#9232)

🩹 Fixes

  • eslint-plugin: [no-floating-promises] remove excess parentheses in suggestions (#11487)
  • eslint-plugin: [unbound-method] improve wording around this: void and binding (#11634)
  • eslint-plugin: [no-deprecated] ignore deprecated export imports (#11603)
  • eslint-plugin: removed error type previously deprecated (#11674)
  • eslint-plugin: [prefer-readonly-parameter-types] ignore tagged primitives (#11660)
  • rule-tester: deprecate TestCaseError#type and LintMessage#nodeType (#11628)
  • typescript-estree: forbid abstract modifier in object methods (#11656)
  • typescript-estree: forbid abstract method and accessor to have implementation (#11657)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

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

8.46.0 (2025-10-06)

🚀 Features

  • eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option (#11659)
  • rule-schema-to-typescript-types: clean up and make public (#11633)

🩹 Fixes

  • eslint-plugin: [prefer-readonly-parameter-types] ignore tagged primitives (#11660)
  • typescript-estree: forbid abstract method and accessor to have implementation (#11657)
  • eslint-plugin: removed error type previously deprecated (#11674)
  • eslint-plugin: [no-deprecated] ignore deprecated export imports (#11603)
  • eslint-plugin: [unbound-method] improve wording around this: void and binding (#11634)
  • rule-tester: deprecate TestCaseError#type and LintMessage#nodeType (#11628)
  • eslint-plugin: [no-floating-promises] remove excess parentheses in suggestions (#11487)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Commits
  • aec785e chore(release): publish 8.46.0
  • a974191 fix(eslint-plugin): [prefer-readonly-parameter-types] ignore tagged primitive...
  • 02e0278 fix(typescript-estree): forbid abstract method and accessor to have implement...
  • f083798 feat(eslint-plugin): [no-unsafe-member-access] add allowOptionalChaining opti...
  • a62f625 fix(eslint-plugin): removed error type previously deprecated (#11674)
  • 7f5fed7 chore: remove unused batchedSingleLineTests test utility (#11675)
  • f8412ce fix(eslint-plugin): [no-deprecated] ignore deprecated export imports (#11603)
  • 8de997e feat(eslint-plugin): [no-unused-vars] support explicit resource management wi...
  • 740a63f feat(rule-schema-to-typescript-types): clean up and make public (#11633)
  • 692d4ee docs(eslint-plugin): [prefer-for-of] mention DOM elements and lib: dom.iterab...
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 8.45.0 to 8.46.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.46.0

8.46.0 (2025-10-06)

🚀 Features

  • eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option (#11659)
  • eslint-plugin-internal: [no-dynamic-tests] new internal Lint rule to ban dynamic syntax in generating tests (#11323)
  • rule-schema-to-typescript-types: clean up and make public (#11633)
  • typescript-eslint: export util types (#10848, #10849)
  • typescript-estree: mention file specifics in project service allowDefaultProject error (#11635)
  • typescript-estree: private identifiers can only appear on LHS of in expressions (#9232)

🩹 Fixes

  • eslint-plugin: [no-floating-promises] remove excess parentheses in suggestions (#11487)
  • eslint-plugin: [unbound-method] improve wording around this: void and binding (#11634)
  • eslint-plugin: [no-deprecated] ignore deprecated export imports (#11603)
  • eslint-plugin: removed error type previously deprecated (#11674)
  • eslint-plugin: [prefer-readonly-parameter-types] ignore tagged primitives (#11660)
  • rule-tester: deprecate TestCaseError#type and LintMessage#nodeType (#11628)
  • typescript-estree: forbid abstract modifier in object methods (#11656)
  • typescript-estree: forbid abstract method and accessor to have implementation (#11657)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.46.0 (2025-10-06)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates @typescript-eslint/type-utils from 8.45.0 to 8.46.0

Release notes

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

v8.46.0

8.46.0 (2025-10-06)

🚀 Features

  • eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option (#11659)
  • eslint-plugin-internal: [no-dynamic-tests] new internal Lint rule to ban dynamic syntax in generating tests (#11323)
  • rule-schema-to-typescript-types: clean up and make public (#11633)
  • typescript-eslint: export util types (#10848, #10849)
  • typescript-estree: mention file specifics in project service allowDefaultProject error (#11635)
  • typescript-estree: private identifiers can only appear on LHS of in expressions (#9232)

🩹 Fixes

  • eslint-plugin: [no-floating-promises] remove excess parentheses in suggestions (#11487)
  • eslint-plugin: [unbound-method] improve wording around this: void and binding (#11634)
  • eslint-plugin: [no-deprecated] ignore deprecated export imports (#11603)
  • eslint-plugin: removed error type previously deprecated (#11674)
  • eslint-plugin: [prefer-readonly-parameter-types] ignore tagged primitives (#11660)
  • rule-tester: deprecate TestCaseError#type and LintMessage#nodeType (#11628)
  • typescript-estree: forbid abstract modifier in object methods (#11656)
  • typescript-estree: forbid abstract method and accessor to have implementation (#11657)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/type-utils's changelog.

8.46.0 (2025-10-06)

🩹 Fixes

  • eslint-plugin: [prefer-readonly-parameter-types] ignore tagged primitives (#11660)

❤️ Thank You

  • Josh Goldberg ✨

You can read about our versioning strategy and releases on our website.

Commits
  • aec785e chore(release): publish 8.46.0
  • a974191 fix(eslint-plugin): [prefer-readonly-parameter-types] ignore tagged primitive...
  • See full diff in compare view

Updates @typescript-eslint/utils from 8.45.0 to 8.46.0

Release notes

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

v8.46.0

8.46.0 (2025-10-06)

🚀 Features

  • eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option (#11659)
  • eslint-plugin-internal: [no-dynamic-tests] new internal Lint rule to ban dynamic syntax in generating tests (#11323)
  • rule-schema-to-typescript-types: clean up and make public (#11633)
  • typescript-eslint: export util types (#10848, #10849)
  • typescript-estree: mention file specifics in project service allowDefaultProject error (#11635)
  • typescript-estree: private identifiers can only appear on LHS of in expressions (#9232)

🩹 Fixes

  • eslint-plugin: [no-floating-promises] remove excess parentheses in suggestions (#11487)
  • eslint-plugin: [unbound-method] improve wording around this: void and binding (#11634)
  • eslint-plugin: [no-deprecated] ignore deprecated export imports (#11603)
  • eslint-plugin: removed error type previously deprecated (#11674)
  • eslint-plugin: [prefer-readonly-parameter-types] ignore tagged primitives (#11660)
  • rule-tester: deprecate TestCaseError#type and LintMessage#nodeType (#11628)
  • typescript-estree: forbid abstract modifier in object methods (#11656)
  • typescript-estree: forbid abstract method and accessor to have implementation (#11657)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/utils's changelog.

8.46.0 (2025-10-06)

🩹 Fixes

  • rule-tester: deprecate TestCaseError#type and LintMessage#nodeType (#11628)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Commits
  • aec785e chore(release): publish 8.46.0
  • e2d549e fix(rule-tester): deprecate TestCaseError#type and LintMessage#nodeType (#11628)
  • db09a7d Revert "feat(eslint-plugin): expose rule name via RuleModule interface" (#11663)
  • See full diff in compare view

Updates @typescript-eslint/visitor-keys from 8.45.0 to 8.46.0

Release notes

Sourced from @​typescript-eslint/visitor-keys's releases.

v8.46.0

8.46.0 (2025-10-06)

🚀 Features

  • eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option (#11659)
  • eslint-plugin-internal: [no-dynamic-tests] new internal Lint rule to ban dynamic syntax in generating tests (#11323)
  • rule-schema-to-typescript-types: clean up and make public (#11633)
  • typescript-eslint: export util types (#10848, #10849)
  • typescript-estree: mention file specifics in project service allowDefaultProject error (#11635)
  • typescript-estree: private identifiers can only appear on LHS of in expressions (#9232)

🩹 Fixes

  • eslint-plugin: [no-floating-promises] remove excess parentheses in suggestions (#11487)
  • eslint-plugin: [unbound-method] improve wording around this: void and binding (#11634)
  • eslint-plugin: [no-deprecated] ignore deprecated export imports (#11603)
  • eslint-plugin: removed error type previously deprecated (#11674)
  • eslint-plugin: [prefer-readonly-parameter-types] ignore tagged primitives (#11660)
  • rule-tester: deprecate TestCaseError#type and LintMessage#nodeType (#11628)
  • typescript-estree: forbid abstract modifier in object methods (#11656)
  • typescript-estree: forbid abstract method and accessor to have implementation (#11657)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/visitor-keys's changelog.

8.46.0 (2025-10-06)

This was a version bump only for visitor-keys to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates @vercel/hono from 0.1.2 to 0.1.3

Release notes

Sourced from @​vercel/hono's releases.

@​vercel/hono@​0.1.3

Patch Changes

  • Adding in experimental observability (#13996)
Changelog

Sourced from @​vercel/hono's changelog.

0.1.3

Patch Changes

  • Adding in experimental observability (#13996)
Commits

Updates @vercel/next from 4.13.0 to 4.13.2

Release notes

Sourced from @​vercel/next's releases.

@​vercel/next@​4.13.2

Patch Changes

  • Revert "Fix allowQuery logic for RDC navigations with fallback root params" (#14051)

@​vercel/next@​4.13.1

Patch Changes

  • Fix allowQuery logic for RDC navigations with fallback root params (#14040)
Changelog

Sourced from @​vercel/next's changelog.

4.13.2

Patch Changes

  • Revert "Fix allowQuery logic for RDC navigations with fallback root params" (#14051)

4.13.1

Patch Changes

  • Fix allowQuery logic for RDC navigations with fallback root params (#14040)
Commits

Updates @vercel/remix-builder from 5.4.12 to 5.4.13

Release notes

Sourced from @​vercel/remix-builder's releases.

@​vercel/remix-builder@​5.4.13

Patch Changes

  • Add support for using routes() helper for top-level index routes (#13933)
Changelog

Sourced from @​vercel/remix-builder's changelog.

5.4.13

Patch Changes

  • Add support for using routes() helper for top-level index routes (#13933)
Commits

Updates electron-to-chromium from 1.5.230 to 1.5.231

Commits

Updates eslint-module-utils from 2.12.0 to 2.12.1

Changelog

Sourced from eslint-module-utils's changelog.

v2.12.1 - 2025-06-19

Fixed

Changed

  • [refactor] parse: avoid using a regex here (thanks [@​ljharb])
Commits
  • 519eb94 [utils] v2.12.1
  • 9b096c4 [utils] [dev deps] update @arethetypeswrong/cli, @ljharb/tsconfig, `@type...
  • 8b2d570 [utils] [fix] unambiguous detect modules exported from minified code
  • 3f1ac24 [utils] [refactor] parse: avoid using a regex here
  • 96cad2a [utils] v2.12.0
  • 468321a [utils] [new] hash: add support for hashing functions
  • 91f944d [utils] v2.11.1
  • 0642419 [utils] [fix] parse: add ecmaVersion and sourceType to parserOptions
  • 6075b9c [utils] [fix] parse: espree parser isn't working with flat config
  • f72f207 [utils] [fix] parse: remove unneeded extra backticks
  • Additional commits viewable in compare view

Updates undici-types from 7.13.0 to 7.14.0

Release notes

Sourced from undici-types's releases.

v7.14.0

What's Changed

New Contributors

Full Changelog: nodejs/undici@v7.13.0...v7.14.0

Commits

Bumps the packages group with 16 updates:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.6.2` | `24.7.0` |
| [eslint-plugin-boundaries](https://github.com/javierbrea/eslint-plugin-boundaries) | `5.0.1` | `5.0.2` |
| [pnpm](https://github.com/pnpm/pnpm/tree/HEAD/pnpm) | `10.18.0` | `10.18.1` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.45.0` | `8.46.0` |
| [vercel](https://github.com/vercel/vercel/tree/HEAD/packages/cli) | `48.2.0` | `48.2.2` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.45.0` | `8.46.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.45.0` | `8.46.0` |
| [@typescript-eslint/type-utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/type-utils) | `8.45.0` | `8.46.0` |
| [@typescript-eslint/utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/utils) | `8.45.0` | `8.46.0` |
| [@typescript-eslint/visitor-keys](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/visitor-keys) | `8.45.0` | `8.46.0` |
| [@vercel/hono](https://github.com/vercel/vercel/tree/HEAD/packages/hono) | `0.1.2` | `0.1.3` |
| [@vercel/next](https://github.com/vercel/vercel/tree/HEAD/packages/next) | `4.13.0` | `4.13.2` |
| [@vercel/remix-builder](https://github.com/vercel/vercel/tree/HEAD/packages/remix) | `5.4.12` | `5.4.13` |
| [electron-to-chromium](https://github.com/kilian/electron-to-chromium) | `1.5.230` | `1.5.231` |
| [eslint-module-utils](https://github.com/import-js/eslint-plugin-import/tree/HEAD/utils) | `2.12.0` | `2.12.1` |
| [undici-types](https://github.com/nodejs/undici) | `7.13.0` | `7.14.0` |


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

Updates `eslint-plugin-boundaries` from 5.0.1 to 5.0.2
- [Release notes](https://github.com/javierbrea/eslint-plugin-boundaries/releases)
- [Commits](javierbrea/eslint-plugin-boundaries@v5.0.1...v5.0.2)

Updates `pnpm` from 10.18.0 to 10.18.1
- [Release notes](https://github.com/pnpm/pnpm/releases)
- [Changelog](https://github.com/pnpm/pnpm/blob/main/pnpm/CHANGELOG.md)
- [Commits](https://github.com/pnpm/pnpm/commits/v10.18.1/pnpm)

Updates `typescript-eslint` from 8.45.0 to 8.46.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.0/packages/typescript-eslint)

Updates `vercel` from 48.2.0 to 48.2.2
- [Release notes](https://github.com/vercel/vercel/releases)
- [Changelog](https://github.com/vercel/vercel/blob/main/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/vercel/vercel/commits/vercel@48.2.2/packages/cli)

Updates `@typescript-eslint/eslint-plugin` from 8.45.0 to 8.46.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.45.0 to 8.46.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.0/packages/parser)

Updates `@typescript-eslint/type-utils` from 8.45.0 to 8.46.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/type-utils/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.0/packages/type-utils)

Updates `@typescript-eslint/utils` from 8.45.0 to 8.46.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/utils/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.0/packages/utils)

Updates `@typescript-eslint/visitor-keys` from 8.45.0 to 8.46.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/visitor-keys/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.0/packages/visitor-keys)

Updates `@vercel/hono` from 0.1.2 to 0.1.3
- [Release notes](https://github.com/vercel/vercel/releases)
- [Changelog](https://github.com/vercel/vercel/blob/main/packages/hono/CHANGELOG.md)
- [Commits](https://github.com/vercel/vercel/commits/@vercel/hono@0.1.3/packages/hono)

Updates `@vercel/next` from 4.13.0 to 4.13.2
- [Release notes](https://github.com/vercel/vercel/releases)
- [Changelog](https://github.com/vercel/vercel/blob/main/packages/next/CHANGELOG.md)
- [Commits](https://github.com/vercel/vercel/commits/@vercel/next@4.13.2/packages/next)

Updates `@vercel/remix-builder` from 5.4.12 to 5.4.13
- [Release notes](https://github.com/vercel/vercel/releases)
- [Changelog](https://github.com/vercel/vercel/blob/main/packages/remix/CHANGELOG.md)
- [Commits](https://github.com/vercel/vercel/commits/@vercel/remix-builder@5.4.13/packages/remix)

Updates `electron-to-chromium` from 1.5.230 to 1.5.231
- [Changelog](https://github.com/Kilian/electron-to-chromium/blob/master/CHANGELOG.md)
- [Commits](Kilian/electron-to-chromium@v1.5.230...v1.5.231)

Updates `eslint-module-utils` from 2.12.0 to 2.12.1
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/utils/CHANGELOG.md)
- [Commits](https://github.com/import-js/eslint-plugin-import/commits/utils/v2.12.1/utils)

Updates `undici-types` from 7.13.0 to 7.14.0
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v7.13.0...v7.14.0)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 24.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: eslint-plugin-boundaries
  dependency-version: 5.0.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: pnpm
  dependency-version: 10.18.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: typescript-eslint
  dependency-version: 8.46.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: vercel
  dependency-version: 48.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.46.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.46.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: "@typescript-eslint/type-utils"
  dependency-version: 8.46.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: "@typescript-eslint/utils"
  dependency-version: 8.46.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: "@typescript-eslint/visitor-keys"
  dependency-version: 8.46.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: "@vercel/hono"
  dependency-version: 0.1.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: "@vercel/next"
  dependency-version: 4.13.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: "@vercel/remix-builder"
  dependency-version: 5.4.13
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: electron-to-chromium
  dependency-version: 1.5.231
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: eslint-module-utils
  dependency-version: 2.12.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: undici-types
  dependency-version: 7.14.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot assigned poad Oct 6, 2025
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 6, 2025
@vercel
Copy link

vercel bot commented Oct 6, 2025

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

Project Deployment Preview Comments Updated (UTC)
github-rest-api-executor Error Error Oct 6, 2025 11:00pm

@github-actions github-actions bot merged commit 76c2857 into main Oct 6, 2025
4 of 5 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/packages-6654d597f9 branch October 6, 2025 23:00
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.

2 participants