Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 11, 2025

This PR contains the following updates:

Package Change Age Confidence
@iconify-json/lucide ^1.2.62 -> ^1.2.64 age confidence
@iconify-json/simple-icons ^1.2.47 -> ^1.2.49 age confidence
@iconify-json/vscode-icons ^1.2.29 -> ^1.2.30 age confidence
@nuxt/eslint-config (source) ^1.8.0 -> ^1.9.0 age confidence
@vueuse/core (source) ^13.6.0 -> ^13.7.0 age confidence
@vueuse/integrations (source) ^13.6.0 -> ^13.7.0 age confidence
@vueuse/nuxt (source) ^13.6.0 -> ^13.7.0 age confidence
embla-carousel-wheel-gestures ^8.0.2 -> ^8.1.0 age confidence
eslint (source) ^9.33.0 -> ^9.34.0 age confidence
joi ^18.0.0 -> ^18.0.1 age confidence
magic-string ^0.30.17 -> ^0.30.18 age confidence
mlly ^1.7.4 -> ^1.8.0 age confidence
pnpm (source) 10.14.0 -> 10.15.0 age confidence
unplugin (source) ^2.3.5 -> ^2.3.8 age confidence
vue (source) ^3.5.18 -> ^3.5.20 age confidence
workers-ai-provider ^0.7.2 -> ^0.7.5 age confidence
wrangler (source) ^4.28.1 -> ^4.32.0 age confidence
zod (source) ^4.0.17 -> ^4.1.1 age confidence

Release Notes

nuxt/eslint (@​nuxt/eslint-config)

v1.9.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vueuse/vueuse (@​vueuse/core)

v13.7.0

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub
xiel/embla-carousel-wheel-gestures (embla-carousel-wheel-gestures)

v8.1.0

Compare Source

What's Changed

  • feat: improved rubberband when scrolling outside of boundaries (fixed #​208)
  • fix: plugin is also exported as default
  • chore(deps): bump base-x from 3.0.9 to 3.0.11 by @​dependabot[bot] in #​216

Full Changelog: xiel/embla-carousel-wheel-gestures@v8.0.5...v8.1.0

v8.0.5

Compare Source

  • fixed: Build error with Svelte #​219
    • added exports field to package json with paths for types, require and import
    • set WheelGesturesPlugin as default export
"exports": {
    ".": {
      "import": "./dist/embla-carousel-wheel-gestures.esm.js",
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
}

Full Changelog: xiel/embla-carousel-wheel-gestures@v8.0.4...v8.0.5

v8.0.4

Compare Source

v8.0.3

Compare Source

eslint/eslint (eslint)

v9.34.0

Compare Source

hapijs/joi (joi)

v18.0.1

Compare Source

rich-harris/magic-string (magic-string)

v0.30.18

Compare Source

Bug Fixes
unjs/mlly (mlly)

v1.8.0

Compare Source

compare changes

🚀 Enhancements
  • Support export default class in declaration exports (#​320)
🔥 Performance
  • Improve regexp performance with non-capturing groups (#​314)
🩹 Fixes
  • findExports: Exclude parameter names from function declaration export names (#​319)
🏡 Chore
❤️ Contributors
pnpm/pnpm (pnpm)

v10.15.0

Compare Source

Minor Changes
  • Added the cleanupUnusedCatalogs configuration. When set to true, pnpm will remove unused catalog entries during installation #​9793.
  • Automatically load pnpmfiles from config dependencies that are named @*/pnpm-plugin-* #​9780.
  • pnpm config get now prints an INI string for an object value #​9797.
  • pnpm config get now accepts property paths (e.g. pnpm config get catalog.react, pnpm config get .catalog.react, pnpm config get 'packageExtensions["@​babel/parser"].peerDependencies["@​babel/types"]'), and pnpm config set now accepts dot-leading or subscripted keys (e.g. pnpm config set .ignoreScripts true).
  • pnpm config get --json now prints a JSON serialization of config value, and pnpm config set --json now parses the input value as JSON.
Patch Changes
  • Semi-breaking. When automatically installing missing peer dependencies, prefer versions that are already present in the direct dependencies of the root workspace package #​9835.
  • When executing the pnpm create command, must verify whether the node version is supported even if a cache already exists #​9775.
  • When making requests for the non-abbreviated packument, add */* to the Accept header to avoid getting a 406 error on AWS CodeArtifact #​9862.
  • The standalone exe version of pnpm works with glibc 2.26 again #​9734.
  • Fix a regression in which pnpm dlx pkg --help doesn't pass --help to pkg #​9823.
unjs/unplugin (unplugin)

v2.3.8

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.3.7

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.3.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
vuejs/core (vue)

v3.5.20

Compare Source

Bug Fixes

v3.5.19

Compare Source

Bug Fixes
cloudflare/ai (workers-ai-provider)

v0.7.5

Compare Source

Patch Changes

v0.7.4

Compare Source

Patch Changes

v0.7.3

Compare Source

Patch Changes
cloudflare/workers-sdk (wrangler)

v4.32.0

Compare Source

Minor Changes
  • #​10354 da40571 Thanks @​edmundhung! - Enable cross-process communication for wrangler dev with multiple config files

    Workers running in separate wrangler dev sessions can now communicate with each other regardless of whether you are running with single or multiple config files.

    Check out the Developing with multiple Workers guide to learn more about the different approaches and when to use each one.

  • #​10012 4728c68 Thanks @​penalosa! - Support unsafe dynamic worker loading bindings

Patch Changes
  • #​10245 d304055 Thanks @​edmundhung! - Migrate wrangler dev to use Miniflare dev registry implementation

    Updated wrangler dev to use a shared dev registry implementation that now powers both the Cloudflare Vite plugin and Wrangler. This internal refactoring has no user-facing changes but consolidates registry logic for better consistency across tools.

  • #​10407 f534c0d Thanks @​emily-shen! - default containers.rollout_active_grace_period to 0

  • #​10425 0a96e69 Thanks @​dario-piotrowicz! - Fix debugging logs not including headers for CF API requests and responses

    Fix the fact that wrangler, when run with the WRANGLER_LOG=DEBUG and WRANGLER_LOG_SANITIZE=false environment variables, displays {} instead of the actual headers for requests and responses for CF API fetches

  • #​10337 f9f7519 Thanks @​emily-shen! - containers: rollout_step_percentage now also accepts an array of numbers. Previously it accepted a single number, and each rollout step would target the same percentage of instances. Now users can customise percentages for each step.

    rollout_step_percentage also now defaults to [10,100] (previously 25), which should make rollouts progress slightly faster.

    You can also use wrangler deploy --containers-rollout=immediate to override rollout settings in Wrangler configuration and update all instances in one step. Note this doesn't override rollout_active_grace_period if configured.

  • Updated dependencies [4728c68]:

v4.31.0

Compare Source

Minor Changes
  • #​10314 9b09751 Thanks @​dario-piotrowicz! - Show possible local vs. dashboard diff information on deploys

    When re-deploying a Worker using wrangler deploy, if the configuration has been modified in the Cloudflare dashboard, the local configuration will overwrite the remote one. This can lead to unexpected results for users. To address this, currently wrangler deploy warns users about potential configuration overrides (without presenting them) and prompts them to confirm whether they want to proceed.

    The changes here improve the above flow in the following way:

    • If the local changes only add new configurations (without modifying or removing existing ones), the deployment proceeds automatically without warnings or prompts, as these changes are non-destructive and safe.
    • If the local changes modify or remove existing configurations, wrangler deploy now displays a git-like diff showing the differences between the dashboard and local configurations. This allows users to review and understand the impact of their changes before confirming the deployment.
  • #​10334 cadf19a Thanks @​jonesphillip! - Added queues subscription command to Wrangler including create, update, delete, get, list

Patch Changes

v4.30.0

Compare Source

Minor Changes
Patch Changes
  • #​10217 979984b Thanks @​veggiedefender! - Increase the maxBuffer size for capnp uploads

  • #​10356 80e964c Thanks @​WillTaylorDev! - fix: Update regex for valid branch name to remove 61 char length requirement, allowing for longer branch names to be specified for preview aliases.

  • #​10289 a5a1426 Thanks @​emily-shen! - Cleanup container images created during local dev if no changes have been made.

    We now untag old images that were created by Wrangler/Vite if we find that the image content and configuration is unchanged, so that we don't keep accumulating image tags.

  • #​10315 0c04da9 Thanks @​emily-shen! - Add rollout_active_grace_period option to containers configuration.

    This allows users to configure how long an active container should keep running for during a rollout, before the upgrade is applied.

  • #​10321 b524a6f Thanks @​emily-shen! - print prettier errors during container deployment

  • #​10253 eb32a3a Thanks @​emily-shen! - fix redeploying container apps when previous deploy failed or container (but not image) was deleted.

    Previously this failed with No changes detected but no previous image found as we assumed there would be a previous deployment when an image exists in the registry.

  • #​9990 4288a61 Thanks @​penalosa! - Fix startup profiling when sourcemaps are enabled

  • Updated dependencies [d54d8b7, ae0c806]:

v4.29.1

Compare Source

Patch Changes

v4.29.0

Compare Source

Minor Changes
Patch Changes
  • #​10232 e7cae16 Thanks @​emily-shen! - fix: validate wrangler containers delete ID to ensure a valid ID has been provided. Previously if you provided the container name (or any non-ID shaped string) you would get an auth error instead of a 404.

  • #​10139 3b6ab8a Thanks @​dom96! - Removes mention of cf-requirements when Python Workers are enabled

  • #​10259 c58a05c Thanks @​dario-piotrowicz! - Ensure that maybeStartOrUpdateRemoteProxySession considers the potential account_id from the user's wrangler config

    Currently if the user has an account_id in their wrangler config file, such id won't be taken into consideration for the remote proxy session, the changes here make sure that it is (note that the auth option of maybeStartOrUpdateRemoteProxySession, if provided, takes precedence over this id value).

    The changes here also fix the same issue for wrangler dev and getPlatformProxy (since they use maybeStartOrUpdateRemoteProxySession under the hook).

  • #​10288 42aafa3 Thanks @​tgarg-cf! - Do not attempt to update queue producer settings when deploying a Worker with a queue binding

    Previously, each deployed Worker would update a subset of the queue producer's settings for each queue binding, which could result in broken queue producers or at least conflicts where different Workers tried to set different producer settings on a shared queue.

  • #​10242 70bd966 Thanks @​devin-ai-integration! - Add experimental API to expose Wrangler command tree structure for documentation generation

  • #​10258 d391076 Thanks @​nikitassharma! - Add the option to allow all tiers when creating a container

  • #​10248 422ae22 Thanks @​emily-shen! - fix: re-push container images on deploy even if the only change was to the Dockerfile

  • #​10179 5d5ecd5 Thanks @​pombosilva! - Prevent defining multiple workflows with the same "name" property in the same wrangler file

  • #​10232 e7cae16 Thanks @​emily-shen! - include containers API calls in output of WRANGLER_LOG=debug

  • #​10243 d481901 Thanks @​devin-ai-integration! - Remove async_hooks polyfill - now uses native workerd implementation

    The async_hooks module is now provided natively by workerd, making the polyfill unnecessary. This improves performance and ensures better compatibility with Node.js async_hooks APIs.

  • #​10060 9aad334 Thanks @​edmundhung! - refactor: switch getPlatformProxy() to use Miniflare's dev registry implementation

    Updated getPlatformProxy() to use Miniflare's dev registry instead of Wrangler's implementation. Previously, you had to start a wrangler or vite dev session before accessing the proxy bindings to connect to those workers. Now the order doesn't matter.

  • #​10219 28494f4 Thanks @​dario-piotrowicz! - fix NonRetryableError thrown with an empty error message not stopping workflow retries locally

  • Updated dependencies [1479fd0, 05c5b28, e3d9703, d481901]:

colinhacks/zod (zod)

v4.1.1

Compare Source

v4.1.0

Compare Source


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.

Copy link
Contributor

nuxthub-admin bot commented Aug 11, 2025

✅ Deployed ui3

Deployed ui3 5554dac to preview

🔗 renovate-v3-all-minor-patch.ui-6q2.pages.dev
📌 0a3a98aa.ui-6q2.pages.dev
📱
View QR Code QR code linking to deployment URL.

📋 View deployment logs

@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from d50f60f to 9d10e41 Compare August 11, 2025 23:20
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from 9d10e41 to 015ade7 Compare August 12, 2025 08:48
@renovate renovate bot changed the title chore(deps): update all non-major dependencies (v3) chore(deps): update dependency embla-carousel-wheel-gestures to ^8.0.5 (v3) Aug 12, 2025
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from 015ade7 to ba93de0 Compare August 12, 2025 08:52
Copy link

pkg-pr-new bot commented Aug 12, 2025

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

commit: 5554dac

@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from ba93de0 to daa02ad Compare August 12, 2025 11:33
@renovate renovate bot changed the title chore(deps): update dependency embla-carousel-wheel-gestures to ^8.0.5 (v3) chore(deps): update dependency embla-carousel-wheel-gestures to ^8.1.0 (v3) Aug 12, 2025
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from daa02ad to c318828 Compare August 12, 2025 19:43
@renovate renovate bot changed the title chore(deps): update dependency embla-carousel-wheel-gestures to ^8.1.0 (v3) chore(deps): update all non-major dependencies (v3) Aug 12, 2025
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from c318828 to df85831 Compare August 13, 2025 13:51
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from df85831 to d99623e Compare August 13, 2025 19:57
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from d99623e to 0424f51 Compare August 14, 2025 15:46
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from 0424f51 to e5205b6 Compare August 15, 2025 03:31
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from e5205b6 to 2f752ab Compare August 15, 2025 14:56
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from 2f752ab to d2dc9d0 Compare August 16, 2025 10:03
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from 520c5be to e1e5e48 Compare August 18, 2025 19:44
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from e1e5e48 to b213b8e Compare August 19, 2025 06:52
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from b213b8e to a863ed6 Compare August 19, 2025 20:26
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from a863ed6 to d5794f8 Compare August 20, 2025 08:43
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from d5794f8 to 631f330 Compare August 20, 2025 20:59
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from 631f330 to 8d61432 Compare August 21, 2025 03:43
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from 8d61432 to 2d088c2 Compare August 21, 2025 20:29
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from 2d088c2 to d291ee8 Compare August 22, 2025 03:58
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from d291ee8 to 81effa7 Compare August 22, 2025 20:34
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from 81effa7 to c567f29 Compare August 23, 2025 02:55
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from c567f29 to 061a92d Compare August 23, 2025 10:32
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from 061a92d to 2aa5478 Compare August 24, 2025 06:48
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from 2aa5478 to 5554dac Compare August 25, 2025 06:57
@benjamincanac benjamincanac merged commit 1e09fae into v3 Aug 25, 2025
8 checks passed
@benjamincanac benjamincanac deleted the renovate/v3-all-minor-patch branch August 25, 2025 09:10
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