fix(deps): update dependency react-datepicker to v9#2782
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
fix(deps): update dependency react-datepicker to v9#2782renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2782 +/- ##
=======================================
Coverage 95.51% 95.51%
=======================================
Files 1329 1329
Lines 30544 30544
Branches 6941 6924 -17
=======================================
Hits 29173 29173
Misses 1303 1303
Partials 68 68 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
dc34bd5 to
5310499
Compare
Contributor
|
This version of the dependency results in a webpack warning showing up in the build: Hacker0x01/react-datepicker#6181 I'm going to wait until that's fixed before we merge this. |
1c198f7 to
3a29311
Compare
5dad3e0 to
a10e47b
Compare
799ae5b to
fa0b091
Compare
c04e88e to
64c184e
Compare
e44e690 to
69c43d6
Compare
a934534 to
df1db02
Compare
This file contains hidden or 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
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:
^8.10.0→^9.0.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
Hacker0x01/react-datepicker (react-datepicker)
v9.1.0: 9.1.0Compare Source
Highlights
This release includes important bug fixes, TypeScript improvements, and a new feature. Most notably, it restores date parsing behavior that was accidentally removed in v8.0.0.
New Feature
Allow onClickOutside to prevent calendar from closing (#6179)
The onClickOutside callback can now prevent the calendar from closing by calling event.preventDefault(). This is useful when using custom portal-based dropdowns in the calendar header.
Full Changelog
What's Changed
New Contributors
Full Changelog: Hacker0x01/react-datepicker@v9.0.0...v9.1.0
v9.0.0: 🎄 React Datepicker v9.0.0 - Holiday Release 🎁Compare Source
🌟 Major New Features
🌍 Timezone Support (Finally!)
The most requested feature is here! Add the timeZone prop to display and handle dates in any timezone. Works with date-fns-tz as an optional peer dependency.
<DatePicker timeZone="America/New_York" />⏰ Time Selection with Date Ranges
showTimeSelectandshowTimeInputnow work beautifully with selectsRange! Select time for both start and end dates independently. 🎉🎁 New Props Under the Tree
popperTargetRef- Custom popper positioning for advanced layoutsmonthHeaderPosition- Control month header placement (top, middle, bottom)renderCustomDayName- Customize weekday header renderingformatMultipleDates- Custom formatting for multi-select datesaria-label- Better accessibility support🔧 Bug Fixes & Improvements
🛠️ Under the Hood
💫 Happy Holidays!
Thank you to all contributors who made this release possible! May your dates always be in the right timezone! 🎅🎄
What's Changed
New Contributors
Full Changelog: Hacker0x01/react-datepicker@v8.10.0...v9.0.0
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone America/New_York, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.