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

Bump the npm group with 12 updates

Merged
Number: #299
Type: Pull Request
State: Merged
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 2
Created: August 28, 2025 at 07:42 AM UTC
(16 days ago)
Updated: August 28, 2025 at 07:42 AM UTC
(16 days ago)
Merged: August 28, 2025 at 07:42 AM UTC
(16 days ago)
by github-actions[bot]
Time to Close: less than a minute
Labels:
dependencies javascript
Assignees:
poad
Description:

Bumps the npm group with 12 updates:

Package From To
zod 4.1.3 4.1.4
vercel 46.0.4 46.0.5
@vercel/express 0.0.8 0.0.9
@vercel/hono 0.0.16 0.0.17
@vercel/hydrogen 1.2.3 1.2.4
@vercel/node 5.3.15 5.3.16
@vercel/redwood 2.3.5 2.3.6
@vercel/remix-builder 5.4.11 5.4.12
@vercel/static-build 2.7.19 2.7.20
@vercel/static-config 3.1.1 3.1.2
electron-to-chromium 1.5.209 1.5.211
rollup 4.48.1 4.49.0

Updates zod from 4.1.3 to 4.1.4

Release notes

Sourced from zod's releases.

v4.1.4

Commits:

  • 3291c61fe4bc893901027ea5d50dfc6274e49caa fix(v4): toJSONSchema - wrong tuple with null output when targeting openapi-3.0 (#5156)
  • 23f41c7e0af107026bb1732af6b4c368d82be8d2 test(v4): toJSONSchema - use validateOpenAPI30Schema in all relevant scenarios (#5163)
  • 0a09fd21336202e50565a3e22baaab9a7047fcc9 Update installation instructions
  • 4ea5fec6988eb7260bc63e0eb8b4a6a0b238c414 4.1.4
Commits
  • 4ea5fec 4.1.4
  • 0a09fd2 Update installation instructions
  • 23f41c7 test(v4): toJSONSchema - use validateOpenAPI30Schema in all relevant scenar...
  • 3291c61 fix(v4): toJSONSchema - wrong tuple with null output when targeting `openap...
  • See full diff in compare view

Updates vercel from 46.0.4 to 46.0.5

Release notes

Sourced from vercel's releases.

vercel@46.0.5

Patch Changes

  • Change vc teams ls command header to "Team name" (#13705)

  • Updated dependencies []:

    • @​vercel/express@​0.0.9
    • @​vercel/hono@​0.0.17
    • @​vercel/hydrogen@​1.2.4
    • @​vercel/node@​5.3.16
    • @​vercel/redwood@​2.3.6
    • @​vercel/remix-builder@​5.4.12
    • @​vercel/static-build@​2.7.20
Changelog

Sourced from vercel's changelog.

46.0.5

Patch Changes

  • Change vc teams ls command header to "Team name" (#13705)

  • Updated dependencies []:

    • @​vercel/express@​0.0.9
    • @​vercel/hono@​0.0.17
    • @​vercel/hydrogen@​1.2.4
    • @​vercel/node@​5.3.16
    • @​vercel/redwood@​2.3.6
    • @​vercel/remix-builder@​5.4.12
    • @​vercel/static-build@​2.7.20
Commits

Updates @vercel/express from 0.0.8 to 0.0.9

Release notes

Sourced from @​vercel/express's releases.

@​vercel/express@​0.0.9

Patch Changes

Changelog

Sourced from @​vercel/express's changelog.

0.0.9

Patch Changes

Commits

Updates @vercel/hono from 0.0.16 to 0.0.17

Release notes

Sourced from @​vercel/hono's releases.

@​vercel/hono@​0.0.17

Patch Changes

Changelog

Sourced from @​vercel/hono's changelog.

0.0.17

Patch Changes

Commits

Updates @vercel/hydrogen from 1.2.3 to 1.2.4

Release notes

Sourced from @​vercel/hydrogen's releases.

@​vercel/hydrogen@​1.2.4

Patch Changes

Changelog

Sourced from @​vercel/hydrogen's changelog.

1.2.4

Patch Changes

Commits

Updates @vercel/node from 5.3.15 to 5.3.16

Release notes

Sourced from @​vercel/node's releases.

@​vercel/node@​5.3.16

Patch Changes

Changelog

Sourced from @​vercel/node's changelog.

5.3.16

Patch Changes

Commits

Updates @vercel/redwood from 2.3.5 to 2.3.6

Release notes

Sourced from @​vercel/redwood's releases.

@​vercel/redwood@​2.3.6

Patch Changes

Changelog

Sourced from @​vercel/redwood's changelog.

2.3.6

Patch Changes

Commits

Updates @vercel/remix-builder from 5.4.11 to 5.4.12

Release notes

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

@​vercel/remix-builder@​5.4.12

Patch Changes

Changelog

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

5.4.12

Patch Changes

Commits

Updates @vercel/static-build from 2.7.19 to 2.7.20

Release notes

Sourced from @​vercel/static-build's releases.

@​vercel/static-build@​2.7.20

Patch Changes

Changelog

Sourced from @​vercel/static-build's changelog.

2.7.20

Patch Changes

Commits

Updates @vercel/static-config from 3.1.1 to 3.1.2

Release notes

Sourced from @​vercel/static-config's releases.

@​vercel/static-config@​3.1.2

Patch Changes

  • fix validation of vercel.json for request cancellation (#13831)
Changelog

Sourced from @​vercel/static-config's changelog.

3.1.2

Patch Changes

  • fix validation of vercel.json for request cancellation (#13831)
Commits

Updates electron-to-chromium from 1.5.209 to 1.5.211

Commits

Updates rollup from 4.48.1 to 4.49.0

Release notes

Sourced from rollup's releases.

v4.49.0

4.49.0

2025-08-27

Features

  • Allow config plugins to resolve imports first before deciding whether to treat them as external (#6038)

Pull Requests

  • #6038: feat: Run external check in cli/run/loadConfigFile.ts as last in order to allow handling of e.g. workspace package imports in TS monorepos correctly (@​stazz, @​TrickyPi)
  • #6082: Improve build pipeline performance (@​lukastaegert)
Changelog

Sourced from rollup's changelog.

4.49.0

2025-08-27

Features

  • Allow config plugins to resolve imports first before deciding whether to treat them as external (#6038)

Pull Requests

  • #6038: feat: Run external check in cli/run/loadConfigFile.ts as last in order to allow handling of e.g. workspace package imports in TS monorepos correctly (@​stazz, @​TrickyPi)
  • #6082: Improve build pipeline performance (@​lukastaegert)
Commits

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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
Commits:
1
Files Changed:
2
Additions:
+164
Deletions:
-164
Package Dependencies
Package:
zod
Ecosystem:
npm
Version Change:
4.1.3 → 4.1.4
Update Type:
Patch
Package:
rollup
Ecosystem:
npm
Version Change:
4.48.1 → 4.49.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.5.209 → 1.5.211
Update Type:
Patch
Package:
vercel
Ecosystem:
npm
Version Change:
46.0.4 → 46.0.5
Update Type:
Patch
Ecosystem:
npm
Version Change:
5.3.15 → 5.3.16
Update Type:
Patch
Ecosystem:
npm
Version Change:
2.3.5 → 2.3.6
Update Type:
Patch
Ecosystem:
npm
Version Change:
5.4.11 → 5.4.12
Update Type:
Patch
Ecosystem:
npm
Version Change:
2.7.19 → 2.7.20
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.2.3 → 1.2.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
3.1.1 → 3.1.2
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.0.16 → 0.0.17
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.0.8 → 0.0.9
Update Type:
Patch
Technical Details
ID: 5914519
UUID: 2780798205
Node ID: PR_kwDOMVysts6lv5z9
Host: GitHub
Repository: poad/vercel-functions-example
Merge State: Unknown