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

Bump the npm group with 20 updates

Open
Number: #234
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 0
Created: June 02, 2025 at 07:38 AM UTC
(3 months ago)
Updated: June 02, 2025 at 07:38 AM UTC
(3 months ago)
Labels:
dependencies javascript
Assignees:
poad
Description:

Bumps the npm group with 20 updates:

Package From To
hono 4.7.10 4.7.11
zod 3.25.41 3.25.47
eslint 9.27.0 9.28.0
eslint-import-resolver-typescript 4.4.1 4.4.2
vercel 42.2.0 42.3.0
@babel/core 7.27.3 7.27.4
@babel/helpers 7.27.3 7.27.4
@babel/parser 7.27.3 7.27.4
@babel/runtime 7.27.3 7.27.4
@babel/traverse 7.27.3 7.27.4
@eslint/js 9.27.0 9.28.0
@vercel/gatsby-plugin-vercel-builder 2.0.82 2.0.83
@vercel/hydrogen 1.2.1 1.2.2
@vercel/node 5.2.0 5.2.1
@vercel/redwood 2.3.2 2.3.3
@vercel/remix-builder 5.4.8 5.4.9
@vercel/static-build 2.7.8 2.7.9
@vercel/static-config 3.1.0 3.1.1
array-includes 3.1.8 3.1.9
tinypool 1.0.2 1.1.0

Updates hono from 4.7.10 to 4.7.11

Release notes

Sourced from hono's releases.

v4.7.11

What's Changed

New Contributors

Full Changelog: https://github.com/honojs/hono/compare/v4.7.10...v4.7.11

