devsoc-unsw / chaos

The eventual repository for the CHAOS Hiring and Offers System - used to manage sending and receiving of applications, interviews and results.
https://chaos.csesoc.app
Other
24 stars 5 forks source link

fix(deps): update weekly patch updates #431

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@emotion/react (source) 11.11.0 -> 11.11.3 age adoption passing confidence dependencies patch
@headlessui/react (source) 1.7.4 -> 1.7.17 age adoption passing confidence dependencies patch
@mui/lab (source) 5.0.0-alpha.129 -> 5.0.0-alpha.159 age adoption passing confidence dependencies patch
@tailwindcss/forms 0.5.3 -> 0.5.7 age adoption passing confidence devDependencies patch
@types/react (source) 18.2.8 -> 18.2.47 age adoption passing confidence devDependencies patch
@types/react-dom (source) 18.2.4 -> 18.2.18 age adoption passing confidence devDependencies patch
autoprefixer 10.4.14 -> 10.4.16 age adoption passing confidence devDependencies patch
chrono 0.4.23 -> 0.4.31 age adoption passing confidence dependencies patch
husky (source) 8.0.2 -> 8.0.3 age adoption passing confidence devDependencies patch
image 0.24.4 -> 0.24.7 age adoption passing confidence dependencies patch
nginx 1.25.0-alpine -> 1.25.3-alpine age adoption passing confidence final patch
prettier (source) 2.8.0 -> 2.8.8 age adoption passing confidence devDependencies patch
reqwest 0.11.13 -> 0.11.23 age adoption passing confidence dependencies patch
rocket (source) 0.5.0-rc.2 -> 0.5.0 age adoption passing confidence dependencies patch
rocket_sync_db_pools (source) 0.1.0-rc.2 -> 0.1.0 age adoption passing confidence dependencies patch
serde_json 1.0.89 -> 1.0.111 age adoption passing confidence dependencies patch
vite-tsconfig-paths 4.2.0 -> 4.2.3 age adoption passing confidence devDependencies patch

Release Notes

