chore(deps): update unocss monorepo to v0.65.4#31
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
❌ Deploy Preview for sunny-sable-dea630 failed.
|
cc51200 to
9010bbb
Compare
9010bbb to
655c3c5
Compare
655c3c5 to
21b5a8c
Compare
21b5a8c to
25e9878
Compare
25e9878 to
f60b07b
Compare
f60b07b to
812c9a9
Compare
812c9a9 to
a9fe1a6
Compare
a9fe1a6 to
c518d67
Compare
c518d67 to
46423a1
Compare
715b021 to
1a7fd36
Compare
1a7fd36 to
9a35532
Compare
9a35532 to
b064328
Compare
b064328 to
c2b76b2
Compare
|
Deployment failed with the following error: |
c2b76b2 to
5b2d126
Compare
5b2d126 to
5146f1e
Compare
|
Deployment failed with the following error: |
5146f1e to
907ea5a
Compare
907ea5a to
b4eed31
Compare
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the WalkthroughThis update enhances the Changes
Poem
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
pnpm-lock.yamlis excluded by!**/pnpm-lock.yaml
Files selected for processing (1)
- package.json (1 hunks)
Additional comments not posted (1)
package.json (1)
18-21: Verify compatibility and test the updated packages.The
@unocsspackages have been updated from0.45.30to0.62.0. Ensure that these updates are compatible with your project setup and do not introduce any breaking changes. It's advisable to run your test suite and check the functionality of your application after these updates.
There was a problem hiding this comment.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
pnpm-lock.yamlis excluded by!**/pnpm-lock.yaml
Files selected for processing (1)
- package.json (1 hunks)
Files skipped from review as they are similar to previous changes (1)
- package.json
There was a problem hiding this comment.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
pnpm-lock.yamlis excluded by!**/pnpm-lock.yaml
Files selected for processing (1)
- package.json (1 hunks)
Files skipped from review as they are similar to previous changes (1)
- package.json
There was a problem hiding this comment.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
pnpm-lock.yamlis excluded by!**/pnpm-lock.yaml
Files selected for processing (1)
- package.json (1 hunks)
Additional comments not posted (4)
package.json (4)
19-19: Verify compatibility and check for breaking changes.The version of
@unocss/preset-attributifyhas been updated from0.45.30to0.62.3. Ensure that the new version does not introduce breaking changes or deprecations that could affect the project.Run the following script to review the release notes and breaking changes:
Verification successful
No breaking changes found in the update to
@unocss/preset-attributifyversion 0.62.3.The release notes indicate that this update includes bug fixes without any breaking changes or deprecations. The update should be compatible with the project.
Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify compatibility and check for breaking changes in @unocss/preset-attributify. # Test: Review release notes and breaking changes. Expect: No breaking changes affecting the project. open "https://github.com/unocss/unocss/releases/tag/v0.62.3"Length of output: 132
Script:
#!/bin/bash # Description: Fetch release notes for @unocss/preset-attributify version 0.62.3 using GitHub CLI. # Fetch the release notes for the specified version. gh release view v0.62.3 --repo unocss/unocss --json body -q '.body'Length of output: 1037
18-18: Verify compatibility and check for breaking changes.The version of
@unocss/nuxthas been updated from0.45.30to0.62.3. Ensure that the new version does not introduce breaking changes or deprecations that could affect the project.Run the following script to review the release notes and breaking changes:
20-20: Verify compatibility and check for breaking changes.The version of
@unocss/preset-iconshas been updated from0.45.30to0.62.3. Ensure that the new version does not introduce breaking changes or deprecations that could affect the project.Run the following script to review the release notes and breaking changes:
Verification successful
No breaking changes found in the update.
The release notes for
@unocss/preset-iconsversion 0.62.3 indicate bug fixes without any breaking changes. It should be safe to proceed with this version update.
- Ensure to run tests to verify compatibility within your project environment.
Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify compatibility and check for breaking changes in @unocss/preset-icons. # Test: Review release notes and breaking changes. Expect: No breaking changes affecting the project. open "https://github.com/unocss/unocss/releases/tag/v0.62.3"Length of output: 132
Script:
#!/bin/bash # Description: Fetch release notes for @unocss/preset-icons version 0.62.3 to check for breaking changes. # Fetch the release notes for the specified version using GitHub CLI. gh release view v0.62.3 --repo unocss/unocss --json body -q '.body'Length of output: 1037
21-21: Verify compatibility and check for breaking changes.The version of
@unocss/preset-unohas been updated from0.45.30to0.62.3. Ensure that the new version does not introduce breaking changes or deprecations that could affect the project.Run the following script to review the release notes and breaking changes:
Verification successful
No breaking changes found in the update to
@unocss/preset-unoversion 0.62.3.The release notes for version 0.62.3 only mention bug fixes and do not indicate any breaking changes. It is advisable to test the application to ensure compatibility.
- Ensure thorough testing after the upgrade.
Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify compatibility and check for breaking changes in @unocss/preset-uno. # Test: Review release notes and breaking changes. Expect: No breaking changes affecting the project. open "https://github.com/unocss/unocss/releases/tag/v0.62.3"Length of output: 132
Script:
#!/bin/bash # Description: Fetch release notes for @unocss/preset-uno version 0.62.3 using GitHub CLI. # Fetch the release notes for version 0.62.3 of @unocss/preset-uno gh release view v0.62.3 --repo unocss/unocss --json body -q .bodyLength of output: 1037
This PR contains the following updates:
0.45.30→0.65.40.45.30→0.65.40.45.30→0.65.40.45.30→0.65.4Release Notes
unocss/unocss (@unocss/nuxt)
v0.65.4Compare Source
🚀 Features
checkImport- by @ntnyq in #4362 (1e5ca)🐞 Bug Fixes
View changes on GitHub
v0.65.3Compare Source
🚀 Features
PresetFactoryAwaitabletype todefinePreset- by @zyyv in #4349 (26145)cacheon generator - by @antfu (69908)🐞 Bug Fixes
View changes on GitHub
v0.65.2Compare Source
🚀 Features
importantoption - by @zyyv in #4338 (dd850)🐞 Bug Fixes
🏎 Performance
getThemeColor- by @zyyv in #4324 (aafa3)View changes on GitHub
v0.65.1Compare Source
🐞 Bug Fixes
vue-scope, close #4310 - by @antfu in #4310 (daf08)View changes on GitHub
v0.65.0Compare Source
If you are interested, please read our upgrade introduction 🌟🌟🌟.
🚨 Breaking Changes
new UnoGenerator, makecreateGenerator()async - by @antfu in #4268 (5420b)resolvePresetandresolvePresetsnow returns promise - by @antfu in #4294 (0f987)🚀 Features
legacyColorSpaceoption - by @zyyv in #4301 (fd13b)🐞 Bug Fixes
View changes on GitHub
v0.64.1Compare Source
No significant changes
View changes on GitHub
v0.64.0Compare Source
🚨 Breaking Changes
🐞 Bug Fixes
marker- by @zyyv in #4221 (df370)/- by @zyyv in #4225 (a9ada)View changes on GitHub
v0.63.6Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.63.5Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v0.63.4Compare Source
🐞 Bug Fixes
c9d2e01, fix #4189 - by @antfu in #4189 (cbf68)View changes on GitHub
v0.63.3Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v0.63.2Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.63.1Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.63.0Compare Source
🚀 Features
unconfigjiti- by @antfu (3b93c)bg-[image:*]- by @JianJroh and @zyyv in #4160 (3de43)fontsourcefont provider - by @zyyv and @antfu in #4156 (320df)icon()directive - by @zyyv and @antfu in #4113 (9ed34)🐞 Bug Fixes
View changes on GitHub
v0.62.4Compare Source
🚀 Features
svelte- by @5P5 in #4128 (4762c)@unocss/runtime, improve runtime bundler docs - by @henrikvilhelmberglund and @antfu in #4112 (35e32)🐞 Bug Fixes
View changes on GitHub
v0.62.3Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.62.2Compare Source
🚀 Features
DEFAULTkey of theme - by @zyyv in #4072 (3f010)🐞 Bug Fixes
View changes on GitHub
v0.62.1Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.62.0Compare Source
🚀 Features
@typescript-eslint- by @antfu (aaf3a)contentoption in presets - by @Jannchie and Anthony Fu in #4041 (2466d)🐞 Bug Fixes
View changes on GitHub
v0.61.9Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v0.61.8Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.61.7Compare Source
🚀 Features
autocomplete.strictconfig - by @Simon-He95 and @antfu in #3957 (77db3)🐞 Bug Fixes
unconfig, fix #3812 - by @antfu and userquin in #3814 and #3812 (100d8)miniandwind- by @MellowCo and @antfu in #4025 (870d3)View changes on GitHub
v0.61.6Compare Source
🚀 Features
(float - by **end)(#3997)** and Anthony Fu (clear)-(start)🐞 Bug Fixes
View changes on GitHub
v0.61.5Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.61.4Compare Source
🚀 Features
createRecoveryConfigLoader- by @Simon-He95, @antfu and Anthony Fu in #3953 (64fb0)🐞 Bug Fixes
flushTask- by @KermanX in #3984 (141cd)localnode10 types - by @userquin in #3963 (3ff7c)View changes on GitHub
v0.61.3Compare Source
🚀 Features
View changes on GitHub
v0.61.2Compare Source
No significant changes
View changes on GitHub
v0.61.0Compare Source
🚀 Features
🐞 Bug Fixes
transform-cpushould not includerotate-xandrotate-y- by @zzc6332 in #3813 (ae072)View changes on GitHub
v0.60.4Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v0.60.3Compare Source
🚀 Features
text-alignutility - by @UltraCakeBakery, Chris and @antfu in #3796 (5f2a8)🐞 Bug Fixes
unocss:global:build:bundlehas no CSS placeholder - by @Simon-He95 in #3802 (210a2)🏎 Performance
resolveBreakpoints- by @antfu (05d90)View changes on GitHub
v0.60.2Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.60.1Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v0.60.0Compare Source
🚨 Breaking Changes
.defaultsuffix from d.ts and d.cts files - by @userquin in #3750 (e9f5b)🚀 Features
🐞 Bug Fixes
selection- by @zyyv in #3771 (18df5)View changes on GitHub
v0.59.4Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v0.59.3Compare Source
🐞 Bug Fixes
borderRadiusfrom theme to autosuggestroundedvalues - by @DamianOsipiuk in #3727 (18346)View changes on GitHub
v0.59.2Compare Source
🐞 Bug Fixes
@unocss/webpackto ESM First - by @userquin in #3708 (25e97)View changes on GitHub
v0.59.1[Compare Source](https:
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.