chore(deps): update all non-major dependencies #631
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:
^7.25.7
->^7.25.8
^7.25.7
->^7.25.8
^2.2.258
->^2.2.260
^5.59.1
->^5.59.13
^5.59.1
->^5.59.13
^4.3.0
->^4.3.1
^9.6.1
->^9.7.1
^2.8.4
->^2.8.5
^9.28.0
->^9.29.0
^1.79.4
->^1.79.5
^5.6.2
->^5.6.3
^5.4.8
->^5.4.9
1.4.0
->1.4.1
^3.5.11
->^3.5.12
Release Notes
babel/babel (@babel/core)
v7.25.8
Compare Source
🐛 Bug Fix
babel-core
resolvePlugin
/resolvePreset
(@nicolo-ribaudo)🏠 Internal
babel-parser
,babel-plugin-proposal-async-do-expressions
,babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
,babel-plugin-proposal-explicit-resource-management
,babel-plugin-proposal-export-default-from
,babel-plugin-proposal-function-bind
,babel-plugin-proposal-function-sent
,babel-plugin-proposal-import-defer
,babel-plugin-proposal-partial-application
,babel-plugin-proposal-throw-expressions
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-class-static-block
,babel-plugin-transform-dynamic-import
,babel-plugin-transform-export-namespace-from
,babel-plugin-transform-json-strings
,babel-plugin-transform-logical-assignment-operators
,babel-plugin-transform-nullish-coalescing-operator
,babel-plugin-transform-numeric-separator
,babel-plugin-transform-object-rest-spread
,babel-plugin-transform-optional-catch-binding
,babel-plugin-transform-optional-chaining
,babel-plugin-transform-private-property-in-object
,babel-preset-env
iconify/icon-sets (@iconify/json)
v2.2.260
Compare Source
v2.2.259
Compare Source
TanStack/query (@tanstack/vue-query)
v5.59.13
Compare Source
Version 5.59.13 - 10/12/24, 9:38 AM
Changes
Fix
5d69ad7
) by Dominik DorfmeisterPackages
v5.59.12
Compare Source
Version 5.59.12 - 10/12/24, 7:40 AM
Changes
Fix
4758303
) by Dominik DorfmeisterTypes
4dfb0fc
) by @DogPawHatPackages
v5.59.10
Compare Source
Version 5.59.10 - 10/11/24, 6:24 PM
Changes
Fix
5edd617
) by Dominik Dorfmeister931d98d
) by SunghoonPackages
v5.59.9
Compare Source
Version 5.59.9 - 10/10/24, 6:56 PM
Changes
Fix
5228e51
) by Dominik DorfmeisterTest
e3aca98
) by @gwansikkPackages
v5.59.6
Compare Source
Version 5.59.6 - 10/9/24, 2:34 PM
Changes
Fix
5499577
) by DavidPackages
v5.59.4
Compare Source
Version 5.59.4 - 10/9/24, 1:02 PM
Changes
Fix
cae2524
) by Dominik Dorfmeistereb2f9d3
) by pawel-twardziakChore
expect-expect
warning forexpectArrayEqualIgnoreOrder
(#8143) (85a525a
) by Sol Leeno-shadow
lint warning ininsertAtPositions()
(#8142) (78b086b
) by Sol LeeTest
05ccd65
) by Dominik DorfmeisterPackages
Tresjs/tres (@tresjs/core)
v4.3.1
Compare Source
Bug Fixes
antfu/bumpp (bumpp)
v9.7.1
Compare Source
🐞 Bug Fixes
View changes on GitHub
v9.7.0
Compare Source
🚀 Features
View changes on GitHub
element-plus/element-plus (element-plus)
v2.8.5
Compare Source
2.8.5
2024-10-11
Features
selectedLabel
(#18350 by @warmthsea)Bug fixes
blur
in the tooltip slot has no effect (#18335 by @warmthsea)Refactors
vuejs/eslint-plugin-vue (eslint-plugin-vue)
v9.29.0
Compare Source
sass/dart-sass (sass)
v1.79.5
Compare Source
Changes to how
selector.unify()
and@extend
combine selectors:The relative order of pseudo-classes (like
:hover
) and pseudo-elements(like
::before
) within each original selector is now preserved whenthey're combined.
Pseudo selectors are now consistently placed at the end of the combined
selector, regardless of which selector they came from. Previously, this
reordering only applied to pseudo-selectors in the second selector.
Tweak the color transformation matrices for OKLab and OKLCH to match the
newer, more accurate values in the CSS spec.
Fix a slight inaccuracy case when converting to
srgb-linear
anddisplay-p3
.Potentially breaking bug fix:
math.unit()
now wraps multiple denominatorunits in parentheses. For example,
px/(em*em)
instead ofpx/em*em
.Command-Line Interface
@parcel/watcher
to watch the filesystem when running from JavaScript andnot using
--poll
. This should mitigate more frequent failures users havebeen seeing since version 4.0.0 of Chokidar, our previous watching tool, was
released.
JS API
SassColor.interpolate()
to allow an undefinedoptions
parameter, asthe types indicate.
Embedded Sass
microsoft/TypeScript (typescript)
v5.6.3
Compare Source
vitejs/vite (vite)
v5.4.9
Compare Source
Please refer to CHANGELOG.md for details.
vuejs/vitepress (vitepress)
v1.4.1
Compare Source
Bug Fixes
usePreferredDark
withappearance: "force-auto"
(#4263) (3e8fc40)Features
vuejs/core (vue)
v3.5.12
Compare Source
Bug Fixes
ifNode
(#12131) (cde2c06), closes vuejs/language-tools#4911undefined
(#12055) (7ad289e), closes #12054this.$props
type does not includestring
(#12123) (704173e), closes #12122Performance Improvements
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (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.