Skip to content

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

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: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 14, 2025

This PR contains the following updates:

Package Change Age Confidence
@cloudflare/workers-types ^4.20250719.0 -> ^4.20250730.0 age confidence
@nuxt/eslint-config (source) ^1.6.0 -> ^1.7.1 age confidence
@nuxt/module-builder ^1.0.1 -> ^1.0.2 age confidence
@nuxt/ui-pro (source) ^3.2.0 -> ^3.3.0 age confidence
@types/node (source) ^24.0.15 -> ^24.1.0 age confidence
@types/pg (source) ^8.15.4 -> ^8.15.5 age confidence
@vueuse/nuxt (source) ^13.5.0 -> ^13.6.0 age confidence
c12 ^3.1.0 -> ^3.2.0 age confidence
eslint (source) ^9.31.0 -> ^9.32.0 age confidence
jiti ^2.4.2 -> ^2.5.1 age confidence
nuxt-component-meta ^0.12.1 -> ^0.13.0 age confidence
nypm ^0.6.0 -> ^0.6.1 age confidence
vue-tsc (source) ^3.0.3 -> ^3.0.4 age confidence
wrangler (source) ^4.25.0 -> ^4.26.1 age confidence
zod (source) ^3.25.75 -> ^3.25.76 age confidence

Release Notes

cloudflare/workerd (@​cloudflare/workers-types)

v4.20250730.0

Compare Source

v4.20250726.0

Compare Source

v4.20250725.0

Compare Source

v4.20250724.0

Compare Source

v4.20250723.0

Compare Source

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

v1.7.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
nuxt/module-builder (@​nuxt/module-builder)

v1.0.2

Compare Source

compare changes

