fix(deps): update all non-major dependencies #15603
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:
^1.3.3
->^1.3.5
^0.3.20
->^0.3.21
^20.11.0
->^20.11.1
^3.4.9
->^3.4.13
^8.3.1
->^8.3.2
^1.22.1
->^1.23.0
^1.4.2
->^1.5.0
3.1.1
->3.2.2
^1.8.10
->^1.8.11
^3.6.2
->^3.6.3
v41.0.1
->v41.1.1
^1.1.3
->^1.2.0
^3.4.9
->^3.4.13
^3.4.9
->^3.4.13
Release Notes
BuilderIO/qwik (@builder.io/qwik)
v1.3.5
Compare Source
What's Changed
Full Changelog: QwikDev/qwik@v1.3.4...v1.3.5
v1.3.4
Compare Source
What's Changed
New Contributors
Full Changelog: QwikDev/qwik@v1.3.3...v1.3.4
jridgewell/trace-mapping (@jridgewell/trace-mapping)
v0.3.21
Compare Source
What's Changed
export type *
by @jridgewell in https://github.com/jridgewell/trace-mapping/pull/32Full Changelog: jridgewell/trace-mapping@v0.3.20...v0.3.21
vuejs/core (@vue/shared)
v3.4.13
Compare Source
Bug Fixes
v3.4.12
Compare Source
Reverts
v3.4.11
Compare Source
Bug Fixes
v3.4.10
Compare Source
Bug Fixes
acornjs/acorn (acorn-walk)
v8.3.2
Compare Source
parcel-bundler/lightningcss (lightningcss)
v1.23.0
Compare Source
This release improves minification for
@layer
and@property
rules, enables relative colors to be compiled in more situations, adds new functionality for custom visitor plugins, and fixes some bugs.Downlevel relative colors with unknown alpha
Lightning CSS can now down level relative colors where the alpha value is unknown (e.g. a variable). For example:
becomes:
Optimized
@layer
rules@layer
rules with the same name are now merged together and ordered following their original declared order. For example:becomes:
Deduped
@property
rules@property
rules are now deduplicated when they define the same property name. The last rule wins.compiles to:
StyleSheet visitor function
The JS visitor API now supports
StyleSheet
andStyleSheetExit
visitors, allowing you to visit the entire stylesheet at once. This enables things like rule sorting or appending/prepending rules.Keep in mind that visiting the entire stylesheet can be expensive, due to needing to serialize and deserialize the entire AST to send between Rust and JavaScript. Keep visitors as granular as you can to avoid this.
Other bug fixes
grid-auto-flow
in custom visitors-webkit-fill-available
and-moz-available
size valuesinitial-value
of@property
rulesunjs/mlly (mlly)
v1.5.0
Compare Source
compare changes
🚀 Enhancements
stripComments
optional for syntax detection (#217)preferNamespace
(5d23c98)🩹 Fixes
import
statement after}
(#166)default
and explicitly return non-objects as-is (14eb72d)🌊 Types
🏡 Chore
defaultName
type toESMExport
(4acaeaf)import-meta-resolve
to v4 (#215)✅ Tests
❤️ Contributors
prettier/prettier (prettier)
v3.2.2
Compare Source
diff
Fix crash when parsing template literal CSS in a JSX style tag using a spread attribute (#15896 by @eelco)
For example this code would crash before:
Fix formatting error on optional call expression and member chain (#15920 by @sosukesuzuki)
v3.2.1
Compare Source
diff
Fix formatting error on member chain (#15915 by @sosukesuzuki)
v3.2.0
Compare Source
diff
🔗 Release Notes
sveltejs/language-tools (svelte-check)
v3.6.3
Compare Source
tj-actions/changed-files (tj-actions/changed-files)
v41.1.1
Compare Source
What's Changed
Full Changelog: tj-actions/changed-files@v41...v41.1.1
v41.1.0
Compare Source
What's Changed
Full Changelog: tj-actions/changed-files@v41...v41.1.0
vitest-dev/vitest (vitest)
v1.2.0
Compare Source
🚀 Features
--disable-console-intercept
option to allow opting-out from automatic console log interception - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/4786 (43fa6)🐞 Bug Fixes
server.headers
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/4890 (55f53)testNamePattern
config - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/4909 (4add9)objDisplay
default truncate option fortest.each
title - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/4917 (9ae9d)process.exit
is called inside the test - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/4903 (8e6c1)pool
andpoolOptions
on project level - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/4765 (e9fe4)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 has been generated by Mend Renovate. View repository job log here.