Commits
  • 53656e1 4.7.11
  • c12956b fix(base): use c.newResponse() for the response of err.getResponse() (#4181)
  • 4eb7979 docs(readme): Added Deepwiki link in README (#4179)
  • 091ecb7 fix(middleware/etag): should return 304 when weak etag is passed in 'If-None...
  • 2590c60 chore: ignore Claude Code local files in gitignore (#4176)
  • 1197688 CI: add type benchmark with typescript-go preview (#4161)
  • 2805d32 ci: skip lib check in type check benchmark (#4162)
  • bb7afac chore(benchmark): add URLSearchParams to the query-params benchmark (#4149)
  • See full diff in compare view

Updates zod from 3.25.41 to 3.25.47

Release notes

Sourced from zod's releases.

v3.25.47

Commits:

  • 98cd8b33e0e1b85dfe26227a05e77bbf5fc3f014 Fix more excessively deep
  • 7bfc8af0f805453ac06d0d11bce7e76b01fd3240 3.25.47

v3.25.46

Commits:

  • 52808166ec4ee89ed04d0da6b86c42134f6b07e4 Improve disc union error messaging
  • 4a3baf76f30048a89719018f4c5134f252debf94 Fix lint
  • aff9561126e591cd9e05beda2d1c69d302bce79e Fix branded types in record
  • 50e9afb5606018ecacd6c64aee90f4f8006d851b 3.25.46

v3.25.45

Commits:

  • dc2c0b0fccd893a08306ccadc8baa821b1b06a5b minor grammar typo fix (#4584)
  • 6fd3b39ab65970ec7f708e0aa4d0c9e20d9d2050 fix(JSONSchema): add type for enum (#4577)
  • 6be478b98c6a36895e28ab0d8b214880dc645d88 Fix ZodType assignability issues
  • 69ccb67f6d9d264dd26b6ba0bcc6f2ddc90a8fbc 3.25.45

v3.25.44

Commits:

  • 91267823162009488fff03f2a7240b89767e4d7d Update input to prevent excessively deep in more cases
  • e2d72afba3378ab81c691bc81c7e96d6f4845e06 Loosen and expand metadata typing (#4586)
  • fc69453e625a1b1c1a4523def3e4e60e5f2af8ca 3.25.44

v3.25.43

Commits:

  • 508e3065ca2debf43a2a8c27845ab7c7d4fe3bb0 Fix type inference in ZodMiniType check method (#4568)
  • f8fef45cfa813412beecadfbbe9d6df09ac33a86 Ecosystem: Add Express Zod API (#4579)
  • 289cba3b95e522b9c66611b94c218bcdfe8566b2 Fix type inference in ZodMiniType check method (#4568)
  • 011623a7daaa4e5215178073e3a0aeb2e760b2a9 Fix dts files

v3.25.42

Commits:

  • 670a6d2f6f4b5ed902fbac7e627e71eb529d834c Improve Next.js tree shaking (#4569)
  • 548e7ef10912c84aa67a98da52b17dd0bffe1d9c 3.25.42
Commits

Updates eslint from 9.27.0 to 9.28.0

Release notes

Sourced from eslint's releases.

v9.28.0

Features

  • b0674be feat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)
  • a95721f feat: Add --pass-on-unpruned-suppressions CLI option (#19773) (Milos Djermanovic)
  • bfd0e7a feat: support TypeScript syntax in no-use-before-define (#19566) (Tanuj Kanti)
  • 68c61c0 feat: support TS syntax in no-shadow (#19565) (Nitin Kumar)
  • 0f773ef feat: support TS syntax in no-magic-numbers (#19561) (Nitin Kumar)
  • c4a6b60 feat: add allowTypeAnnotation to func-style (#19754) (sethamus)
  • b03ad17 feat: add TypeScript support to prefer-arrow-callback (#19678) (Tanuj Kanti)
  • bc3c331 feat: ignore overloaded function declarations in func-style rule (#19755) (sethamus)

Bug Fixes

  • eea3e7e fix: Remove configured global variables from GlobalScope#implicit (#19779) (Milos Djermanovic)
  • a467de3 fix: update context.report types (#19751) (Nitin Kumar)
  • fd467bb fix: remove interopDefault to use jiti's default (#19697) (sethamus)
  • 72d16e3 fix: avoid false positive in no-unassigned-vars for declare module (#19746) (Azat S.)
  • 81c3c93 fix: curly types (#19750) (Eli)

Documentation

  • 3ec2082 docs: Nested arrays in files config entry (#19799) (Nicholas C. Zakas)
  • 89a65b0 docs: clarify how config arrays can apply to subsets of files (#19788) (Shais Ch)
  • 2ba8a0d docs: Add description of meta.namespace to plugin docs (#19798) (Nicholas C. Zakas)
  • 59dd7e6 docs: update func-style with examples (#19793) (Tanuj Kanti)
  • e9129e0 docs: add global scope's implicit field to Scope Manager docs (#19770) (Milos Djermanovic)
  • 52f5b7a docs: fix minor typos and add links (#19743) (루밀LuMir)
  • 00716a3 docs: upfront recommend against using the no-return-await rule (#19727) (Mike DiDomizio)

Chores

  • 175b7b8 chore: upgrade to @eslint/js@9.28.0 (#19802) (Francesco Trotta)
  • 844f5a6 chore: package.json update for @​eslint/js release (Jenkins)
  • 62b1c1b chore: update globals to v16 (#19791) (Nitin Kumar)
  • e8a1cb8 chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar)
  • 43d3975 chore: Add Copilot Instructions file (#19753) (Nicholas C. Zakas)
  • 2dfb5eb test: update SourceCodeTraverser tests (#19763) (Milos Djermanovic)
  • 5bc21f9 chore: add *.code-workspace to .gitignore (#19771) (루밀LuMir)
  • f4fa40e refactor: NodeEventGenerator -> SourceCodeTraverser (#19679) (Nicholas C. Zakas)
  • 0f49329 refactor: use a service to emit warnings (#19725) (Francesco Trotta)
  • 20a9e59 chore: update dependency shelljs to ^0.10.0 (#19740) (renovate[bot])
Changelog

Sourced from eslint's changelog.

v9.28.0 - May 30, 2025

  • 175b7b8 chore: upgrade to @eslint/js@9.28.0 (#19802) (Francesco Trotta)
  • 844f5a6 chore: package.json update for @​eslint/js release (Jenkins)
  • b0674be feat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)
  • 3ec2082 docs: Nested arrays in files config entry (#19799) (Nicholas C. Zakas)
  • 89a65b0 docs: clarify how config arrays can apply to subsets of files (#19788) (Shais Ch)
  • 2ba8a0d docs: Add description of meta.namespace to plugin docs (#19798) (Nicholas C. Zakas)
  • eea3e7e fix: Remove configured global variables from GlobalScope#implicit (#19779) (Milos Djermanovic)
  • a95721f feat: Add --pass-on-unpruned-suppressions CLI option (#19773) (Milos Djermanovic)
  • a467de3 fix: update context.report types (#19751) (Nitin Kumar)
  • 59dd7e6 docs: update func-style with examples (#19793) (Tanuj Kanti)
  • 62b1c1b chore: update globals to v16 (#19791) (Nitin Kumar)
  • bfd0e7a feat: support TypeScript syntax in no-use-before-define (#19566) (Tanuj Kanti)
  • 68c61c0 feat: support TS syntax in no-shadow (#19565) (Nitin Kumar)
  • e8a1cb8 chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar)
  • 0f773ef feat: support TS syntax in no-magic-numbers (#19561) (Nitin Kumar)
  • 43d3975 chore: Add Copilot Instructions file (#19753) (Nicholas C. Zakas)
  • c4a6b60 feat: add allowTypeAnnotation to func-style (#19754) (sethamus)
  • fd467bb fix: remove interopDefault to use jiti's default (#19697) (sethamus)
  • 2dfb5eb test: update SourceCodeTraverser tests (#19763) (Milos Djermanovic)
  • b03ad17 feat: add TypeScript support to prefer-arrow-callback (#19678) (Tanuj Kanti)
  • e9129e0 docs: add global scope's implicit field to Scope Manager docs (#19770) (Milos Djermanovic)
  • bc3c331 feat: ignore overloaded function declarations in func-style rule (#19755) (sethamus)
  • 5bc21f9 chore: add *.code-workspace to .gitignore (#19771) (루밀LuMir)
  • 72d16e3 fix: avoid false positive in no-unassigned-vars for declare module (#19746) (Azat S.)
  • f4fa40e refactor: NodeEventGenerator -> SourceCodeTraverser (#19679) (Nicholas C. Zakas)
  • 81c3c93 fix: curly types (#19750) (Eli)
  • 52f5b7a docs: fix minor typos and add links (#19743) (루밀LuMir)
  • 0f49329 refactor: use a service to emit warnings (#19725) (Francesco Trotta)
  • 20a9e59 chore: update dependency shelljs to ^0.10.0 (#19740) (renovate[bot])
  • 00716a3 docs: upfront recommend against using the no-return-await rule (#19727) (Mike DiDomizio)
Commits
  • f341f21 9.28.0
  • 779dda9 Build: changelog update for 9.28.0
  • 175b7b8 chore: upgrade to @eslint/js@9.28.0 (#19802)
  • 844f5a6 chore: package.json update for @​eslint/js release
  • b0674be feat: Customization of serialization for languageOptions (#19760)
  • 3ec2082 docs: Nested arrays in files config entry (#19799)
  • 89a65b0 docs: clarify how config arrays can apply to subsets of files (#19788)
  • 2ba8a0d docs: Add description of meta.namespace to plugin docs (#19798)
  • eea3e7e fix: Remove configured global variables from GlobalScope#implicit (#19779)
  • a95721f feat: Add --pass-on-unpruned-suppressions CLI option (#19773)
  • Additional commits viewable in compare view

Updates eslint-import-resolver-typescript from 4.4.1 to 4.4.2

Release notes

Sourced from eslint-import-resolver-typescript's releases.

v4.4.2

Patch Changes

Full Changelog: https://github.com/import-js/eslint-import-resolver-typescript/compare/v4.4.1...v4.4.2

Changelog

Sourced from eslint-import-resolver-typescript's changelog.

4.4.2

Patch Changes

Commits

Updates vercel from 42.2.0 to 42.3.0

Release notes

Sourced from vercel's releases.

vercel@42.3.0

Minor Changes

  • Version bump to respect dependency updates (#13390)

  • Adding support for rolling-releases (#13387)

Patch Changes

Changelog

Sourced from vercel's changelog.

42.3.0

Minor Changes

  • Version bump to respect dependency updates (#13390)

  • Adding support for rolling-releases (#13387)

Patch Changes

Commits

Updates @babel/core from 7.27.3 to 7.27.4

Release notes

Sourced from @​babel/core's releases.

v7.27.4 (2025-05-30)

:eyeglasses: Spec Compliance

  • babel-parser, babel-plugin-proposal-explicit-resource-management

:nail_care: Polish

:microscope: Output optimization

  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs3
  • babel-core, babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-standalone

Committers: 4

Changelog

Sourced from @​babel/core's changelog.

v7.27.4 (2025-05-30)

:eyeglasses: Spec Compliance

  • babel-parser, babel-plugin-proposal-explicit-resource-management

:nail_care: Polish

:microscope: Output optimization

  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs3
  • babel-core, babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-standalone
Commits

Updates @babel/helpers from 7.27.3 to 7.27.4

Release notes

Sourced from @​babel/helpers's releases.

v7.27.4 (2025-05-30)

:eyeglasses: Spec Compliance

  • babel-parser, babel-plugin-proposal-explicit-resource-management

:nail_care: Polish

:microscope: Output optimization

  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs3
  • babel-core, babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-standalone

Committers: 4

Changelog

Sourced from @​babel/helpers's changelog.

v7.27.4 (2025-05-30)

:eyeglasses: Spec Compliance

  • babel-parser, babel-plugin-proposal-explicit-resource-management

:nail_care: Polish

:microscope: Output optimization

  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs3
  • babel-core, babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-standalone
Commits

Updates @babel/parser from 7.27.3 to 7.27.4

Release notes

Sourced from @​babel/parser's releases.

v7.27.4 (2025-05-30)

:eyeglasses: Spec Compliance

  • babel-parser, babel-plugin-proposal-explicit-resource-management

:nail_care: Polish

:microscope: Output optimization

  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs3
  • babel-core, babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-standalone

Committers: 4

Changelog

Sourced from @​babel/parser's changelog.

v7.27.4 (2025-05-30)

:eyeglasses: Spec Compliance

  • babel-parser, babel-plugin-proposal-explicit-resource-management

:nail_care: Polish

:microscope: Output optimization

  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs3
  • babel-core, babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-standalone
Commits

Updates @babel/runtime from 7.27.3 to 7.27.4

Release notes

Sourced from @​babel/runtime's releases.

v7.27.4 (2025-05-30)

:eyeglasses: Spec Compliance

  • babel-parser, babel-plugin-proposal-explicit-resource-management

:nail_care: Polish

:microscope: Output optimization

  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs3
  • babel-core, babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-standalone

Committers: 4

Changelog

Sourced from @​babel/runtime's changelog.

v7.27.4 (2025-05-30)

:eyeglasses: Spec Compliance

  • babel-parser, babel-plugin-proposal-explicit-resource-management

:nail_care: Polish

Package Dependencies
Ecosystem:
npm
Version Change:
7.27.3 → 7.27.4
Update Type:
Patch
Package:
zod
Ecosystem:
npm
Version Change:
3.25.41 → 3.25.47
Update Type:
Patch
Package:
eslint
Ecosystem:
npm
Version Change:
9.27.0 → 9.28.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
7.27.3 → 7.27.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.4.1 → 4.4.2
Update Type:
Patch
Ecosystem:
npm
Version Change:
7.27.3 → 7.27.4
Update Type:
Patch
Package:
@babel/core
Ecosystem:
npm
Version Change:
7.27.3 → 7.27.4
Update Type:
Patch
Package:
@eslint/js
Ecosystem:
npm
Version Change:
9.27.0 → 9.28.0
Update Type:
Minor
Package:
vercel
Ecosystem:
npm
Version Change:
42.2.0 → 42.3.0
Update Type:
Minor
Package:
hono
Ecosystem:
npm
Version Change:
4.7.10 → 4.7.11
Update Type:
Patch
Ecosystem:
npm
Version Change:
7.27.3 → 7.27.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
3.1.8 → 3.1.9
Update Type:
Patch
Ecosystem:
npm
Version Change:
5.2.0 → 5.2.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
2.0.82 → 2.0.83
Update Type:
Patch
Ecosystem:
npm
Version Change:
2.3.2 → 2.3.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
5.4.8 → 5.4.9
Update Type:
Patch
Ecosystem:
npm
Version Change:
2.7.8 → 2.7.9
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.2.1 → 1.2.2
Update Type:
Patch
Ecosystem:
npm
Version Change:
3.1.0 → 3.1.1
Update Type:
Patch
Package:
tinypool
Ecosystem:
npm
Version Change:
1.0.2 → 1.1.0
Update Type:
Minor
Technical Details
ID: 1213521
UUID: 2559617149
Node ID: PR_kwDOMVysts6YkKh9
Host: GitHub
Repository: poad/vercel-functions-example
Merge State: Unknown