fix(deps): update all non-major dependencies #60
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:
^7.28.1
->^7.28.2
^7.0.6
->^7.1.2
^0.5.7
->^0.5.9
^24.0.14
->^24.2.0
^6.0.0
->^6.0.1
^3.0.3
->^3.0.5
^10.2.0
->^10.2.2
^9.31.0
->^9.32.0
10.13.1
->10.14.0
^0.13.0-beta.2
->^0.13.3
~5.8.3
->~5.9.2
^5.8.3
->^5.9.2
^0.4.6
->^0.4.9
^7.0.0
->^7.0.1
^7.0.5
->^7.1.0
^3.5.17
->^3.5.18
^3.0.3
->^3.0.5
Release Notes
babel/babel (@babel/types)
v7.28.2
Compare Source
🐛 Bug Fix
babel-types
operator
param int.tsTypeOperator
optional (@nicolo-ribaudo)babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
,babel-preset-env
,babel-runtime-corejs3
regeneratorDefine
compatibility with es5 strict mode (@liuxingbaoyu)sxzz/eslint-config (@sxzz/eslint-config)
v7.1.2
Compare Source
🚀 Features
erasableSyntaxOnly
- by @sxzz (59bb1)View changes on GitHub
v7.1.1
Compare Source
🐞 Bug Fixes
unicorn/require-module-specifiers
- by @sxzz (1e14f)View changes on GitHub
v7.1.0
Compare Source
🚀 Features
View changes on GitHub
sxzz/test-utils (@sxzz/test-utils)
v0.5.9
Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.5.8
Compare Source
🚀 Features
View changes on GitHub
vitejs/vite-plugin-vue (@vitejs/plugin-vue)
v6.0.1
Bug Fixes
Performance Improvements
debug
(#627) (9dfa996)Miscellaneous Chores
Build System
vuejs/language-tools (@vue/language-core)
v3.0.5
Compare Source
Features
compileSFCStyle
to provide style related infomation (#5548) - Thanks to @KazariEX!v-for
(#5553) - Thanks to @KazariEX!Bug Fixes
modelModifiers
for explicitly declared default model name (#5558) - Thanks to @KazariEX!.value
insertionclass
scope fallback forcomponent
semantic tokens (#5559) - Thanks to @KazariEX!globalTypesPath
for FS filesrestartExtensionHost
Other Changes
v3.0.4
Compare Source
Features
Bug Fixes
skipTemplateCodegen
when exposing$slots
- Thanks to @KazariEX!Other Changes
checkUnknownEvents
andcheckUnknownComponents
in sfc (#5537) - Thanks to @KazariEX!antfu-collective/bumpp (bumpp)
v10.2.2
Compare Source
🐞 Bug Fixes
View changes on GitHub
v10.2.1
Compare Source
🐞 Bug Fixes
View changes on GitHub
eslint/eslint (eslint)
v9.32.0
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
(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.rolldown/tsdown (tsdown)
v0.13.3
Compare Source
🚨 Minor Breaking Changes
dts.build
option should be enable manually fortsc -b
- by @sxzz (13146)🚀 Features
logLevel
&customLogger
option - by @sxzz (724d1)warnOnce
to logger - by @sxzz (eb4fb)ignoreWatch
- by @sxzz (91f9f)🐞 Bug Fixes
ignoreWatch
- by @sxzz (d0e31)View changes on GitHub
v0.13.2
Compare Source
🚨 Upstream Breaking Changes
dts.isolatedDeclarations
todts.oxc
- by @sxzz (5bdb9)🚀 Features
🐞 Bug Fixes
View changes on GitHub
v0.13.1
Compare Source
🚀 Features
🐞 Bug Fixes
defineConfig
- by @sxzz (7c32a)View changes on GitHub
v0.13.0
Compare Source
🚨 Breaking Changes
🚀 Features
banner
&footer
options - by @gwansikk and @sxzz in https://github.com/rolldown/tsdown/issues/338 (54e21)cjsDts
to input/output options context - by @sxzz (3c4b3)🐞 Bug Fixes
View changes on GitHub
microsoft/TypeScript (typescript)
v5.9.2
Compare Source
unplugin/unplugin-oxc (unplugin-oxc)
v0.4.9
Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v0.4.8
Compare Source
No significant changes
View changes on GitHub
v0.4.7
Compare Source
🚀 Features
View changes on GitHub
unplugin/unplugin-vue (unplugin-vue)
v7.0.1
Compare Source
No significant changes
View changes on GitHub
vitejs/vite (vite)
v7.1.0
Compare Source
Features
generateCodeFrame
(#20508) (e7d0b2a)Bug Fixes
image-set
containing__VITE_ASSET__
(#20520) (f1a2635)entryCssAssetFileNames
as an empty Set (#20542) (6a46cda)Tests
process.features
(#20544) (856d3f0)v7.0.6
Compare Source
Bug Fixes
Miscellaneous Chores
Code Refactoring
vuejs/core (vue)
v3.5.18
Compare Source
Bug Fixes
v-pre
(#12556) (21b685a)v-bind
dynamic argument content correctly (#12554) (d3af67e)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.