Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 24, 2025

This PR contains the following updates:

Package Change Age Confidence
@octokit/request 10.0.5 -> 10.0.7 age confidence
@octokit/request-error 7.0.1 -> 7.1.0 age confidence
@octokit/types 15.0.0 -> 15.0.2 age confidence
@vercel/edge-config (source) 1.4.0 -> 1.4.3 age confidence
@vercel/node (source) 5.3.26 -> 5.5.13 age confidence
eslint (source) 9.37.0 -> 9.39.1 age confidence
prettier (source) 3.6.2 -> 3.7.2 age confidence
rimraf 6.0.1 -> 6.1.2 age confidence
typescript-eslint (source) 8.46.0 -> 8.48.0 age confidence
vercel (source) 48.2.9 -> 48.12.0 age confidence
yarn (source) 4.10.3 -> 4.12.0 age confidence

Release Notes

octokit/request.js (@​octokit/request)

v10.0.7

Compare Source

Bug Fixes

v10.0.6

Compare Source

Bug Fixes
octokit/request-error.js (@​octokit/request-error)

v7.1.0

Compare Source

Features
  • inherit options from base Error class to add support for the cause property (#​535/#​536) (2ea2780)

v7.0.2

Compare Source

Bug Fixes
octokit/types.ts (@​octokit/types)

v15.0.2

Compare Source

Bug Fixes
  • update generated file & update dependency node to v24 (#​691) (f5f5743)

v15.0.1

Compare Source

Bug Fixes
vercel/storage (@​vercel/edge-config)

v1.4.3

Compare Source

Patch Changes
  • 1dee5ab: Support Next.js v16 Cache Components even within proxy.ts (fka middleware.ts) - see #​890

    The @vercel/edge-config v1.4.1 release added support for Next.js v16 cacheComponents, but did not support using @vercel/edge-config in Next.js's proxy.ts (fka middleware.ts) when the cacheComponents flag was enabled in next.config.ts. This releases fixes this issue so @vercel/edge-config can be used in any server side context in Next.js again.

v1.4.2

Patch Changes

v1.4.1

Patch Changes
vercel/vercel (@​vercel/node)

v5.5.13

Compare Source

Patch Changes

v5.5.12

Compare Source

Patch Changes

v5.5.11

Compare Source

Patch Changes

v5.5.10

Compare Source

Patch Changes

v5.5.9

Compare Source

Patch Changes

v5.5.8

Compare Source

Patch Changes

v5.5.7

Compare Source

Patch Changes

v5.5.6

Compare Source

Patch Changes

v5.5.5

Compare Source

Patch Changes

v5.5.4

Compare Source

Patch Changes

v5.5.3

Compare Source

Patch Changes

v5.5.2

Compare Source

Patch Changes

v5.5.1

Compare Source

Patch Changes

v5.5.0

Compare Source

Minor Changes
  • Add support for Bun through a vercel.json property (#​14130)
Patch Changes

v5.4.1

Compare Source

Patch Changes
  • Ensure vc dev uses project-level ts when available (#​14115)

v5.4.0

Compare Source

Minor Changes
Patch Changes
eslint/eslint (eslint)

v9.39.1

Compare Source

v9.39.0

Compare Source

v9.38.0

Compare Source

Features

  • ce40f74 feat: update complexity rule to only highlight function header (#​20048) (Atul Nair)
  • e37e590 feat: correct no-loss-of-precision false positives with e notation (#​20187) (Francesco Trotta)

Bug Fixes

  • 50c3dfd fix: improve type support for isolated dependencies in pnpm (#​20201) (Francesco Trotta)
  • a1f06a3 fix: correct SourceCode typings (#​20114) (Pixel998)

Documentation

  • 462675a docs: improve web accessibility by hiding non-semantic character (#​20205) (루밀LuMir)
  • c070e65 docs: correct formatting in no-irregular-whitespace rule documentation (#​20203) (루밀LuMir)
  • b39e71a docs: Update README (GitHub Actions Bot)
  • cd39983 docs: move custom-formatters type descriptions to nodejs-api (#​20190) (Percy Ma)

Chores

prettier/prettier (prettier)

v3.7.2

Compare Source

diff

JavaScript: Fix string print when switching quotes (#​18351 by @​fisker)
// Input
console.log("A descriptor\\'s .kind must be \"method\" or \"field\".")

// Prettier 3.7.1
console.log('A descriptor\\'s .kind must be "method" or "field".');

// Prettier 3.7.2
console.log('A descriptor\\\'s .kind must be "method" or "field".');
JavaScript: Preserve quote for embedded HTML attribute values (#​18352 by @​kovsu)
// Input
const html = /* HTML */ ` <div class="${styles.banner}"></div> `;

// Prettier 3.7.1
const html = /* HTML */ ` <div class=${styles.banner}></div> `;

// Prettier 3.7.2
const html = /* HTML */ ` <div class="${styles.banner}"></div> `;
TypeScript: Fix comment in empty type literal (#​18364 by @​fisker)
// Input
export type XXX = {
  // tbd
};

// Prettier 3.7.1
export type XXX = { // tbd };

// Prettier 3.7.2
export type XXX = {
  // tbd
};

v3.7.1

Compare Source

diff

API: Fix performance regression in doc printer (#​18342 by @​fisker)

Prettier 3.7.1 can be very slow when formatting big files, the regression has been fixed.

v3.7.0

Compare Source

diff

🔗 Release Notes

isaacs/rimraf (rimraf)

v6.1.2

Compare Source

v6.1.1

Compare Source

v6.1.0

Compare Source

typescript-eslint/typescript-eslint (typescript-eslint)

v8.48.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.47.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.46.4

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.46.3

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.46.2

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.46.1

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

vercel/vercel (vercel)

v48.12.0

Compare Source

Minor Changes

v48.11.1

Compare Source

Patch Changes

v48.11.0

Compare Source

Minor Changes
  • Prompt to pull environment variables after successful project linking (#​13697)
Patch Changes
  • Enable @vercel/rust cli fs detection (#​14330)

v48.10.14

Compare Source

Patch Changes

v48.10.13

Compare Source

Patch Changes

v48.10.12

Compare Source

Patch Changes

v48.10.11

Compare Source

Patch Changes

v48.10.10

Compare Source

Patch Changes

v48.10.9

Compare Source

Patch Changes

v48.10.8

Compare Source

Patch Changes

v48.10.7

Compare Source

Patch Changes
  • Support python builder for manual routes (#​14319)

  • prefer the first production alias for vercel curl when no deployment is provided (#​14307)

v48.10.6

Compare Source

Patch Changes
  • Bugfix: stop streaming logs after successful deploy (#​14321)

v48.10.5

Compare Source

Patch Changes

v48.10.4

Compare Source

Patch Changes

v48.10.3

Compare Source

Patch Changes

v48.10.2

Compare Source

Patch Changes
  • Fix issue where manual routes was checking wrong path for routes.json (#​14266)

v48.10.1

Compare Source

Patch Changes

v48.10.0

Compare Source

Minor Changes
  • Adding in command vc open, to open project in browser (#​14237)

v48.9.2

Compare Source

Patch Changes

v48.9.1

Compare Source

Patch Changes

v48.9.0

Compare Source

Minor Changes
  • Add vercel httpstat command for HTTP timing visualization. This new command provides beautiful timing statistics for Vercel deployments, wrapping the httpstat tool with automatic deployment URL resolution and protection bypass handling. (#​14195)
Patch Changes

v48.8.2

Compare Source

Patch Changes
  • Add fastify as a direct dependency (#​14202)

v48.8.1

Compare Source

Patch Changes

v48.8.0

Compare Source

Minor Changes
  • Add TanStack Start framework preset (#​14188)

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

Patch Changes

v48.7.1

Compare Source

Patch Changes

v48.7.0

Compare Source

Minor Changes
  • [cli] add new commands vercel cache invalidate --srcimg (#​14169)

v48.6.7

Compare Source

Patch Changes
  • Updated dependencies [[`f843

Configuration

📅 Schedule: Branch creation - "every 2 weeks on friday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@vercel
Copy link

vercel bot commented Oct 24, 2025

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

Project Deployment Preview Comments Updated (UTC)
gh-discord-middleware Ready Ready Preview Comment Nov 28, 2025 9:59pm

@renovate renovate bot force-pushed the renovate/all-non-major branch from e7e6ce9 to ccaddb2 Compare October 24, 2025 21:53
@renovate renovate bot force-pushed the renovate/all-non-major branch from ccaddb2 to 6660a37 Compare October 28, 2025 18:14
@renovate renovate bot force-pushed the renovate/all-non-major branch from 6660a37 to f69edac Compare October 28, 2025 23:06
@renovate renovate bot force-pushed the renovate/all-non-major branch from f69edac to 02b6989 Compare October 29, 2025 14:47
@renovate renovate bot force-pushed the renovate/all-non-major branch from 02b6989 to 3ca0bfc Compare October 30, 2025 00:43
@renovate renovate bot force-pushed the renovate/all-non-major branch from 3ca0bfc to 6b2956b Compare October 30, 2025 17:09
@renovate renovate bot force-pushed the renovate/all-non-major branch from 6b2956b to ba016eb Compare October 30, 2025 23:49
@renovate renovate bot force-pushed the renovate/all-non-major branch from ba016eb to bf94fde Compare October 31, 2025 04:53
@renovate renovate bot force-pushed the renovate/all-non-major branch from bf94fde to bb9aff2 Compare October 31, 2025 20:05
@renovate renovate bot force-pushed the renovate/all-non-major branch from bb9aff2 to 3a93340 Compare October 31, 2025 22:56
@renovate renovate bot force-pushed the renovate/all-non-major branch from 3a93340 to 1db6002 Compare November 3, 2025 19:50
@renovate renovate bot force-pushed the renovate/all-non-major branch from 1db6002 to 6b4ca52 Compare November 3, 2025 22:55
@renovate renovate bot force-pushed the renovate/all-non-major branch from 6b4ca52 to 57dc9ae Compare November 7, 2025 19:50
@renovate renovate bot force-pushed the renovate/all-non-major branch from 57dc9ae to d28d084 Compare November 10, 2025 20:43
@renovate renovate bot force-pushed the renovate/all-non-major branch from fcce76f to bb6a22f Compare November 20, 2025 14:07
@renovate renovate bot force-pushed the renovate/all-non-major branch from bb6a22f to 1a407ed Compare November 20, 2025 22:01
@renovate renovate bot force-pushed the renovate/all-non-major branch from 1a407ed to 1640cc6 Compare November 21, 2025 16:40
@renovate renovate bot force-pushed the renovate/all-non-major branch from 1640cc6 to 0ca6e95 Compare November 21, 2025 21:50
@renovate renovate bot force-pushed the renovate/all-non-major branch from 0ca6e95 to 5159fe1 Compare November 22, 2025 02:25
@renovate renovate bot force-pushed the renovate/all-non-major branch from 5159fe1 to fa3409e Compare November 23, 2025 12:32
@renovate renovate bot force-pushed the renovate/all-non-major branch from fa3409e to 1ecf42b Compare November 24, 2025 18:52
@renovate renovate bot force-pushed the renovate/all-non-major branch from 1ecf42b to 9c47c9a Compare November 25, 2025 18:27
@renovate renovate bot force-pushed the renovate/all-non-major branch from 9c47c9a to 212ed48 Compare November 25, 2025 22:00
@renovate renovate bot force-pushed the renovate/all-non-major branch from 212ed48 to dfb84e0 Compare November 26, 2025 12:40
@renovate renovate bot force-pushed the renovate/all-non-major branch from dfb84e0 to 1083ab0 Compare November 27, 2025 10:13
@renovate renovate bot force-pushed the renovate/all-non-major branch from 1083ab0 to 348d1a7 Compare November 27, 2025 17:39
@renovate renovate bot force-pushed the renovate/all-non-major branch from 348d1a7 to 6b1aa35 Compare November 28, 2025 00:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant