fix(deps): update all non-major dependencies#15603
Merged
Conversation
|
|
36be3dd to
adcd09d
Compare
patak-cat
approved these changes
Jan 15, 2024
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.03.1.1->3.2.2^1.8.10->^1.8.11^3.6.2->^3.6.3v41.0.1->v41.1.1^1.1.3->^1.2.0^3.4.9->^3.4.13^3.4.9->^3.4.13Release Notes
BuilderIO/qwik (@builder.io/qwik)
v1.3.5Compare Source
What's Changed
Full Changelog: QwikDev/qwik@v1.3.4...v1.3.5
v1.3.4Compare Source
What's Changed
New Contributors
Full Changelog: QwikDev/qwik@v1.3.3...v1.3.4
jridgewell/trace-mapping (@jridgewell/trace-mapping)
v0.3.21Compare 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.13Compare Source
Bug Fixes
v3.4.12Compare Source
Reverts
v3.4.11Compare Source
Bug Fixes
v3.4.10Compare Source
Bug Fixes
acornjs/acorn (acorn-walk)
v8.3.2Compare Source
parcel-bundler/lightningcss (lightningcss)
v1.23.0Compare Source
This release improves minification for
@layerand@propertyrules, 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
@layerrules@layerrules with the same name are now merged together and ordered following their original declared order. For example:becomes:
Deduped
@propertyrules@propertyrules 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
StyleSheetandStyleSheetExitvisitors, 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-flowin custom visitors-webkit-fill-availableand-moz-availablesize valuesinitial-valueof@propertyrulesunjs/mlly (mlly)
v1.5.0Compare Source
compare changes
🚀 Enhancements
stripCommentsoptional for syntax detection (#217)preferNamespace(5d23c98)🩹 Fixes
importstatement after}(#166)defaultand explicitly return non-objects as-is (14eb72d)🌊 Types
🏡 Chore
defaultNametype toESMExport(4acaeaf)import-meta-resolveto v4 (#215)✅ Tests
❤️ Contributors
prettier/prettier (prettier)
v3.2.2Compare 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.1Compare Source
diff
Fix formatting error on member chain (#15915 by @sosukesuzuki)
v3.2.0Compare Source
diff
🔗 Release Notes
sveltejs/language-tools (svelte-check)
v3.6.3Compare Source
tj-actions/changed-files (tj-actions/changed-files)
v41.1.1Compare Source
What's Changed
Full Changelog: tj-actions/changed-files@v41...v41.1.1
v41.1.0Compare Source
What's Changed
Full Changelog: tj-actions/changed-files@v41...v41.1.0
vitest-dev/vitest (vitest)
v1.2.0Compare Source
🚀 Features
--disable-console-interceptoption 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)testNamePatternconfig - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/4909 (4add9)objDisplaydefault truncate option fortest.eachtitle - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/4917 (9ae9d)process.exitis called inside the test - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/4903 (8e6c1)poolandpoolOptionson 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.