Skip to content

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

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

Merged
merged 2 commits into from
Aug 11, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 4, 2025

This PR contains the following updates:

Package Change Age Confidence
@iconify-json/lucide ^1.2.58 -> ^1.2.62 age confidence
@iconify-json/simple-icons ^1.2.44 -> ^1.2.47 age confidence
@iconify-json/vscode-icons ^1.2.23 -> ^1.2.29 age confidence
@nuxt/eslint-config (source) ^1.7.1 -> ^1.8.0 age confidence
@nuxt/image (source) ^1.10.0 -> ^1.11.0 age confidence
eslint (source) ^9.32.0 -> ^9.33.0 age confidence
nuxt-component-meta ^0.13.0 -> ^0.13.1 age confidence
pnpm (source) 10.13.1 -> 10.14.0 age confidence
yup ^1.6.1 -> ^1.7.0 age confidence
zod (source) ^4.0.13 -> ^4.0.17 age confidence

Release Notes

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

v1.8.0

Compare Source

   🚀 Features
    View changes on GitHub
nuxt/image (@​nuxt/image)

v1.11.0

Compare Source

compare changes

🚀 Enhancements
  • Add support for image helpers in nitro endpoints (#​1473)
  • ipx: Log the architecture of the build (#​1808)
🩹 Fixes
  • Remove layer0 and edgio providers (#​1763)
  • Add back layer0 and edgio providers (without) tests (a99ce09)
  • cloudflare: Don't add baseURL if there are no operations (#​1790)
  • ipx: Always use ipx provider if external baseURL is provided (#​1800)
  • ipxStatic: Strip repeated slashes from image path (#​1801)
  • Avoid deep type instantiation (12b37a2)
📖 Documentation
🏡 Chore
  • Disable shamefully-hoist (#​1795)
  • Do not ignore typescript upgrades (0809991)
  • Switch to using typesVersions field (b4af05a)
  • Allow major bumps in changelog (d486587)
  • Enable oxc-resolver build (4be31c7)
  • Release v1.11.0 (3123997)
✅ Tests
  • Exclude layer0 + edgio from unit tests (3682a90)
🤖 CI
❤️ Contributors
eslint/eslint (eslint)

v9.33.0

Compare Source

nuxtlabs/nuxt-component-meta (nuxt-component-meta)

v0.13.1

Compare Source

pnpm/pnpm (pnpm)

v10.14.0

Compare Source

Minor Changes
  • Added support for JavaScript runtime resolution

    Declare Node.js, Deno, or Bun in devEngines.runtime (inside package.json) and let pnpm download and pin it automatically.

    Usage example:

    {
      "devEngines": {
        "runtime": {
          "name": "node",
          "version": "^24.4.0",
          "onFail": "download" (we only support the "download" value for now)
        }
      }
    }

    How it works:

    1. pnpm install resolves your specified range to the latest matching runtime version.
    2. The exact version (and checksum) is saved in the lockfile.
    3. Scripts use the local runtime, ensuring consistency across environments.

    Why this is better:

    1. This new setting supports also Deno and Bun (vs. our Node-only settings useNodeVersion and executionEnv.nodeVersion)
    2. Supports version ranges (not just a fixed version).
    3. The resolved version is stored in the pnpm lockfile, along with an integrity checksum for future validation of the Node.js content's validity.
    4. It can be used on any workspace project (like executionEnv.nodeVersion). So, different projects in a workspace can use different runtimes.
    5. For now devEngines.runtime setting will install the runtime locally, which we will improve in future versions of pnpm by using a shared location on the computer.

    Related PR: #​9755.

  • Add --cpu, --libc, and --os to pnpm install, pnpm add, and pnpm dlx to customize supportedArchitectures via the CLI #​7510.

Patch Changes
  • Fix a bug in which pnpm add downloads packages whose libc differ from pnpm.supportedArchitectures.libc.
  • The integrities of the downloaded Node.js artifacts are verified #​9750.
  • Allow dlx to parse CLI flags and options between the dlx command and the command to run or between the dlx command and -- #​9719.
  • pnpm install --prod should removing hoisted dev dependencies #​9782.
  • Fix an edge case bug causing local tarballs to not re-link into the virtual store. This bug would happen when changing the contents of the tarball without renaming the file and running a filtered install.
  • Fix a bug causing pnpm install to incorrectly assume the lockfile is up to date after changing a local tarball that has peers dependencies.
jquense/yup (yup)

v1.7.0

Compare Source

Features

1.6.1 (2024-12-17)

Bug Fixes
  • lazy validation errors thrown in builders should resolve async like other validations (c7d7f97)
colinhacks/zod (zod)

v4.0.17

Compare Source

v4.0.16

Compare Source

v4.0.15

Compare Source

Commits:

v4.0.14

Compare Source

Commits:

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 August 4, 2025 05:26
@renovate renovate bot force-pushed the renovate/v2-all-minor-patch branch from af70fff to 667a73b Compare August 4, 2025 11:31
@renovate renovate bot force-pushed the renovate/v2-all-minor-patch branch from 667a73b to 3c8c24e Compare August 5, 2025 08:49
@renovate renovate bot force-pushed the renovate/v2-all-minor-patch branch from 3c8c24e to 6bdc994 Compare August 5, 2025 09:11
@renovate renovate bot force-pushed the renovate/v2-all-minor-patch branch from 6bdc994 to f99e9db Compare August 5, 2025 13:06
@renovate renovate bot force-pushed the renovate/v2-all-minor-patch branch from f99e9db to 4582b67 Compare August 6, 2025 02:55
@renovate renovate bot force-pushed the renovate/v2-all-minor-patch branch from 4582b67 to 4742abc Compare August 6, 2025 07:42
@renovate renovate bot force-pushed the renovate/v2-all-minor-patch branch from 4742abc to fb38caa Compare August 7, 2025 05:31
@renovate renovate bot force-pushed the renovate/v2-all-minor-patch branch from fb38caa to d0708a7 Compare August 8, 2025 22:04
@renovate renovate bot force-pushed the renovate/v2-all-minor-patch branch from d0708a7 to 3ae5282 Compare August 9, 2025 01:55
@renovate renovate bot force-pushed the renovate/v2-all-minor-patch branch from 3ae5282 to dad05ca Compare August 9, 2025 18:29
@renovate renovate bot force-pushed the renovate/v2-all-minor-patch branch from dad05ca to cb06d5e Compare August 10, 2025 09:42
@renovate renovate bot force-pushed the renovate/v2-all-minor-patch branch from cb06d5e to 33272a5 Compare August 10, 2025 18:39
@renovate renovate bot force-pushed the renovate/v2-all-minor-patch branch from 33272a5 to 5940eca Compare August 10, 2025 22:31
@renovate renovate bot force-pushed the renovate/v2-all-minor-patch branch from 5940eca to d385830 Compare August 11, 2025 09:17
Copy link

pkg-pr-new bot commented Aug 11, 2025

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

commit: fb73145

@benjamincanac benjamincanac merged commit 95f78ae into v2 Aug 11, 2025
3 checks passed
@benjamincanac benjamincanac deleted the renovate/v2-all-minor-patch branch August 11, 2025 10:44
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