chore(deps): update all non-major dependencies (v2) #4649
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^1.2.58
->^1.2.62
^1.2.44
->^1.2.47
^1.2.23
->^1.2.29
^1.7.1
->^1.8.0
^1.10.0
->^1.11.0
^9.32.0
->^9.33.0
^0.13.0
->^0.13.1
10.13.1
->10.14.0
^1.6.1
->^1.7.0
^4.0.13
->^4.0.17
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
🩹 Fixes
📖 Documentation
🏡 Chore
✅ Tests
🤖 CI
❤️ Contributors
eslint/eslint (eslint)
v9.33.0
Compare Source
nuxtlabs/nuxt-component-meta (nuxt-component-meta)
v0.13.1
Compare Source
8c7deac
)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
(insidepackage.json
) and let pnpm download and pin it automatically.Usage example:
How it works:
pnpm install
resolves your specified range to the latest matching runtime version.Why this is better:
useNodeVersion
andexecutionEnv.nodeVersion
)executionEnv.nodeVersion
). So, different projects in a workspace can use different runtimes.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
topnpm install
,pnpm add
, andpnpm dlx
to customizesupportedArchitectures
via the CLI #7510.Patch Changes
pnpm add
downloads packages whoselibc
differ frompnpm.supportedArchitectures.libc
.dlx
to parse CLI flags and options between thedlx
command and the command to run or between thedlx
command and--
#9719.pnpm install --prod
should removing hoisted dev dependencies #9782.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
colinhacks/zod (zod)
v4.0.17
Compare Source
v4.0.16
Compare Source
v4.0.15
Compare Source
Commits:
7e7e346
Clean up docsf2949a8
[docs] Fix migration guide upgrade command (#5021)d43cf19
Fix recursive object initialization errors with check() and other methods (#5018)3de2b63
fix: remove redundant Required<> from input and output type definitions (#5033)93553bd
Add needs info03cfa8d
4.0.15v4.0.14
Compare Source
Commits:
99391a8
Docs: Fix typo (#5005)e25303e
Docs: fix typo (#5008)dbb05ef
Add JSON Schema draft-04 output (#4811)b8257d7
Improve tuple recursive inference.9bdbc2f
Avoid infinite loops in defineLazy. Fixes #4994.af96ad4
4.0.14Configuration
📅 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.
This PR was generated by Mend Renovate. View the repository job log.