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

Bump the packages group with 36 updates

Closed
Number: #280
Type: Pull Request
State: Closed
Author: dependabot[bot] dependabot[bot]
Association: Unknown
Comments: 1
Created: October 28, 2025 at 10:34 PM UTC
(7 days ago)
Updated: October 28, 2025 at 10:34 PM UTC
(7 days ago)
Closed: October 28, 2025 at 10:34 PM UTC
(7 days ago)
Time to Close: less than a minute
Labels:
dependencies javascript
Assignees:
poad
Description:

Bumps the packages group with 36 updates:

Package From To
@types/node 24.9.1 24.9.2
pnpm 10.19.0 10.20.0
vercel 48.6.0 48.6.6
@esbuild/aix-ppc64 0.24.2 0.23.1
@esbuild/android-arm64 0.24.2 0.23.1
@esbuild/android-arm 0.24.2 0.23.1
@esbuild/android-x64 0.24.2 0.23.1
@esbuild/darwin-arm64 0.24.2 0.23.1
@esbuild/darwin-x64 0.24.2 0.23.1
@esbuild/freebsd-arm64 0.24.2 0.23.1
@esbuild/freebsd-x64 0.24.2 0.23.1
@esbuild/linux-arm64 0.24.2 0.23.1
@esbuild/linux-arm 0.24.2 0.23.1
@esbuild/linux-ia32 0.24.2 0.23.1
@esbuild/linux-loong64 0.24.2 0.23.1
@esbuild/linux-mips64el 0.24.2 0.23.1
@esbuild/linux-ppc64 0.24.2 0.23.1
@esbuild/linux-riscv64 0.24.2 0.23.1
@esbuild/linux-s390x 0.24.2 0.23.1
@esbuild/linux-x64 0.24.2 0.23.1
@esbuild/netbsd-x64 0.24.2 0.23.1
@esbuild/openbsd-arm64 0.24.2 0.23.1
@esbuild/openbsd-x64 0.24.2 0.23.1
@esbuild/sunos-x64 0.24.2 0.23.1
@esbuild/win32-arm64 0.24.2 0.23.1
@esbuild/win32-ia32 0.24.2 0.23.1
@esbuild/win32-x64 0.24.2 0.23.1
@vercel/express 0.1.0 0.1.2
@vercel/gatsby-plugin-vercel-builder 2.0.99 2.0.100
@vercel/h3 0.1.7 0.1.8
@vercel/hono 0.2.0 0.2.2
@vercel/next 4.14.0 4.14.1
@vercel/node 5.5.0 5.5.1
@vercel/static-build 2.8.0 2.8.1
electron-to-chromium 1.5.240 1.5.241
signal-exit 4.0.2 3.0.7

Updates @types/node from 24.9.1 to 24.9.2

Commits

Updates pnpm from 10.19.0 to 10.20.0

Release notes

Sourced from pnpm's releases.

pnpm 10.20

Minor Changes

  • Support --all option in pnpm --help to list all commands #8628.

Patch Changes

  • When the latest version doesn't satisfy the maturity requirement configured by minimumReleaseAge, pick the highest version that is mature enough, even if it has a different major version #10100.
  • create command should not verify patch info.
  • Set managePackageManagerVersions to false, when switching to a different version of pnpm CLI, in order to avoid subsequent switches #10063.

Platinum Sponsors

Gold Sponsors

... (truncated)

Changelog

Sourced from pnpm's changelog.

10.20.0

Minor Changes

  • Support --all option in pnpm --help to list all commands #8628.

Patch Changes

  • When the latest version doesn't satisfy the maturity requirement configured by minimumReleaseAge, pick the highest version that is mature enough, even if it has a different major version #10100.
  • create command should not verify patch info.
  • Set managePackageManagerVersions to false, when switching to a different version of pnpm CLI, in order to avoid subsequent switches #10063.
