chore(deps): update all non-major dependencies #315
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:
^22.16.3
->^22.17.0
^9.31.0
->^9.32.0
^2.4.2
->^2.5.1
10.13.1
->10.14.0
^5.8.3
->^5.9.2
^3.5.0
->^3.6.0
Release Notes
eslint/eslint (eslint)
v9.32.0
Compare Source
unjs/jiti (jiti)
v2.5.1
Compare Source
compare changes
🩹 Fixes
❤️ Contributors
v2.5.0
Compare Source
compare changes
🚀 Enhancements
sha256
for cache entries in fips mode (#375)rebuildFsCache
(JITI_REBUILD_FS_CACHE
) (#379)🩹 Fixes
require(<json>)
(#374)🏡 Chore
✅ Tests
❤️ Contributors
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.microsoft/TypeScript (typescript)
v5.9.2
Compare Source
unjs/unbuild (unbuild)
v3.6.0
Compare Source
compare changes
🚀 Enhancements
absoluteJitiPath
for stub mode (#542)🩹 Fixes
📖 Documentation
dts
type (#540)🏡 Chore
✅ Tests
❤️ Contributors
Configuration
📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.