Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 17, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
@iconify-json/lucide ^1.2.73 -> ^1.2.74 age confidence dependencies patch
@iconify-json/vscode-icons ^1.2.35 -> ^1.2.36 age confidence dependencies patch
@vitejs/plugin-vue (source) ^6.0.1 -> ^6.0.2 age confidence devDependencies patch
actions/checkout v5.0.0 -> v5.0.1 age confidence action patch
better-sqlite3 ^12.4.1 -> ^12.4.6 age confidence dependencies patch
joi ^18.0.1 -> ^18.0.2 age confidence dependencies patch
pnpm (source) 10.22.0 -> 10.23.0 age confidence packageManager minor
unplugin (source) ^2.3.10 -> ^2.3.11 age confidence dependencies patch
vite (source) ^7.1.12 -> ^7.2.4 age confidence devDependencies patch
wrangler (source) ^4.47.0 -> ^4.50.0 age confidence devDependencies minor

Release Notes

vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v6.0.2

Bug Fixes
Miscellaneous Chores
actions/checkout (actions/checkout)

v5.0.1

Compare Source

What's Changed

Full Changelog: actions/checkout@v5...v5.0.1

WiseLibs/better-sqlite3 (better-sqlite3)

v12.4.6

Compare Source

What's Changed

Full Changelog: WiseLibs/better-sqlite3@v12.4.5...v12.4.6

v12.4.5

Compare Source

What's Changed

Full Changelog: WiseLibs/better-sqlite3@v12.4.4...v12.4.5

hapijs/joi (joi)

v18.0.2

Compare Source

pnpm/pnpm (pnpm)

v10.23.0: pnpm 10.23

Compare Source

Minor Changes

  • Added --lockfile-only option to pnpm list #​10020.

Patch Changes

  • pnpm self-update should download pnpm from the configured npm registry #​10205.
  • pnpm self-update should always install the non-executable pnpm package (pnpm in the registry) and never the @pnpm/exe package, when installing v11 or newer. We currently cannot ship @pnpm/exe as pkg doesn't work with ESM #​10190.
  • Node.js runtime is not added to "dependencies" on pnpm add, if there's a engines.runtime setting declared in package.json #​10209.
  • The installation should fail if an optional dependency cannot be installed due to a trust policy check failure #​10208.
  • pnpm list and pnpm why now display npm: protocol for aliased packages (e.g., foo npm:[email protected]) #​8660.
  • Don't add an extra slash to the Node.js mirror URL #​10204.
  • pnpm store prune should not fail if the store contains Node.js packages #​10131.

Platinum Sponsors

Bit

Gold Sponsors

Discord CodeRabbit Workleap
Stackblitz Vite
unjs/unplugin (unplugin)

v2.3.11

Compare Source

   🚀 Features
    View changes on GitHub
vitejs/vite (vite)

v7.2.4

Compare Source

Bug Fixes

v7.2.3

Compare Source

Bug Fixes
Performance Improvements
Miscellaneous Chores
cloudflare/workers-sdk (wrangler)

v4.50.0

Compare Source

Minor Changes
  • #​11219 524a6e5 Thanks @​Ltadrian! - Implement Hyperdrive binding TLS miniflare proxy. This will allow for wrangler dev hyperdrive bindings to connect to external
    databases that require TLS.

  • #​11233 c922a81 Thanks @​emily-shen! - Add containers.unsafe to allow internal users to use additional container features

Patch Changes

v4.49.1

Compare Source

Patch Changes

v4.49.0

Compare Source

Minor Changes
  • #​10703 c5c4ee5 Thanks @​danlapid! - Add support for streaming tail consumers in local dev. This is an experimental new feature that allows you to register a tailStream() handler (compared to the existing tail() handler), which will receive streamed tail events from your Worker (compared to the tail() handler, which only receives batched events after your Worker has finished processing).

  • #​11251 7035804 Thanks @​penalosa! - When the WRANGLER_HIDE_BANNER environment variable is provided, Wrangler will no longer display a version banner. This applies to all commands.

    For instance, previously running wrangler docs would give the following output:

    > wrangler docs
     ⛅️ wrangler 4.47.0
    ───────────────────
    Opening a link in your default browser: https://developers.cloudflare.com/workers/wrangler/commands/
    

    With WRANGLER_HIDE_BANNER, this is now:

    > WRANGLER_HIDE_BANNER=true wrangler docs
    Opening a link in your default browser: https://developers.cloudflare.com/workers/wrangler/commands/
    
  • #​11285 d014fa7 Thanks @​vicb! - Implement the wrangler r2 bulk put bucket-name --filename list.json command.

    The command uploads multiple objects to an R2 bucket.

    The list of object is provided as a JSON encoded file via --filename. It is a list of key and file (respectively the name and the content for the object).

    [
      { "key": "/path/to/obj", "file": "/path/to/file_1"},
      { "key": "/path/to/other/obj", "file": "/path/to/file_2"},
      // ...
    ]
    

    Uploads are executed concurrently and the level of concurrency can be set via --concurrency.

    The command supports the same options as wrangler r2 object put, minus --file, and --pipe and plus --concurrency

  • #​11268 15b8460 Thanks @​penalosa! - Support SvelteKit projects in autoconfig

  • #​11258 2011b6a Thanks @​dario-piotrowicz! - Add --dry-run flag to wrangler setup and also a dryRun option to runAutoConfig

Patch Changes

v4.48.0

Compare Source

Minor Changes
  • #​11212 3908162 Thanks @​dario-piotrowicz! - Add autoconfig changes summary for wrangler deploy --x-autoconfig with the option for users to cancel the operation

  • #​11229 14d79f2 Thanks @​dario-piotrowicz! - Enables experimental-deploy-remote-diff-check flag by default (the flag is still present for now so that users can turn it off if needed) and improves the remote config diffing logic (to include less noise in the diff presented to the user)

  • #​11245 dfc6513 Thanks @​vicb! - Change how Wrangler selects default ports for dev sessions.

    If no port is specified, Wrangler now probes the default port and the 10 consecutive ports after it before falling back to a random port.
    This will help getting a stable port number across dev sessions.
    Both the http server and inspector ports are affected.

Patch Changes

Configuration

📅 Schedule: Branch creation - "on Monday" (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.

@renovate renovate bot requested a review from benjamincanac as a code owner November 17, 2025 11:14
@github-actions github-actions bot added the v3 #1289 label Nov 17, 2025
@pkg-pr-new
Copy link

pkg-pr-new bot commented Nov 17, 2025

npm i https://pkg.pr.new/@nuxt/ui@5475

commit: 6864acf

@renovate renovate bot changed the title chore(deps): update devdependency vite to ^7.2.2 (v3) chore(deps): update all non-major dependencies (v3) Nov 17, 2025
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from 04992b4 to a77ec87 Compare November 17, 2025 16:46
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from a77ec87 to 1a5c7ff Compare November 18, 2025 16:47
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from 1a5c7ff to 343b3d9 Compare November 19, 2025 06:39
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from 343b3d9 to 2836034 Compare November 19, 2025 17:31
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from 2836034 to 006ee57 Compare November 20, 2025 10:42
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from 006ee57 to 91f8ba4 Compare November 20, 2025 16:54
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from 91f8ba4 to 22e888e Compare November 21, 2025 02:45
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from 22e888e to aa62f2c Compare November 21, 2025 06:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

v3 #1289

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant