Skip to content

chore(deps): update all non-major dependencies (v3) #4184

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: v3
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 19, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@iconify-json/simple-icons ^1.2.34 -> ^1.2.35 age adoption passing confidence
@internationalized/date (source) ^3.8.0 -> ^3.8.1 age adoption passing confidence
@internationalized/number ^3.6.1 -> ^3.6.2 age adoption passing confidence
@nuxt/eslint-config (source) ^1.4.0 -> ^1.4.1 age adoption passing confidence
nuxt-og-image (source) ^5.1.3 -> ^5.1.4 age adoption passing confidence
vitest (source) ^3.1.3 -> ^3.1.4 age adoption passing confidence
workers-ai-provider ^0.4.1 -> ^0.5.1 age adoption passing confidence
wrangler (source) ^4.15.1 -> ^4.16.0 age adoption passing confidence
zod (source) ^3.24.4 -> ^3.25.16 age adoption passing confidence

Release Notes

adobe/react-spectrum (@​internationalized/date)

v3.8.1

Compare Source

adobe/react-spectrum (@​internationalized/number)

v3.6.2

Compare Source

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

v1.4.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
nuxt-modules/og-image (nuxt-og-image)

v5.1.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
vitest-dev/vitest (vitest)

v3.1.4

Compare Source

cloudflare/ai (workers-ai-provider)

v0.5.1

Compare Source

Patch Changes

v0.5.0

Compare Source

Minor Changes
cloudflare/workers-sdk (wrangler)

v4.16.0

Compare Source

Minor Changes
  • #​9288 3b8f7f1 Thanks @​petebacondarwin! - allow --name and --env args on wrangler deploy

    Previously it was not possible to provide a Worker name as a command line argument at the same time as setting the Wrangler environment.
    Now specifying --name is supported and will override any names set in the Wrangler config:

    wrangler.json

    {
    	"name": "config-worker"
    	"env": {
    		"staging": { "name": "config-worker-env" }
    	}
    }
    Command Previous (Worker name) Proposed (Worker name) Comment
    wrangler deploy --name=args-worker "args-worker" "args-worker" CLI arg used
    wrangler deploy --name=args-worker --env=staging Error "args-worker" CLI arg used
    wrangler deploy --name=args-worker --env=prod Error "args-worker" CLI arg used
    wrangler deploy "config-worker" "config-worker" Top-level config used
    wrangler deploy --env=staging "config-worker-env" "config-worker-env" Named env config used
    wrangler deploy --env=prod "config-worker-prod" "config-worker-prod" CLI arg and top-level config combined
  • #​9265 16de0d5 Thanks @​edmundhung! - docs: add documentation links to individual config properties in the JSON schema of the Wrangler config file

Patch Changes
  • #​9234 2fe6219 Thanks @​emily-shen! - fix: add no-op props to ctx in getPlatformProxy to fix type mismatch

  • #​9269 66d975e Thanks @​dario-piotrowicz! - Wire up mixed-mode remote bindings for multi-worker wrangler dev

    Under the --x-mixed-mode flag, make sure that bindings configurations with remote: true actually generate bindings to remote resources during a multi-worker wrangler dev session, currently the bindings included in this are: services, kv_namespaces, r2_buckets, d1_databases, queues and workflows.

    Also include the ai binding since the bindings is already remote by default anyways.

  • #​9151 5ab035d Thanks @​gabivlj! - wrangler containers can be configured with the kind of application rollout on apply

  • #​9231 02d40ed Thanks @​dario-piotrowicz! - Wire up mixed-mode remote bindings for (single-worker) wrangler dev

    Under the --x-mixed-mode flag, make sure that bindings configurations with remote: true actually generate bindings to remote resources during a single-worker wrangler dev session, currently the bindings included in this are: services, kv_namespaces, r2_buckets, d1_databases, queues and workflows.

    Also include the ai binding since the bindings is already remote by default anyways.

  • #​9221 2ef31a9 Thanks @​vicb! - bump @cloudflare/unenv-preset

  • #​9277 db5ea8f Thanks @​penalosa! - Support Mixed Mode for more binding types

  • #​9266 f2a16f1 Thanks @​petebacondarwin! - fix: setting triggers.crons:[] in Wrangler config should delete deployed cron schedules

  • #​9245 b87b472 Thanks @​penalosa! - Support Mixed Mode Dispatch Namespaces

  • Updated dependencies [db5ea8f, b87b472]:

v4.15.2

Compare Source

Patch Changes
colinhacks/zod (zod)

v3.25.16

Compare Source

v3.25.15

Compare Source

v3.25.14

Compare Source

v3.25.13

Compare Source

v3.25.12

Compare Source

v3.25.11

Compare Source

v3.25.10

Compare Source

Commits:

  • c172c19 Fix module resolution issue

v3.25.9

Compare Source

v3.25.8

Compare Source

v3.25.7

Compare Source

v3.25.6

Compare Source

v3.25.5

Compare Source

v3.25.4

Compare Source

v3.25.3

Compare Source

v3.25.1

Compare Source

v3.25.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

pkg-pr-new bot commented May 19, 2025

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

commit: d730e0b

Copy link
Contributor

nuxthub-admin bot commented May 19, 2025

✅ Deployed ui3

Deployed ui3 d730e0b to preview

🔗 renovate-v3-all-minor-patch.ui-6q2.pages.dev
📌 902731c8.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 5ff4f81 to 7b233d6 Compare May 19, 2025 18:31
@renovate renovate bot changed the title chore(deps): update dependency zod to ^3.25.1 (v3) chore(deps): update all non-major dependencies (v3) May 19, 2025
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from 7b233d6 to 6f5a9fd Compare May 19, 2025 22:16
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from 6f5a9fd to 3727f7f Compare May 20, 2025 00:50
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from 3727f7f to 6f1efdc Compare May 20, 2025 05:05
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from 6f1efdc to 86dd239 Compare May 20, 2025 09:32
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from 86dd239 to 73caa96 Compare May 20, 2025 12:26
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from 73caa96 to a091f8f Compare May 20, 2025 20:04
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from a091f8f to 7476278 Compare May 21, 2025 01:15
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from 7476278 to cc5c4f6 Compare May 21, 2025 04:55
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from cc5c4f6 to d6203db Compare May 21, 2025 08:06
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.

0 participants