chore(deps): update all dependencies #8
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/all"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
^20
->^22.0.0
10.4.19
->10.4.20
8.4.38
->8.5.1
0.7.3
->0.8.0
3.4.3
->3.4.17
0.5.2
->0.6.0
5.4.4
->5.7.3
1.7.0
->1.12.1
Release Notes
postcss/autoprefixer (autoprefixer)
v10.4.20
Compare Source
fit-content
prefix for Firefox.postcss/postcss (postcss)
v8.5.1
Compare Source
v8.5.0
: 8.5 “Duke Alloces”Compare Source
PostCSS 8.5 brought API to work better with non-CSS sources like HTML, Vue.js/Svelte sources or CSS-in-JS.
@romainmenke during his work on Stylelint added
Input#document
in additional toInput#css
.Thanks to Sponsors
This release was possible thanks to our community.
If your company wants to support the sustainability of front-end infrastructure or wants to give some love to PostCSS, you can join our supporters by:
v8.4.49
Compare Source
source.offset
(by @romainmenke).v8.4.48
Compare Source
v8.4.47
Compare Source
v8.4.46
Compare Source
Cannot read properties of undefined (reading 'before')
.v8.4.45
Compare Source
v8.4.44
Compare Source
markClean is not a function
error.v8.4.43
Compare Source
markClean is not a function
error.v8.4.42
Compare Source
v8.4.41
Compare Source
v8.4.40
Compare Source
v8.4.39
Compare Source
CssSyntaxError
types (by @romainmenke).launchbadge/sqlx (sqlx)
v0.8.3
Compare Source
41 pull requests were merged this release cycle.
Added
Changed
Fixed
v0.8.2
Compare Source
10 pull requests were merged this release cycle.
This release addresses a few regressions that have occurred, and refines SQLx's MSRV policy (see the FAQ).
Added
Changed
Fixed
v0.8.1
Compare Source
16 pull requests were merged this release cycle.
This release contains a fix for RUSTSEC-2024-0363.
Postgres users are advised to upgrade ASAP as a possible exploit has been demonstrated:
#3440 (comment)
MySQL and SQLite do not appear to be exploitable, but upgrading is recommended nonetheless.
Added
Changed
Fixed
v0.8.0
Compare Source
70 pull requests were merged this release cycle.
#2697 was merged the same day as release 0.7.4 and so was missed by the automatic CHANGELOG generation.
Breaking
Added
Changed
Fixed
clock
andstd
features ofworkspace.dependencies.chrono
.v0.7.4
Compare Source
38 pull requests were merged this release cycle.
This is officially the last release of the 0.7.x release cycle.
As of this release, development of 0.8.0 has begun on
main
and only high-priority bugfixes may be backported.Added
Changed
Fixed
tailwindlabs/tailwindcss (tailwindcss)
v3.4.17
Compare Source
Fixed
v3.4.16
Compare Source
Fixed
PluginsConfig
allowundefined
values (#14668)Changed
v3.4.15
Compare Source
boxShadow
theme configuration allows arrays (#14856)selection:*
variant works in Chrome 131 (#15003)v3.4.14
Compare Source
Fixed
display: none
on elements that usehidden="until-found"
(#14625)v3.4.13
Compare Source
Fixed
v3.4.12
Compare Source
Fixed
@apply
with utilities that use@defaults
works with rules defined in the base layer when usingoptimizeUniversalDefaults
(#14427)v3.4.11
Compare Source
Fixed
anchor-size(…)
in arbitrary values (#14393)v3.4.10
Compare Source
Fixed
v3.4.9
Compare Source
Fixed
vendor
foldersv3.4.8
Compare Source
Fixed
v3.4.7
Compare Source
Fixed
data-*
andaria-*
modifiers are always quoted in the generated CSS (#14037)v3.4.6
Compare Source
Fixed
Changed
:is()
wrapping rules when using an important selector (#13900)v3.4.5
Compare Source
Fixed
var()
injection for anchor properties (#13826)blur(0px)
forbackdrop-blur-none
andblur-none
utilities (#13830).mts
and.cts
config file detection (#13940)px-1
unnecessarily when using utilities likepx-1.5
(#13959)-webkit-backdrop-filter
forbackdrop-*
utilities (#13997)v3.4.4
Compare Source
Fixed
<alpha-value>
placeholders in a single color definition (#13740)has-*
,group-has-*
, andpeer-has-*
variants (#13770){col,row}-{start,end}
utilities (#13781)tower-rs/tower-http (tower-http)
v0.6.2
Compare Source
Changed:
CompressionBody<B>
now propagatesB
's size hint in itshttp_body::Body
implementation, if compression is disabled (#531)
content-length
to be included in an HTTP message with thisbody for those cases
New Contributors
Full Changelog: https://github.com/tower-rs/tower-http/compare/tower-http-0.6.1...tower-http-0.6.2
v0.6.1
: v0.6.1Compare Source
Fixed
New Contributors
v0.6.0
: v0.6.0Compare Source
Changed:
body
module is disabled except forcatch-panic
,decompression-*
,fs
, orlimit
features (BREAKING) (#477)tower
0.5 (#503)Fixed
microsoft/TypeScript (typescript)
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:
v5.5.3
: TypeScript 5.5.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.5.2
: TypeScript 5.5Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
v5.4.5
: TypeScript 5.4.5Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
uuid-rs/uuid (uuid)
v1.12.1
Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/uuid-rs/uuid/compare/1.12.0...1.12.1
v1.12.0
Compare Source
⚠️ Possible Breakage
This release includes additional
PartialEq
implementations onUuid
, which can break inference in some cases.What's Changed
NonZeroUuid
type for optimizedOption<Uuid>
representation by @ab22593k in https://github.com/uuid-rs/uuid/pull/779NonNilUuid
by @KodrAus in https://github.com/uuid-rs/uuid/pull/783New Contributors
Full Changelog: https://github.com/uuid-rs/uuid/compare/1.11.1...1.12.0
v1.11.1
Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/uuid-rs/uuid/compare/1.11.0...1.11.1
v1.11.0
Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/uuid-rs/uuid/compare/1.10.0...1.11.0
v1.10.0
Compare Source
Deprecations
This release deprecates and renames the following functions:
Builder::from_rfc4122_timestamp
->Builder::from_gregorian_timestamp
Builder::from_sorted_rfc4122_timestamp
->Builder::from_sorted_gregorian_timestamp
Timestamp::from_rfc4122
->Timestamp::from_gregorian
Timestamp::to_rfc4122
->Timestamp::to_gregorian
What's Changed
New Contributors
Full Changelog: https://github.com/uuid-rs/uuid/compare/1.9.1...1.10.0
v1.9.1
Compare Source
What's Changed
Full Changelog: https://github.com/uuid-rs/uuid/compare/1.9.0...1.9.1
v1.9.0
Compare Source
Uuid::now_v7()
is guaranteed to be monotonicBefore this release,
Uuid::now_v7()
would only use the millisecond-precision timestamp for ordering. It now also uses a global 42-bit counter that's re-initialized each millisecond so that the following will always pass:What's Changed
New Contributors
Full Changelog: https://github.com/uuid-rs/uuid/compare/1.8.0...1.9.0
v1.8.0
Compare Source
⚠️ Potential Breakage ⚠️
A new
impl AsRef<Uuid> for Uuid
bound has been added, which can break inference on code like:You can fix these by explicitly typing the result of the conversion:
or by calling
as_bytes
instead:What's Changed
wasm-bindgen
as a dependency onwasm32-unknown-unknown
by @emilk in https://github.com/uuid-rs/uuid/pull/738New Contributors
Full Changelog: https://github.com/uuid-rs/uuid/compare/1.7.0...1.8.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 Renovate Bot.
⚠️ Artifact update problem
Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below:
File name: cuddle-rust-service/Cargo.lock
File name: cuddle-rust-cli/Cargo.lock
File name: cuddle-node-service/yarn.lock
2d2dec67a7
toa8a59f797d
a8a59f797d
to0a0fa31761
0a0fa31761
to1f2628b355
1f2628b355
tof2c3fd820d
f2c3fd820d
tob6e62e71b4
b6e62e71b4
to886dea3754
886dea3754
to422c085f49
422c085f49
to96e2a32c54
96e2a32c54
to9deffe76c4
9deffe76c4
to59d9b3852b
59d9b3852b
to4ddccd81ae
4ddccd81ae
tod93d8d917b
d93d8d917b
to9c80743e6a
9c80743e6a
to3fdd412d93
3fdd412d93
to09fafde603
09fafde603
to4c5961ae74
4c5961ae74
toca040b4ceb
ca040b4ceb
to7cbf0f5ee2
7cbf0f5ee2
to7beb29472a
7beb29472a
to8384471a26
8384471a26
toa4aa4189f5
a4aa4189f5
to612a62c5bf
612a62c5bf
to7cc0237ee1
7cc0237ee1
to757e4ac758
757e4ac758
to7e740c6fd5
7e740c6fd5
to194bb483ac
194bb483ac
to394095fcc1
394095fcc1
to1ce1695132
1ce1695132
to32dd7879ba
32dd7879ba
to3e55415874
3e55415874
to6725dc63b1
6725dc63b1
to95703c39b4
95703c39b4
to7e4e50d13f
7e4e50d13f
toff7e1871b0
ff7e1871b0
to6dd4585412
6dd4585412
to7f7615870a
7f7615870a
tobaf52eca78
baf52eca78
toaea269594e
aea269594e
toc71acffa98
c71acffa98
todef0e52bfb
def0e52bfb
to5fa6cabb77
5fa6cabb77
tocdb15e11aa
cdb15e11aa
toa3282afd47
a3282afd47
to2b6c5e0f54
2b6c5e0f54
tod568230fcd
d568230fcd
to5f536d8d92
5f536d8d92
to9058103f0b
9058103f0b
to845e719a89
845e719a89
toa32b7f5dda
a32b7f5dda
to70169b5f9f
70169b5f9f
to382f207898
382f207898
toe31c413f20
e31c413f20
tob9620997f9
b9620997f9
to0bcf7d90a2
0bcf7d90a2
tocb43ae26c9
cb43ae26c9
to27706fe522
27706fe522
tofb864ab584
fb864ab584
to0dc041449a
0dc041449a
to0971a2807b
0971a2807b
to9d5180cbf8
9d5180cbf8
to9164e5c9c4
9164e5c9c4
toc3e2522164
c3e2522164
to06c21ac088
06c21ac088
to660aa1b600
660aa1b600
to50737c35fd
50737c35fd
to009fbf3d58
009fbf3d58
to63c6646dcb
63c6646dcb
tof998cafdbb
f998cafdbb
to3356e14c74
3356e14c74
to12574cc47b
12574cc47b
to28c701d068
28c701d068
to3d855917d0
3d855917d0
tob987161eba
b987161eba
toa64d66d440
a64d66d440
to49e6b7f73c
49e6b7f73c
to482cb5ac69
482cb5ac69
tofe2b1fb82a
fe2b1fb82a
to46a445e49a
46a445e49a
tof26e23060e
f26e23060e
to883887c633
883887c633
toe91e385bc5
e91e385bc5
toe89d03145b
e89d03145b
to4a8fe92227
4a8fe92227
to2bf2ba343c
2bf2ba343c
to87feff6f7a
87feff6f7a
to45c95e0e60
45c95e0e60
to4c3ce0f181
4c3ce0f181
to08e1b4643e
08e1b4643e
to38198d370e
38198d370e
to7ce78590b5
7ce78590b5
to07f1007d66
07f1007d66
toc10617d7dd
c10617d7dd
toc0048e0d55
c0048e0d55
to17529eaebf
17529eaebf
to9ed0a8ba5d
9ed0a8ba5d
toee680b5538
ee680b5538
to85c9494912
85c9494912
to3d199f5afb
3d199f5afb
to9f821a45c7
9f821a45c7
to272f06d399
272f06d399
toe1be9a822f
e1be9a822f
to9bb35e67f1
9bb35e67f1
toe7fc7a12ba
e7fc7a12ba
tob1d7b6b748
b1d7b6b748
to8366345737
8366345737
tocb8f7a02fd
cb8f7a02fd
toc076388971
c076388971
to83e0cde1dd
83e0cde1dd
tofdcff37a92
fdcff37a92
toce6d928ece
ce6d928ece
to45e90462b4
45e90462b4
to4970f95a65
4970f95a65
to2ba61f2f0f
2ba61f2f0f
toe0a95ee4d0
e0a95ee4d0
to8fdbb6809b
8fdbb6809b
toafb74c39bb
afb74c39bb
to1388cd4250
1388cd4250
toc3b67553d1
c3b67553d1
to36cedf34fd
36cedf34fd
to0bfff45cb0
0bfff45cb0
to102ea9de46
102ea9de46
tod23947699a
d23947699a
to10eb33e582
10eb33e582
to47b81db242
47b81db242
toe2cf8a0c57
e2cf8a0c57
to8d2d4f7252
8d2d4f7252
to878e355efc
878e355efc
to6d2dcbf866
6d2dcbf866
toc249bfeba4
c249bfeba4
toec24116cf2
ec24116cf2
to7eef103317
7eef103317
to6305a44b9b
6305a44b9b
to2bed467457
2bed467457
tofc2ee6757b
fc2ee6757b
to4d5a6b5f13
4d5a6b5f13
to042e063e81
042e063e81
to4a2192be21
4a2192be21
to40f4133874
40f4133874
to973cf6ac0a
973cf6ac0a
todbae8cc02c
dbae8cc02c
to1e7d6ab8fb
1e7d6ab8fb
toa11ef9785e
a11ef9785e
toadcbefaffc
adcbefaffc
to27c7ca0e03
27c7ca0e03
to17a8d75196
17a8d75196
toa3ba75a307
a3ba75a307
to775a1e6e68
775a1e6e68
tod65e5734dc
d65e5734dc
to04d92f11dd
04d92f11dd
to7df9223fe5
7df9223fe5
to2bd5bcd8c4
2bd5bcd8c4
toa9694c37a8
a9694c37a8
to1ae958966a
1ae958966a
to14af9a0db5
14af9a0db5
tod05ce60f2f
d05ce60f2f
to7ed6e8f8d8
7ed6e8f8d8
to3074e06d72
3074e06d72
to8693d2d7a9
8693d2d7a9
to19d279e1ea
19d279e1ea
toea1a37c9ea
ea1a37c9ea
todd25f03919
dd25f03919
todcb8132171
dcb8132171
to2320aa8c3a
2320aa8c3a
to00db27c26b
00db27c26b
toe61572dfd0
e61572dfd0
to24189cc791
24189cc791
to92a05c78a1
92a05c78a1
to0a73dee4e0
0a73dee4e0
toa01021c31a
a01021c31a
to516199b483
516199b483
to129aa67507
129aa67507
tof0b97305d3
f0b97305d3
toca88946cf8
ca88946cf8
to8c31369cde
8c31369cde
to425fef48ec
425fef48ec
toc4be4654a3
c4be4654a3
tod931e2a1ec
d931e2a1ec
to53d4b4b6fe
53d4b4b6fe
to7cd2073c4e
7cd2073c4e
tobda280af13
bda280af13
to9704952b55
9704952b55
to495d9c5185
495d9c5185
to1a4e0cd8be
1a4e0cd8be
to63190dd5ab
63190dd5ab
to354e8198a8
354e8198a8
toc6561a1302
c6561a1302
to15ace23054
15ace23054
to970ed96a9b
970ed96a9b
to5af8478491
5af8478491
tocb430517a2
cb430517a2
to786d142954
786d142954
to97af739615
97af739615
toad82e70511
ad82e70511
tod56b931881
d56b931881
to6e0db5e071
6e0db5e071
to9e94519446
9e94519446
to99a8bf7af7
99a8bf7af7
to3175e911c3
3175e911c3
toffe181dde5
ffe181dde5
to6a815fa118
6a815fa118
to201590b256
201590b256
to6ef81ff4e3
6ef81ff4e3
to66f03fa47d
66f03fa47d
toda65f4c169
da65f4c169
to6dd3fb0abe
6dd3fb0abe
tob7bd3e2cfe
b7bd3e2cfe
to057f154d1f
057f154d1f
toe90daedc1b
e90daedc1b
to6f718454ed
6f718454ed
to5b405822ba
5b405822ba
to3896739f2e
3896739f2e
tob0822e839c
b0822e839c
to70f3c3e41c
70f3c3e41c
to33d08b4f7a
33d08b4f7a
tof4dbce4056
f4dbce4056
to57ebc5251a
57ebc5251a
tod4f229b338
d4f229b338
to3aa3c06ad2
3aa3c06ad2
to313471fafd
313471fafd
toedbfe31f36
edbfe31f36
to31492ed211
31492ed211
to64427b4e88
64427b4e88
to7e2d9a26b1
7e2d9a26b1
to83ab57c379
83ab57c379
to92f23393d1
92f23393d1
toe588bf5042
e588bf5042
tobabb2a282c
babb2a282c
todf8ac03841
df8ac03841
toe3e543c35e
Checkout
From your project repository, check out a new branch and test the changes.