fix(deps): update all non-major dependencies #12218
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
1.47.2
->1.48.0
^1.47.2
->^1.48.0
^0.14.7
->^0.14.8
^5.2.2
->^5.2.3
^18.3.0
->^18.3.1
^3.5.11
->^3.5.12
^0.7.2
->^0.7.4
^1.0.0
->^1.1.0
^6.0.2
->^6.0.3
^3.2.0
->^3.2.1
^0.30.11
->^0.30.12
^4.12.0
->^4.14.0
^1.7.6
->^1.7.7
^7.1.2
->^7.2.0
^10.0.6
->^10.0.7
^10.24.2
->^10.24.3
^1.79.4
->^1.79.5
^1.9.1
->^1.9.2
^0.7.21
->^0.7.22
^3.1.3
->^3.1.4
^5.6.2
->^5.6.3
~5.6.2
->~5.6.3
^8.8.0
->^8.9.0
^6.19.8
->^6.20.1
^5.4.8
->^5.4.9
^1.0.2
->^1.0.3
^2.1.2
->^2.1.3
^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
microsoft/playwright (@playwright/test)
v1.48.0
Compare Source
solidjs/solid-router (@solidjs/router)
v0.14.8
Patch Changes
a3a36fb
: Add query and param wrappers to support non-Proxy envs2475851
: bump deps2f1fa18
: improve anchor preload performancevuejs/core (@vue/compiler-sfc)
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
delucis/astro-embed (astro-embed)
v0.7.4
Compare Source
Patch Changes
91e70e72e1f3efe2db37e9de1e721eaabfd292bc
Thanks @delucis! - Add additionalui
keyword for better categorization in Astro’s integrations libraryUpdated dependencies [
91e70e72e1f3efe2db37e9de1e721eaabfd292bc
]:v0.7.3
Compare Source
Patch Changes
#148
78346ae846925fa3ce90378d2f03c437620adcec
Thanks @prototypa! - Adds support for Astro v5Updated dependencies [
78346ae846925fa3ce90378d2f03c437620adcec
]:mmkal/expect-type (expect-type)
v1.1.0
Compare Source
What's Changed
.toBeBigInt()
by @aryaemami59 in https://github.com/mmkal/expect-type/pull/123Full Changelog: mmkal/expect-type@v1.0.0...v1.1.0
syntax-tree/hast-util-select (hast-util-select)
v6.0.3
Compare Source
Miscellaneous
bb9649b
Remove unused dependencynot
by @remcohaszing in https://github.com/syntax-tree/hast-util-select/pull/9
Types
6295f8e
Add declaration maps3b28c25
Refactor to use@import
sFull Changelog: syntax-tree/hast-util-select@6.0.2...6.0.3
lit/lit (lit)
v3.2.1
Compare Source
Patch Changes
99703a03
- Revert the Terser plugin for Rollup torollup-plugin-terser
from@rollup/plugin-terser
due to a bug that prevented our minified name prefixing from working.
rich-harris/magic-string (magic-string)
v0.30.12
Compare Source
Performance Improvements
streamich/memfs (memfs)
v4.14.0
Compare Source
Features
writeFile
(#1069) (11f8a36)v4.13.0
Compare Source
Features
argyleink/open-props (open-props)
v1.7.7
Compare Source
inikulin/parse5 (parse5)
v7.2.0
Compare Source
csstools/postcss-plugins (postcss-preset-env)
v10.0.7
Compare Source
October 10, 2024
postcss-custom-media
to11.0.3
(patch)@csstools/media-query-list-parser
to4.0.0
(major)@csstools/css-tokenizer
to3.0.2
(patch)preactjs/preact (preact)
v10.24.3
Compare Source
Fixes
Performance
Maintenance
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
solidjs/solid (solid-js)
v1.9.2
sveltejs/language-tools (svelte2tsx)
v0.7.22
Compare Source
dominikg/tsconfck (tsconfck)
v3.1.4
Compare Source
Patch Changes
**/*
to path patterns that do not have an extension or wildcard in their last segment, egsrc
becomessrc/**/*
for matching. (#200)microsoft/TypeScript (typescript)
v5.6.3
Compare Source
typescript-eslint/typescript-eslint (typescript-eslint)
v8.9.0
Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
nodejs/undici (undici)
v6.20.1
Compare Source
v6.20.0
Compare Source
What's Changed
v6.x
branch) by @eXhumer in https://github.com/nodejs/undici/pull/3531Full Changelog: nodejs/undici@v6.19.8...v6.20.0
vitejs/vite (vite)
v5.4.9
Compare Source
Please refer to CHANGELOG.md for details.
svitejs/vitefu (vitefu)
v1.0.3
Compare Source
vitest-dev/vitest (vitest)
v2.1.3
Compare Source
🐞 Bug Fixes
toBeNaN, toBeUndefined, toBeNull, toBeTruthy, toBeFalsy
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6697 (e0027)/mockServiceWorker.js
instead of/__vitest_msw__
- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6687 (4b2ce)toMatchObject
diff - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6620 (d289e)<empty line>
logs when interleavingconsole.log/error
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6644 (9ece3)fast-glob
instead oftinyglobby
in Vitest - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6688 (70baa)🏎 Performance
View changes on GitHub
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.