Bump the packages group with 16 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(8 months ago)
(8 months ago)
dependencies javascript
poad
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
- See full diff in compare view
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-onlyis used #8320.pnpm setupcreates a command shim to the pnpm executable. This is needed to be able to runpnpm self-updateon 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 usingpnpm add --save-catalogas 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-onlyis used #8320.pnpm setupcreates a command shim to the pnpm executable. This is needed to be able to runpnpm self-updateon 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 usingpnpm add --save-catalogas originally intended.
Commits
651a27achore(release): 10.18.1- See full diff in compare view
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: voidand 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
abstractmodifier in object methods (#11656)- typescript-estree: forbid abstract method and accessor to have implementation (#11657)
❤️ Thank You
- fisker Cheung
@​fisker- Josh Goldberg ✨
- Joshua Chen
- Kirk Waiblinger
@​kirkwaiblinger- Mark de Dios
@​peanutenthusiast- Mister-Hope
@​Mister-Hope- Richard Torres
@​richardtorres314- Victor Genaev
@​mainframev- Younsang Na
@​nayounsangYou 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
- Mister-Hope
@​Mister-HopeYou can read about our versioning strategy and releases on our website.
Commits
aec785echore(release): publish 8.46.05c1a159feat(typescript-eslint): export util types (close #10848) (#10849)- See full diff in compare view
Updates vercel from 48.2.0 to 48.2.2
Release notes
Sourced from vercel's releases.
vercel@48.2.2
Patch Changes
- Updated dependencies [
9f72ec949fb0bb62f6780a6641cc1828a618e2d7,be090db4f0504cea4258eec835e00efe3cd31d91]:vercel@48.2.1
Patch Changes
- Updated dependencies [
629b79e4a92d24c773ec6b3928e3f3274fb4dc8b,dfb057d11dadbf394258ece1aae823d327165a40]:
Changelog
Sourced from vercel's changelog.
48.2.2
Patch Changes
- Updated dependencies [
9f72ec949fb0bb62f6780a6641cc1828a618e2d7,be090db4f0504cea4258eec835e00efe3cd31d91]:48.2.1
Patch Changes
- Updated dependencies [
629b79e4a92d24c773ec6b3928e3f3274fb4dc8b,dfb057d11dadbf394258ece1aae823d327165a40]:
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: voidand 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
abstractmodifier in object methods (#11656)- typescript-estree: forbid abstract method and accessor to have implementation (#11657)
❤️ Thank You
- fisker Cheung
@​fisker- Josh Goldberg ✨
- Joshua Chen
- Kirk Waiblinger
@​kirkwaiblinger- Mark de Dios
@​peanutenthusiast- Mister-Hope
@​Mister-Hope- Richard Torres
@​richardtorres314- Victor Genaev
@​mainframev- Younsang Na
@​nayounsangYou 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: voidand binding (#11634)- rule-tester: deprecate TestCaseError#type and LintMessage#nodeType (#11628)
- eslint-plugin: [no-floating-promises] remove excess parentheses in suggestions (#11487)
❤️ Thank You
- fisker Cheung
@​fisker- Josh Goldberg ✨
- Kirk Waiblinger
@​kirkwaiblinger- Mark de Dios
@​peanutenthusiast- Richard Torres
@​richardtorres314- Victor Genaev
@​mainframevYou can read about our versioning strategy and releases on our website.
Commits
aec785echore(release): publish 8.46.0a974191fix(eslint-plugin): [prefer-readonly-parameter-types] ignore tagged primitive...02e0278fix(typescript-estree): forbid abstract method and accessor to have implement...f083798feat(eslint-plugin): [no-unsafe-member-access] add allowOptionalChaining opti...a62f625fix(eslint-plugin): removed error type previously deprecated (#11674)7f5fed7chore: remove unused batchedSingleLineTests test utility (#11675)f8412cefix(eslint-plugin): [no-deprecated] ignore deprecatedexport imports (#11603)8de997efeat(eslint-plugin): [no-unused-vars] support explicit resource management wi...740a63ffeat(rule-schema-to-typescript-types): clean up and make public (#11633)692d4eedocs(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: voidand 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
abstractmodifier in object methods (#11656)- typescript-estree: forbid abstract method and accessor to have implementation (#11657)
❤️ Thank You
- fisker Cheung
@​fisker- Josh Goldberg ✨
- Joshua Chen
- Kirk Waiblinger
@​kirkwaiblinger- Mark de Dios
@​peanutenthusiast- Mister-Hope
@​Mister-Hope- Richard Torres
@​richardtorres314- Victor Genaev
@​mainframev- Younsang Na
@​nayounsangYou 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
aec785echore(release): publish 8.46.0- See full diff in compare view
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: voidand 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
abstractmodifier in object methods (#11656)- typescript-estree: forbid abstract method and accessor to have implementation (#11657)
❤️ Thank You
- fisker Cheung
@​fisker- Josh Goldberg ✨
- Joshua Chen
- Kirk Waiblinger
@​kirkwaiblinger- Mark de Dios
@​peanutenthusiast- Mister-Hope
@​Mister-Hope- Richard Torres
@​richardtorres314- Victor Genaev
@​mainframev- Younsang Na
@​nayounsangYou 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
aec785echore(release): publish 8.46.0a974191fix(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: voidand 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
abstractmodifier in object methods (#11656)- typescript-estree: forbid abstract method and accessor to have implementation (#11657)
❤️ Thank You
- fisker Cheung
@​fisker- Josh Goldberg ✨
- Joshua Chen
- Kirk Waiblinger
@​kirkwaiblinger- Mark de Dios
@​peanutenthusiast- Mister-Hope
@​Mister-Hope- Richard Torres
@​richardtorres314- Victor Genaev
@​mainframev- Younsang Na
@​nayounsangYou 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
- Mark de Dios
@​peanutenthusiastYou can read about our versioning strategy and releases on our website.
Commits
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: voidand 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
abstractmodifier in object methods (#11656)- typescript-estree: forbid abstract method and accessor to have implementation (#11657)
❤️ Thank You
- fisker Cheung
@​fisker- Josh Goldberg ✨
- Joshua Chen
- Kirk Waiblinger
@​kirkwaiblinger- Mark de Dios
@​peanutenthusiast- Mister-Hope
@​Mister-Hope- Richard Torres
@​richardtorres314- Victor Genaev
@​mainframev- Younsang Na
@​nayounsangYou 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
aec785echore(release): publish 8.46.0- See full diff in compare view
Updates @vercel/hono from 0.1.2 to 0.1.3
Release notes
Sourced from @​vercel/hono's releases.
@​vercel/hono@​0.1.3Patch Changes
- Adding in experimental observability (#13996)
Changelog
Sourced from @​vercel/hono's changelog.
0.1.3
Patch Changes
- Adding in experimental observability (#13996)
Commits
f99f7a4Version Packages (#14038)dfb057dhono o11y poc (#13996)- See full diff in compare view
Updates @vercel/next from 4.13.0 to 4.13.2
Release notes
Sourced from @​vercel/next's releases.
@​vercel/next@​4.13.2Patch Changes
- Revert "Fix allowQuery logic for RDC navigations with fallback root params" (#14051)
@​vercel/next@​4.13.1Patch 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
60f5916Version Packages (#14048)9f72ec9Revert "Fix allowQuery logic for RDC navigations with fallback root params" (...f99f7a4Version Packages (#14038)629b79eFix allowQuery logic for RDC navigations with fallback root params (#14040)ca7b904Temporarily skip failing nextjs tests (#14034)- See full diff in compare view
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.13Patch 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
8fd671c1.5.23128a54a5generate new version- See full diff in compare view
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
unambiguous: detect modules exported from minified code (#3124, thanks [@​michaelfaith])Changed
- [refactor]
parse: avoid using a regex here (thanks [@​ljharb])
Commits
519eb94[utils] v2.12.19b096c4[utils] [dev deps] update@arethetypeswrong/cli,@ljharb/tsconfig, `@type...8b2d570[utils] [fix]unambiguousdetect modules exported from minified code3f1ac24[utils] [refactor]parse: avoid using a regex here96cad2a[utils] v2.12.0468321a[utils] [new]hash: add support for hashing functions91f944d[utils] v2.11.10642419[utils] [fix]parse: addecmaVersionandsourceTypetoparserOptions6075b9c[utils] [fix]parse: espree parser isn't working with flat configf72f207[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
- Fix flaky snapshot-testing by
@​mcollinain nodejs/undici#4367- Actually flush the file in lib/mock/snapshot-recorder.js by
@​mcollinain nodejs/undici#4378- docs: clarify Node.js version support in LTS table by
@​mcollinain nodejs/undici#4375- cache: fix excessive caching and some other lack of caching by
@​fredericDelaportein nodejs/undici#4335- feat(websocket): add handshake response info to undici:websocket:open diagnostic event by
@​tawseefnabiin nodejs/undici#4396- feat: add install() function to type definitions by
@​jsaguetin nodejs/undici#4384- build(deps): bump github/codeql-action from 3.29.2 to 3.29.5 by
@​dependabot[bot] in nodejs/undici#4380- build(deps): bump cronometro from 4.0.3 to 5.3.0 in /benchmarks by
@​dependabot[bot] in nodejs/undici#4171- build(deps): bump step-security/harden-runner from 2.12.0 to 2.13.0 by
@​dependabot[bot] in nodejs/undici#4379- fix: h2 CI by
@​metcoder95in nodejs/undici#4395- feat: EventSource can be configured with reconnectionTime by
@​Uzlopakin nodejs/undici#4260- build(deps-dev): bump tsd from 0.32.0 to 0.33.0 by
@​dependabot[bot] in nodejs/undici#4404- eventsource: deflake reconnectionTime tests by
@​Uzlopakin nodejs/undici#4406- cache: change normaliseHeaders to normalizeHeaders by
@​Uzlopakin nodejs/undici#4408- build(deps-dev): bump jest from 29.7.0 to 30.0.5 by
@​dependabot[bot] in nodejs/undici#4387- build(deps-dev): bump cross-env from 7.0.3 to 10.0.0 by
@​dependabot[bot] in nodejs/undici#4386- cache-control: no-cache: use quoted-string form by
@​alxndrsnin nodejs/undici#4177- test: fix snapshot testing flaky test by
@​Uzlopakin nodejs/undici#4410- fix formdata constructor args mark optional by
@​tsctxin nodejs/undici#4411- Update WPT by
@​github-actions[bot] in nodejs/undici#4358- Update Cache Tests by
@​github-actions[bot] in nodejs/undici#4096- chore: improve imports and requires by
@​Uzlopakin nodejs/undici#4418- refactor: snapshot-recorder by
@​Uzlopakin nodejs/undici#4413- Update WPT by
@​github-actions[bot] in nodejs/undici#4416- fix: better set a finalizer on cloned response by
@​tsctxin nodejs/undici#4419New Contributors
@​tawseefnabimade their first contribution in nodejs/undici#4396@​jsaguetmade their first contribution in nodejs/undici#4384Full Changelog: https://github.com/nodejs/undici/compare/v7.13.0...v7.14.0
Package Dependencies
@typescript-eslint/parser
npm
8.45.0 → 8.46.0
Minor
@typescript-eslint/eslint-plugin
npm
8.45.0 → 8.46.0
Minor
@typescript-eslint/type-utils
npm
8.45.0 → 8.46.0
Minor
@typescript-eslint/utils
npm
8.45.0 → 8.46.0
Minor
@typescript-eslint/visitor-keys
npm
8.45.0 → 8.46.0
Minor
Technical Details
| ID: | 9714399 |
| UUID: | 2892164847 |
| Node ID: | PR_kwDOMzbQP86sYu7v |
| Host: | GitHub |
| Repository: | poad/github-rest-api-executor |
| Merge State: | Unknown |