-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update all dependencies (non-major) #171
Open
renovate
wants to merge
1
commit into
next
Choose a base branch
from
renovate/all-dependencies-(non-major)
base: next
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
682637d
to
f86bf76
Compare
16b2b2c
to
68b183e
Compare
48aaeda
to
c41e2ad
Compare
ccda3bb
to
7cdd383
Compare
aa16472
to
59a390b
Compare
6050374
to
3c01046
Compare
70fcecd
to
a71e3e9
Compare
a71e3e9
to
4a331d5
Compare
493549b
to
c6833ff
Compare
1fe3a11
to
4744968
Compare
4744968
to
0875a0d
Compare
a60c22b
to
d7ae299
Compare
7e7f74a
to
9d0ec2b
Compare
9d0ec2b
to
5903ea5
Compare
5903ea5
to
4dbe56e
Compare
c45b7c3
to
1defac2
Compare
d799300
to
cb37c58
Compare
c7d6c93
to
a035d2f
Compare
6754e74
to
58b7b7f
Compare
58b7b7f
to
1f95a33
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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:
2.0.38
->2.0.39
1.0.5
->1.1.0
2.0.0
->2.1.0
11.2.0
->11.3.0
1.25.1
->1.29.3
3.3.2
->3.5.3
5.5.3
->5.8.2
0.61.3
->0.65.4
0.12.1
->0.12.3
5.3.3
->5.4.14
Release Notes
warp-ds/drive (@warp-ds/uno)
v2.1.0
Compare Source
Bug Fixes
Features
v2.0.2
Compare Source
Bug Fixes
v2.0.1
Compare Source
Bug Fixes
jprichardson/node-fs-extra (fs-extra)
v11.3.0
Compare Source
fs
methods (#1044, #1045)fs.opendir
incopy()
/copySync()
for better perf/scalability (#972, #1028)parcel-bundler/lightningcss (lightningcss)
v1.29.3
Compare Source
::details-content
and::target-text
selectors – @philipp-spiess in https://github.com/parcel-bundler/lightningcss/pull/930:placeholder-shown
selector name across browsers – @Marukome0743 in https://github.com/parcel-bundler/lightningcss/pull/929/* cssmodules-pure-no-check */
comments – @jantimon in https://github.com/parcel-bundler/lightningcss/pull/898c03a7e7
v1.29.2
Compare Source
Browsers::load_browserslist
by @CPunisher in https://github.com/parcel-bundler/lightningcss/pull/8952284653
v1.29.1
Compare Source
v1.29.0
Compare Source
Added
@view-transition
rule,view-transition-class
andview-transition-group
properties, and class selector features of the view transition pseudo elements. This enables CSS module scoping and better minification when using these features. – #885@font-feature-values
rule – #840light-dark()
function – parcel-bundler/lightningcss@3043896Fixed
list-style
shorthand property – parcel-bundler/lightningcss@97891d8:nth-child(an + b of X)
selectors in CSS modules – parcel-bundler/lightningcss@ed9e659\0
characters in filenames – parcel-bundler/lightningcss@43707c3composeVisitors
– #875v1.28.2
Compare Source
Fixes
transition-property
– #850 (thanks @RobinMalfait and @LeoniePhiline!)78f2fc4
4159bc5
all
property is set –d4eec35
v1.28.1
Compare Source
v1.28.0
Compare Source
Added
@container
names in CSS Modules by @kdy1 in https://github.com/parcel-bundler/lightningcss/pull/835input:placeholder
by @kdy1 in https://github.com/parcel-bundler/lightningcss/pull/813@value
at-rule of CSS Modules by @kdy1 in https://github.com/parcel-bundler/lightningcss/pull/842Fixed
22a8b6f
calc
expression –e3c8e12
calc
expression –378955e
clamp
function reduction when the comparison between preferred and max value is unknown –ddc9ce8
f6b033f
v1.27.0
Compare Source
Added
[content-hash]
css module pattern by @rubberpants in https://github.com/parcel-bundler/lightningcss/pull/802. This includes a hash of the file contents rather than the file path (as[hash]
works), which can be used to support multiple versions of the same library simultaneously without conflicts.Fixed
box-shadow
combination ofoklch
andcurrentColor
by @hi-ogawa in https://github.com/parcel-bundler/lightningcss/pull/801v1.26.0
Compare Source
Added
@keyframes
by @grimsteel in https://github.com/parcel-bundler/lightningcss/pull/787Fixed
:is(input:checked)
by @kdy1 in https://github.com/parcel-bundler/lightningcss/pull/783prettier/prettier (prettier)
v3.5.3
Compare Source
v3.5.2
Compare Source
diff
Remove
module-sync
condition (#17156 by @fisker)In Prettier 3.5.0, we added
module-sync
condition topackage.json
, so thatrequire("prettier")
can use ESM version, but turns out it doesn't work if CommonJS and ESM plugins both imports builtin plugins. To solve this problem, we decide simply remove themodule-sync
condition, sorequire("prettier")
will still use the CommonJS version, we'll revisit untilrequire(ESM)
feature is more stable.v3.5.1
Compare Source
diff
Fix CLI crash when cache for old version exists (#17100 by @sosukesuzuki)
Prettier 3.5 uses a different cache format than previous versions, Prettier 3.5.0 crashes when reading existing cache file, Prettier 3.5.1 fixed the problem.
Support dockercompose and github-actions-workflow in VSCode (#17101 by @remcohaszing)
Prettier now supports the
dockercompose
andgithub-actions-workflow
languages in Visual Studio Code.v3.5.0
Compare Source
diff
🔗 Release Notes
v3.4.2
Compare Source
diff
Treat U+30A0 & U+30FB in Katakana Block as CJK (#16796 by @tats-u)
Prettier doesn't treat U+30A0 & U+30FB as Japanese. U+30FB is commonly used in Japanese to represent the delimitation of first and last names of non-Japanese people or “and”. The following “C言語・C++・Go・Rust” means “C language & C++ & Go & Rust” in Japanese.
U+30A0 can be used as the replacement of the
-
in non-Japanese names (e.g. “Saint-Saëns” (Charles Camille Saint-Saëns) can be represented as “サン゠サーンス” in Japanese), but substituted by ASCII hyphen (U+002D) or U+FF1D (full width hyphen) in many cases (e.g. “サン=サーンス” or “サン=サーンス”).Fix comments print on class methods with decorators (#16891 by @fisker)
Fix non-idempotent formatting (#16899 by @seiyab)
This bug fix is not language-specific. You may see similar change in any languages. This fixes regression in 3.4.0 so change caused by it should yield same formatting as 3.3.3.
v3.4.1
Compare Source
diff
Remove unnecessary parentheses around assignment in
v-on
(#16887 by @fisker)<!-- Input --> <template> <button @​click="foo += 2">Click</button> </template> <!-- Prettier 3.4.0 --> <template> <button @​click="(foo += 2)">Click</button> </template> <!-- Prettier 3.4.1 --> <template> <button @​click="foo += 2">Click</button> </template>
v3.4.0
Compare Source
diff
🔗 Release Notes
v3.3.3
Compare Source
diff
Add parentheses for nullish coalescing in ternary (#16391 by @cdignam-segment)
This change adds clarity to operator precedence.
Add parentheses for decorator expressions (#16458 by @y-schneider)
Prevent parentheses around member expressions or tagged template literals from being removed to follow the stricter parsing rules of TypeScript 5.5.
Support
@let
declaration syntax (#16474 by @sosukesuzuki)Adds support for Angular v18
@let
declaration syntax.Please see the following code example. The
@let
declaration allows you to define local variables within the template:For more details, please refer to the excellent blog post by the Angular Team: Introducing @let in Angular.
We also appreciate the Angular Team for kindly answering our questions to implement this feature.
microsoft/TypeScript (typescript)
v5.8.2
Compare Source
v5.7.3
: TypeScript 5.7.3Compare Source
For release notes, check out the release announcement.
Downloads are available on npm
v5.7.2
: TypeScript 5.7Compare Source
For release notes, check out the release announcement.
Downloads are available on:
v5.6.3
: TypeScript 5.6.3Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.6.2
: TypeScript 5.6Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.5.4
: TypeScript 5.5.4Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
unocss/unocss (unocss)
v0.65.4
Compare Source
🚀 Features
checkImport
- by @ntnyq in https://github.com/unocss/unocss/issues/4362 (1e5ca)🐞 Bug Fixes
View changes on GitHub
v0.65.3
Compare Source
🚀 Features
PresetFactoryAwaitable
type todefinePreset
- by @zyyv in https://github.com/unocss/unocss/issues/4349 (26145)cache
on generator - by @antfu (69908)🐞 Bug Fixes
View changes on GitHub
v0.65.2
Compare Source
🚀 Features
important
option - by @zyyv in https://github.com/unocss/unocss/issues/4338 (dd850)🐞 Bug Fixes
🏎 Performance
getThemeColor
- by @zyyv in https://github.com/unocss/unocss/issues/4324 (aafa3)View changes on GitHub
v0.65.1
Compare Source
🐞 Bug Fixes
vue-scope
, close #4310 - by @antfu in https://github.com/unocss/unocss/issues/4310 (daf08)View changes on GitHub
v0.65.0
Compare Source
If you are interested, please read our upgrade introduction 🌟🌟🌟.
🚨 Breaking Changes
new UnoGenerator
, makecreateGenerator()
async - by @antfu in https://github.com/unocss/unocss/issues/4268 (5420b)resolvePreset
andresolvePresets
now returns promise - by @antfu in https://github.com/unocss/unocss/issues/4294 (0f987)🚀 Features
legacyColorSpace
option - by @zyyv in https://github.com/unocss/unocss/issues/4301 (fd13b)🐞 Bug Fixes
View changes on GitHub
v0.64.1
Compare Source
No significant changes
View changes on GitHub
v0.64.0
Compare Source
🚨 Breaking Changes
🐞 Bug Fixes
marker
- by @zyyv in https://github.com/unocss/unocss/issues/4221 (df370)/
- by @zyyv in https://github.com/unocss/unocss/issues/4225 (a9ada)View changes on GitHub
v0.63.6
Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.63.5
Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v0.63.4
Compare Source
🐞 Bug Fixes
c9d2e01
, fix #4189 - by @antfu in https://github.com/unocss/unocss/issues/4189 (cbf68)View changes on GitHub
v0.63.3
Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v0.63.2
Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.63.1
Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.63.0
Compare Source
🚀 Features
unconfig
jiti
- by @antfu (3b93c)bg-[image:*]
- by [@JianJroh](https://redConfiguration
📅 Schedule: Branch creation - "every weekend after 4am" (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.