fix(deps): update all non-major dependencies #818
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:
^4.3.0
->^4.4.0
^2.2.310
->^2.2.313
^5.66.9
->^5.67.1
^5.66.9
->^5.67.1
^0.0.306
->^0.0.307
^22.13.5
->^22.13.9
^0.173.0
->^0.174.0
^8.25.0
->^8.26.0
^8.25.0
->^8.26.0
^3.40.0
->^3.41.0
^33.4.1
->^33.4.2
10.5.1
->10.5.2
^10.5.1
->^10.5.2
^0.3.6
->^0.3.8
^3.0.0
->^3.1.0
^0.173.0
->^0.174.0
^5.7.3
->^5.8.2
^3.4.1
->^3.5.0
^19.1.0
->^19.1.1
^28.4.0
->^28.4.1
^4.5.0
->^4.5.3
^2.2.4
->^2.2.8
Release Notes
antfu/eslint-config (@antfu/eslint-config)
v4.4.0
Compare Source
🚀 Features
generator-star
andyield-star
spacing - by @antfu (e5dac)View changes on GitHub
iconify/icon-sets (@iconify/json)
v2.2.313
Compare Source
v2.2.312
Compare Source
v2.2.311
Compare Source
TanStack/query (@tanstack/vue-query)
v5.67.1
Compare Source
Version 5.67.1 - 3/3/25, 3:57 PM
Changes
Refactor
getMutationDefaults
(#8669) (4d8c27b
) by yusheng chenPackages
v5.67.0
Compare Source
Version 5.67.0 - 3/3/25, 3:45 PM
Changes
Feat
1b54251
) by Dominik DorfmeisterTest
e85df7a
) by SeongMin Kim5babd11
) by @manudeliDocs
18e357c
) by ArnoudPackages
v5.66.11
Compare Source
Version 5.66.11 - 2/28/25, 1:53 PM
Changes
Fix
2bf7ec6
) by HarryTest
889d871
) by @manudeliPackages
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.26.0
Compare Source
🚀 Features
❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/utils)
v8.26.0
Compare Source
🚀 Features
❤️ Thank You
You can read about our versioning strategy and releases on our website.
zloirock/core-js (core-js)
v3.41.0
Compare Source
RegExp.escape
proposal:RegExp.escape
es.
namespace module,/es/
and/stable/
namespaces entriesFloat16
proposal:Math.f16round
DataView.prototype.getFloat16
DataView.prototype.setFloat16
es.
namespace modules,/es/
and/stable/
namespaces entriesMath.clamp
stage 1 proposal:Math.clamp
Math
extensions proposal, February 2025 TC39 meetingAsyncDisposableStack
bug, tc39/proposal-explicit-resource-management/256DisposableStack
,SuppressedError
andIterator.prototype[@​@​dispose]
marked as shipped from V8 ~ Chromium 134Error.isError
added and marked as shipped from V8 ~ Chromium 134Math.f16round
andDataView.prototype.{ getFloat16, setFloat16 }
marked as shipped from V8 ~ Chromium 135Iterator
helpers proposal features marked as shipped from Safari 18.4JSON.parse
source text access proposal features marked as shipped from Safari 18.4Math.sumPrecise
marked as shipped from FF137electron/electron (electron)
v33.4.2
: electron v33.4.2Compare Source
Release Notes for v33.4.2
Fixes
v8.setHeapSnapshotNearHeapLimit
api in main and utility process, along with support for--diagnostic-dir
Node.js cli flag to specify the directory to save the heap snapshots. #45645 (Also in 34, 35)win.closeFilePreview
twice on macOS. #45663 (Also in 32, 34, 35)Other Changes
3853861
.3893303
. #45701pnpm/pnpm (pnpm)
v10.5.2
Compare Source
Patch Changes
pnpm config set
command should change the global.npmrc
file by default.This was a regression introduced by #9151 and shipped in pnpm v10.5.0.
publint/publint (publint)
v0.3.8
Compare Source
Patch Changes
Support passing a tarball path to the publint CLI. This allows to easily lint any tarball files at hand. (#166)
The
publint
API now returns apkg
object as a convenience to pass it toformatMessage
(#166)Updated dependencies [
02d169b
]:v0.3.7
Compare Source
Patch Changes
The
"imports"
field is now linted with the following rules: (#162)IMPORTS_KEY_INVALID
: Ensure the imports key starts with a#
IMPORTS_VALUE_INVALID
: Ensure the imports value is a valid path that starts with a./
IMPORTS_GLOB_NO_MATCHED_FILES
: Ensure the imports glob matches at least one fileIMPORTS_DEFAULT_SHOULD_BE_LAST
: Ensure the"default"
condition is last in an entrypoint's objectIMPORTS_MODULE_SHOULD_BE_ESM
: Ensure the"module"
condition file is ESMIMPORTS_MODULE_SHOULD_PRECEDE_REQUIRE
: Ensure the"module"
condition precedes the"require"
condition in an entrypoint's objectImprove SSH git URL detection when checking the
"repository"
field. Values like"[email protected]:user/project.git"
is now detected as a valid git URL, but will be suggested to use a full git URL instead, like"git+ssh://[email protected]/user/project.git"
(28da844
)Fix exports types message when the
"require"
or"import"
condition already exists but the dts file format is still invalid (a731ec3
)shikijs/shiki (shiki)
v3.1.0
Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
mrdoob/three.js (three)
v0.174.0
Compare Source
microsoft/TypeScript (typescript)
v5.8.2
Compare Source
unjs/unbuild (unbuild)
v3.5.0
Compare Source
compare changes
🚀 Enhancements
fix-dts-default-cjs-exports
to transform cjs types (#513)🏡 Chore
❤️ Contributors
v3.4.2
Compare Source
compare changes
🏡 Chore
❤️ Contributors
unplugin/unplugin-auto-import (unplugin-auto-import)
v19.1.1
Compare Source
🐞 Bug Fixes
experimentalInlineMatchResource
- by @ahabhgk (6af84)View changes on GitHub
unplugin/unplugin-vue-components (unplugin-vue-components)
v28.4.1
Compare Source
🐞 Bug Fixes
globsExclude
- by @antfu (b5e2b)View changes on GitHub
qmhc/vite-plugin-dts (vite-plugin-dts)
v4.5.3
Compare Source
Bug Fixes
v4.5.1
Compare Source
Bug Fixes
vuejs/language-tools (vue-tsc)
v2.2.8
Compare Source
Bug Fixes
v-model
variable against model type"v2.2.6
Compare Source
Features
defineModel
's leading comments (#5211) - Thanks to @KazariEX!Bug Fixes
defineModel
options to collectdefault
value (#5209) - Thanks to @KazariEX!defineExpose
's codes - Thanks to @KazariEX!defineModel
(#5213) - Thanks to @KazariEX!v-model
variable against model type (#5214) - Thanks to @KazariEX!Other Changes
can't reproduce
label - Thanks to @KazariEX!linkedCodeMappings
offsets (#5220) - Thanks to @KazariEX!Configuration
📅 Schedule: Branch creation - "* 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.