🩹 Fixes
  • Use absolute path for jiti stub (#​648)
🏡 Chore
✅ Tests
  • Add snapshots for v3 + v4 wrapped fetch (270779b)
🤖 CI
  • Remove forced corepack installation (9be288b)
  • Run tests on node 20 (97e3f47)
❤️ Contributors
nuxt/ui-pro (@​nuxt/ui-pro)

v3.3.0

Compare Source

vueuse/vueuse (@​vueuse/nuxt)

v13.6.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
unjs/c12 (c12)

v3.2.0

Compare Source

compare changes

🚀 Enhancements
  • Support scoped env files (#​256)
  • Support context for function config (#​258)
  • Support configFileRequired (#​241)
🏡 Chore
✅ Tests
❤️ Contributors
eslint/eslint (eslint)

v9.32.0

Compare Source

unjs/jiti (jiti)

v2.5.1

Compare Source

compare changes

🩹 Fixes
  • interop: Passthrough module if it is a promise (#​389)
❤️ Contributors

v2.5.0

Compare Source

compare changes

🚀 Enhancements
  • Use sha256 for cache entries in fips mode (#​375)
  • rebuildFsCache ( JITI_REBUILD_FS_CACHE) (#​379)
🩹 Fixes
  • Interop modules with nil default export (#​377)
  • register: Handle require(<json>) (#​374)
🏡 Chore
✅ Tests
  • Update snapshot (c7cfeed)
  • Only include src for coverage report (#​372)
❤️ Contributors
nuxtlabs/nuxt-component-meta (nuxt-component-meta)

v0.13.0

Compare Source

v0.12.2

Compare Source

unjs/nypm (nypm)

v0.6.1

Compare Source

compare changes

🚀 Enhancements
  • Allow removing multiple packages with one cli command (#​198)
  • Allow passing args to runScript (#​200)
  • Command generator utils (#​209)
  • Dry run mode (#​210)
📖 Documentation
🏡 Chore
❤️ Contributors
vuejs/language-tools (vue-tsc)

v3.0.4

Compare Source

Features
  • feat(language-service): check casing when dropping component into template - Thanks to @​KazariEX!
  • feat(language-service): native completion experience for slot names (#​5552) - Thanks to @​KazariEX!
Bug Fixes
  • fix(language-core): avoid clearing global types path when local compiler options is present - Thanks to @​KazariEX!
  • fix(language-core): do not evaluate skipTemplateCodegen when exposing $slots - Thanks to @​KazariEX!
  • fix(language-service): correct kind and order of component completion items - Thanks to @​KazariEX!
  • fix(component-meta): filter events out of props (#​5547) - Thanks to @​Akryum!
Other Changes
  • refactor(language-core): allow configuring checkUnknownEvents and checkUnknownComponents in sfc (#​5537) - Thanks to @​KazariEX!
  • chore(language-service): add restart server hint to global types warning - Thanks to @​KazariEX!
cloudflare/workers-sdk (wrangler)

v4.26.1

Compare Source

Patch Changes
  • #​10061 f8a80a8 Thanks @​emily-shen! - feat(containers): try to automatically get the socket path that the container engine is listening on.

    Currently, if your container engine isn't set up to listen on unix:///var/run/docker.sock (or isn't symlinked to that), then you have to manually set this via the dev.containerEngine field in your Wrangler config, or via the env vars WRANGLER_DOCKER_HOST. This change means that we will try and get the socket of the current context automatically. This should reduce the occurrence of opaque internal errors thrown by the runtime when the daemon is not listening on unix:///var/run/docker.sock.

    In addition to WRANGLER_DOCKER_HOST, DOCKER_HOST can now also be used to set the container engine socket address.

  • #​10048 dbdbb8c Thanks @​vicb! - pass the compatibility date and flags to the unenv preset

  • #​10096 687655f Thanks @​vicb! - bump unenv to 2.0.0-rc.19

  • #​9897 755a249 Thanks @​edmundhung! - fix: wrangler types should infer the types of the default worker entrypoint

  • Updated dependencies [82a5b2e, f8f7352, 2df1d06, dbdbb8c, 5991a9c, 687655f]:

v4.26.0

Compare Source

Minor Changes
  • #​10016 c5b291d Thanks @​emily-shen! - Interactively handle wrangler deploys that are probably assets-only, where there is no config file and flags are incorrect or missing.

    For example:

    npx wrangler deploy ./public will now ask if you meant to deploy a folder of assets only, ask for a name, set the compat date and then ask whether to write your choices out to wrangler.json for subsequent deployments.

    npx wrangler deploy --assets=./public will now ask for a name, set the compat date and then ask whether to write your choices out to wrangler.json for subsequent deployments.

    In non-interactive contexts, Wrangler will error as it currently does.

  • #​9971 19794bf Thanks @​edmundhung! - Improved script source display on the pretty error screen

Patch Changes
  • #​9800 3d4f946 Thanks @​helloimalastair! - remove banner from r2 getobject in pipe mode

  • #​9910 7245101 Thanks @​dario-piotrowicz! - make sure that the ready-on message is printed after the appropriate runtime controller is ready

    fix the fact that when starting a local (or remote) dev session the log saying Ready on http://localhost:xxxx could be displayed before the runtime is actually ready to handle requests (this is quite noticeable when locally running dev sessions with containers, where the ready message currently gets displayed before the container images building/pulling process)

  • #​10031 823cba8 Thanks @​vicb! - wrangler and vite-plugin now depend upon the latest version of unenv-preset

  • #​10032 154acf7 Thanks @​dario-piotrowicz! - add support for containers in wrangler multiworker dev

    currently when running wrangler dev with different workers (meaning that the -c|--config flag is used multiple times) containers are not being included, meaning that trying to interact with them at runtime would not work and cause errors instead. The changes here address the above making wrangler correctly detect and wire up the containers.

  • #​9988 7fb0bfd Thanks @​penalosa! - Correctly label mtls remote bindings warning

  • Updated dependencies [823cba8, 19794bf, 059a39e]:

v4.25.1

Compare Source

Patch Changes
  • #​10000 c02b067 Thanks @​emily-shen! - Include more (sanitised) user errors in telemetry.

    We manually vet and sanitised error messages before including them in our telemetry collection - this PR just includes a couple more.

  • #​9996 b0217f9 Thanks @​nikitassharma! - Disallow users from pushing images with unsupported platforms to the container image registry

  • #​10009 e87198a Thanks @​gpanders! - Fix containers diff output when using JSONC config files

  • #​9976 ad02ad3 Thanks @​dario-piotrowicz! - add warning for when users run wrangler dev --remote with (enabled) containers

  • #​9819 0c4008c Thanks @​CarmenPopoviciu! - feat(vite-plugin): Add containers support in vite dev

    Adds support for Cloudflare Containers in vite dev. Please note that at the time of this PR a container image can only specify the path to a Dockerfile. Support for registry links will be added in a later version, as will containers support in vite preview.

  • Updated dependencies [189fe23, 7e5585d]:


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

vercel bot commented Jul 14, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
content-docs ✅ Ready (Inspect) Visit Preview Jul 30, 2025 1:18pm

Copy link

cloudflare-workers-and-pages bot commented Jul 14, 2025

Deploying content with  Cloudflare Pages  Cloudflare Pages

Latest commit: 18e5347
Status: ✅  Deploy successful!
Preview URL: https://0f79bf4e.content-f0q.pages.dev
Branch Preview URL: https://renovate-all-minor-patch.content-f0q.pages.dev

View logs

Copy link

pkg-pr-new bot commented Jul 14, 2025

npm i https://pkg.pr.new/@nuxt/content@3455

commit: 18e5347

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from be29768 to c224a6b Compare July 14, 2025 08:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c224a6b to 5edc322 Compare July 14, 2025 17:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5edc322 to 8e35826 Compare July 15, 2025 09:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8e35826 to b91e754 Compare July 16, 2025 18:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b91e754 to 5bc8c78 Compare July 17, 2025 09:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5bc8c78 to 3c579db Compare July 17, 2025 18:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3c579db to 839b4fe Compare July 18, 2025 00:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 839b4fe to 88716cf Compare July 18, 2025 08:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 88716cf to 257b06a Compare July 18, 2025 17:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 257b06a to 1a20eeb Compare July 19, 2025 08:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1a20eeb to 1fc22d6 Compare July 19, 2025 15:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1fc22d6 to bc74f38 Compare July 21, 2025 09:14
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update dependency zod to ^3.25.76 Jul 21, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bc74f38 to 236783d Compare July 22, 2025 05:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1ba3278 to df77b35 Compare July 23, 2025 13:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from df77b35 to 0cc40b8 Compare July 23, 2025 22:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0cc40b8 to 8bbf172 Compare July 24, 2025 04:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8bbf172 to 923b01c Compare July 24, 2025 15:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 923b01c to 7e9b393 Compare July 24, 2025 21:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7e9b393 to 46b013e Compare July 25, 2025 04:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 46b013e to 4476aa1 Compare July 25, 2025 14:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4476aa1 to 0624ae9 Compare July 25, 2025 20:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0624ae9 to 991cdd3 Compare July 26, 2025 03:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 991cdd3 to 91bef66 Compare July 28, 2025 14:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 91bef66 to 2733318 Compare July 29, 2025 03:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2733318 to d390061 Compare July 29, 2025 13:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d390061 to f673805 Compare July 30, 2025 03:49
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.

0 participants