emotion-js/emotion (@​emotion/react) ### [`v11.11.3`](https://togithub.com/emotion-js/emotion/releases/tag/%40emotion/react%4011.11.3) [Compare Source](https://togithub.com/emotion-js/emotion/compare/@emotion/react@11.11.1...@emotion/react@11.11.3) ##### Patch Changes - [#​3101](https://togithub.com/emotion-js/emotion/pull/3101) [`49c20b4f`](https://togithub.com/emotion-js/emotion/commit/49c20b4faa3b9aec0ca96066c126cbaaabbf2d5c) Thanks [@​kyvong](https://togithub.com/kyvong)! - Fix Theme import for newer Typescript module resolution modes - Updated dependencies \[[`45c440fb`](https://togithub.com/emotion-js/emotion/commit/45c440fbc86b90750f275f497d11382f09ec1d2e)]: - [@​emotion/serialize](https://togithub.com/emotion/serialize)[@​1](https://togithub.com/1).1.3 ### [`v11.11.1`](https://togithub.com/emotion-js/emotion/releases/tag/%40emotion/react%4011.11.1) [Compare Source](https://togithub.com/emotion-js/emotion/compare/@emotion/react@11.11.0...@emotion/react@11.11.1) ##### Patch Changes - [#​3048](https://togithub.com/emotion-js/emotion/pull/3048) [`9357f337`](https://togithub.com/emotion-js/emotion/commit/9357f337200ef38f9c6df5d4dd7c20772478ea42) Thanks [@​naari3](https://togithub.com/naari3)! - Added `ElementType` to the Emotion's `JSX` namespace. It's defined in the same way as the one in `@types/react` and should make it possible to use components that return `string`s, `Promise`s and other types that are valid in React.
tailwindlabs/headlessui (@​headlessui/react) ### [`v1.7.17`](https://togithub.com/tailwindlabs/headlessui/blob/HEAD/packages/@​headlessui-react/CHANGELOG.md#1717---2023-08-17) [Compare Source](https://togithub.com/tailwindlabs/headlessui/compare/@headlessui/react@v1.7.16...@headlessui/react@v1.7.17) ##### Fixed - Use correct value when resetting `` and `` ([#​2626](https://togithub.com/tailwindlabs/headlessui/pull/2626)) - Render `` in `Popover.Group` component only ([#​2634](https://togithub.com/tailwindlabs/headlessui/pull/2634)) - Disable smooth scrolling when opening/closing `Dialog` components on iOS ([#​2635](https://togithub.com/tailwindlabs/headlessui/pull/2635)) - Don't assume `` components are available when setting the next index ([#​2642](https://togithub.com/tailwindlabs/headlessui/pull/2642)) - Fix incorrectly focused `Combobox.Input` component on page load ([#​2654](https://togithub.com/tailwindlabs/headlessui/pull/2654)) - Ensure `appear` works using the `Transition` component (even when used with SSR) ([#​2646](https://togithub.com/tailwindlabs/headlessui/pull/2646)) - Improve resetting values when using the `nullable` prop on the `Combobox` component ([#​2660](https://togithub.com/tailwindlabs/headlessui/pull/2660)) - Fix hydration of components inside `` ([#​2663](https://togithub.com/tailwindlabs/headlessui/pull/2663)) - Prevent scrolling when focusing a tab ([#​2674](https://togithub.com/tailwindlabs/headlessui/pull/2674)) ### [`v1.7.16`](https://togithub.com/tailwindlabs/headlessui/blob/HEAD/packages/@​headlessui-react/CHANGELOG.md#1716---2023-07-27) [Compare Source](https://togithub.com/tailwindlabs/headlessui/compare/@headlessui/react@v1.7.15...@headlessui/react@v1.7.16) ##### Fixed - Ensure the caret is in a consistent position when syncing the `Combobox.Input` value ([#​2568](https://togithub.com/tailwindlabs/headlessui/pull/2568)) - Improve "outside click" behaviour in combination with 3rd party libraries ([#​2572](https://togithub.com/tailwindlabs/headlessui/pull/2572)) - Ensure IME works on Android devices ([#​2580](https://togithub.com/tailwindlabs/headlessui/pull/2580)) - Calculate `aria-expanded` purely based on the open/closed state ([#​2610](https://togithub.com/tailwindlabs/headlessui/pull/2610)) - Submit form on `Enter` even if no submit-like button was found ([#​2613](https://togithub.com/tailwindlabs/headlessui/pull/2613)) ### [`v1.7.15`](https://togithub.com/tailwindlabs/headlessui/blob/HEAD/packages/@​headlessui-react/CHANGELOG.md#1715---2023-06-01) [Compare Source](https://togithub.com/tailwindlabs/headlessui/compare/@headlessui/react@v1.7.14...@headlessui/react@v1.7.15) ##### Added - \[internal] add demo mode to `Menu` and `Popover` components ([#​2448](https://togithub.com/tailwindlabs/headlessui/pull/2448)) ##### Fixed - Ensure `FocusTrap` is only active when the given `enabled` value is `true` ([#​2456](https://togithub.com/tailwindlabs/headlessui/pull/2456)) - Stop `` from overwriting classes on re-render ([#​2457](https://togithub.com/tailwindlabs/headlessui/pull/2457)) - Improve control over `Menu` and `Listbox` options while searching ([#​2471](https://togithub.com/tailwindlabs/headlessui/pull/2471)) - Consider clicks inside iframes to be "outside" ([#​2485](https://togithub.com/tailwindlabs/headlessui/pull/2485)) - Ensure moving focus within a `Portal` component, does not close the `Popover` component ([#​2492](https://togithub.com/tailwindlabs/headlessui/pull/2492)) ##### Changed - Move `types` condition to the front ([#​2469](https://togithub.com/tailwindlabs/headlessui/pull/2469)) ### [`v1.7.14`](https://togithub.com/tailwindlabs/headlessui/blob/HEAD/packages/@​headlessui-react/CHANGELOG.md#1714---2023-04-12) [Compare Source](https://togithub.com/tailwindlabs/headlessui/compare/@headlessui/react@v1.7.13...@headlessui/react@v1.7.14) ##### Fixed - Fix focus styles showing up when using the mouse ([#​2347](https://togithub.com/tailwindlabs/headlessui/pull/2347)) - Fix "Can't perform a React state update on an unmounted component." when using the `Transition` component ([#​2374](https://togithub.com/tailwindlabs/headlessui/pull/2374)) - Add `FocusTrap` event listeners once document has loaded ([#​2389](https://togithub.com/tailwindlabs/headlessui/pull/2389)) - Fix `className` hydration for `` ([#​2390](https://togithub.com/tailwindlabs/headlessui/pull/2390)) - Improve `Combobox` types to improve false positives ([#​2411](https://togithub.com/tailwindlabs/headlessui/pull/2411)) - Merge `className` correctly when it’s a function ([#​2412](https://togithub.com/tailwindlabs/headlessui/pull/2412)) - Correctly handle IME composition in `` ([#​2426](https://togithub.com/tailwindlabs/headlessui/pull/2426)) ##### Added - Add `form` prop to form-like components such as `RadioGroup`, `Switch`, `Listbox`, and `Combobox` ([#​2356](https://togithub.com/tailwindlabs/headlessui/pull/2356)) ### [`v1.7.13`](https://togithub.com/tailwindlabs/headlessui/blob/HEAD/packages/@​headlessui-react/CHANGELOG.md#1713---2023-03-03) [Compare Source](https://togithub.com/tailwindlabs/headlessui/compare/@headlessui/react@v1.7.12...@headlessui/react@v1.7.13) ##### Fixed - Ensure `Transition` component completes if nothing is transitioning ([#​2318](https://togithub.com/tailwindlabs/headlessui/pull/2318)) - Enable native label behavior for `` where possible ([#​2265](https://togithub.com/tailwindlabs/headlessui/pull/2265)) - Allow root containers from the `Dialog` component in the `FocusTrap` component ([#​2322](https://togithub.com/tailwindlabs/headlessui/pull/2322)) - Fix `XYZPropsWeControl` and cleanup internal TypeScript types ([#​2329](https://togithub.com/tailwindlabs/headlessui/pull/2329)) - Fix invalid warning when using multiple `Popover.Button` components inside a `Popover.Panel` ([#​2333](https://togithub.com/tailwindlabs/headlessui/pull/2333)) - Fix restore focus to buttons in Safari, when `Dialog` component closes ([#​2326](https://togithub.com/tailwindlabs/headlessui/pull/2326)) ### [`v1.7.12`](https://togithub.com/tailwindlabs/headlessui/blob/HEAD/packages/@​headlessui-react/CHANGELOG.md#1712---2023-02-24) [Compare Source](https://togithub.com/tailwindlabs/headlessui/compare/@headlessui/react@v1.7.11...@headlessui/react@v1.7.12) ##### Added - Add explicit props types for every component ([#​2282](https://togithub.com/tailwindlabs/headlessui/pull/2282)) ##### Fixed - Ensure the main tree and parent `Dialog` components are marked as `inert` ([#​2290](https://togithub.com/tailwindlabs/headlessui/pull/2290)) - Fix nested `Popover` components not opening ([#​2293](https://togithub.com/tailwindlabs/headlessui/pull/2293)) - Make React types more compatible with other libraries ([#​2282](https://togithub.com/tailwindlabs/headlessui/pull/2282)) - Fix `Dialog` cleanup when the `Dialog` becomes hidden ([#​2303](https://togithub.com/tailwindlabs/headlessui/pull/2303)) ### [`v1.7.11`](https://togithub.com/tailwindlabs/headlessui/blob/HEAD/packages/@​headlessui-react/CHANGELOG.md#1711---2023-02-15) [Compare Source](https://togithub.com/tailwindlabs/headlessui/compare/@headlessui/react@v1.7.10...@headlessui/react@v1.7.11) ##### Fixed - Ensure we handle `null` values for the `dataRef` correctly ([#​2258](https://togithub.com/tailwindlabs/headlessui/pull/2258)) - Move `aria-multiselectable` to `[role=listbox]` in the `Combobox` component ([#​2271](https://togithub.com/tailwindlabs/headlessui/pull/2271)) - Re-focus `Combobox.Input` when a `Combobox.Option` is selected ([#​2272](https://togithub.com/tailwindlabs/headlessui/pull/2272)) - Ensure we reset the `activeOptionIndex` if the active option is unmounted ([#​2274](https://togithub.com/tailwindlabs/headlessui/pull/2274)) - Improve `Ref` type for forwarded `Switch`'s ref ([#​2277](https://togithub.com/tailwindlabs/headlessui/pull/2277)) - Start cleanup phase of the `Dialog` component when going into the `Closing` state ([#​2264](https://togithub.com/tailwindlabs/headlessui/pull/2264)) ### [`v1.7.10`](https://togithub.com/tailwindlabs/headlessui/blob/HEAD/packages/@​headlessui-react/CHANGELOG.md#1710---2023-02-06) [Compare Source](https://togithub.com/tailwindlabs/headlessui/compare/@headlessui/react@v1.7.9...@headlessui/react@v1.7.10) ##### Fixed - Revert "Use the `import * as React from 'react'` pattern ([#​2242](https://togithub.com/tailwindlabs/headlessui/pull/2242)) ### [`v1.7.9`](https://togithub.com/tailwindlabs/headlessui/blob/HEAD/packages/@​headlessui-react/CHANGELOG.md#179---2023-02-03) [Compare Source](https://togithub.com/tailwindlabs/headlessui/compare/@headlessui/react@v1.7.8...@headlessui/react@v1.7.9) ##### Fixed - Fix SSR tab hydration when using Strict Mode in development ([#​2231](https://togithub.com/tailwindlabs/headlessui/pull/2231)) - Don't break overflow when multiple dialogs are open at the same time ([#​2215](https://togithub.com/tailwindlabs/headlessui/pull/2215)) - Fix "This `Suspense` boundary received an update before it finished hydrating" error in the `Disclosure` component ([#​2238](https://togithub.com/tailwindlabs/headlessui/pull/2238)) - Use the `import * as React from 'react'` pattern ([#​2242](https://togithub.com/tailwindlabs/headlessui/pull/2242)) ### [`v1.7.8`](https://togithub.com/tailwindlabs/headlessui/blob/HEAD/packages/@​headlessui-react/CHANGELOG.md#178---2023-01-27) [Compare Source](https://togithub.com/tailwindlabs/headlessui/compare/@headlessui/react@v1.7.7...@headlessui/react@v1.7.8) ##### Fixed - Fix SSR tab rendering on React 17 ([#​2102](https://togithub.com/tailwindlabs/headlessui/pull/2102)) - Fix arrow key handling in `Tab` (after DOM order changes) ([#​2145](https://togithub.com/tailwindlabs/headlessui/pull/2145)) - Fix false positive warning about using multiple `` components ([#​2146](https://togithub.com/tailwindlabs/headlessui/pull/2146)) - Fix `Tab` key with non focusable elements in `Popover.Panel` ([#​2147](https://togithub.com/tailwindlabs/headlessui/pull/2147)) - Fix false positive warning when using `` in React 17 ([#​2163](https://togithub.com/tailwindlabs/headlessui/pull/2163)) - Fix `failed to removeChild on Node` bug ([#​2164](https://togithub.com/tailwindlabs/headlessui/pull/2164)) - Don’t overwrite classes during SSR when rendering fragments ([#​2173](https://togithub.com/tailwindlabs/headlessui/pull/2173)) - Improve `Combobox` accessibility ([#​2153](https://togithub.com/tailwindlabs/headlessui/pull/2153)) - Fix crash when reading `headlessuiFocusGuard` of `relatedTarget` in the `FocusTrap` component ([#​2203](https://togithub.com/tailwindlabs/headlessui/pull/2203)) - Fix `FocusTrap` in `Dialog` when there is only 1 focusable element ([#​2172](https://togithub.com/tailwindlabs/headlessui/pull/2172)) - Improve `Tabs` wrapping around when controlling the component and overflowing the `selectedIndex` ([#​2213](https://togithub.com/tailwindlabs/headlessui/pull/2213)) - Fix `shadow-root` bug closing `Dialog` containers ([#​2217](https://togithub.com/tailwindlabs/headlessui/pull/2217)) ##### Added - Allow setting `tabIndex` on the `Tab.Panel` ([#​2214](https://togithub.com/tailwindlabs/headlessui/pull/2214)) ### [`v1.7.7`](https://togithub.com/tailwindlabs/headlessui/blob/HEAD/packages/@​headlessui-react/CHANGELOG.md#177---2022-12-16) [Compare Source](https://togithub.com/tailwindlabs/headlessui/compare/@headlessui/react@v1.7.6...@headlessui/react@v1.7.7) ##### Fixed - Improve scroll restoration after `Dialog` closes ([b20e48dd](https://togithub.com/tailwindlabs/headlessui/commit/b20e48dde3c37867f3900be3d475f9ac2058b587)) ### [`v1.7.6`](https://togithub.com/tailwindlabs/headlessui/blob/HEAD/packages/@​headlessui-react/CHANGELOG.md#176---2022-12-15) [Compare Source](https://togithub.com/tailwindlabs/headlessui/compare/@headlessui/react@v1.7.5...@headlessui/react@v1.7.6) ##### Fixed - Fix regression where `displayValue` crashes ([#​2087](https://togithub.com/tailwindlabs/headlessui/pull/2087)) - Fix `displayValue` syncing when `Combobox.Input` is unmounted and re-mounted in different trees ([#​2090](https://togithub.com/tailwindlabs/headlessui/pull/2090)) - Fix FocusTrap escape due to strange tabindex values ([#​2093](https://togithub.com/tailwindlabs/headlessui/pull/2093)) - Improve scroll locking on iOS ([#​2100](https://togithub.com/tailwindlabs/headlessui/pull/2100), [28234b0e](https://togithub.com/tailwindlabs/headlessui/commit/28234b0e37633c0e2ec62ac8bd12320207a5d02b)) ### [`v1.7.5`](https://togithub.com/tailwindlabs/headlessui/blob/HEAD/packages/@​headlessui-react/CHANGELOG.md#175---2022-12-08) [Compare Source](https://togithub.com/tailwindlabs/headlessui/compare/@headlessui/react@v1.7.4...@headlessui/react@v1.7.5) ##### Fixed - Reset form-like components when the parent `
` resets ([#​2004](https://togithub.com/tailwindlabs/headlessui/pull/2004)) - Add warning when using `` multiple times ([#​2007](https://togithub.com/tailwindlabs/headlessui/pull/2007)) - Ensure Popover doesn't crash when `focus` is going to `window` ([#​2019](https://togithub.com/tailwindlabs/headlessui/pull/2019)) - Ensure `shift+home` and `shift+end` works as expected in the `Combobox.Input` component ([#​2024](https://togithub.com/tailwindlabs/headlessui/pull/2024)) - Improve syncing of the `Combobox.Input` value ([#​2042](https://togithub.com/tailwindlabs/headlessui/pull/2042)) - Fix crash when using `multiple` mode without `value` prop (uncontrolled) for `Listbox` and `Combobox` components ([#​2058](https://togithub.com/tailwindlabs/headlessui/pull/2058)) - Apply `enter` and `enterFrom` classes in SSR for `Transition` component ([#​2059](https://togithub.com/tailwindlabs/headlessui/pull/2059)) - Allow passing in your own `id` prop ([#​2060](https://togithub.com/tailwindlabs/headlessui/pull/2060)) - Fix `Dialog` unmounting problem due to incorrect `transitioncancel` event in the `Transition` component on Android ([#​2071](https://togithub.com/tailwindlabs/headlessui/pull/2071)) - Ignore pointer events in Listbox, Menu, and Combobox when cursor hasn't moved ([#​2069](https://togithub.com/tailwindlabs/headlessui/pull/2069)) - Allow clicks inside dialog panel when target is inside shadow root ([#​2079](https://togithub.com/tailwindlabs/headlessui/pull/2079))
mui/material-ui (@​mui/lab) ### [`v5.0.0-alpha.159`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muilab500-alpha159) [Compare Source](https://togithub.com/mui/material-ui/compare/5d5dd15f70db9ffcb85d4dc57da8a20f5240fb81...9fa4e472f9ba4fd4e7f8cfb8bc0d1f1d455ace23) - ​Add use client directive ([#​40358](https://togithub.com/mui/material-ui/issues/40358)) [@​DiegoAndai](https://togithub.com/DiegoAndai) ### [`v5.0.0-alpha.158`](https://togithub.com/mui/material-ui/compare/8be7ac66b99059bf2c2edcca9cf15981d389db6b...5d5dd15f70db9ffcb85d4dc57da8a20f5240fb81) [Compare Source](https://togithub.com/mui/material-ui/compare/8be7ac66b99059bf2c2edcca9cf15981d389db6b...5d5dd15f70db9ffcb85d4dc57da8a20f5240fb81) ### [`v5.0.0-alpha.157`](https://togithub.com/mui/material-ui/compare/8c2c6a88a509f9da7c453d4a3c3ab4749a57a36d...8be7ac66b99059bf2c2edcca9cf15981d389db6b) [Compare Source](https://togithub.com/mui/material-ui/compare/8c2c6a88a509f9da7c453d4a3c3ab4749a57a36d...8be7ac66b99059bf2c2edcca9cf15981d389db6b) ### [`v5.0.0-alpha.156`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muilab500-alpha156) [Compare Source](https://togithub.com/mui/material-ui/compare/14fa79f4328e901f82d7fc39aba722a9bf4a8df0...8c2c6a88a509f9da7c453d4a3c3ab4749a57a36d) - ​\[lab]\[LoadingButton] LoadingButton now inherits props from ButtonGroup ([#​39679](https://togithub.com/mui/material-ui/issues/39679)) [@​lhilgert9](https://togithub.com/lhilgert9) ### [`v5.0.0-alpha.155`](https://togithub.com/mui/material-ui/compare/a07b4925255aa3fc7ae1255130e182e4573c58d7...14fa79f4328e901f82d7fc39aba722a9bf4a8df0) [Compare Source](https://togithub.com/mui/material-ui/compare/a07b4925255aa3fc7ae1255130e182e4573c58d7...14fa79f4328e901f82d7fc39aba722a9bf4a8df0) ### [`v5.0.0-alpha.154`](https://togithub.com/mui/material-ui/compare/43a41b6b2fa3f0a186a852b894452722e3a38f04...a07b4925255aa3fc7ae1255130e182e4573c58d7) [Compare Source](https://togithub.com/mui/material-ui/compare/43a41b6b2fa3f0a186a852b894452722e3a38f04...a07b4925255aa3fc7ae1255130e182e4573c58d7) ### [`v5.0.0-alpha.152`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muilab500-alpha152) - \[TreeView] Remove tree view import from [@​mui/lab](https://togithub.com/mui/lab) ([#​39685](https://togithub.com/mui/material-ui/issues/39685)) [@​alexfauquette](https://togithub.com/alexfauquette) ### [`v5.0.0-alpha.151`](https://togithub.com/mui/material-ui/compare/6baedcfed27419ed6b9685f27fcbf3eff46133a3...391b57a05daf67a8154471dae645471f5ffac09f) [Compare Source](https://togithub.com/mui/material-ui/compare/6baedcfed27419ed6b9685f27fcbf3eff46133a3...391b57a05daf67a8154471dae645471f5ffac09f) ### [`v5.0.0-alpha.150`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muilab500-alpha150) [Compare Source](https://togithub.com/mui/material-ui/compare/a7b3fba81a2ad915462dc673af205274e4f7c0df...6baedcfed27419ed6b9685f27fcbf3eff46133a3) - ​Update peer dep of [@​mui/material](https://togithub.com/mui/material) ([#​39398](https://togithub.com/mui/material-ui/issues/39398)) [@​brijeshb42](https://togithub.com/brijeshb42) ### [`v5.0.0-alpha.149`](https://togithub.com/mui/material-ui/compare/b8811a0fa59e7663b240183219db32f9a617e607...a7b3fba81a2ad915462dc673af205274e4f7c0df) [Compare Source](https://togithub.com/mui/material-ui/compare/b8811a0fa59e7663b240183219db32f9a617e607...a7b3fba81a2ad915462dc673af205274e4f7c0df) ### [`v5.0.0-alpha.148`](https://togithub.com/mui/material-ui/compare/bd450a0fdb19b087f47e1d7cce5a72417ec977cc...b8811a0fa59e7663b240183219db32f9a617e607) [Compare Source](https://togithub.com/mui/material-ui/compare/bd450a0fdb19b087f47e1d7cce5a72417ec977cc...b8811a0fa59e7663b240183219db32f9a617e607) ### [`v5.0.0-alpha.147`](https://togithub.com/mui/material-ui/compare/13c0894d0c14c7f577a0a95492aeaa8fff8da33a...bd450a0fdb19b087f47e1d7cce5a72417ec977cc) [Compare Source](https://togithub.com/mui/material-ui/compare/13c0894d0c14c7f577a0a95492aeaa8fff8da33a...bd450a0fdb19b087f47e1d7cce5a72417ec977cc) ### [`v5.0.0-alpha.146`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muilab500-alpha146) [Compare Source](https://togithub.com/mui/material-ui/compare/14e97bffa62760cabcdc7244bff445b423f5286a...13c0894d0c14c7f577a0a95492aeaa8fff8da33a) - \[TreeView] Fix JSDoc comments in TreeView and TreeItem ([#​38874](https://togithub.com/mui/material-ui/issues/38874)) [@​jergason](https://togithub.com/jergason) ### [`v5.0.0-alpha.145`](https://togithub.com/mui/material-ui/compare/8255b71ccdbfe9a20f856b5d68a269ab1c5452ca...14e97bffa62760cabcdc7244bff445b423f5286a) [Compare Source](https://togithub.com/mui/material-ui/compare/8255b71ccdbfe9a20f856b5d68a269ab1c5452ca...14e97bffa62760cabcdc7244bff445b423f5286a) ### [`v5.0.0-alpha.144`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muilab500-alpha144) [Compare Source](https://togithub.com/mui/material-ui/compare/74c58dabc2cf5ed2242fb08e4781d26088d06b12...8255b71ccdbfe9a20f856b5d68a269ab1c5452ca) - ​Add TypeScript deprecations ([#​38833](https://togithub.com/mui/material-ui/issues/38833)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - ​Fix `@mui/x-tree-view` dependency ([#​38822](https://togithub.com/mui/material-ui/issues/38822)) [@​flaviendelangle](https://togithub.com/flaviendelangle) ### [`v5.0.0-alpha.143`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muilab500-alpha143) [Compare Source](https://togithub.com/mui/material-ui/compare/8a09d535f101aac98935f82b76345ca9691b5e2b...74c58dabc2cf5ed2242fb08e4781d26088d06b12) - ​\[TreeView] Use Tree View from MUI X in the lab ([#​38261](https://togithub.com/mui/material-ui/issues/38261)) [@​flaviendelangle](https://togithub.com/flaviendelangle) - ​\[LoadingButton] Fix HTML rule button > div forbidden nesting ([#​38584](https://togithub.com/mui/material-ui/issues/38584)) [@​oliviertassinari](https://togithub.com/oliviertassinari) ### [`v5.0.0-alpha.142`](https://togithub.com/mui/material-ui/compare/a1f511dd6ed9adba561e2ba00e1348136ed656db...8a09d535f101aac98935f82b76345ca9691b5e2b) [Compare Source](https://togithub.com/mui/material-ui/compare/a1f511dd6ed9adba561e2ba00e1348136ed656db...8a09d535f101aac98935f82b76345ca9691b5e2b) ### [`v5.0.0-alpha.139`](https://togithub.com/mui/material-ui/compare/2deea341c9abfb640f22520e0c277027f3f91cd0...40f4b275022f03e48cf4809cd53d0d0dabb40424) [Compare Source](https://togithub.com/mui/material-ui/compare/2deea341c9abfb640f22520e0c277027f3f91cd0...40f4b275022f03e48cf4809cd53d0d0dabb40424) ### [`v5.0.0-alpha.138`](https://togithub.com/mui/material-ui/compare/f2e5ded80e94407f63a27eadb018139d6f967313...2deea341c9abfb640f22520e0c277027f3f91cd0) [Compare Source](https://togithub.com/mui/material-ui/compare/f2e5ded80e94407f63a27eadb018139d6f967313...2deea341c9abfb640f22520e0c277027f3f91cd0) ### [`v5.0.0-alpha.137`](https://togithub.com/mui/material-ui/compare/2529e3aaaaec2c9f8e8cf669e58bb9c81db5a6d8...f2e5ded80e94407f63a27eadb018139d6f967313) [Compare Source](https://togithub.com/mui/material-ui/compare/2529e3aaaaec2c9f8e8cf669e58bb9c81db5a6d8...f2e5ded80e94407f63a27eadb018139d6f967313) ### [`v5.0.0-alpha.135`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#muilab500-alpha135) - \[Timeline] Fix position `alternate-reverse` generated classname ([#​37678](https://togithub.com/mui/material-ui/issues/37678)) [@​ZeeshanTamboli](https://togithub.com/ZeeshanTamboli) ### [`v5.0.0-alpha.134`](https://togithub.com/mui/material-ui/compare/a522d82df32d3bfab46b25f5ff24eeb9670c83fb...24b3af68ebe79c1891e45c60c6bcfd26f8818f73) [Compare Source](https://togithub.com/mui/material-ui/compare/a522d82df32d3bfab46b25f5ff24eeb9670c83fb...24b3af68ebe79c1891e45c60c6bcfd26f8818f73) ### [`v5.0.0-alpha.133`](https://togithub.com/mui/material-ui/compare/70d4a2bb49dca9fef7854a1463a392094222812b...a522d82df32d3bfab46b25f5ff24eeb9670c83fb) [Compare Source](https://togithub.com/mui/material-ui/compare/70d4a2bb49dca9fef7854a1463a392094222812b...a522d82df32d3bfab46b25f5ff24eeb9670c83fb) ### [`v5.0.0-alpha.132`](https://togithub.com/mui/material-ui/compare/f661923e9aa9d9cc634750affbb04bf2007bc57d...70d4a2bb49dca9fef7854a1463a392094222812b) [Compare Source](https://togithub.com/mui/material-ui/compare/f661923e9aa9d9cc634750affbb04bf2007bc57d...70d4a2bb49dca9fef7854a1463a392094222812b) ### [`v5.0.0-alpha.131`](https://togithub.com/mui/material-ui/compare/0c58832b6e182f782e73b118ed9681055db3e249...f661923e9aa9d9cc634750affbb04bf2007bc57d) [Compare Source](https://togithub.com/mui/material-ui/compare/0c58832b6e182f782e73b118ed9681055db3e249...f661923e9aa9d9cc634750affbb04bf2007bc57d) ### [`v5.0.0-alpha.130`](https://togithub.com/mui/material-ui/compare/9710ff34b16a0f271107a8619a28546ae3ca7c18...0c58832b6e182f782e73b118ed9681055db3e249) [Compare Source](https://togithub.com/mui/material-ui/compare/9710ff34b16a0f271107a8619a28546ae3ca7c18...0c58832b6e182f782e73b118ed9681055db3e249)
tailwindlabs/tailwindcss-forms (@​tailwindcss/forms) ### [`v0.5.7`](https://togithub.com/tailwindlabs/tailwindcss-forms/blob/HEAD/CHANGELOG.md#057---2023-11-10) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss-forms/compare/v0.5.6...v0.5.7) ##### Fixed - Use normal `checkbox` and `radio` appearance in `forced-colors` mode ([#​152](https://togithub.com/tailwindlabs/tailwindcss-forms/pull/152)) ### [`v0.5.6`](https://togithub.com/tailwindlabs/tailwindcss-forms/blob/HEAD/CHANGELOG.md#056---2023-08-28) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss-forms/compare/v0.5.5...v0.5.6) ##### Fixed - Fix date time bottom spacing on MacOS Safari ([#​146](https://togithub.com/tailwindlabs/tailwindcss-forms/pull/146)) ### [`v0.5.5`](https://togithub.com/tailwindlabs/tailwindcss-forms/blob/HEAD/CHANGELOG.md#055---2023-08-22) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss-forms/compare/v0.5.4...v0.5.5) ##### Fixed - Fix text alignment on date and time inputs on iOS ([#​144](https://togithub.com/tailwindlabs/tailwindcss-forms/pull/144)) ### [`v0.5.4`](https://togithub.com/tailwindlabs/tailwindcss-forms/blob/HEAD/CHANGELOG.md#054---2023-07-13) [Compare Source](https://togithub.com/tailwindlabs/tailwindcss-forms/compare/v0.5.3...v0.5.4) ##### Fixed - Remove chevron for selects with a non-default size ([#​137](https://togithub.com/tailwindlabs/tailwindcss-forms/pull/137)) - Allow for without `type` ([#​141](https://togithub.com/tailwindlabs/tailwindcss-forms/pull/141))
postcss/autoprefixer (autoprefixer) ### [`v10.4.16`](https://togithub.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#10416) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/10.4.15...10.4.16) - Improved performance (by Romain Menke). - Fixed docs (by Christian Oliff). ### [`v10.4.15`](https://togithub.com/postcss/autoprefixer/blob/HEAD/CHANGELOG.md#10415) [Compare Source](https://togithub.com/postcss/autoprefixer/compare/10.4.14...10.4.15) - Fixed `::backdrop` prefixes (by 一丝). - Fixed docs (by Christian Oliff).
chronotope/chrono (chrono) ### [`v0.4.31`](https://togithub.com/chronotope/chrono/releases/tag/v0.4.31): 0.4.31 [Compare Source](https://togithub.com/chronotope/chrono/compare/v0.4.30...v0.4.31) Another maintenance release. It was not a planned effort to improve our support for UNIX timestamps, yet most PRs seem related to this. ##### Deprecations - Deprecate `timestamp_nanos` in favor of the non-panicking `timestamp_nanos_opt` ([#​1275](https://togithub.com/chronotope/chrono/issues/1275)) ##### Additions - Add `DateTime::::from_timestamp` ([#​1279](https://togithub.com/chronotope/chrono/issues/1279), thanks [@​demurgos](https://togithub.com/demurgos)) - Add `TimeZone::timestamp_micros` ([#​1285](https://togithub.com/chronotope/chrono/issues/1285), thanks [@​emikitas](https://togithub.com/emikitas)) - Add `DateTime::timestamp_nanos_opt` and `NaiveDateTime::timestamp_nanos_opt` ([#​1275](https://togithub.com/chronotope/chrono/issues/1275)) - Add `UNIX_EPOCH` constants ([#​1291](https://togithub.com/chronotope/chrono/issues/1291)) ##### Fixes - Format day of month in RFC 2822 without padding ([#​1272](https://togithub.com/chronotope/chrono/issues/1272)) - Don't allow strange leap seconds which are not on a minute boundary initialization methods ([#​1283](https://togithub.com/chronotope/chrono/issues/1283)) 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` - Fix underflow in `NaiveDateTime::timestamp_nanos_opt` ([#​1294](https://togithub.com/chronotope/chrono/issues/1294), thanks [@​crepererum](https://togithub.com/crepererum)) ##### Documentation - Add more documentation about the RFC 2822 obsolete date format ([#​1267](https://togithub.com/chronotope/chrono/issues/1267)) ##### Internal - Remove internal `__doctest` feature and `doc_comment` dependency ([#​1276](https://togithub.com/chronotope/chrono/issues/1276)) - CI: Bump `actions/checkout` from 3 to 4 ([#​1280](https://togithub.com/chronotope/chrono/issues/1280)) - Optimize `NaiveDate::add_days` for small values ([#​1214](https://togithub.com/chronotope/chrono/issues/1214)) - Upgrade `pure-rust-locales` to 0.7.0 ([#​1288](https://togithub.com/chronotope/chrono/issues/1288), thanks [@​jeremija](https://togithub.com/jeremija) wo did good improvements on `pure-rust-locales`) Thanks to all contributors on behalf of the chrono team, [@​djc](https://togithub.com/djc) and [@​pitdicker](https://togithub.com/pitdicker)! ### [`v0.4.30`](https://togithub.com/chronotope/chrono/releases/tag/v0.4.30): 0.4.30 [Compare Source](https://togithub.com/chronotope/chrono/compare/v0.4.29...v0.4.30) In this release, we have decided to swap out the `chrono::Duration` type (which has been a re-export of time 0.1 `Duration` type) with our own definition, which exposes a strict superset of the `time::Duration` API. This helps avoid warnings about the [CVE-2020-26235] and [RUSTSEC-2020-0071] advisories for downstream users and allows us to improve the `Duration` 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](https://togithub.com/chronotope/chrono/pull/1095#issuecomment-1571716955) 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](https://togithub.com/chronotope/chrono/issues/1268). ##### Additions - Add `NaiveDate::leap_year` ([#​1261](https://togithub.com/chronotope/chrono/issues/1261)) ##### Documentation - Update main documentation from README ([#​1260](https://togithub.com/chronotope/chrono/issues/1260), thanks [@​Stygmates](https://togithub.com/Stygmates)) - Add history of relation between chrono and time 0.1 to documentation ([https://github.com/chronotope/chrono/pull/1264](https://togithub.com/chronotope/chrono/pull/1264), [https://github.com/chronotope/chrono/pull/1266](https://togithub.com/chronotope/chrono/pull/1266)) - Clarify `Timelike::num_seconds_from_midnight` is a simple mapping ([#​1255](https://togithub.com/chronotope/chrono/issues/1255)) #### Relation between chrono and time 0.1 Rust first had a `time` module added to `std` in its 0.7 release. It later moved to `libextra`, and then to a `libtime` 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 as `std::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 the `time` crate to eventually be redesigned ([rust#18832], [rust#18858]), like the `num` and `rand` crates. Of course chrono kept its dependency on this `time` crate. `time` started re-exporting `std::time::Duration` during this period. Later, the standard library was changed to have a more limited unsigned `Duration` type ([rust#24920], [RFC 1040]), while the `time` crate kept the full functionality with `time::Duration`. `time::Duration` had been a part of chrono's public API. By 2016 `time` 0.1 lived under the `rust-lang-deprecated` organisation and was not actively maintained ([time#136]). chrono absorbed the platform functionality and `Duration` type of the `time` crate in [chrono#478] (the work started in [chrono#286]). In order to preserve compatibility with downstream crates depending on `time` and `chrono` sharing a `Duration` type, chrono kept depending on time 0.1. chrono offered the option to opt out of the `time` dependency by disabling the `oldtime` feature (swapping it out for an effectively similar chrono type). In 2019, [@​jhpratt](https://togithub.com/jhpratt) took over maintenance on the `time` crate and released what amounts to a new crate as `time` 0.2. [rust#15934]: https://togithub.com/rust-lang/rust/pull/15934 [rust#18832]: https://togithub.com/rust-lang/rust/pull/18832#issuecomment-62448221 [rust#18858]: https://togithub.com/rust-lang/rust/pull/18858 [rust#24920]: https://togithub.com/rust-lang/rust/pull/24920 [RFC 1040]: https://rust-lang.github.io/rfcs/1040-duration-reform.html [time#136]: https://togithub.com/time-rs/time/issues/136 [chrono#286]: https://togithub.com/chronotope/chrono/pull/286 [chrono#478]: https://togithub.com/chronotope/chrono/pull/478 ##### Security advisories In November of 2020 [CVE-2020-26235] and [RUSTSEC-2020-0071] were opened against the `time` crate. [@​quininer](https://togithub.com/quininer) had found that calls to `localtime_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 to `time`. 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 function `localtime_r` to do the conversion to local time, which reads the `TZ` 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 the `TZ` variable or via `iana-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](https://togithub.com/x-hgg-x). As such, chrono now respects the Rust lock when reading the `TZ` environment variable. In general, code should avoid modifying the environment. [CVE-2020-26235]: https://nvd.nist.gov/vuln/detail/CVE-2020-26235 [RUSTSEC-2020-0071]: https://rustsec.org/advisories/RUSTSEC-2020-0071 [chrono#499]: https://togithub.com/chronotope/chrono/pull/499 [RUSTSEC-2020-0159]: https://rustsec.org/advisories/RUSTSEC-2020-0159.html [rust#27970]: https://togithub.com/rust-lang/rust/issues/27970 [chrono#677]: https://togithub.com/chronotope/chrono/pull/677 [tz-rs crate]: https://crates.io/crates/tz-rs ##### 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. [chrono#1095]: https://togithub.com/chronotope/chrono/pull/1095 Thanks to all contributors on behalf of the chrono team, [@​djc](https://togithub.com/djc) and [@​pitdicker](https://togithub.com/pitdicker)! ### [`v0.4.29`](https://togithub.com/chronotope/chrono/releases/tag/v0.4.29): 0.4.29 [Compare Source](https://togithub.com/chronotope/chrono/compare/v0.4.28...v0.4.29) This release fixes a panic introduced in chrono 0.4.27 in `FromStr>` ([#​1253](https://togithub.com/chronotope/chrono/issues/1253)). Chrono now has a [Discord channel](https://discord.gg/sXpav4PS7M). #### Fixes - Fix arbitrary string slicing in `parse_rfc3339_relaxed` ([#​1254](https://togithub.com/chronotope/chrono/issues/1254)) #### Deprecations - Deprecate `TimeZone::datetime_from_str` ([#​1251](https://togithub.com/chronotope/chrono/issues/1251)) #### Documentation - Correct documentation for `FromStr` for `Weekday` and `Month` ([#​1226](https://togithub.com/chronotope/chrono/issues/1226), thanks [@​wfraser](https://togithub.com/wfraser)) #### Internal improvements - Revert "add test_issue\_866" ([#​1238](https://togithub.com/chronotope/chrono/issues/1238)) - CI: run tests on `i686` and `wasm32-wasi` ([#​1237](https://togithub.com/chronotope/chrono/issues/1237)) - CI: Include doctests for code coverage ([#​1248](https://togithub.com/chronotope/chrono/issues/1248)) - Move benchmarks to a separate crate ([#​1243](https://togithub.com/chronotope/chrono/issues/1243)) This allows us to upgrade the criterion dependency to 5.1 without changing our MSRV. - Add Discord link to README ([#​1240](https://togithub.com/chronotope/chrono/issues/1240), backported in [#​1256](https://togithub.com/chronotope/chrono/issues/1256)) Thanks to all contributors on behalf of the chrono team, [@​djc](https://togithub.com/djc) and [@​pitdicker](https://togithub.com/pitdicker)! ### [`v0.4.28`](https://togithub.com/chronotope/chrono/releases/tag/v0.4.28): 0.4.28 [Compare Source](https://togithub.com/chronotope/chrono/compare/v0.4.27...v0.4.28) This release fixes a test failure on 32-bit targets introduced with 0.4.27, see [https://github.com/chronotope/chrono/issues/1234](https://togithub.com/chronotope/chrono/issues/1234). ### [`v0.4.27`](https://togithub.com/chronotope/chrono/releases/tag/v0.4.27): 0.4.27 [Compare Source](https://togithub.com/chronotope/chrono/compare/v0.4.26...v0.4.27) 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` and `NaiveTime` are made const, `NaiveDateTime` and others will follow in a later release. The parser for the `%+` formatting specifier and the `RFC3339` formatting item is switched from a strict to a relaxed parser (see [https://github.com/chronotope/chrono/pull/1145](https://togithub.com/chronotope/chrono/pull/1145)). This matches the existing documentation, and the parser used by `DateTime::from_str`. If you need to validate the input, consider using `DateTime::from_rfc3339`. #### Deprecations - Deprecate `DateTime::{from_local, from_utc}` ([https://github.com/chronotope/chrono/pull/1175](https://togithub.com/chronotope/chrono/pull/1175)) #### Additions - Let `DateTime::signed_duration_since` take argument with `Borrow` ([https://github.com/chronotope/chrono/pull/1119](https://togithub.com/chronotope/chrono/pull/1119)) - Implement `PartialOrd` for `Month` ([https://github.com/chronotope/chrono/pull/999](https://togithub.com/chronotope/chrono/pull/999), thanks [@​Munksgaard](https://togithub.com/Munksgaard)) - Add `Ord` and `Eq` for types which already derive `PartialOrd` and `PartialEq` ([https://github.com/chronotope/chrono/pull/1128](https://togithub.com/chronotope/chrono/pull/1128), thanks [@​totikom](https://togithub.com/totikom)) - implement `FusedIterator` for `NaiveDateDaysIterator` and `NaiveDateWeeksIterator` ([https://github.com/chronotope/chrono/pull/1134](https://togithub.com/chronotope/chrono/pull/1134)) - Make `NaiveDateDaysIterator` and `NaiveDateWeeksIterator` public ([https://github.com/chronotope/chrono/pull/1134](https://togithub.com/chronotope/chrono/pull/1134)) - Add `FromStr` for `FixedOffset` ([https://github.com/chronotope/chrono/pull/1157](https://togithub.com/chronotope/chrono/pull/1157), thanks [@​mcronce](https://togithub.com/mcronce)) - Remove `Tz::Offset: Display` requirement from `DateTime::to_rfc*` ([https://github.com/chronotope/chrono/pull/1160](https://togithub.com/chronotope/chrono/pull/1160)) - More flexible offset formatting (not exposed yet) ([https://github.com/chronotope/chrono/pull/1160](https://togithub.com/chronotope/chrono/pull/1160)) - Make `StrftimeItems` with `unstable-locales` work without allocating ([https://github.com/chronotope/chrono/pull/1152](https://togithub.com/chronotope/chrono/pull/1152)) - Make `NaiveDate::from_ymd_opt` const ([https://github.com/chronotope/chrono/pull/1172](https://togithub.com/chronotope/chrono/pull/1172), thanks [@​kamadorueda](https://togithub.com/kamadorueda)) - Implement `Error` trait for `ParseWeekdayError` and `ParseMonthError` ([https://github.com/chronotope/chrono/pull/539](https://togithub.com/chronotope/chrono/pull/539), thanks [@​mike-kfed](https://togithub.com/mike-kfed)) - Make methods on `NaiveTime` const, update MSRV to 1.57 ([https://github.com/chronotope/chrono/pull/1080](https://togithub.com/chronotope/chrono/pull/1080)) - Make methods on `NaiveDate` const ([https://github.com/chronotope/chrono/pull/1205](https://togithub.com/chronotope/chrono/pull/1205)) - Implement operations for `core::time::Duration` on `DateTime` types ([https://github.com/chronotope/chrono/pull/1229](https://togithub.com/chronotope/chrono/pull/1229)) #### Fixes - Ensure `timestamp_nanos` panics on overflow in release builds ([https://github.com/chronotope/chrono/pull/1123](https://togithub.com/chronotope/chrono/pull/1123)) - Fix `offset_from_local_datetime` for `wasm_bindgen` ([https://github.com/chronotope/chrono/pull/1131](https://togithub.com/chronotope/chrono/pull/1131)) - Parsing: Consider `%s` to be a timestamp in UTC ([https://github.com/chronotope/chrono/pull/1136](https://togithub.com/chronotope/chrono/pull/1136)) - Don't panic when formatting with `%#z` ([https://github.com/chronotope/chrono/pull/1140](https://tog

Configuration

📅 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.

renovate[bot] commented 1 year ago

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.