Bump the packages group with 19 updates
Type: Pull Request
State: Closed
Association: Unknown
Comments: 1
(4 months ago)
(4 months ago)
(4 months ago)
dependencies javascript
poad
Bumps the packages group with 19 updates:
| Package | From | To |
|---|---|---|
| @vercel/functions | 3.4.1 |
3.4.2 |
| pnpm | 10.29.2 |
10.29.3 |
| vercel | 50.14.1 |
50.15.1 |
| @vercel/backends | 0.0.31 |
0.0.32 |
| @vercel/build-utils | 13.3.4 |
13.3.5 |
| @vercel/cervel | 0.0.18 |
0.0.19 |
| @vercel/elysia | 0.1.34 |
0.1.35 |
| @vercel/express | 0.1.43 |
0.1.44 |
| @vercel/fastify | 0.1.37 |
0.1.38 |
| @vercel/gatsby-plugin-vercel-builder | 2.0.133 |
2.0.134 |
| @vercel/h3 | 0.1.43 |
0.1.44 |
| @vercel/hono | 0.2.37 |
0.2.38 |
| @vercel/koa | 0.1.17 |
0.1.18 |
| @vercel/nestjs | 0.2.38 |
0.2.39 |
| @vercel/node | 5.6.1 |
5.6.2 |
| @vercel/oidc | 3.1.0 |
3.2.0 |
| @vercel/python-analysis | 0.3.2 |
0.4.0 |
| @vercel/python | 6.10.0 |
6.11.1 |
| @vercel/static-build | 2.8.35 |
2.8.36 |
Updates @vercel/functions from 3.4.1 to 3.4.2
Release notes
Sourced from @vercel/functions's releases.
@vercel/functions@3.4.2Patch Changes
- Updated dependencies [
3760ea1e97fdc45dae36c64138023e1b1a075467]:
@vercel/oidc@3.2.0
Changelog
Sourced from @vercel/functions's changelog.
3.4.2
Patch Changes
- Updated dependencies [
3760ea1e97fdc45dae36c64138023e1b1a075467]:
@vercel/oidc@3.2.0
Commits
36179b3Version Packages (#14978)3760ea1feat(oidc): add optional argumentgetVercelOidcToken({ team, project })(#1...- See full diff in compare view
Updates pnpm from 10.29.2 to 10.29.3
Release notes
Sourced from pnpm's releases.
pnpm 10.29.3
Patch Changes
- Fixed an out-of-memory error in
pnpm list(andpnpm why) on large dependency graphs by replacing the recursive tree builder with a two-phase approach: a BFS dependency graph followed by cached tree materialization. Duplicate subtrees are now deduplicated in the output, shown as "deduped (N deps hidden)" #10586.- Fixed
allowBuildsnot working when set via.pnpmfile.cjs#10516.- When the
enableGlobalVirtualStoreoption is set, thepnpm deploycommand would incorrectly create symlinks to the global virtual store. To keep the deploy directory self-contained,pnpm deploynow ignores this setting and always creates a localized virtual store within the deploy directory.- Fixed
minimumReleaseAgeExcludenot being respected bypnpm dlx#10338.Platinum Sponsors
Gold Sponsors
... (truncated)
Changelog
Sourced from pnpm's changelog.
10.29.3
Patch Changes
- Fixed an out-of-memory error in
pnpm list(andpnpm why) on large dependency graphs by replacing the recursive tree builder with a two-phase approach: a BFS dependency graph followed by cached tree materialization. Duplicate subtrees are now deduplicated in the output, shown as "deduped (N deps hidden)" #10586.- Fixed
allowBuildsnot working when set via.pnpmfile.cjs#10516.- When the
enableGlobalVirtualStoreoption is set, thepnpm deploycommand would incorrectly create symlinks to the global virtual store. To keep the deploy directory self-contained,pnpm deploynow ignores this setting and always creates a localized virtual store within the deploy directory.- Fixed
minimumReleaseAgeExcludenot being respected bypnpm dlx#10338.
Commits
f001ab7chore(release): 10.29.30d3798cfix(dlx): respectminimumReleaseAgeExclude(#10572)87d50fbdocs: update sponsors- See full diff in compare view
Updates vercel from 50.14.1 to 50.15.1
Release notes
Sourced from vercel's releases.
vercel@50.15.1
Patch Changes
- Updated dependencies [
52e1397166d4912079afe92fd8bf91664e59f43c]:
@vercel/python@6.11.1vercel@50.15.0
Minor Changes
Add
vercel flagscommand to manage feature flags from the CLI. This includes subcommands for listing, inspecting, creating, deleting, archiving, enabling, and disabling feature flags, as well as managing SDK keys for flag evaluation. (#14710)New commands:
vercel flags ls- List all feature flagsvercel flags inspect <flag>- Display detailed information about a feature flag, including its variantsvercel flags add <slug>- Create a new feature flagvercel flags rm <flag>- Delete a feature flag (must be archived first)vercel flags archive <flag>- Archive a feature flagvercel flags disable <flag>- Disable a flag in an environmentvercel flags enable <flag>- Enable a flag in an environmentvercel flags sdk-keys ls- List SDK keysvercel flags sdk-keys add- Create a new SDK keyvercel flags sdk-keys rm <key>- Delete an SDK keyAdd
--metadata/-mflag tovercel integration addfor non-interactive provisioning (#14871)Add
vc link addsubcommand to append projects to existing repo.json (#14968)[services] detect and manage virtual environments for Python services (#14952)
Improved startup time 1.2-1.5x for CLI commands by implementing a different bundling & lazy loading strategy (#14930)
Specifically, speedup the following subcommands: deploy, env, list, link, build, dev (informed by telemetry end-user usage data). The rest of the commands also became faster due to reduced amount of code they need to load.
Patch Changes
Add
vercel integration discoverwith human-readable and JSON output for installable marketplace integrations and products. (#14948)Add service configuration to BuildOptions (#14918)
[cli]
integration add: auto-connect resources to all environments and auto-runenv pullafter provisioning. Add--no-connectand--no-env-pullopt-out flags. Print resource dashboard URL on success. (#14964)Write
repo.json"orgId" field on a per-project basis (#14967)
- Fix services routing for runtime entrypoints by using extensionless function destinations, disabling framework
defaultRoutesinjection during services builds, and ensuring deterministic route merging precedence for services. (#14946)- Scope route-owning builder routes to their owning service prefixes in services mode, preventing cross-service route leakage
Updated dependencies [
012a8e410d09d9a5dcf060b30b4b24b08500823d,9b8f974bbb64fb857b068428b0c2fdccee6ad83c,96310842f34741ccced49eb9bd392631c2de4d14]:
... (truncated)
Changelog
Sourced from vercel's changelog.
50.15.1
Patch Changes
- Updated dependencies [
52e1397166d4912079afe92fd8bf91664e59f43c]:
@vercel/python@6.11.150.15.0
Minor Changes
Add
vercel flagscommand to manage feature flags from the CLI. This includes subcommands for listing, inspecting, creating, deleting, archiving, enabling, and disabling feature flags, as well as managing SDK keys for flag evaluation. (#14710)New commands:
vercel flags ls- List all feature flagsvercel flags inspect <flag>- Display detailed information about a feature flag, including its variantsvercel flags add <slug>- Create a new feature flagvercel flags rm <flag>- Delete a feature flag (must be archived first)vercel flags archive <flag>- Archive a feature flagvercel flags disable <flag>- Disable a flag in an environmentvercel flags enable <flag>- Enable a flag in an environmentvercel flags sdk-keys ls- List SDK keysvercel flags sdk-keys add- Create a new SDK keyvercel flags sdk-keys rm <key>- Delete an SDK keyAdd
--metadata/-mflag tovercel integration addfor non-interactive provisioning (#14871)Add
vc link addsubcommand to append projects to existing repo.json (#14968)[services] detect and manage virtual environments for Python services (#14952)
Improved startup time 1.2-1.5x for CLI commands by implementing a different bundling & lazy loading strategy (#14930)
Specifically, speedup the following subcommands: deploy, env, list, link, build, dev (informed by telemetry end-user usage data). The rest of the commands also became faster due to reduced amount of code they need to load.
Patch Changes
Add
vercel integration discoverwith human-readable and JSON output for installable marketplace integrations and products. (#14948)Add service configuration to BuildOptions (#14918)
[cli]
integration add: auto-connect resources to all environments and auto-runenv pullafter provisioning. Add--no-connectand--no-env-pullopt-out flags. Print resource dashboard URL on success. (#14964)Write
repo.json"orgId" field on a per-project basis (#14967)
- Fix services routing for runtime entrypoints by using extensionless function destinations, disabling framework
defaultRoutesinjection during services builds, and ensuring deterministic route merging precedence for services. (#14946)- Scope route-owning builder routes to their owning service prefixes in services mode, preventing cross-service route leakage
Updated dependencies [
012a8e410d09d9a5dcf060b30b4b24b08500823d,9b8f974bbb64fb857b068428b0c2fdccee6ad83c,96310842f34741ccced49eb9bd392631c2de4d14]:
@vercel/build-utils@13.3.5
... (truncated)
Commits
ef1be64Version Packages (#14991)36179b3Version Packages (#14978)343f765Addvc link addsubcommand to append projects to existing repo.json (#14968)4df7e3aMoveorgIdto per-project entries inrepo.json(#14967)87f9390feat(cli): add --metadata flag to integration add command (#14871)a04d34dRe-apply the CLI speedup enhancements (#14930)012a8e4Add service configuration to BuildOptions (#14918)82d1fa1e2e dev test flakyness fix (#14979)ca46ad9feat(cli): Add integration discover subcommand with JSON output (#14948)dbc628ecli: makeintegration addnon-interactive for post-provisioning (#14964)- Additional commits viewable in compare view
Updates @vercel/backends from 0.0.31 to 0.0.32
Release notes
Sourced from @vercel/backends's releases.
@vercel/backends@0.0.32Patch Changes
- Updated dependencies [
012a8e410d09d9a5dcf060b30b4b24b08500823d]:
@vercel/build-utils@13.3.5
Changelog
Sourced from @vercel/backends's changelog.
0.0.32
Patch Changes
- Updated dependencies [
012a8e410d09d9a5dcf060b30b4b24b08500823d]:
@vercel/build-utils@13.3.5
Commits
36179b3Version Packages (#14978)- See full diff in compare view
Updates @vercel/build-utils from 13.3.4 to 13.3.5
Release notes
Sourced from @vercel/build-utils's releases.
@vercel/build-utils@13.3.5Patch Changes
Add service configuration to BuildOptions (#14918)
Updated dependencies [
9b8f974bbb64fb857b068428b0c2fdccee6ad83c]:
@vercel/python-analysis@0.4.0
Commits
- See full diff in compare view
Updates @vercel/cervel from 0.0.18 to 0.0.19
Release notes
Sourced from @vercel/cervel's releases.
@vercel/cervel@0.0.19Patch Changes
- Updated dependencies []:
@vercel/backends@0.0.32
Changelog
Sourced from @vercel/cervel's changelog.
0.0.19
Patch Changes
- Updated dependencies []:
@vercel/backends@0.0.32
Commits
36179b3Version Packages (#14978)- See full diff in compare view
Updates @vercel/elysia from 0.1.34 to 0.1.35
Release notes
Sourced from @vercel/elysia's releases.
@vercel/elysia@0.1.35Patch Changes
- Updated dependencies []:
@vercel/node@5.6.2
Changelog
Sourced from @vercel/elysia's changelog.
0.1.35
Patch Changes
- Updated dependencies []:
@vercel/node@5.6.2
Commits
36179b3Version Packages (#14978)- See full diff in compare view
Updates @vercel/express from 0.1.43 to 0.1.44
Commits
36179b3Version Packages (#14978)- See full diff in compare view
Updates @vercel/fastify from 0.1.37 to 0.1.38
Release notes
Sourced from @vercel/fastify's releases.
@vercel/fastify@0.1.38Patch Changes
- Updated dependencies []:
@vercel/node@5.6.2
Changelog
Sourced from @vercel/fastify's changelog.
0.1.38
Patch Changes
- Updated dependencies []:
@vercel/node@5.6.2
Commits
36179b3Version Packages (#14978)- See full diff in compare view
Updates @vercel/gatsby-plugin-vercel-builder from 2.0.133 to 2.0.134
Release notes
Sourced from @vercel/gatsby-plugin-vercel-builder's releases.
@vercel/gatsby-plugin-vercel-builder@2.0.134Patch Changes
- Updated dependencies [
012a8e410d09d9a5dcf060b30b4b24b08500823d]:
@vercel/build-utils@13.3.5
Changelog
Sourced from @vercel/gatsby-plugin-vercel-builder's changelog.
2.0.134
Patch Changes
- Updated dependencies [
012a8e410d09d9a5dcf060b30b4b24b08500823d]:
@vercel/build-utils@13.3.5
Commits
36179b3Version Packages (#14978)- See full diff in compare view
Updates @vercel/h3 from 0.1.43 to 0.1.44
Changelog
Sourced from @vercel/h3's changelog.
0.1.44
Patch Changes
- Updated dependencies []:
@vercel/node@5.6.2
Commits
36179b3Version Packages (#14978)- See full diff in compare view
Updates @vercel/hono from 0.2.37 to 0.2.38
Release notes
Sourced from @vercel/hono's releases.
@vercel/hono@0.2.38Patch Changes
- Updated dependencies []:
@vercel/node@5.6.2
Changelog
Sourced from @vercel/hono's changelog.
0.2.38
Patch Changes
- Updated dependencies []:
@vercel/node@5.6.2
Commits
36179b3Version Packages (#14978)- See full diff in compare view
Updates @vercel/koa from 0.1.17 to 0.1.18
Release notes
Sourced from @vercel/koa's releases.
@vercel/koa@0.1.18Patch Changes
- Updated dependencies []:
@vercel/node@5.6.2
Changelog
Sourced from @vercel/koa's changelog.
0.1.18
Patch Changes
- Updated dependencies []:
@vercel/node@5.6.2
Commits
36179b3Version Packages (#14978)- See full diff in compare view
Updates @vercel/nestjs from 0.2.38 to 0.2.39
Release notes
Sourced from @vercel/nestjs's releases.
@vercel/nestjs@0.2.39Patch Changes
- Updated dependencies []:
@vercel/node@5.6.2
Changelog
Sourced from @vercel/nestjs's changelog.
0.2.39
Patch Changes
- Updated dependencies []:
@vercel/node@5.6.2
Commits
36179b3Version Packages (#14978)- See full diff in compare view
Updates @vercel/node from 5.6.1 to 5.6.2
Release notes
Sourced from @vercel/node's releases.
@vercel/node@5.6.2Patch Changes
- Updated dependencies [
012a8e410d09d9a5dcf060b30b4b24b08500823d]:
@vercel/build-utils@13.3.5
Changelog
Sourced from @vercel/node's changelog.
5.6.2
Patch Changes
- Updated dependencies [
012a8e410d09d9a5dcf060b30b4b24b08500823d]:
@vercel/build-utils@13.3.5
Commits
36179b3Version Packages (#14978)- See full diff in compare view
Updates @vercel/oidc from 3.1.0 to 3.2.0
Release notes
Sourced from @vercel/oidc's releases.
@vercel/oidc@3.2.0Minor Changes
- Add optional
teamandprojectparameters togetVercelOidcToken()to allow explicit control over token refresh behavior instead of always reading from.vercel/project.json(#14864)- Add
expirationBufferMsoption to bothgetVercelOidcToken()andgetVercelToken()to proactively refresh tokens before they expire (useful for avoiding auth errors mid-request)- Export
getVercelToken()function withGetVercelTokenOptionsinterface to allow refreshing CLI tokens with configurable expiration buffer
Changelog
Sourced from @vercel/oidc's changelog.
3.2.0
Minor Changes
- Add optional
teamandprojectparameters togetVercelOidcToken()to allow explicit control over token refresh behavior instead of always reading from.vercel/project.json(#14864)- Add
expirationBufferMsoption to bothgetVercelOidcToken()andgetVercelToken()to proactively refresh tokens before they expire (useful for avoiding auth errors mid-request)- Export
getVercelToken()function withGetVercelTokenOptionsinterface to allow refreshing CLI tokens with configurable expiration buffer
Commits
36179b3Version Packages (#14978)3760ea1feat(oidc): add optional argumentgetVercelOidcToken({ team, project })(#1...- See full diff in compare view
Updates @vercel/python-analysis from 0.3.2 to 0.4.0
Release notes
Sourced from @vercel/python-analysis's releases.
@vercel/python-analysis@0.4.0Minor Changes
- Use python-analysis for manifest detection and conversion (#14956)
Changelog
Sourced from @vercel/python-analysis's changelog.
0.4.0
Minor Changes
- Use python-analysis for manifest detection and conversion (#14956)
Commits
36179b3Version Packages (#14978)9b8f974[python] Re-land python-analysis for manifest detection and conversion (#14956)- See full diff in compare view
Updates @vercel/python from 6.10.0 to 6.11.1
Release notes
Sourced from @vercel/python's releases.
@vercel/python@6.11.1Patch Changes
- [python] preserve error code on uv error (#14990)
@vercel/python@6.11.0Minor Changes
Use python-analysis for manifest detection and conversion (#14956)
[services] detect and manage virtual environments for Python services (#14952)
Patch Changes
- Updated dependencies [
9b8f974bbb64fb857b068428b0c2fdccee6ad83c]:
@vercel/python-analysis@0.4.0
Changelog
Sourced from @vercel/python's changelog.
6.11.1
Patch Changes
- [python] preserve error code on uv error (#14990)
6.11.0
Minor Changes
Use python-analysis for manifest detection and conversion (#14956)
[services] detect and manage virtual environments for Python services (#14952)
Patch Changes
- Updated dependencies [
9b8f974bbb64fb857b068428b0c2fdccee6ad83c]:
@vercel/python-analysis@0.4.0
Commits
ef1be64Version Packages (#14991)52e1397[python] preserve uv error code (#14990)36179b3Version Packages (#14978)9b8f974[python] Re-land python-analysis for manifest detection and conversion (#14956)9631084[services] detect and handle venv management for multi-service project (#14952)- See full diff in compare view
Updates @vercel/static-build from 2.8.35 to 2.8.36
Release notes
Sourced from @vercel/static-build's releases.
@vercel/static-build@2.8.36Patch Changes
- Updated dependencies []:
@vercel/gatsby-plugin-vercel-builder@2.0.134
Changelog
Sourced from @vercel/static-build's changelog.
2.8.36
Patch Changes
- Updated dependencies []:
@vercel/gatsby-plugin-vercel-builder@2.0.134
Commits
36179b3Version Packages (#14978)- 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 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
Package Dependencies
@vercel/gatsby-plugin-vercel-builder
npm
2.0.133 → 2.0.134
Patch
Technical Details
| ID: | 13739235 |
| UUID: | 3929121770 |
| Node ID: | PR_kwDOMzbQP87DI86N |
| Host: | GitHub |
| Repository: | poad/github-rest-api-executor |