matecat / MateCat

MateCat is an AI driven translation tool for language industry professionals. Matecat makes machine translation post-editing and project outsourcing easy.
http://www.matecat.com
GNU Lesser General Public License v3.0
362 stars 166 forks source link

Update dependency react-datepicker to v7 #3399

Closed renovate[bot] closed 2 weeks ago

renovate[bot] commented 3 weeks ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-datepicker ^6.9.0 -> ^7.0.0 age adoption passing confidence

Release Notes

Hacker0x01/react-datepicker (react-datepicker) ### [`v7.1.0`](https://togithub.com/Hacker0x01/react-datepicker/releases/tag/v7.1.0): 7.1.0 [Compare Source](https://togithub.com/Hacker0x01/react-datepicker/compare/v7.0.0...v7.1.0) #### What's Changed - Fix [#​4902](https://togithub.com/Hacker0x01/react-datepicker/issues/4902): 🐛 Fix the click of week numbers when the first day of the week is not enabled by [@​balajis-qb](https://togithub.com/balajis-qb) in [https://github.com/Hacker0x01/react-datepicker/pull/4903](https://togithub.com/Hacker0x01/react-datepicker/pull/4903) - Fix: DatePickerProps by [@​yuki0410-dev](https://togithub.com/yuki0410-dev) in [https://github.com/Hacker0x01/react-datepicker/pull/4905](https://togithub.com/Hacker0x01/react-datepicker/pull/4905) **Full Changelog**: https://github.com/Hacker0x01/react-datepicker/compare/v7.0.0...v7.1.0 ### [`v7.0.0`](https://togithub.com/Hacker0x01/react-datepicker/releases/tag/v7.0.0): 7.0.0 [Compare Source](https://togithub.com/Hacker0x01/react-datepicker/compare/v6.9.0...v7.0.0) #### Breaking changes This release includes a Typescript migration. This has been a big overhaul of the code base. This is the biggest release ever with 447 commits and 104 files changed! Massive thanks to [@​mirus-ua](https://togithub.com/mirus-ua), [@​yuki0410-dev](https://togithub.com/yuki0410-dev), [@​Olenka-Yurchuk](https://togithub.com/Olenka-Yurchuk), [@​alvaromartinez986](https://togithub.com/alvaromartinez986), and [@​ryantanrk](https://togithub.com/ryantanrk). We've done our best to document the breaking changes: - fix: [#​4558](https://togithub.com/Hacker0x01/react-datepicker/issues/4558) Rename calendarIconClassname props to calendarIconClassName props by [@​yuki0410-dev](https://togithub.com/yuki0410-dev) in [https://github.com/Hacker0x01/react-datepicker/pull/4643](https://togithub.com/Hacker0x01/react-datepicker/pull/4643) - Fix typo of the name of the function getHightLightDaysMap w… by [@​martijnrusschen](https://togithub.com/martijnrusschen) in [https://github.com/Hacker0x01/react-datepicker/pull/4808](https://togithub.com/Hacker0x01/react-datepicker/pull/4808) - newDate helper always returns a date, if the initial params were invalid, then it returns just a new Date [Line](https://togithub.com/Hacker0x01/react-datepicker/pull/4707/files#diff-4a995d09660b3ce231c42bbd7f9073b938a2068ffb56f71f9d54683cb3c2f702R89); [https://github.com/Hacker0x01/react-datepicker/pull/4707](https://togithub.com/Hacker0x01/react-datepicker/pull/4707) #### What's Changed - feat: added package manager property by [@​Olenka-Yurchuk](https://togithub.com/Olenka-Yurchuk) in [https://github.com/Hacker0x01/react-datepicker/pull/4727](https://togithub.com/Hacker0x01/react-datepicker/pull/4727) - fix: invalid time error when selecting excluded month with keyboard by [@​ryantanrk](https://togithub.com/ryantanrk) in [https://github.com/Hacker0x01/react-datepicker/pull/4732](https://togithub.com/Hacker0x01/react-datepicker/pull/4732) - feat: add .editorconfig and .prettierrc.js by [@​yuki0410-dev](https://togithub.com/yuki0410-dev) in [https://github.com/Hacker0x01/react-datepicker/pull/4748](https://togithub.com/Hacker0x01/react-datepicker/pull/4748) - Fix keyboard keydown event handler by [@​alvaromartinez986](https://togithub.com/alvaromartinez986) in [https://github.com/Hacker0x01/react-datepicker/pull/4742](https://togithub.com/Hacker0x01/react-datepicker/pull/4742) - Fix [#​4514](https://togithub.com/Hacker0x01/react-datepicker/issues/4514): 🐛 Retain the Time Input focus on change of the time input value by [@​balajis-qb](https://togithub.com/balajis-qb) in [https://github.com/Hacker0x01/react-datepicker/pull/4798](https://togithub.com/Hacker0x01/react-datepicker/pull/4798) - Allow for the keyboard preselection to skip excluded dates/weeks/months by [@​ryantanrk](https://togithub.com/ryantanrk) in [https://github.com/Hacker0x01/react-datepicker/pull/4817](https://togithub.com/Hacker0x01/react-datepicker/pull/4817) - Fix [#​4011](https://togithub.com/Hacker0x01/react-datepicker/issues/4011): 🐛 Handle Arrow Navigation on calendar days even when the minDate/maxDate is nul by [@​balajis-qb](https://togithub.com/balajis-qb) in [https://github.com/Hacker0x01/react-datepicker/pull/4848](https://togithub.com/Hacker0x01/react-datepicker/pull/4848) - Fix [#​4844](https://togithub.com/Hacker0x01/react-datepicker/issues/4844): 🔨 Retain the open state of the calendar popup on document visibility change by [@​balajis-qb](https://togithub.com/balajis-qb) in [https://github.com/Hacker0x01/react-datepicker/pull/4878](https://togithub.com/Hacker0x01/react-datepicker/pull/4878) #### New Contributors - [@​Olenka-Yurchuk](https://togithub.com/Olenka-Yurchuk) made their first contribution in [https://github.com/Hacker0x01/react-datepicker/pull/4727](https://togithub.com/Hacker0x01/react-datepicker/pull/4727) - [@​ryantanrk](https://togithub.com/ryantanrk) made their first contribution in [https://github.com/Hacker0x01/react-datepicker/pull/4732](https://togithub.com/Hacker0x01/react-datepicker/pull/4732) - [@​alvaromartinez986](https://togithub.com/alvaromartinez986) made their first contribution in [https://github.com/Hacker0x01/react-datepicker/pull/4742](https://togithub.com/Hacker0x01/react-datepicker/pull/4742) - [@​yasuaki640](https://togithub.com/yasuaki640) made their first contribution in [https://github.com/Hacker0x01/react-datepicker/pull/4827](https://togithub.com/Hacker0x01/react-datepicker/pull/4827) **Full Changelog**: https://github.com/Hacker0x01/react-datepicker/compare/v6.9.0...v7.0.0

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday" in timezone Europe/Rome, 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.