An open index of dependabot pull requests across open source projects.

Bump the packages group with 16 updates

Open
Number: #262
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 0
Created: October 06, 2025 at 11:00 PM UTC
(8 months ago)
Updated: October 06, 2025 at 11:00 PM UTC
(8 months ago)
Labels:
dependencies javascript
Assignees:
poad
Description:

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

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: https://github.com/nodejs/undici/compare/v7.13.0...v7.14.0

Commits
Package Dependencies
Ecosystem:
npm
Version Change:
24.6.2 → 24.7.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.45.0 → 8.46.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.5.230 → 1.5.231
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.45.0 → 8.46.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.45.0 → 8.46.0
Update Type:
Minor
Package:
vercel
Ecosystem:
npm
Version Change:
48.2.0 → 48.2.2
Update Type:
Patch
Package:
pnpm
Ecosystem:
npm
Version Change:
10.18.0 → 10.18.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.45.0 → 8.46.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.45.0 → 8.46.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.45.0 → 8.46.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
7.13.0 → 7.14.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
4.13.0 → 4.13.2
Update Type:
Patch
Ecosystem:
npm
Version Change:
5.4.12 → 5.4.13
Update Type:
Patch
Ecosystem:
npm
Version Change:
2.12.0 → 2.12.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.1.2 → 0.1.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
5.0.1 → 5.0.2
Update Type:
Patch
Technical Details
ID: 9714399
UUID: 2892164847
Node ID: PR_kwDOMzbQP86sYu7v
Host: GitHub
Repository: poad/github-rest-api-executor
Merge State: Unknown