nothink / humi_bookmark

Fumio Murakami.
MIT License
0 stars 0 forks source link

fix(deps): update dependencies (non-major) (patch) #121

Closed renovate[bot] closed 5 months ago

renovate[bot] commented 5 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@emotion/react (source) 11.11.1 -> 11.11.4 age adoption passing confidence
@mantine/core (source) 6.0.16 -> 6.0.21 age adoption passing confidence
@mantine/hooks (source) 6.0.16 -> 6.0.21 age adoption passing confidence

Release Notes

emotion-js/emotion (@​emotion/react) ### [`v11.11.4`](https://togithub.com/emotion-js/emotion/releases/tag/%40emotion/react%4011.11.4) [Compare Source](https://togithub.com/emotion-js/emotion/compare/@emotion/react@11.11.3...@emotion/react@11.11.4) ##### Patch Changes - [#​3159](https://togithub.com/emotion-js/emotion/pull/3159) [`5b82631d`](https://togithub.com/emotion-js/emotion/commit/5b82631d79a58e87e560024d724b849f3921b6e0) Thanks [@​iegik](https://togithub.com/iegik)! - Renamed an internal `hasOwnProperty` to `hasOwn`. This avoids problems in CommonJS environments when the consumer tries to prevent prototype pollution with `Object.freeze(Object.prototype)`. ### [`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
mantinedev/mantine (@​mantine/core) ### [`v6.0.21`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.21) [Compare Source](https://togithub.com/mantinedev/mantine/compare/6.0.20...6.0.21) ##### Last 6.x patch This is the last patch for 6.x (at least for a while), next version that will be released is 7.0.0. If you haven't checked v7 yet, you can review it here – https://v7.mantine.dev/ ##### What's Changed - `[@mantine/core]` Fix Radio and Checkbox components do not receive padding when a value of 0 is passed into the label prop ([#​4755](https://togithub.com/mantinedev/mantine/issues/4755)) - `[@mantine/dates]` Fix incorrect accessible name set on DatePickerInput and other similar components ([#​4750](https://togithub.com/mantinedev/mantine/issues/4750)) ##### New Contributors - [@​qaynam](https://togithub.com/qaynam) made their first contribution in [https://github.com/mantinedev/mantine/pull/4755](https://togithub.com/mantinedev/mantine/pull/4755) **Full Changelog**: https://github.com/mantinedev/mantine/compare/6.0.20...6.0.21 ### [`v6.0.20`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.20) [Compare Source](https://togithub.com/mantinedev/mantine/compare/6.0.19...6.0.20) ##### What's Changed - `[@mantine/dates]` Calendar: Fix incorrect `hasNextLevel` prop type ([#​4682](https://togithub.com/mantinedev/mantine/issues/4682)) - `[@mantine/core]` PasswordInput: Set `autocomplete="off"` to prevent passwords logging in console ([#​4564](https://togithub.com/mantinedev/mantine/issues/4564)) - `[@mantine/core]` BackgroundImage: Fix image not loading if given image url contains whitespace ([#​4715](https://togithub.com/mantinedev/mantine/issues/4715)) - `[@mantine/dates]` Fix: DatePickerInput and DateTimePicker label click does not focusing the input ([#​4634](https://togithub.com/mantinedev/mantine/issues/4634)) - `[@mantine/core]` PinInput: Fix OTP paste not working from Google Keyboard on Android ([#​4641](https://togithub.com/mantinedev/mantine/issues/4641)) - `[@mantine/core]` Grid: Fix `id` prop not being passed to the root element ([#​4666](https://togithub.com/mantinedev/mantine/issues/4666)) - `[@mantine/tiptap]` Fix incorrect color displayed in ColorPickerControl ([#​4667](https://togithub.com/mantinedev/mantine/issues/4667)) - `[@mantine/core]` Anchor: Fix incorrect inherited types from Text ([#​4695](https://togithub.com/mantinedev/mantine/issues/4695)) ##### New Contributors - [@​hiddenLadder](https://togithub.com/hiddenLadder) made their first contribution in [https://github.com/mantinedev/mantine/pull/4642](https://togithub.com/mantinedev/mantine/pull/4642) - [@​HarshitDoshi](https://togithub.com/HarshitDoshi) made their first contribution in [https://github.com/mantinedev/mantine/pull/4692](https://togithub.com/mantinedev/mantine/pull/4692) - [@​marwinburesch](https://togithub.com/marwinburesch) made their first contribution in [https://github.com/mantinedev/mantine/pull/4703](https://togithub.com/mantinedev/mantine/pull/4703) - [@​HoHieuLuc](https://togithub.com/HoHieuLuc) made their first contribution in [https://github.com/mantinedev/mantine/pull/4667](https://togithub.com/mantinedev/mantine/pull/4667) - [@​lscheibel](https://togithub.com/lscheibel) made their first contribution in [https://github.com/mantinedev/mantine/pull/4666](https://togithub.com/mantinedev/mantine/pull/4666) - [@​saeidalidadi](https://togithub.com/saeidalidadi) made their first contribution in [https://github.com/mantinedev/mantine/pull/4641](https://togithub.com/mantinedev/mantine/pull/4641) - [@​rommelmamedov](https://togithub.com/rommelmamedov) made their first contribution in [https://github.com/mantinedev/mantine/pull/4634](https://togithub.com/mantinedev/mantine/pull/4634) - [@​blueagler](https://togithub.com/blueagler) made their first contribution in [https://github.com/mantinedev/mantine/pull/4715](https://togithub.com/mantinedev/mantine/pull/4715) - [@​yeana-dev](https://togithub.com/yeana-dev) made their first contribution in [https://github.com/mantinedev/mantine/pull/4712](https://togithub.com/mantinedev/mantine/pull/4712) **Full Changelog**: https://github.com/mantinedev/mantine/compare/6.0.19...6.0.20 ### [`v6.0.19`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.19) [Compare Source](https://togithub.com/mantinedev/mantine/compare/6.0.18...6.0.19) ##### What's Changed - `[@mantine/dates]` DateTimePicker: Add option to get time input ref with `timeInputProps` - `[@mantine/hooks]` Fix unexpected breaking change introduced in `useResizeObserver` in the previous patch ([#​4632](https://togithub.com/mantinedev/mantine/issues/4632)) - `[@mantine/dates]` Fix incorrect Calendar prop types definition ([#​4638](https://togithub.com/mantinedev/mantine/issues/4638)) ##### New Contributors - [@​raul-repos](https://togithub.com/raul-repos) made their first contribution in [https://github.com/mantinedev/mantine/pull/4630](https://togithub.com/mantinedev/mantine/pull/4630) **Full Changelog**: https://github.com/mantinedev/mantine/compare/6.0.18...6.0.19 ### [`v6.0.18`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.18) [Compare Source](https://togithub.com/mantinedev/mantine/compare/6.0.17...6.0.18) ##### What's Changed - `[@mantine/core]` Spoiler: Fix control button flickering on rerender ([#​4512](https://togithub.com/mantinedev/mantine/issues/4512)) - `[@mantine/tiptap]` Fix incorrect color displayed in color control in dark color scheme ([#​4560](https://togithub.com/mantinedev/mantine/issues/4560)) - `[@mantine/core]` Pagination: Fix incorrect disabled styles when control node is changed to link ([#​4578](https://togithub.com/mantinedev/mantine/issues/4578)) - `[@mantine/core]` Modal: Make body's zIndex same as overlay's to allow modals stacking ([#​4587](https://togithub.com/mantinedev/mantine/issues/4587)) - `[@mantine/core]` Avatar: Fix incorrect placeholder icon dimensions ([#​4600](https://togithub.com/mantinedev/mantine/issues/4600)) - `[@mantine/dates]` Fix `defaultDate` overriding `value` prop ([#​4624](https://togithub.com/mantinedev/mantine/issues/4624)) ##### New Contributors - [@​mattaningram](https://togithub.com/mattaningram) made their first contribution in [https://github.com/mantinedev/mantine/pull/4600](https://togithub.com/mantinedev/mantine/pull/4600) - [@​ItaiAxelrad](https://togithub.com/ItaiAxelrad) made their first contribution in [https://github.com/mantinedev/mantine/pull/4578](https://togithub.com/mantinedev/mantine/pull/4578) - [@​hellolol2016](https://togithub.com/hellolol2016) made their first contribution in [https://github.com/mantinedev/mantine/pull/4560](https://togithub.com/mantinedev/mantine/pull/4560) - [@​KurtGokhan](https://togithub.com/KurtGokhan) made their first contribution in [https://github.com/mantinedev/mantine/pull/4512](https://togithub.com/mantinedev/mantine/pull/4512) **Full Changelog**: https://github.com/mantinedev/mantine/compare/6.0.17...6.0.18 ### [`v6.0.17`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.17) [Compare Source](https://togithub.com/mantinedev/mantine/compare/6.0.16...6.0.17) #### What's Changed - `[@mantine/carousel]` Remove x.clickAllowed to support embla 8.x ([#​4357](https://togithub.com/mantinedev/mantine/issues/4357), [#​4174](https://togithub.com/mantinedev/mantine/issues/4174)) - `[@mantine/core]` PasswordInput: Remove rightSection associated props to avoid confusion ([#​4436](https://togithub.com/mantinedev/mantine/issues/4436)) - `[@mantine/core]` Menu: Fix up and down keys not working when first Menu.Item is disabled ([#​4411](https://togithub.com/mantinedev/mantine/issues/4411)) - `[@mantine/spotlight]` Fix `target` prop not working ([#​4494](https://togithub.com/mantinedev/mantine/issues/4494)) - `[@mantine/core]` Switch: Fix incorrect label styles in RTL ([#​4515](https://togithub.com/mantinedev/mantine/issues/4515)) - `[@mantine/core]` Slider: Fix decimal step without precision prop not working ([#​4538](https://togithub.com/mantinedev/mantine/issues/4538)) - `[@mantine/core]` Rating: Fix `readOnly` prop not working with `defaultValue` ([#​4525](https://togithub.com/mantinedev/mantine/issues/4525)) - `[@mantine/core]` Modal: Migrate to dvh units to fix incorrect styles in mobile Safari ([#​4517](https://togithub.com/mantinedev/mantine/issues/4517)) - `[@mantine/dates]` DateInput: Decouple `clearable` and `allowDeselect` logic, allow disabling `allowDeselect` if `clearable` is set ([#​4527](https://togithub.com/mantinedev/mantine/issues/4527)) - `[@mantine/dates]` DatePickerInput: Fix `defaultDate` prop not working ([#​4532](https://togithub.com/mantinedev/mantine/issues/4532)) #### New Contributors - [@​connershoop](https://togithub.com/connershoop) made their first contribution in [https://github.com/mantinedev/mantine/pull/4517](https://togithub.com/mantinedev/mantine/pull/4517) **Full Changelog**: https://github.com/mantinedev/mantine/compare/6.0.16...6.0.17

Configuration

📅 Schedule: Branch creation - "after 9am on monday,before 12am on monday" in timezone Asia/Tokyo, 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.