fix(deps): update all non-major dependencies - autoclosed #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.4
^2.2.3
->^2.2.4
^0.5.7
->^0.5.10
^24.0.14
->^24.3.0
^6.0.0
->^6.0.1
^3.0.3
->^3.0.6
^0.7.0
->^0.8.1
^2.1.1
->^2.1.2
^10.2.0
->^10.2.3
^9.31.0
->^9.34.0
^1.0.0
->^1.0.2
10.13.1
->10.15.0
^0.13.0-beta.2
->^0.14.1
^4.20.3
->^4.20.4
~5.8.3
->~5.9.2
^5.8.3
->^5.9.2
^2.3.5
->^2.3.8
^0.4.6
->^0.5.1
^7.0.0
->^7.0.1
^7.0.5
->^7.1.3
^3.5.17
->^3.5.19
^3.0.3
->^3.0.6
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.4
Compare Source
🚀 Features
View changes on GitHub
v7.1.3
Compare Source
No significant changes
View changes on GitHub
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/prettier-config (@sxzz/prettier-config)
v2.2.4
Compare Source
No significant changes
View changes on GitHub
sxzz/test-utils (@sxzz/test-utils)
v0.5.10
Compare Source
🐞 Bug Fixes
View changes on GitHub
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.6
Compare Source
Bug Fixes
:class
expression with parens - Thanks to @KazariEX!target
option (#5583) - Thanks to @gxres042!vue-component-type-helpers
tolib/helpers
(#5600)configFileName
default value (#5606)js/ts.hover.maximumLength
andtypescript.experimental.expandableHover
(#5577)Other Changes
exclude
config suggestion from global types error message (#5579) - Thanks to @Ciallo-Chiakivue-component-type-helpers
to current version (#5589) - Thanks to @kingyue737!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!vuejs/tsconfig (@vue/tsconfig)
v0.8.1
Compare Source
fix: do not turn on
exactOptionalPropertyTypes
for now[a235c5f]
Full Changelog: vuejs/tsconfig@v0.8.0...v0.8.1
v0.8.0
Compare Source
Breaking Changes
libReplacement
for better performance by @ntnyq in https://github.com/vuejs/tsconfig/pull/35noUncheckedIndexedAccess
andexactOptionalPropertyTypes
by @haoqunjiang in https://github.com/vuejs/tsconfig/pull/36If you experience a significant number of type errors in your projects after upgrading to this version, you might want to consider a gradual approach to adopting the new options:
@vue/tsconfig
, usesupress-ts-errors
(npx suppress-ts-errors && npx suppress-ts-errors vue src/**/*.vue
) to insert@ts-expect-error
comments in your current codebase.Full Changelog: vuejs/tsconfig@v0.7.0...v0.8.0
sxzz/ast-kit (ast-kit)
v2.1.2
Compare Source
🐞 Bug Fixes
View changes on GitHub
antfu-collective/bumpp (bumpp)
v10.2.3
Compare Source
🐞 Bug Fixes
-a
alias support for--all
- by @kingyue737 in https://github.com/antfu-collective/bumpp/issues/93 (7c0bb)View changes on GitHub
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.34.0
Compare Source
v9.33.0
Compare Source
v9.32.0
Compare Source
sxzz/magic-string-ast (magic-string-ast)
v1.0.2
Compare Source
No significant changes
View changes on GitHub
v1.0.1
Compare Source
No significant changes
View changes on GitHub
pnpm/pnpm (pnpm)
v10.15.0
Compare Source
Minor Changes
cleanupUnusedCatalogs
configuration. When set totrue
, pnpm will remove unused catalog entries during installation #9793.@*/pnpm-plugin-*
#9780.pnpm config get
now prints an INI string for an object value #9797.pnpm config get
now accepts property paths (e.g.pnpm config get catalog.react
,pnpm config get .catalog.react
,pnpm config get 'packageExtensions["@​babel/parser"].peerDependencies["@​babel/types"]'
), andpnpm config set
now accepts dot-leading or subscripted keys (e.g.pnpm config set .ignoreScripts true
).pnpm config get --json
now prints a JSON serialization of config value, andpnpm config set --json
now parses the input value as JSON.Patch Changes
pnpm create
command, must verify whether the node version is supported even if a cache already exists #9775.*/*
to theAccept
header to avoid getting a 406 error on AWS CodeArtifact #9862.pnpm dlx pkg --help
doesn't pass--help
topkg
#9823.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.14.1
Compare Source
🐞 Bug Fixes
expandDirectories
- by @Debbl in https://github.com/rolldown/tsdown/issues/427 (fb2d1)View changes on GitHub
v0.14.0
Compare Source
🚨 Breaking Changes
expandDirectories
for matchingfast-glob
's behavior - by @sxzz (8171b)View changes on GitHub
v0.13.5
Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.13.4
Compare Source
🚀 Features
cjsDefault
option - by @sxzz (f503f)🐞 Bug Fixes
cjsDefault
is enabled - by @sxzz (3ffa9)View changes on GitHub
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
privatenumber/tsx (tsx)
v4.20.4
Compare Source
microsoft/TypeScript (typescript)
v5.9.2
Compare Source
unjs/unplugin (unplugin)
v2.3.8
Compare Source
🐞 Bug Fixes
View changes on GitHub
v2.3.7
Compare Source
🐞 Bug Fixes
View changes on GitHub
v2.3.6
Compare Source
🐞 Bug Fixes
View changes on GitHub
unplugin/unplugin-oxc (unplugin-oxc)
v0.5.1
Compare Source
No significant changes
View changes on GitHub
v0.5.0
Compare Source
🚨 Breaking Changes
🐞 Bug Fixes
View changes on GitHub
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.3
Compare Source
Features
generateCodeFrame
(#20640) (1559577)Bug Fixes
Performance Improvements
resolveConfig
(#20646) (f691f57)Miscellaneous Chores
Code Refactoring
import
in worker threads (#20641) (530687a)Tests
checkNodeVersion
test (#20647) (731d3e6)v7.1.2
Compare Source
Bug Fixes
[vite]
prefixes to debug logs (#20595) (7cdef61)npm:
prefix as a built-in module (#20558) (ab33803)Miscellaneous Chores
@jridgewell/remapping
from@ampproject/remapping
(#20577) (0a6048a)v7.1.1
Compare Source
Bug Fixes
launch-editor-middleware
([#20569](https://redirect.github.com/vitejs/vite/issues/2Configuration
📅 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.