Commits
  • 49f03d1 chore(release): 10.20.0
  • 5c27936 fix(create): create command should not verify patch info (#10122)
  • 6e9ad42 feat: support -a option in pnpm --help to list all commands (#8628)
  • a1a1ab3 fix: don't ever switch to another version of pnpm when it has beens switched ...
  • d9bcd61 chore(release): 10.19.1-oidc-test.3
  • 34c727a chore(release): 10.19.1-oidc-test.2
  • 0cde128 chore: update repository fields
  • eb0df0d chore(release): 10.19.1-oidc-test.1
  • e5ac91f chore(release): 10.19.1-oidc-test.0
  • afdc1e9 chore: add artifact keyword to artifact packages
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for pnpm since your current version.


Updates vercel from 48.6.0 to 48.6.6

Release notes

Sourced from vercel's releases.

vercel@48.6.6

Patch Changes

  • Fix regression on node 20.17 and earlier (#14158)

vercel@48.6.5

Patch Changes

  • Enable experimental backends mode (#14155)

vercel@48.6.4

Patch Changes

vercel@48.6.3

Patch Changes

  • Fix vc build regression (#14149)

vercel@48.6.2

Patch Changes

Changelog

Sourced from vercel's changelog.

48.6.6

Patch Changes

  • Fix regression on node 20.17 and earlier (#14158)

48.6.5

Patch Changes

  • Enable experimental backends mode (#14155)

48.6.4

Patch Changes

48.6.3

Patch Changes

  • Fix vc build regression (#14149)

48.6.2

Patch Changes

48.6.1

Patch Changes

... (truncated)

Commits

Updates @esbuild/aix-ppc64 from 0.24.2 to 0.23.1

Changelog

Sourced from @​esbuild/aix-ppc64's changelog.

0.24.2

  • Fix regression with --define and import.meta (#4010, #4012, #4013)

    The previous change in version 0.24.1 to use a more expression-like parser for define values to allow quoted property names introduced a regression that removed the ability to use --define:import.meta=.... Even though import is normally a keyword that can't be used as an identifier, ES modules special-case the import.meta expression to behave like an identifier anyway. This change fixes the regression.

    This fix was contributed by @​sapphi-red.

0.24.1

  • Allow es2024 as a target in tsconfig.json (#4004)

    TypeScript recently added es2024 as a compilation target, so esbuild now supports this in the target field of tsconfig.json files, such as in the following configuration file:

    {
      "compilerOptions": {
        "target": "ES2024"
      }
    }
    

    As a reminder, the only thing that esbuild uses this field for is determining whether or not to use legacy TypeScript behavior for class fields. You can read more in the documentation.

    This fix was contributed by @​billyjanitsch.

  • Allow automatic semicolon insertion after get/set

    This change fixes a grammar bug in the parser that incorrectly treated the following code as a syntax error:

    class Foo {
      get
      *x() {}
      set
      *y() {}
    }
    

    The above code will be considered valid starting with this release. This change to esbuild follows a similar change to TypeScript which will allow this syntax starting with TypeScript 5.7.

  • Allow quoted property names in --define and --pure (#4008)

    The define and pure API options now accept identifier expressions containing quoted property names. Previously all identifiers in the identifier expression had to be bare identifiers. This change now makes --define and --pure consistent with --global-name, which already supported quoted property names. For example, the following is now possible:

    // The following code now transforms to "return true;\n"
    console.log(esbuild.transformSync(
      `return process.env['SOME-TEST-VAR']`,
      { define: { 'process.env["SOME-TEST-VAR"]': 'true' } },
    

... (truncated)

Commits

Updates @esbuild/android-arm64 from 0.24.2 to 0.23.1

Changelog

Sourced from @​esbuild/android-arm64's changelog.

0.24.2

  • Fix regression with --define and import.meta (#4010, #4012, #4013)

    The previous change in version 0.24.1 to use a more expression-like parser for define values to allow quoted property names introduced a regression that removed the ability to use --define:import.meta=.... Even though import is normally a keyword that can't be used as an identifier, ES modules special-case the import.meta expression to behave like an identifier anyway. This change fixes the regression.

    This fix was contributed by @​sapphi-red.

0.24.1

  • Allow es2024 as a target in tsconfig.json (#4004)

    TypeScript recently added es2024 as a compilation target, so esbuild now supports this in the target field of tsconfig.json files, such as in the following configuration file:

    {
      "compilerOptions": {
        "target": "ES2024"
      }
    }
    

    As a reminder, the only thing that esbuild uses this field for is determining whether or not to use legacy TypeScript behavior for class fields. You can read more in the documentation.

    This fix was contributed by @​billyjanitsch.

  • Allow automatic semicolon insertion after get/set

    This change fixes a grammar bug in the parser that incorrectly treated the following code as a syntax error:

    class Foo {
      get
      *x() {}
      set
      *y() {}
    }
    

    The above code will be considered valid starting with this release. This change to esbuild follows a similar change to TypeScript which will allow this syntax starting with TypeScript 5.7.

  • Allow quoted property names in --define and --pure (#4008)

    The define and pure API options now accept identifier expressions containing quoted property names. Previously all identifiers in the identifier expression had to be bare identifiers. This change now makes --define and --pure consistent with --global-name, which already supported quoted property names. For example, the following is now possible:

    // The following code now transforms to "return true;\n"
    console.log(esbuild.transformSync(
      `return process.env['SOME-TEST-VAR']`,
      { define: { 'process.env["SOME-TEST-VAR"]': 'true' } },
    

... (truncated)

Commits

Updates @esbuild/android-arm from 0.24.2 to 0.23.1

Changelog

Sourced from @​esbuild/android-arm's changelog.

0.24.2

  • Fix regression with --define and import.meta (#4010, #4012, #4013)

    The previous change in version 0.24.1 to use a more expression-like parser for define values to allow quoted property names introduced a regression that removed the ability to use --define:import.meta=.... Even though import is normally a keyword that can't be used as an identifier, ES modules special-case the import.meta expression to behave like an identifier anyway. This change fixes the regression.

    This fix was contributed by @​sapphi-red.

0.24.1

  • Allow es2024 as a target in tsconfig.json (#4004)

    TypeScript recently added es2024 as a compilation target, so esbuild now supports this in the target field of tsconfig.json files, such as in the following configuration file:

    {
      "compilerOptions": {
        "target": "ES2024"
      }
    }
    

    As a reminder, the only thing that esbuild uses this field for is determining whether or not to use legacy TypeScript behavior for class fields. You can read more in the documentation.

    This fix was contributed by @​billyjanitsch.

  • Allow automatic semicolon insertion after get/set

    This change fixes a grammar bug in the parser that incorrectly treated the following code as a syntax error:

    class Foo {
      get
      *x() {}
      set
      *y() {}
    }
    

    The above code will be considered valid starting with this release. This change to esbuild follows a similar change to TypeScript which will allow this syntax starting with TypeScript 5.7.

  • Allow quoted property names in --define and --pure (#4008)

    The define and pure API options now accept identifier expressions containing quoted property names. Previously all identifiers in the identifier expression had to be bare identifiers. This change now makes --define and --pure consistent with --global-name, which already supported quoted property names. For example, the following is now possible:

    // The following code now transforms to "return true;\n"
    console.log(esbuild.transformSync(
      `return process.env['SOME-TEST-VAR']`,
      { define: { 'process.env["SOME-TEST-VAR"]': 'true' } },
    

... (truncated)

Commits

Updates @esbuild/android-x64 from 0.24.2 to 0.23.1

Changelog

Sourced from @​esbuild/android-x64's changelog.

0.24.2

  • Fix regression with --define and import.meta (#4010, #4012, #4013)

    The previous change in version 0.24.1 to use a more expression-like parser for define values to allow quoted property names introduced a regression that removed the ability to use --define:import.meta=.... Even though import is normally a keyword that can't be used as an identifier, ES modules special-case the import.meta expression to behave like an identifier anyway. This change fixes the regression.

    This fix was contributed by @​sapphi-red.

0.24.1

  • Allow es2024 as a target in tsconfig.json (#4004)

    TypeScript recently added es2024 as a compilation target, so esbuild now supports this in the target field of tsconfig.json files, such as in the following configuration file:

    {
      "compilerOptions": {
        "target": "ES2024"
      }
    }
    

    As a reminder, the only thing that esbuild uses this field for is determining whether or not to use legacy TypeScript behavior for class fields. You can read more in the documentation.

    This fix was contributed by @​billyjanitsch.

  • Allow automatic semicolon insertion after get/set

    This change fixes a grammar bug in the parser that incorrectly treated the following code as a syntax error:

    class Foo {
      get
      *x() {}
      set
      *y() {}
    }
    

    The above code will be considered valid starting with this release. This change to esbuild follows a similar change to TypeScript which will allow this syntax starting with TypeScript 5.7.

  • Allow quoted property names in --define and --pure (#4008)

    The define and pure API options now accept identifier expressions containing quoted property names. Previously all identifiers in the identifier expression had to be bare identifiers. This change now makes --define and --pure consistent with --global-name, which already supported quoted property names. For example, the following is now possible:

    // The following code now transforms to "return true;\n"
    console.log(esbuild.transformSync(
      `return process.env['SOME-TEST-VAR']`,
      { define: { 'process.env["SOME-TEST-VAR"]': 'true' } },
    

... (truncated)

Commits

Updates @esbuild/darwin-arm64 from 0.24.2 to 0.23.1

Changelog

Sourced from @​esbuild/darwin-arm64's changelog.

0.24.2

  • Fix regression with --define and import.meta (#4010, #4012, #4013)

    The previous change in version 0.24.1 to use a more expression-like parser for define values to allow quoted property names introduced a regression that removed the ability to use --define:import.meta=.... Even though import is normally a keyword that can't be used as an identifier, ES modules special-case the import.meta expression to behave like an identifier anyway. This change fixes the regression.

    This fix was contributed by @​sapphi-red.

0.24.1

  • Allow es2024 as a target in tsconfig.json (#4004)

    TypeScript recently added es2024 as a compilation target, so esbuild now supports this in the target field of tsconfig.json files, such as in the following configuration file:

    {
      "compilerOptions": {
        "target": "ES2024"
      }
    }
    

    As a reminder, the only thing that esbuild uses this field for is determining whether or not to use legacy TypeScript behavior for class fields. You can read more in the documentation.

    This fix was contributed by @​billyjanitsch.

  • Allow automatic semicolon insertion after get/set

    This change fixes a grammar bug in the parser that incorrectly treated the following code as a syntax error:

    class Foo {
      get
      *x() {}
      set
      *y() {}
    }
    

    The above code will be considered valid starting with this release. This change to esbuild follows a similar change to TypeScript which will allow this syntax starting with TypeScript 5.7.

  • Allow quoted property names in --define and --pure (#4008)

    The define and pure API options now accept identifier expressions containing quoted property names. Previously all identifiers in the identifier expression had to be bare identifiers. This change now makes --define and --pure consistent with --global-name, which already supported quoted property names. For example, the following is now possible:

    // The following code now transforms to "return true;\n"
    console.log(esbuild.transformSync(
      `return process.env['SOME-TEST-VAR']`,
      { define: { 'process.env["SOME-TEST-VAR"]': 'true' } },
    

... (truncated)

Commits

Updates @esbuild/darwin-x64 from 0.24.2 to 0.23.1

Changelog

Sourced from @​esbuild/darwin-x64's changelog.

0.24.2

  • Fix regression with --define and import.meta (#4010, #4012, #4013)

    The previous change in version 0.24.1 to use a more expression-like parser for define values to allow quoted property names introduced a regression that removed the ability to use --define:import.meta=.... Even though import is normally a keyword that can't be used as an identifier, ES modules special-case the import.meta expression to behave like an identifier anyway. This change fixes the regression.

    This fix was contributed by @​sapphi-red.

0.24.1

  • Allow es2024 as a target in tsconfig.json (#4004)

    TypeScript recently added es2024 as a compilation target, so esbuild now supports this in the target field of tsconfig.json files, such as in the following configuration file:

    {
      "compilerOptions": {
        "target": "ES2024"
      }
    }
    

    As a reminder, the only thing that esbuild uses this field for is determining whether or not to use legacy TypeScript behavior for class fields. You can read more in the documentation.

    This fix was contributed by @​billyjanitsch.

  • Allow automatic semicolon insertion after get/set

    This change fixes a grammar bug in the parser that incorrectly treated the following code as a syntax error:

    class Foo {
      get
      *x() {}
      set
      *y() {}
    }
    

    The above code will be considered valid starting with this release. This change to esbuild follows a similar change to TypeScript which will allow this syntax starting with TypeScript 5.7.

  • Allow quoted property names in --define and --pure (#4008)

    The define and pure API options now accept identifier expressions containing quoted property names. Previously all identifiers in the identifier expression had to be bare identifiers. This change now makes --define and --pure consistent with --global-name, which already supported quoted property names. For example, the following is now possible:

    // The following code now transforms to "return true;\n"
    console.log(esbuild.transformSync(
      `return process.env['SOME-TEST-VAR']`,
      { define: { 'process.env["SOME-TEST-VAR"]': 'true' } },
    

... (truncated)

Commits

Updates @esbuild/freebsd-arm64 from 0.24.2 to 0.23.1

Changelog

Sourced from @​esbuild/freebsd-arm64's changelog.

0.24.2

  • Fix regression with --define and import.meta (#4010, #4012, #4013)

    The previous change in version 0.24.1 to use a more expression-like parser for define values to allow quoted property names introduced a regression that removed the ability to use --define:import.meta=.... Even though import is normally a keyword that can't be used as an identifier, ES modules special-case the import.meta expression to behave like an identifier anyway. This change fixes the regression.

    This fix was contributed by @​sapphi-red.

0.24.1

  • Allow es2024 as a target in tsconfig.json (#4004)

    TypeScript recently added es2024 as a compilation target, so esbuild now supports this in the target field of tsconfig.json files, such as in the following configuration file:

    {
      "compilerOptions": {
        "target": "ES2024"
      }
    }
    

    As a reminder, the only thing that esbuild uses this field for is determining whether or not to use legacy TypeScript behavior for class fields. You can read more in the documentation.

    This fix was contributed by @​billyjanitsch.

  • Allow automatic semicolon insertion after get/set

    This change fixes a grammar bug in the parser that incorrectly treated the following code as a syntax error:

    class Foo {
      get
      *x() {}
      set
      *y() {}
    }
    

    The above code will be considered valid starting with this release. This change to esbuild follows a similar change to TypeScript which will allow this syntax starting with TypeScript 5.7.

  • Allow quoted property names in --define and --pure (#4008)

    The define and pure API options now accept identifier expressions containing quoted property names. Previously all identifiers in the identifier expression had to be bare identifiers. This change now makes --define and --pure consistent with --global-name, which already supported quoted property names. For example, the following is now possible:

    // The following code now transforms to "return true;\n"
    console.log(esbuild.transformSync(
      `return process.env['SOME-TEST-VAR']`,
      { define: { 'process.env["SOME-TEST-VAR"]': 'true' } },
    

... (truncated)

Commits

Updates @esbuild/freebsd-x64 from 0.24.2 to 0.23.1

Changelog

Sourced from @​esbuild/freebsd-x64's changelog.

0.24.2

  • Fix regression with --define and import.meta (#4010, #4012, #4013)

    The previous change in version 0.24.1 to use a more expression-like parser for define values to allow quoted property names introduced a regression that removed the ability to use --define:import.meta=.... Even though import is normally a keyword that can't be used as an identifier, ES modules special-case the import.meta expression to behave like an identifier anyway. This change fixes the regression.

    This fix was contributed by @​sapphi-red.

0.24.1

  • Allow es2024 as a target in tsconfig.json (#4004)

    TypeScript recently added es2024 as a compilation target, so esbuild now supports this in the target field of tsconfig.json files, such as in the following configuration file:

    {
      "compilerOptions": {
        "target": "ES2024"
      }
    }
    

    As a reminder, the only thing that esbuild uses this field for is determining whether or not to use legacy TypeScript behavior for class fields. You can read more in the documentation.

    This fix was contributed by @​billyjanitsch.

  • Allow automatic semicolon insertion after get/set

    This change fixes a grammar bug in the parser that incorrectly treated the following code as a syntax error:

    class Foo {
      get
      *x() {}
      set
      *y() {}
    }
    

    The above code will be considered valid starting with this release. This change to esbuild follows a similar change to TypeScript which will allow this syntax starting with TypeScript 5.7.

  • Allow quoted property names in --define and --pure (#4008)

    The define and pure API options now accept identifier expressions containing quoted property names. Previously all identifiers in the identifier expression had to be bare identifiers. This change now makes --define and --pure consistent with --global-name, which already supported quoted property names. For example, the following is now possible:

    // The following code now transforms to "return true;\n"
    console.log(esbuild.transformSync(
      `return process.env['SOME-TEST-VAR']`,
      { define: { 'process.env["SOME-TEST-VAR"]': 'true' } },
    

... (truncated)

Commits

Updates @esbuild/linux-arm64 from 0.24.2 to 0.23.1

Changelog

Sourced from @​esbuild/linux-arm64's changelog.

0.24.2

  • Fix regression with --define and import.meta (#4010, #4012, #4013)

    The previous change in version 0.24.1 to use a more expression-like parser for define values to allow quoted property names introduced a regression that removed the ability to use --define:import.meta=.... Even though im...

    Description has been truncated

Package Dependencies
Package:
@types/node
Ecosystem:
npm
Version Change:
24.9.1 → 24.9.2
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.5.240 → 1.5.241
Update Type:
Patch
Package:
vercel
Ecosystem:
npm
Version Change:
48.6.0 → 48.6.6
Update Type:
Patch
Package:
pnpm
Ecosystem:
npm
Version Change:
10.19.0 → 10.20.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
0.24.2 → 0.23.1
Ecosystem:
npm
Version Change:
0.24.2 → 0.23.1
Ecosystem:
npm
Version Change:
0.24.2 → 0.23.1
Ecosystem:
npm
Version Change:
0.24.2 → 0.23.1
Ecosystem:
npm
Version Change:
0.24.2 → 0.23.1
Ecosystem:
npm
Version Change:
0.24.2 → 0.23.1
Ecosystem:
npm
Version Change:
0.24.2 → 0.23.1
Ecosystem:
npm
Version Change:
5.5.0 → 5.5.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.24.2 → 0.23.1
Ecosystem:
npm
Version Change:
0.24.2 → 0.23.1
Ecosystem:
npm
Version Change:
0.24.2 → 0.23.1
Ecosystem:
npm
Version Change:
0.24.2 → 0.23.1
Ecosystem:
npm
Version Change:
0.24.2 → 0.23.1
Ecosystem:
npm
Version Change:
0.24.2 → 0.23.1
Ecosystem:
npm
Version Change:
0.24.2 → 0.23.1
Ecosystem:
npm
Version Change:
0.24.2 → 0.23.1
Ecosystem:
npm
Version Change:
0.24.2 → 0.23.1
Ecosystem:
npm
Version Change:
0.24.2 → 0.23.1
Ecosystem:
npm
Version Change:
0.24.2 → 0.23.1
Ecosystem:
npm
Version Change:
0.24.2 → 0.23.1
Ecosystem:
npm
Version Change:
0.24.2 → 0.23.1
Ecosystem:
npm
Version Change:
0.24.2 → 0.23.1
Ecosystem:
npm
Version Change:
0.24.2 → 0.23.1
Ecosystem:
npm
Version Change:
0.24.2 → 0.23.1
Ecosystem:
npm
Version Change:
0.24.2 → 0.23.1
Package:
signal-exit
Ecosystem:
npm
Version Change:
4.0.2 → 3.0.7
Update Type:
Patch
Ecosystem:
npm
Version Change:
2.0.99 → 2.0.100
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.14.0 → 4.14.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
2.8.0 → 2.8.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.2.0 → 0.2.2
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.1.0 → 0.1.2
Update Type:
Patch
Package:
@vercel/h3
Ecosystem:
npm
Version Change:
0.1.7 → 0.1.8
Update Type:
Patch
Technical Details
ID: 10628639
UUID: 3563624544
Node ID: PR_kwDOMzbQP86wQEgS
Host: GitHub
Repository: poad/github-rest-api-executor