Bump the packages group with 12 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(28 days ago)
(28 days ago)
dependencies javascript
poad
Bumps the packages group with 12 updates:
| Package | From | To | 
|---|---|---|
| @vercel/functions | 3.1.1 | 
3.1.2 | 
| vercel | 48.2.2 | 
48.2.5 | 
| @typescript-eslint/types | 8.45.0 | 
8.46.0 | 
| @vercel/express | 0.0.22 | 
0.0.24 | 
| @vercel/gatsby-plugin-vercel-builder | 2.0.95 | 
2.0.97 | 
| @vercel/h3 | 0.1.2 | 
0.1.4 | 
| @vercel/hono | 0.1.3 | 
0.1.5 | 
| @vercel/node | 5.3.24 | 
5.3.26 | 
| @vercel/static-build | 2.7.23 | 
2.7.25 | 
| baseline-browser-mapping | 2.8.12 | 
2.8.13 | 
| electron-to-chromium | 1.5.231 | 
1.5.232 | 
| get-tsconfig | 4.10.1 | 
4.11.0 | 
Updates @vercel/functions from 3.1.1 to 3.1.2
Release notes
Sourced from @vercel/functions's releases.
@vercel/functions@3.1.2Patch Changes
Add configurable timeout to RuntimeCache with sensible default to fail faster on gateway timeouts (#14036)
The RuntimeCache client now includes a configurable timeout (default 500ms) for all fetch requests to prevent indefinite hangs on 502/504 gateway timeouts. The timeout can be configured at build time via the
RUNTIME_CACHE_TIMEOUTenvironment variable. When a timeout occurs, the request is aborted and the error is logged via the onError callback.
Changelog
Sourced from @vercel/functions's changelog.
3.1.2
Patch Changes
Add configurable timeout to RuntimeCache with sensible default to fail faster on gateway timeouts (#14036)
The RuntimeCache client now includes a configurable timeout (default 500ms) for all fetch requests to prevent indefinite hangs on 502/504 gateway timeouts. The timeout can be configured at build time via the
RUNTIME_CACHE_TIMEOUTenvironment variable. When a timeout occurs, the request is aborted and the error is logged via the onError callback.
Commits
7177c04Version Packages (#14060)a492d69[functions] add timeout for cache requests in runtime cache build client to f...- See full diff in compare view
 
Updates vercel from 48.2.2 to 48.2.5
Release notes
Sourced from vercel's releases.
vercel@48.2.5
Patch Changes
- Updated dependencies [
 df38583152228b40060a5b11ef63c6a33cb12249]:vercel@48.2.4
Patch Changes
- Updated dependencies [
 0fd2477a7510c7856c6d7e6622c72b712c285fe7]:vercel@48.2.3
Patch Changes
- Introduce --standalone flag, allowing build artifacts to be fully contained within the .vercel folder. (#14049)
 
Changelog
Sourced from vercel's changelog.
48.2.5
Patch Changes
- Updated dependencies [
 df38583152228b40060a5b11ef63c6a33cb12249]:48.2.4
Patch Changes
- Updated dependencies [
 0fd2477a7510c7856c6d7e6622c72b712c285fe7]:48.2.3
Patch Changes
- Introduce --standalone flag, allowing build artifacts to be fully contained within the .vercel folder. (#14049)
 
Commits
Updates @typescript-eslint/types from 8.45.0 to 8.46.0
Release notes
Sourced from @typescript-eslint/types'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/types's changelog.
8.46.0 (2025-10-06)
This was a version bump only for types 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/express from 0.0.22 to 0.0.24
Release notes
Sourced from @vercel/express's releases.
@vercel/express@0.0.24Patch Changes
- Updated dependencies []:
 
@vercel/node@5.3.26
@vercel/express@0.0.23Patch Changes
- Updated dependencies []:
 
@vercel/node@5.3.25
Changelog
Sourced from @vercel/express's changelog.
0.0.24
Patch Changes
- Updated dependencies []:
 
@vercel/node@5.3.260.0.23
Patch Changes
- Updated dependencies []:
 
@vercel/node@5.3.25
Commits
7177c04Version Packages (#14060)5235753Version Packages (#14057)- See full diff in compare view
 
Updates @vercel/gatsby-plugin-vercel-builder from 2.0.95 to 2.0.97
Release notes
Sourced from @vercel/gatsby-plugin-vercel-builder's releases.
@vercel/gatsby-plugin-vercel-builder@2.0.97Patch Changes
- Updated dependencies [
 df38583152228b40060a5b11ef63c6a33cb12249]:
@vercel/build-utils@12.1.2
@vercel/gatsby-plugin-vercel-builder@2.0.96Patch Changes
- Updated dependencies [
 0fd2477a7510c7856c6d7e6622c72b712c285fe7]:
@vercel/build-utils@12.1.1
Changelog
Sourced from @vercel/gatsby-plugin-vercel-builder's changelog.
2.0.97
Patch Changes
- Updated dependencies [
 df38583152228b40060a5b11ef63c6a33cb12249]:
@vercel/build-utils@12.1.22.0.96
Patch Changes
- Updated dependencies [
 0fd2477a7510c7856c6d7e6622c72b712c285fe7]:
@vercel/build-utils@12.1.1
Commits
Updates @vercel/h3 from 0.1.2 to 0.1.4
Changelog
Sourced from @vercel/h3's changelog.
0.1.4
Patch Changes
0.1.3
Patch Changes
- Updated dependencies []:
 
@vercel/node@5.3.25
Commits
Updates @vercel/hono from 0.1.3 to 0.1.5
Release notes
Sourced from @vercel/hono's releases.
@vercel/hono@0.1.5Patch Changes
- Updated dependencies []:
 
@vercel/node@5.3.26
@vercel/hono@0.1.4Patch Changes
- Updated dependencies []:
 
@vercel/node@5.3.25
Changelog
Sourced from @vercel/hono's changelog.
0.1.5
Patch Changes
- Updated dependencies []:
 
@vercel/node@5.3.260.1.4
Patch Changes
- Updated dependencies []:
 
@vercel/node@5.3.25
Commits
7177c04Version Packages (#14060)5235753Version Packages (#14057)- See full diff in compare view
 
Updates @vercel/node from 5.3.24 to 5.3.26
Release notes
Sourced from @vercel/node's releases.
@vercel/node@5.3.26Patch Changes
- Updated dependencies [
 df38583152228b40060a5b11ef63c6a33cb12249]:
@vercel/build-utils@12.1.2
@vercel/node@5.3.25Patch Changes
- Updated dependencies [
 0fd2477a7510c7856c6d7e6622c72b712c285fe7]:
@vercel/build-utils@12.1.1
Changelog
Sourced from @vercel/node's changelog.
5.3.26
Patch Changes
- Updated dependencies [
 df38583152228b40060a5b11ef63c6a33cb12249]:
@vercel/build-utils@12.1.25.3.25
Patch Changes
- Updated dependencies [
 0fd2477a7510c7856c6d7e6622c72b712c285fe7]:
@vercel/build-utils@12.1.1
Commits
7177c04Version Packages (#14060)5235753Version Packages (#14057)- See full diff in compare view
 
Updates @vercel/static-build from 2.7.23 to 2.7.25
Release notes
Sourced from @vercel/static-build's releases.
@vercel/static-build@2.7.25Patch Changes
- Updated dependencies []:
 
@vercel/gatsby-plugin-vercel-builder@2.0.97
@vercel/static-build@2.7.24Patch Changes
- Updated dependencies []:
 
@vercel/gatsby-plugin-vercel-builder@2.0.96
Changelog
Sourced from @vercel/static-build's changelog.
2.7.25
Patch Changes
- Updated dependencies []:
 
@vercel/gatsby-plugin-vercel-builder@2.0.972.7.24
Patch Changes
- Updated dependencies []:
 
@vercel/gatsby-plugin-vercel-builder@2.0.96
Commits
7177c04Version Packages (#14060)5235753Version Packages (#14057)f99f7a4Version Packages (#14038)ff70921Version Packages (#14029)da6ca6dRecover from release error (#14027)2198e60Version Packages (#13989)5bc0c14Version Packages (#13983)b189b39Version Packages (#13964)c5d3972Version Packages (#13956)341094eVersion Packages (#13951)- Additional commits viewable in compare view
 
Updates baseline-browser-mapping from 2.8.12 to 2.8.13
Commits
de21b85Patch to 2.8.13 because browser or feature data changedbb4ba09Browser or feature data changedd361d74Updating static site- See full diff in compare view
 
Updates electron-to-chromium from 1.5.231 to 1.5.232
Commits
5ebb5f31.5.232d7ebb04generate new version- See full diff in compare view
 
Updates get-tsconfig from 4.10.1 to 4.11.0
Release notes
Sourced from get-tsconfig's releases.
v4.11.0
4.11.0 (2025-10-07)
Bug Fixes
Features
- upgrade deps (9e5d1b9)
 
Commits
9e5d1b9feat: upgrade deps446c458fix: handle paths without normalization in extends resolution (#4)- See full diff in compare view
 
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Pull Request Statistics
1
2
+68
-67
Package Dependencies
@vercel/gatsby-plugin-vercel-builder
                  npm
2.0.95 → 2.0.97
                    Patch
Technical Details
| ID: | 9816557 | 
            
| UUID: | 2895536292 | 
            
| Node ID: | PR_kwDOMzbQP86slmCk | 
            
| Host: | GitHub | 
| Repository: | poad/github-rest-api-executor | 
| Merge State: | Unknown |