chore(deps): update all non-major dependencies #66
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:
^4.0.1->^4.0.3^4.0.1->^4.0.3^7.0.0->^7.1.2^2.2.1->^2.2.3^22.15.17->^22.17.2^10.1.0->^10.2.3^9.26.0->^9.33.010.10.0->10.14.0^3.5.3->^3.6.2^0.11.1->^0.14.1^4.19.4->^4.20.4^5.8.3->^5.9.2^7.0.0->^7.1.2^3.1.3->^3.2.4Release Notes
nuxt/nuxt (@nuxt/kit)
v4.0.3Compare Source
👉 Changelog
compare changes
🔥 Performance
tinyglobbyinresolveFiles(#32846)🩹 Fixes
errorvariable (#32807)typeCheck(#32835)nullresult from webpack call (84816d8a1)reverseResolveAliasfor better errors (#32853)📖 Documentation
bun.lockfor lockfile (#32820)🏡 Chore
✅ Tests
defineNuxtComponentout of e2e test (#32848)🤖 CI
❤️ Contributors
v4.0.2Compare Source
👉 Changelog
compare changes
🩹 Fixes
<ClientOnly>and<DevOnly>(#32707)defineAppConfigtype (#32760)appcontext (#32758)mllyto parse module paths (#32386)📖 Documentation
npm create nuxt@latest(#32726).with()(#32757)🏡 Chore
unbuildand use absolute path in dev stubs (#32759)✅ Tests
module.exportsexport (c4317e057)🤖 CI
pkg.pr.newformain/3.xbranches as well (b0f289550)3xtag to latest v3 release (5f6c27509)❤️ Contributors
sxzz/eslint-config (@sxzz/eslint-config)
v7.1.2Compare Source
🚀 Features
erasableSyntaxOnly- by @sxzz (59bb1)View changes on GitHub
v7.1.1Compare Source
🐞 Bug Fixes
unicorn/require-module-specifiers- by @sxzz (1e14f)View changes on GitHub
v7.1.0Compare Source
🚀 Features
View changes on GitHub
v7.0.6Compare Source
No significant changes
View changes on GitHub
v7.0.5Compare Source
🐞 Bug Fixes
vue/no-ref-as-operand- by @sxzz (70d6c)View changes on GitHub
v7.0.4Compare Source
No significant changes
View changes on GitHub
v7.0.3Compare Source
No significant changes
View changes on GitHub
v7.0.2Compare Source
No significant changes
View changes on GitHub
v7.0.1Compare Source
No significant changes
View changes on GitHub
sxzz/prettier-config (@sxzz/prettier-config)
v2.2.3Compare Source
v2.2.2Compare Source
antfu-collective/bumpp (bumpp)
v10.2.3Compare Source
🐞 Bug Fixes
-aalias support for--all- by @kingyue737 in https://github.com/antfu-collective/bumpp/issues/93 (7c0bb)View changes on GitHub
v10.2.2Compare Source
🐞 Bug Fixes
View changes on GitHub
v10.2.1Compare Source
🐞 Bug Fixes
View changes on GitHub
v10.2.0Compare Source
🚀 Features
View changes on GitHub
v10.1.1Compare Source
🐞 Bug Fixes
View changes on GitHub
eslint/eslint (eslint)
v9.33.0Compare Source
v9.32.0Compare Source
v9.31.0Compare Source
v9.30.1Compare Source
v9.30.0Compare Source
v9.29.0Compare Source
v9.28.0Compare Source
v9.27.0Compare Source
pnpm/pnpm (pnpm)
v10.14.0Compare 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:
{ "devEngines": { "runtime": { "name": "node", "version": "^24.4.0", "onFail": "download" (we only support the "download" value for now) } } }How it works:
pnpm installresolves your specified range to the latest matching runtime version.Why this is better:
useNodeVersionandexecutionEnv.nodeVersion)executionEnv.nodeVersion). So, different projects in a workspace can use different runtimes.devEngines.runtimesetting 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--ostopnpm install,pnpm add, andpnpm dlxto customizesupportedArchitecturesvia the CLI #7510.Patch Changes
pnpm adddownloads packages whoselibcdiffer frompnpm.supportedArchitectures.libc.dlxto parse CLI flags and options between thedlxcommand and the command to run or between thedlxcommand and--#9719.pnpm install --prodshould removing hoisted dev dependencies #9782.pnpm installto incorrectly assume the lockfile is up to date after changing a local tarball that has peers dependencies.v10.13.1Compare Source
Patch Changes
v10.13.0Compare Source
Minor Changes
Added the possibility to load multiple pnpmfiles. The
pnpmfilesetting can now accept a list of pnpmfile locations #9702.pnpm will now automatically load the
pnpmfile.cjsfile from any config dependency named@pnpm/plugin-*orpnpm-plugin-*#9729.The order in which config dependencies are initialized should not matter — they are initialized in alphabetical order. If a specific order is needed, the paths to the
pnpmfile.cjsfiles in the config dependencies can be explicitly listed using thepnpmfilesetting inpnpm-workspace.yaml.Patch Changes
pkg.pr.new, treat them as Git tarball URLs #9694.dangerouslyAllowAllBuilds,onlyBuiltDependencies,onlyBuiltDependenciesFile, andneverBuiltDependencies#9628.pnpm-workspace.yamlwith deep #9701.pnpm rebuildcommand should not add pkgs included inignoredBuiltDependenciestoignoredBuildsinnode_modules/.modules.yaml#9338.shell-quotewithshlexfor quoting command arguments #9381.v10.12.4Compare Source
Patch Changes
Fix
pnpm licensescommand for local dependencies #9583.Fix a bug in which
pnpm ls --filter=not-exist --jsonprints nothing instead of an empty array #9672.Fix a deadlock that sometimes happens during peer dependency resolution #9673.
Running
pnpm installafterpnpm fetchshould hoist all dependencies that need to be hoisted.Fixes a regression introduced in [v10.12.2] by [#9648]; resolves [#9689].
[v10.12.2]: https://redirect.github.com/pnpm/pnpm/releases/tag/v10.12.2Add commentMore actions
[#9648]: https://github.com/pnpm/pnpm/pull/9648
[#9689]: https://github.com/pnpm/pnpm/issues/9689
v10.12.3Compare Source
Patch Changes
Regression introduced in v10.12.2 by #9648; resolves #9685.
v10.12.2Compare Source
Patch Changes
enableGlobalVirtualStoreset totrue#9648.--helpand-hflags not working as expected for thepnpm createcommand.pnpm licenses list --jsoncommand is incorrect.pnpm deployfails due to overridden dependencies having peer dependencies causingERR_PNPM_OUTDATED_LOCKFILE#9595.v10.12.1Minor Changes
Experimental. Added support for global virtual stores. When enabled,
node_modulescontains only symlinks to a central virtual store, rather tonode_modules/.pnpm. By default, this central store is located at<store-path>/links(you can find the store path by runningpnpm store path).In the central virtual store, each package is hard linked into a directory whose name is the hash of its dependency graph. This allows multiple projects on the system to symlink shared dependencies from this central location, significantly improving installation speed when a warm cache is available.
To enable the global virtual store, set
enableGlobalVirtualStore: truein your rootpnpm-workspace.yaml, or globally via:NOTE: In CI environments, where caches are typically cold, this setting may slow down installation. pnpm automatically disables the global virtual store when running in CI.
Related PR: #8190
pnpm updatecommand now supports updatingcatalog:protocol dependencies and writes new specifiers topnpm-workspace.yaml.--save-catalogand--save-catalog-name=<name>) topnpm addto save new dependencies as catalog entries.catalog:orcatalog:<name>will be added topackage.jsonand the package specifier will be added to thecatalogsorcatalog[<name>]object inpnpm-workspace.yaml#9425.cifor explicitly telling pnpm if the current environment is a CI or not.Patch Changes
pnpm patchusing semantic versioning rules.v10.11.1Compare Source
Patch Changes
pnpm deploy --legacycreates unexpected directories when the rootpackage.jsonhas a workspace package as a peer dependency #9550.strictPeerDependenciesistruebut all issues are ignored bypeerDependencyRules#9505.pnpm_config_env variables instead ofnpm_config_#9571.--lockfile-onlyflag onpnpm updateto produce a differentpnpm-lock.yamlthan an update without the flag.pnpm deploywork in repos withoverrideswheninject-workspace-packages=true#9283.pnpm -r --silent runshould not print out section #9563.v10.11.0Compare Source
Minor Changes
A new setting added for
pnpm initto create apackage.jsonwithtype=module, wheninit-typeismodule. Works as a flag for the init command too #9463.Added support for Nushell to
pnpm setup#6476.Added two new flags to the
pnpm auditcommand,--ignoreand--ignore-unfixable#8474.Ignore all vulnerabilities that have no solution:
> pnpm audit --ignore-unfixableProvide a list of CVE's to ignore those specifically, even if they have a resolution.
> pnpm audit --ignore=CVE-2021-1234 --ignore=CVE-2021-5678Added support for recursively running pack in every project of a workspace #4351.
Now you can run
pnpm -r packto pack all packages in the workspace.Patch Changes
dangerouslyAllowAllBuildsis set totrue#9472.pnpm linkshould work from inside a workspace #9506.workspaceConcurrencytoMath.min(os.availableParallelism(), 4)#9493.strictPeerDependenciesistruebut all issues are ignored bypeerDependencyRules#9505.updateConfigfrompnpm-workspace.yaml#9500.recursive packurl.parseusage to fix warning on Node.js 24 #9492.pnpm runshould be able to run commands from the workspace root, ifignoreScriptsis set tottrue#4858.prettier/prettier (prettier)
v3.6.2Compare Source
diff
Markdown: Add missing blank line around code block (#17675 by @fisker)
v3.6.1Compare Source
diff
TypeScript: Allow const without initializer (#17650, #17654 by @fisker)
Miscellaneous: Avoid closing files multiple times (#17665 by @43081j)
When reading a file to infer the interpreter from a shebang, we use the
n-readlineslibrary to read the first line in order to get the shebang.This library closes files when it reaches EOF, and we later try close the same
files again. We now close files only if
n-readlinesdid not already closethem.
v3.6.0Compare Source
diff
🔗 Release Notes
rolldown/tsdown (tsdown)
v0.14.1Compare Source
🐞 Bug Fixes
expandDirectories- by @Debbl in https://github.com/rolldown/tsdown/issues/427 (fb2d1)View changes on GitHub
v0.14.0Compare Source
🚨 Breaking Changes
expandDirectoriesfor matchingfast-glob's behavior - by @sxzz (8171b)View changes on GitHub
v0.13.5Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.13.4Compare Source
🚀 Features
cjsDefaultoption - by @sxzz (f503f)🐞 Bug Fixes
cjsDefaultis enabled - by @sxzz (3ffa9)View changes on GitHub
v0.13.3Compare Source
🚨 Minor Breaking Changes
dts.buildoption should be enable manually fortsc -b- by @sxzz (13146)🚀 Features
logLevel&customLoggeroption - by @sxzz (724d1)warnOnceto logger - by @sxzz (eb4fb)ignoreWatch- by @sxzz (91f9f)🐞 Bug Fixes
ignoreWatch- by @sxzz (d0e31)View changes on GitHub
v0.13.2Compare Source
🚨 Upstream Breaking Changes
dts.isolatedDeclarationstodts.oxc- by @sxzz (5bdb9)🚀 Features
🐞 Bug Fixes
View changes on GitHub
v0.13.1Compare Source
🚀 Features
🐞 Bug Fixes
defineConfig- by @sxzz (7c32a)View changes on GitHub
v0.13.0Compare Source
🚨 Breaking Changes
🚀 Features
banner&footeroptions - by @gwansikk and @sxzz in https://github.com/rolldown/tsdown/issues/338 (54e21)cjsDtsto input/output options context - by @sxzz (3c4b3)🐞 Bug Fixes
View changes on GitHub
v0.12.9Compare Source
🚀 Features
nodeProtocoloption - by @ryoppippi and @sxzz in https://github.com/rolldown/tsdown/issues/336 (b3f67)View changes on GitHub
v0.12.8Compare Source
🚀 Features
bundleoption - by @sxzz (d6faa)ResolvedOptions- by @sxzz (13d9c)🐞 Bug Fixes
lastIndexfor regex - by @btea in https://github.com/rolldown/tsdown/issues/320 (1abc9)View changes on GitHub
v0.12.7Compare Source
🚀 Features
🏎 Performance
View changes on GitHub
v0.12.6Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v0.12.5Compare Source
🚀 Features
onSuccess- by @sebasptsch in https://github.com/rolldown/tsdown/issues/282 (4db20)🐞 Bug Fixes
View changes on GitHub
v0.12.4Compare Source
🚀 Features
entrytosrc/index.tsif exists - by @gaoachao and @sxzz in https://github.com/rolldown/tsdown/issues/266 (0b3ea)🐞 Bug Fixes
platformtonodefor CJS format - by @sxzz (747f5)View changes on GitHub
v0.12.3Compare Source
🚀 Features
View changes on GitHub
v0.12.2Compare Source
🚀 Features
View changes on GitHub
v0.12.1Compare Source
🚀 Features
🏎 Performance
View changes on GitHub
v0.12.0[Compare Source](h
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (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.