Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 2, 2025

Bumps the packages group with 17 updates:

Package From To
@octokit/core 7.0.5 7.0.6
@octokit/plugin-paginate-rest 13.2.1 14.0.0
@eslint/js 9.38.0 9.39.0
eslint 9.38.0 9.39.0
vercel 48.7.1 48.8.0
vite-plugin-vercel 9.0.7 9.0.8
@eslint/core 0.16.0 0.17.0
@octokit/endpoint 11.0.1 11.0.2
@octokit/graphql 9.0.2 9.0.3
@octokit/openapi-types 26.0.0 27.0.0
@octokit/request-error 7.0.1 7.0.2
@octokit/request 10.0.5 10.0.6
@octokit/types 15.0.2 16.0.0
@vercel/next 4.14.1 4.15.0
@vercel/routing-utils 3.1.0 5.2.1
baseline-browser-mapping 2.8.21 2.8.23
caniuse-lite 1.0.30001751 1.0.30001753

Updates @octokit/core from 7.0.5 to 7.0.6

Release notes

Sourced from @​octokit/core's releases.

v7.0.6

7.0.6 (2025-10-31)

Bug Fixes

  • deps: update dependency @​octokit/types to v16 (#759) (951bd35)
Commits
  • 951bd35 fix(deps): update dependency @​octokit/types to v16 (#759)
  • 48961f8 ci(action): update peter-evans/create-or-update-comment action to v5 (#751)
  • f65e546 ci(action): update github/codeql-action action to v4 (#753)
  • c95a0d6 chore(deps): update dependency @​types/sinonjs__fake-timers to v15 (#756)
  • e0fcb16 ci(action): update actions/setup-node action to v6 (#754)
  • See full diff in compare view

Updates @octokit/plugin-paginate-rest from 13.2.1 to 14.0.0

Release notes

Sourced from @​octokit/plugin-paginate-rest's releases.

v14.0.0

14.0.0 (2025-10-31)

Features

  • add immutable releases, enterprise team membership, enterprise team organization endpoints (413e899)

BREAKING CHANGES

  • Remove GET /projects/{project_id}/columns
  • Remove GET /enterprises/{enterprise}/secret-scanning/alerts
Commits
  • 413e899 feat: add immutable releases, enterprise team membership, enterprise team org...
  • 3d311d6 chore(deps): update dependency @​types/node to v24 (#701)
  • See full diff in compare view

Updates @eslint/js from 9.38.0 to 9.39.0

Release notes

Sourced from @​eslint/js's releases.

v9.39.0

Features

  • cc57d87 feat: update error loc to key in no-dupe-class-members (#20259) (Tanuj Kanti)
  • 126552f feat: update error location in for-direction and no-dupe-args (#20258) (Tanuj Kanti)
  • 167d097 feat: update complexity rule to highlight only static block header (#20245) (jaymarvelz)

Bug Fixes

  • 15f5c7c fix: forward traversal step.args to visitors (#20253) (jaymarvelz)
  • 5a1a534 fix: allow JSDoc comments in object-shorthand rule (#20167) (Nitin Kumar)
  • e86b813 fix: Use more types from @​eslint/core (#20257) (Nicholas C. Zakas)
  • 927272d fix: correct Scope typings (#20198) (jaymarvelz)
  • 37f76d9 fix: use AST.Program type for Program node (#20244) (Francesco Trotta)
  • ae07f0b fix: unify timing report for concurrent linting (#20188) (jaymarvelz)
  • b165d47 fix: correct Rule typings (#20199) (jaymarvelz)
  • fb97cda fix: improve error message for missing fix function in suggestions (#20218) (jaymarvelz)

Documentation

  • d3e81e3 docs: Always recommend to include a files property (#20158) (Percy Ma)
  • 0f0385f docs: use consistent naming recommendation (#20250) (Alex M. Spieslechner)
  • a3b1456 docs: Update README (GitHub Actions Bot)
  • cf5f2dd docs: fix correct tag of no-useless-constructor (#20255) (Tanuj Kanti)
  • 10b995c docs: add TS options and examples for nofunc in no-use-before-define (#20249) (Tanuj Kanti)
  • 2584187 docs: remove repetitive word in comment (#20242) (reddaisyy)
  • 637216b docs: update CLI flags migration instructions (#20238) (jaymarvelz)
  • e7cda3b docs: Update README (GitHub Actions Bot)
  • 7b9446f docs: handle empty flags sections on the feature flags page (#20222) (sethamus)

Chores

  • dfe3c1b chore: update @eslint/js version to 9.39.0 (#20270) (Francesco Trotta)
  • 2375a6d chore: package.json update for @​eslint/js release (Jenkins)
  • a1f4e52 chore: update @eslint dependencies (#20265) (Francesco Trotta)
  • c7d3229 chore: update dependency @​eslint/core to ^0.17.0 (#20256) (renovate[bot])
  • 27549bc chore: update fuzz testing to not error if code sample minimizer fails (#20252) (Milos Djermanovic)
  • a1370ee ci: bump actions/setup-node from 5 to 6 (#20230) (dependabot[bot])
  • 9e7fad4 chore: add script to auto-generate eslint:recommended configuration (#20208) (唯然)
Commits
  • 2375a6d chore: package.json update for @​eslint/js release
  • 9e7fad4 chore: add script to auto-generate eslint:recommended configuration (#20208)
  • See full diff in compare view

Updates eslint from 9.38.0 to 9.39.0

Release notes

Sourced from eslint's releases.

v9.39.0

Features

  • cc57d87 feat: update error loc to key in no-dupe-class-members (#20259) (Tanuj Kanti)
  • 126552f feat: update error location in for-direction and no-dupe-args (#20258) (Tanuj Kanti)
  • 167d097 feat: update complexity rule to highlight only static block header (#20245) (jaymarvelz)

Bug Fixes

  • 15f5c7c fix: forward traversal step.args to visitors (#20253) (jaymarvelz)
  • 5a1a534 fix: allow JSDoc comments in object-shorthand rule (#20167) (Nitin Kumar)
  • e86b813 fix: Use more types from @​eslint/core (#20257) (Nicholas C. Zakas)
  • 927272d fix: correct Scope typings (#20198) (jaymarvelz)
  • 37f76d9 fix: use AST.Program type for Program node (#20244) (Francesco Trotta)
  • ae07f0b fix: unify timing report for concurrent linting (#20188) (jaymarvelz)
  • b165d47 fix: correct Rule typings (#20199) (jaymarvelz)
  • fb97cda fix: improve error message for missing fix function in suggestions (#20218) (jaymarvelz)

Documentation

  • d3e81e3 docs: Always recommend to include a files property (#20158) (Percy Ma)
  • 0f0385f docs: use consistent naming recommendation (#20250) (Alex M. Spieslechner)
  • a3b1456 docs: Update README (GitHub Actions Bot)
  • cf5f2dd docs: fix correct tag of no-useless-constructor (#20255) (Tanuj Kanti)
  • 10b995c docs: add TS options and examples for nofunc in no-use-before-define (#20249) (Tanuj Kanti)
  • 2584187 docs: remove repetitive word in comment (#20242) (reddaisyy)
  • 637216b docs: update CLI flags migration instructions (#20238) (jaymarvelz)
  • e7cda3b docs: Update README (GitHub Actions Bot)
  • 7b9446f docs: handle empty flags sections on the feature flags page (#20222) (sethamus)

Chores

  • dfe3c1b chore: update @eslint/js version to 9.39.0 (#20270) (Francesco Trotta)
  • 2375a6d chore: package.json update for @​eslint/js release (Jenkins)
  • a1f4e52 chore: update @eslint dependencies (#20265) (Francesco Trotta)
  • c7d3229 chore: update dependency @​eslint/core to ^0.17.0 (#20256) (renovate[bot])
  • 27549bc chore: update fuzz testing to not error if code sample minimizer fails (#20252) (Milos Djermanovic)
  • a1370ee ci: bump actions/setup-node from 5 to 6 (#20230) (dependabot[bot])
  • 9e7fad4 chore: add script to auto-generate eslint:recommended configuration (#20208) (唯然)
Commits

Updates vercel from 48.7.1 to 48.8.0

Release notes

Sourced from vercel's releases.

vercel@48.8.0

Minor Changes

  • Add TanStack Start framework preset (#14188)

  • [cli] adds vc curl beta command (#14170)

Patch Changes

Changelog

Sourced from vercel's changelog.

48.8.0

Minor Changes

  • Add TanStack Start framework preset (#14188)

  • [cli] adds vc curl beta command (#14170)

Patch Changes

Commits

Updates vite-plugin-vercel from 9.0.7 to 9.0.8

Commits

Updates @eslint/core from 0.16.0 to 0.17.0

Release notes

Sourced from @​eslint/core's releases.

config-array: v0.17.0

0.17.0 (2024-06-26)

⚠ BREAKING CHANGES

  • Allow escaping characters on Windows (#61)

Bug Fixes

  • Allow escaping characters on Windows (#61) (8501890)

core: v0.17.0

0.17.0 (2025-10-27)

Features

Bug Fixes

Changelog

Sourced from @​eslint/core's changelog.

0.17.0 (2025-10-27)

Features

Bug Fixes

Commits
Maintainer changes

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


Updates @octokit/endpoint from 11.0.1 to 11.0.2

Release notes

Sourced from @​octokit/endpoint's releases.

v11.0.2

11.0.2 (2025-10-30)

Bug Fixes

  • deps: update dependency @​octokit/types to v16 (#542) (6bf6418)
Commits
  • 6bf6418 fix(deps): update dependency @​octokit/types to v16 (#542)
  • c148b2e ci(action): update actions/checkout action to v5 (#528)
  • bd8aed1 ci(action): update github/codeql-action action to v4 (#536)
  • 75a7795 ci(action): update actions/setup-node action to v6 (#537)
  • 8fda990 chore(deps): update dependency prettier to v3.6.2 (#527)
  • ecce6b1 ci(action): update actions/setup-node action to v5 (#529)
  • See full diff in compare view

Updates @octokit/graphql from 9.0.2 to 9.0.3

Release notes

Sourced from @​octokit/graphql's releases.

v9.0.3

9.0.3 (2025-10-31)

Bug Fixes

  • deps: update dependency @​octokit/types to v16 (#676) (d5acce5)
Commits
  • d5acce5 fix(deps): update dependency @​octokit/types to v16 (#676)
  • db5b8fc build(deps): lock file maintenance (#670)
  • 6d34f9f ci(action): update github/codeql-action action to v4 (#671)
  • be6feba chore(deps): update dependency @​types/node to v24 (#675)
  • 59bbbbc ci(action): update peter-evans/create-or-update-comment action to v5 (#668)
  • 9014228 ci(action): update actions/setup-node action to v6 (#672)
  • 2e9c447 chore(deps): update dependency prettier to v3.6.2 (#661)
  • e31cf11 ci(action): update actions/setup-node action to v5 (#663)
  • 9989422 build(deps): lock file maintenance (#667)
  • See full diff in compare view

Updates @octokit/openapi-types from 26.0.0 to 27.0.0

Release notes

Sourced from @​octokit/openapi-types's releases.

v27.0.0

27.0.0 (2025-10-30)

Features

  • add GHES 3.18, immutable releases, enterprise team membership, enterprise team organization, custom runner images, many type additions and improvements (#479) (1e600e2)

BREAKING CHANGES

  • Several endpoints ID change
  • Removed endpoints
Commits
  • 1e600e2 feat: add GHES 3.18, immutable releases, enterprise team membership, enterpri...
  • See full diff in compare view

Updates @octokit/request-error from 7.0.1 to 7.0.2

Release notes

Sourced from @​octokit/request-error's releases.

v7.0.2

7.0.2 (2025-10-30)

Bug Fixes

  • deps: update dependency @​octokit/types to v16 (#533) (e5a75ef)
Commits
  • e5a75ef fix(deps): update dependency @​octokit/types to v16 (#533)
  • e5d5de2 chore(deps): update dependency @​types/node to v24 (#532)
  • 8cc127b ci(action): update actions/setup-node action to v6 (#529)
  • b3a876b build(deps): lock file maintenance (#527)
  • cf1817b ci(action): update github/codeql-action action to v4 (#528)
  • 61f1e87 chore(deps): update dependency tinybench to v5 (#519)
  • 9e12ca9 chore(deps): update dependency prettier to v3.6.2 (#516)
  • 9977ed5 build(deps): lock file maintenance (#524)
  • 39fca6d ci(action): update actions/checkout action to v5 (#518)
  • daeef6b ci(action): update actions/setup-node action to v5 (#520)
  • See full diff in compare view

Updates @octokit/request from 10.0.5 to 10.0.6

Release notes

Sourced from @​octokit/request's releases.

v10.0.6

10.0.6 (2025-10-30)

Bug Fixes

  • deps: update dependency @​octokit/types to v16 (#783) (1aeac56)
Commits
  • 1aeac56 fix(deps): update dependency @​octokit/types to v16 (#783)
  • b5b08a2 ci(action): update actions/setup-node action to v6 (#779)
  • 9a78123 chore(deps): update dependency @​types/node to v24 (#782)
  • See full diff in compare view

Updates @octokit/types from 15.0.2 to 16.0.0

Release notes

Sourced from @​octokit/types's releases.

v16.0.0

16.0.0 (2025-10-30)

Features

  • add immutable releases, enterprise team membership, enterprise team organization, custom runner images, many type additions and improvements (#693) (dc1ceeb)

BREAKING CHANGES

  • Removed endpoints
Commits
  • dc1ceeb feat: add immutable releases, enterprise team membership, enterprise team org...
  • See full diff in compare view

Updates @vercel/next from 4.14.1 to 4.15.0

Release notes

Sourced from @​vercel/next's releases.

@​vercel/next@​4.15.0

Minor Changes

  • Update functions size threshold when using Bun as a runtime (#14171)
Changelog

Sourced from @​vercel/next's changelog.

4.15.0

Minor Changes

  • Update functions size threshold when using Bun as a runtime (#14171)
Commits

Updates @vercel/routing-utils from 3.1.0 to 5.2.1

Release notes

Sourced from @​vercel/routing-utils's releases.

@​vercel/routing-utils@​5.2.1

Patch Changes

  • Add experimental support for routes.json (#14138)
Changelog

Sourced from @​vercel/routing-utils's changelog.

5.2.1

Patch Changes

  • Add experimental support for routes.json (#14138)

5.2.0

Minor Changes

  • support bulk redirects in routing-utils (#14032)

Patch Changes

  • fix: support underscores in named capture groups for routing patterns (#14017)

5.1.1

Patch Changes

  • Reverting support for preferredRegion (#13566)

5.1.0

Minor Changes

  • Change where validation on the routing array happens (schema to api) (#13476)

5.0.8

Patch Changes

  • support transform rules in vercel.json (#13464)

5.0.7

Patch Changes

  • Fixed TS literal type inference for compatibility with json-schema-to-ts (#13446)

5.0.6

Patch Changes

  • Adds support for conditionValues for has and missing and mitigate in your vercel.json file. (#13409)

5.0.5

Patch Changes

... (truncated)

Commits

Updates baseline-browser-mapping from 2.8.21 to 2.8.23

Commits
  • e546c81 Patch to 2.8.23 because browser or feature data changed
  • 6e39da2 Browser or feature data changed
  • f2f8ebc Updating static site
  • 72b38f8 Patch to 2.8.22 because browser or feature data changed
  • 8f7b7c6 Browser or feature data changed
  • b156893 Updating static site
  • See full diff in compare view

Updates caniuse-lite from 1.0.30001751 to 1.0.30001753

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

Bumps the packages group with 17 updates:

| Package | From | To |
| --- | --- | --- |
| [@octokit/core](https://github.com/octokit/core.js) | `7.0.5` | `7.0.6` |
| [@octokit/plugin-paginate-rest](https://github.com/octokit/plugin-paginate-rest.js) | `13.2.1` | `14.0.0` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.38.0` | `9.39.0` |
| [eslint](https://github.com/eslint/eslint) | `9.38.0` | `9.39.0` |
| [vercel](https://github.com/vercel/vercel/tree/HEAD/packages/cli) | `48.7.1` | `48.8.0` |
| [vite-plugin-vercel](https://github.com/magne4000/vite-plugin-vercel) | `9.0.7` | `9.0.8` |
| [@eslint/core](https://github.com/eslint/rewrite/tree/HEAD/packages/core) | `0.16.0` | `0.17.0` |
| [@octokit/endpoint](https://github.com/octokit/endpoint.js) | `11.0.1` | `11.0.2` |
| [@octokit/graphql](https://github.com/octokit/graphql.js) | `9.0.2` | `9.0.3` |
| [@octokit/openapi-types](https://github.com/octokit/openapi-types.ts/tree/HEAD/packages/openapi-types) | `26.0.0` | `27.0.0` |
| [@octokit/request-error](https://github.com/octokit/request-error.js) | `7.0.1` | `7.0.2` |
| [@octokit/request](https://github.com/octokit/request.js) | `10.0.5` | `10.0.6` |
| [@octokit/types](https://github.com/octokit/types.ts) | `15.0.2` | `16.0.0` |
| [@vercel/next](https://github.com/vercel/vercel/tree/HEAD/packages/next) | `4.14.1` | `4.15.0` |
| [@vercel/routing-utils](https://github.com/vercel/vercel/tree/HEAD/packages/routing-utils) | `3.1.0` | `5.2.1` |
| [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping) | `2.8.21` | `2.8.23` |
| [caniuse-lite](https://github.com/browserslist/caniuse-lite) | `1.0.30001751` | `1.0.30001753` |


Updates `@octokit/core` from 7.0.5 to 7.0.6
- [Release notes](https://github.com/octokit/core.js/releases)
- [Commits](octokit/core.js@v7.0.5...v7.0.6)

Updates `@octokit/plugin-paginate-rest` from 13.2.1 to 14.0.0
- [Release notes](https://github.com/octokit/plugin-paginate-rest.js/releases)
- [Commits](octokit/plugin-paginate-rest.js@v13.2.1...v14.0.0)

Updates `@eslint/js` from 9.38.0 to 9.39.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/commits/v9.39.0/packages/js)

Updates `eslint` from 9.38.0 to 9.39.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.38.0...v9.39.0)

Updates `vercel` from 48.7.1 to 48.8.0
- [Release notes](https://github.com/vercel/vercel/releases)
- [Changelog](https://github.com/vercel/vercel/blob/main/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/vercel/vercel/commits/vercel@48.8.0/packages/cli)

Updates `vite-plugin-vercel` from 9.0.7 to 9.0.8
- [Commits](https://github.com/magne4000/vite-plugin-vercel/commits)

Updates `@eslint/core` from 0.16.0 to 0.17.0
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/packages/core/CHANGELOG.md)
- [Commits](https://github.com/eslint/rewrite/commits/core-v0.17.0/packages/core)

Updates `@octokit/endpoint` from 11.0.1 to 11.0.2
- [Release notes](https://github.com/octokit/endpoint.js/releases)
- [Commits](octokit/endpoint.js@v11.0.1...v11.0.2)

Updates `@octokit/graphql` from 9.0.2 to 9.0.3
- [Release notes](https://github.com/octokit/graphql.js/releases)
- [Commits](octokit/graphql.js@v9.0.2...v9.0.3)

Updates `@octokit/openapi-types` from 26.0.0 to 27.0.0
- [Release notes](https://github.com/octokit/openapi-types.ts/releases)
- [Commits](https://github.com/octokit/openapi-types.ts/commits/v27.0.0/packages/openapi-types)

Updates `@octokit/request-error` from 7.0.1 to 7.0.2
- [Release notes](https://github.com/octokit/request-error.js/releases)
- [Commits](octokit/request-error.js@v7.0.1...v7.0.2)

Updates `@octokit/request` from 10.0.5 to 10.0.6
- [Release notes](https://github.com/octokit/request.js/releases)
- [Commits](octokit/request.js@v10.0.5...v10.0.6)

Updates `@octokit/types` from 15.0.2 to 16.0.0
- [Release notes](https://github.com/octokit/types.ts/releases)
- [Commits](octokit/types.ts@v15.0.2...v16.0.0)

Updates `@vercel/next` from 4.14.1 to 4.15.0
- [Release notes](https://github.com/vercel/vercel/releases)
- [Changelog](https://github.com/vercel/vercel/blob/main/packages/next/CHANGELOG.md)
- [Commits](https://github.com/vercel/vercel/commits/@vercel/next@4.15.0/packages/next)

Updates `@vercel/routing-utils` from 3.1.0 to 5.2.1
- [Release notes](https://github.com/vercel/vercel/releases)
- [Changelog](https://github.com/vercel/vercel/blob/main/packages/routing-utils/CHANGELOG.md)
- [Commits](https://github.com/vercel/vercel/commits/@vercel/routing-utils@5.2.1/packages/routing-utils)

Updates `baseline-browser-mapping` from 2.8.21 to 2.8.23
- [Release notes](https://github.com/web-platform-dx/baseline-browser-mapping/releases)
- [Commits](web-platform-dx/baseline-browser-mapping@v2.8.21...v2.8.23)

Updates `caniuse-lite` from 1.0.30001751 to 1.0.30001753
- [Commits](browserslist/caniuse-lite@1.0.30001751...1.0.30001753)

---
updated-dependencies:
- dependency-name: "@octokit/core"
  dependency-version: 7.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: "@octokit/plugin-paginate-rest"
  dependency-version: 14.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: packages
- dependency-name: "@eslint/js"
  dependency-version: 9.39.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: eslint
  dependency-version: 9.39.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: vercel
  dependency-version: 48.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: vite-plugin-vercel
  dependency-version: 9.0.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: "@eslint/core"
  dependency-version: 0.17.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: "@octokit/endpoint"
  dependency-version: 11.0.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: "@octokit/graphql"
  dependency-version: 9.0.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: "@octokit/openapi-types"
  dependency-version: 27.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: packages
- dependency-name: "@octokit/request-error"
  dependency-version: 7.0.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: "@octokit/request"
  dependency-version: 10.0.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: "@octokit/types"
  dependency-version: 16.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: packages
- dependency-name: "@vercel/next"
  dependency-version: 4.15.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: packages
- dependency-name: "@vercel/routing-utils"
  dependency-version: 5.2.1
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: packages
- dependency-name: baseline-browser-mapping
  dependency-version: 2.8.23
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: caniuse-lite
  dependency-version: 1.0.30001753
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot assigned poad Nov 2, 2025
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 2, 2025
@vercel
Copy link

vercel bot commented Nov 2, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
github-rest-api-executor Error Error Nov 2, 2025 10:29pm

@github-actions github-actions bot merged commit 45c2f28 into main Nov 2, 2025
3 of 5 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/packages-e07303f6b2 branch November 2, 2025 22:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants