-
Notifications
You must be signed in to change notification settings - Fork 6
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
fix(deps): update weekly patch updates #431
Open
renovate
wants to merge
3
commits into
main
Choose a base branch
from
renovate/weekly-patch-updates
base: main
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.
Open
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
renovate
bot
added
dependencies
Pull requests that update a dependency file
deps: patches
labels
May 15, 2023
Branch automerge failureThis PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.
|
renovate
bot
force-pushed
the
renovate/weekly-patch-updates
branch
5 times, most recently
from
May 18, 2023 13:06
11b3492
to
3e3bd9d
Compare
renovate
bot
force-pushed
the
renovate/weekly-patch-updates
branch
3 times, most recently
from
May 26, 2023 13:06
bae16ae
to
1218ac2
Compare
renovate
bot
force-pushed
the
renovate/weekly-patch-updates
branch
6 times, most recently
from
June 8, 2023 19:34
222634f
to
5a79515
Compare
renovate
bot
changed the title
fix(deps): update weekly patch updates
chore(deps): update weekly patch updates
Jun 8, 2023
renovate
bot
force-pushed
the
renovate/weekly-patch-updates
branch
9 times, most recently
from
June 14, 2023 04:02
0c75f46
to
b7ec70a
Compare
lhjt
approved these changes
Jun 14, 2023
renovate
bot
force-pushed
the
renovate/weekly-patch-updates
branch
3 times, most recently
from
November 22, 2023 03:55
0a2a333
to
cd5c4e3
Compare
renovate
bot
force-pushed
the
renovate/weekly-patch-updates
branch
5 times, most recently
from
December 4, 2023 19:23
ae7f617
to
c17eab5
Compare
renovate
bot
force-pushed
the
renovate/weekly-patch-updates
branch
2 times, most recently
from
December 5, 2023 13:02
f71794e
to
6f7eaaf
Compare
renovate
bot
force-pushed
the
renovate/weekly-patch-updates
branch
5 times, most recently
from
December 13, 2023 04:53
1273d3b
to
b8cd718
Compare
renovate
bot
force-pushed
the
renovate/weekly-patch-updates
branch
4 times, most recently
from
December 19, 2023 12:11
fa34349
to
b4f8d91
Compare
renovate
bot
force-pushed
the
renovate/weekly-patch-updates
branch
4 times, most recently
from
December 28, 2023 20:00
5f6fd57
to
457a0e4
Compare
renovate
bot
force-pushed
the
renovate/weekly-patch-updates
branch
4 times, most recently
from
January 4, 2024 09:46
8277f61
to
73df2b5
Compare
renovate
bot
force-pushed
the
renovate/weekly-patch-updates
branch
from
January 6, 2024 14:30
73df2b5
to
222aae9
Compare
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:
11.11.0
->11.11.3
1.7.4
->1.7.17
5.0.0-alpha.129
->5.0.0-alpha.159
0.5.3
->0.5.7
18.2.8
->18.2.47
18.2.4
->18.2.18
10.4.14
->10.4.16
0.4.23
->0.4.31
8.0.2
->8.0.3
0.24.4
->0.24.7
1.25.0-alpine
->1.25.3-alpine
2.8.0
->2.8.8
0.11.13
->0.11.23
0.5.0-rc.2
->0.5.0
0.1.0-rc.2
->0.1.0
1.0.89
->1.0.111
4.2.0
->4.2.3
Release Notes
emotion-js/emotion (@emotion/react)
v11.11.3
Compare Source
Patch Changes
#3101
49c20b4f
Thanks @kyvong! - Fix Theme import for newer Typescript module resolution modesUpdated dependencies [
45c440fb
]:v11.11.1
Compare Source
Patch Changes
9357f337
Thanks @naari3! - AddedElementType
to the Emotion'sJSX
namespace. It's defined in the same way as the one in@types/react
and should make it possible to use components that returnstring
s,Promise
s and other types that are valid in React.tailwindlabs/headlessui (@headlessui/react)
v1.7.17
Compare Source
Fixed
<Listbox multiple>
and<Combobox multiple>
(#2626)<MainTreeNode />
inPopover.Group
component only (#2634)Dialog
components on iOS (#2635)<Tab />
components are available when setting the next index (#2642)Combobox.Input
component on page load (#2654)appear
works using theTransition
component (even when used with SSR) (#2646)nullable
prop on theCombobox
component (#2660)<Suspense>
(#2663)v1.7.16
Compare Source
Fixed
Combobox.Input
value (#2568)aria-expanded
purely based on the open/closed state (#2610)Enter
even if no submit-like button was found (#2613)v1.7.15
Compare Source
Added
Menu
andPopover
components (#2448)Fixed
FocusTrap
is only active when the givenenabled
value istrue
(#2456)<Transition appear>
from overwriting classes on re-render (#2457)Menu
andListbox
options while searching (#2471)Portal
component, does not close thePopover
component (#2492)Changed
types
condition to the front (#2469)v1.7.14
Compare Source
Fixed
Transition
component (#2374)FocusTrap
event listeners once document has loaded (#2389)className
hydration for<Transition appear>
(#2390)Combobox
types to improve false positives (#2411)className
correctly when it’s a function (#2412)<Combobox.Input>
(#2426)Added
form
prop to form-like components such asRadioGroup
,Switch
,Listbox
, andCombobox
(#2356)v1.7.13
Compare Source
Fixed
Transition
component completes if nothing is transitioning (#2318)<Switch>
where possible (#2265)Dialog
component in theFocusTrap
component (#2322)XYZPropsWeControl
and cleanup internal TypeScript types (#2329)Popover.Button
components inside aPopover.Panel
(#2333)Dialog
component closes (#2326)v1.7.12
Compare Source
Added
Fixed
Dialog
components are marked asinert
(#2290)Popover
components not opening (#2293)Dialog
cleanup when theDialog
becomes hidden (#2303)v1.7.11
Compare Source
Fixed
null
values for thedataRef
correctly (#2258)aria-multiselectable
to[role=listbox]
in theCombobox
component (#2271)Combobox.Input
when aCombobox.Option
is selected (#2272)activeOptionIndex
if the active option is unmounted (#2274)Ref
type for forwardedSwitch
's ref (#2277)Dialog
component when going into theClosing
state (#2264)v1.7.10
Compare Source
Fixed
import * as React from 'react'
pattern (#2242)v1.7.9
Compare Source
Fixed
Suspense
boundary received an update before it finished hydrating" error in theDisclosure
component (#2238)import * as React from 'react'
pattern (#2242)v1.7.8
Compare Source
Fixed
Tab
(after DOM order changes) (#2145)<Popover.Button>
components (#2146)Tab
key with non focusable elements inPopover.Panel
(#2147)<Popover.Button />
in React 17 (#2163)failed to removeChild on Node
bug (#2164)Combobox
accessibility (#2153)headlessuiFocusGuard
ofrelatedTarget
in theFocusTrap
component (#2203)FocusTrap
inDialog
when there is only 1 focusable element (#2172)Tabs
wrapping around when controlling the component and overflowing theselectedIndex
(#2213)shadow-root
bug closingDialog
containers (#2217)Added
tabIndex
on theTab.Panel
(#2214)v1.7.7
Compare Source
Fixed
Dialog
closes (b20e48dd)v1.7.6
Compare Source
Fixed
displayValue
crashes (#2087)displayValue
syncing whenCombobox.Input
is unmounted and re-mounted in different trees (#2090)v1.7.5
Compare Source
Fixed
<form>
resets (#2004)<Popover.Button />
multiple times (#2007)focus
is going towindow
(#2019)shift+home
andshift+end
works as expected in theCombobox.Input
component (#2024)Combobox.Input
value (#2042)multiple
mode withoutvalue
prop (uncontrolled) forListbox
andCombobox
components (#2058)enter
andenterFrom
classes in SSR forTransition
component (#2059)id
prop (#2060)Dialog
unmounting problem due to incorrecttransitioncancel
event in theTransition
component on Android (#2071)mui/material-ui (@mui/lab)
v5.0.0-alpha.159
Compare Source
v5.0.0-alpha.158
Compare Source
v5.0.0-alpha.157
Compare Source
v5.0.0-alpha.156
Compare Source
v5.0.0-alpha.155
Compare Source
v5.0.0-alpha.154
Compare Source
v5.0.0-alpha.152
v5.0.0-alpha.151
Compare Source
v5.0.0-alpha.150
Compare Source
v5.0.0-alpha.149
Compare Source
v5.0.0-alpha.148
Compare Source
v5.0.0-alpha.147
Compare Source
v5.0.0-alpha.146
Compare Source
v5.0.0-alpha.145
Compare Source
v5.0.0-alpha.144
Compare Source
@mui/x-tree-view
dependency (#38822) @flaviendelanglev5.0.0-alpha.143
Compare Source
v5.0.0-alpha.142
Compare Source
v5.0.0-alpha.139
Compare Source
v5.0.0-alpha.138
Compare Source
v5.0.0-alpha.137
Compare Source
v5.0.0-alpha.135
alternate-reverse
generated classname (#37678) @ZeeshanTamboliv5.0.0-alpha.134
Compare Source
v5.0.0-alpha.133
Compare Source
v5.0.0-alpha.132
Compare Source
v5.0.0-alpha.131
Compare Source
v5.0.0-alpha.130
Compare Source
tailwindlabs/tailwindcss-forms (@tailwindcss/forms)
v0.5.7
Compare Source
Fixed
checkbox
andradio
appearance inforced-colors
mode (#152)v0.5.6
Compare Source
Fixed
v0.5.5
Compare Source
Fixed
v0.5.4
Compare Source
Fixed
type
(#141)postcss/autoprefixer (autoprefixer)
v10.4.16
Compare Source
v10.4.15
Compare Source
::backdrop
prefixes (by 一丝).chronotope/chrono (chrono)
v0.4.31
: 0.4.31Compare Source
Another maintenance release.
It was not a planned effort to improve our support for UNIX timestamps, yet most PRs seem related to this.
Deprecations
timestamp_nanos
in favor of the non-panickingtimestamp_nanos_opt
(#1275)Additions
DateTime::<Utc>::from_timestamp
(#1279, thanks @demurgos)TimeZone::timestamp_micros
(#1285, thanks @emikitas)DateTime<Tz>::timestamp_nanos_opt
andNaiveDateTime::timestamp_nanos_opt
(#1275)UNIX_EPOCH
constants (#1291)Fixes
This makes many methods a little more strict:
NaiveTime::from_hms_milli
NaiveTime::from_hms_milli_opt
NaiveTime::from_hms_micro
NaiveTime::from_hms_micro_opt
NaiveTime::from_hms_nano
NaiveTime::from_hms_nano_opt
NaiveTime::from_num_seconds_from_midnight
NaiveTime::from_num_seconds_from_midnight_opt
NaiveDate::and_hms_milli
NaiveDate::and_hms_milli_opt
NaiveDate::and_hms_micro
NaiveDate::and_hms_micro_opt
NaiveDate::and_hms_nano
NaiveDate::and_hms_nano_opt
NaiveDateTime::from_timestamp
NaiveDateTime::from_timestamp_opt
TimeZone::timestamp
TimeZone::timestamp_opt
NaiveDateTime::timestamp_nanos_opt
(#1294, thanks @crepererum)Documentation
Internal
__doctest
feature anddoc_comment
dependency (#1276)actions/checkout
from 3 to 4 (#1280)NaiveDate::add_days
for small values (#1214)pure-rust-locales
to 0.7.0 (#1288, thanks @jeremija wo did good improvements onpure-rust-locales
)Thanks to all contributors on behalf of the chrono team, @djc and @pitdicker!
v0.4.30
: 0.4.30Compare Source
In this release, we have decided to swap out the
chrono::Duration
type (which has been a re-export of time 0.1Duration
type) with our own definition, which exposes a strict superset of thetime::Duration
API. This helps avoid warnings about the CVE-2020-26235 and RUSTSEC-2020-0071 advisories for downstream users and allows us to improve theDuration
API going forward.While this is technically a SemVer-breaking change, we expect the risk of downstream users experiencing actual incompatibility to be exceedingly limited (see our analysis of public code using a crater-like experiment), and not enough justification for the large ecosystem churn of a 0.5 release. If you have any feedback on these changes, please let us know in #1268.
Additions
NaiveDate::leap_year
(#1261)Documentation
Timelike::num_seconds_from_midnight
is a simple mapping (#1255)Relation between chrono and time 0.1
Rust first had a
time
module added tostd
in its 0.7 release. It later moved tolibextra
, and then to alibtime
library shipped alongside the standard library. In 2014 work on chrono started in order to provide a full-featured date and time library in Rust. Some improvements from chrono made it into the standard library; notably,chrono::Duration
was included asstd::time::Duration
(rust#15934) in 2014.In preparation of Rust 1.0 at the end of 2014
libtime
was moved out of the Rust distro and into thetime
crate to eventually be redesigned (rust#18832, rust#18858), like thenum
andrand
crates. Of course chrono kept its dependency on thistime
crate.time
started re-exportingstd::time::Duration
during this period. Later, the standard library was changed to have a more limited unsignedDuration
type (rust#24920, RFC 1040), while thetime
crate kept the full functionality withtime::Duration
.time::Duration
had been a part of chrono's public API.By 2016
time
0.1 lived under therust-lang-deprecated
organisation and was not actively maintained (time#136). chrono absorbed the platform functionality andDuration
type of thetime
crate in chrono#478 (the work started in chrono#286). In order to preserve compatibility with downstream crates depending ontime
andchrono
sharing aDuration
type, chrono kept depending on time 0.1. chrono offered the option to opt out of thetime
dependency by disabling theoldtime
feature (swapping it out for an effectively similar chrono type). In 2019, @jhpratt took over maintenance on thetime
crate and released what amounts to a new crate astime
0.2.Security advisories
In November of 2020 CVE-2020-26235 and RUSTSEC-2020-0071 were opened against the
time
crate. @quininer had found that calls tolocaltime_r
may be unsound (chrono#499). Eventually, almost a year later, this was also made into a security advisory against chrono as RUSTSEC-2020-0159, which had platform code similar totime
.On Unix-like systems a process is given a timezone id or description via the
TZ
environment variable. We need this timezone data to calculate the current local time from a value that is in UTC, such as the time from the system clock.time
0.1 and chrono used the POSIX functionlocaltime_r
to do the conversion to local time, which reads theTZ
variable.Rust assumes the environment to be writable and uses locks to access it from multiple threads. Some other programming languages and libraries use similar locking strategies, but these are typically not shared across languages. More importantly, POSIX declares modifying the environment in a multi-threaded process as unsafe, and
getenv
in libc can't be changed to take a lock because it returns a pointer to the data (see rust#27970 for more discussion).Since version 4.20 chrono no longer uses
localtime_r
, instead using Rust code to query the timezone (from theTZ
variable or viaiana-time-zone
as a fallback) and work with data from the system timezone database directly. The code for this was forked from the tz-rs crate by @x-hgg-x. As such, chrono now respects the Rust lock when reading theTZ
environment variable. In general, code should avoid modifying the environment.Removing time 0.1
Because time 0.1 has been unmaintained for years, however, the security advisory mentioned above has not been addressed. While chrono maintainers were careful not to break backwards compatibility with the
time::Duration
type, there has been a long stream of issues from users inquiring about the time 0.1 dependency with the vulnerability. We investigated the potential breakage of removing the time 0.1 dependency in chrono#1095 using a crater-like experiment and determined that the potential for breaking (public) dependencies is very low. We reached out to those few crates that did still depend on compatibility with time 0.1.As such, for chrono 0.4.30 we have decided to swap out the time 0.1
Duration
implementation for a local one that will offer a strict superset of the existing API going forward. This will prevent most downstream users from being affected by the security vulnerability in time 0.1 while minimizing the ecosystem impact of semver-incompatible version churn.Thanks to all contributors on behalf of the chrono team, @djc and @pitdicker!
v0.4.29
: 0.4.29Compare Source
This release fixes a panic introduced in chrono 0.4.27 in
FromStr<DateTime<Utc>>
(#1253).Chrono now has a Discord channel.
Fixes
parse_rfc3339_relaxed
(#1254)Deprecations
TimeZone::datetime_from_str
(#1251)Documentation
FromStr
forWeekday
andMonth
(#1226, thanks @wfraser)Internal improvements
i686
andwasm32-wasi
(#1237)This allows us to upgrade the criterion dependency to 5.1 without changing our MSRV.
Thanks to all contributors on behalf of the chrono team, @djc and @pitdicker!
v0.4.28
: 0.4.28Compare Source
This release fixes a test failure on 32-bit targets introduced with 0.4.27, see https://github.com/chronotope/chrono/issues/1234.
v0.4.27
: 0.4.27Compare Source
This release bumps the MSRV from 1.56 to 1.57. This allows us to take advantage of the panicking in const feature. In this release most methods on
NaiveDate
andNaiveTime
are made const,NaiveDateTime
and others will follow in a later release.The parser for the
%+
formatting specifier and theRFC3339
formatting item is switched from a strict to a relaxed parser (see https://github.com/chronotope/chrono/pull/1145). This matches the existing documentation, and the parser used byDateTime::from_str
. If you need to validate the input, consider usingDateTime::from_rfc3339
.Deprecations
DateTime::{from_local, from_utc}
(https://github.com/chronotope/chrono/pull/1175)Additions
DateTime::signed_duration_since
take argument withBorrow
(https://github.com/chronotope/chrono/pull/1119)PartialOrd
forMonth
(https://github.com/chronotope/chrono/pull/999, thanks @Munksgaard)Ord
andEq
for types which already derivePartialOrd
andPartialEq
(https://github.com/chronotope/chrono/pull/1128, thanks @totikom)FusedIterator
forNaiveDateDaysIterator
andNaiveDateWeeksIterator
(https://github.com/chronotope/chrono/pull/1134)NaiveDateDaysIterator
andNaiveDateWeeksIterator
public (https://github.com/chronotope/chrono/pull/1134)FromStr
forFixedOffset
(https://github.com/chronotope/chrono/pull/1157, thanks @mcronce)Tz::Offset: Display
requirement fromDateTime::to_rfc*
(https://github.com/chronotope/chrono/pull/1160)StrftimeItems
withunstable-locales
work without allocating (https://github.com/chronotope/chrono/pull/1152)NaiveDate::from_ymd_opt
const (https://github.com/chronotope/chrono/pull/1172, thanks @kamadorueda)Error
trait forParseWeekdayError
andParseMonthError
(https://github.com/chronotope/chrono/pull/539, thanks @mike-kfed)NaiveTime
const, update MSRV to 1.57 (https://github.com/chronotope/chrono/pull/1080)NaiveDate
const (https://github.com/chronotope/chrono/pull/1205)core::time::Duration
onDateTime
types (https://github.com/chronotope/chrono/pull/1229)Fixes
timestamp_nanos
panics on overflow in release builds (https://github.com/chronotope/chrono/pull/1123)offset_from_local_datetime
forwasm_bindgen
(https://github.com/chronotope/chrono/pull/1131)%s
to be a timestamp in UTC (https://github.com/chronotope/chrono/pull/1136)%#z
([https://github.com/fix: no panic when formatting with %#z chronotope/chrono#1140](https://togConfiguration
📅 Schedule: Branch creation - "before 5am on monday" (UTC), 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 Mend Renovate. View repository job log here.