react-datepicker
react-datepicker copied to clipboard
chore(deps): bump react-datepicker from 6.1.0 to 6.2.0 in /examples/hello-world
Bumps react-datepicker from 6.1.0 to 6.2.0.
Release notes
Sourced from react-datepicker's releases.
6.2.0
What's Changed
- fix:enhance-code-syntax by
@mary139
in Hacker0x01/react-datepicker#4505- enhance code readability and syntax by
@mary139
in Hacker0x01/react-datepicker#4506- Update workflow actions by
@martijnrusschen
in Hacker0x01/react-datepicker#4507- Fix #4482: Update Month Picker and Year Picker to select dates also on press of "SPACE" key by
@balajis-qb
in Hacker0x01/react-datepicker#4512- Fix Localization example in README.md by
@BreakBB
in Hacker0x01/react-datepicker#4523- Fix #4483: Enable onKeyDown handler for the month picker view and the year picker view by
@balajis-qb
in Hacker0x01/react-datepicker#4533- Attempt to fix spec that breaks on last day of the month by
@martijnrusschen
in Hacker0x01/react-datepicker#4541- Select multiple non-consecutive dates by
@tbowmo
in Hacker0x01/react-datepicker#4537- Support selecting multiple dates by
@nandorojo
in Hacker0x01/react-datepicker#3999New Contributors
@BreakBB
made their first contribution in Hacker0x01/react-datepicker#4523@tbowmo
made their first contribution in Hacker0x01/react-datepicker#4537@nandorojo
made their first contribution in Hacker0x01/react-datepicker#3999Full Changelog: https://github.com/Hacker0x01/react-datepicker/compare/v6.1.0...v6.2.0
Commits
5088cf1
6.2.0698e44e
Merge pull request #4537 from tbowmo/selectMultipleDates4cf8db1
Merge remote-tracking branch 'upstream/main' into selectMultipleDates8089471
Merge pull request #4541 from Hacker0x01/martijnrusschen-patch-2e67e6e8
Attempt to fix spec that breaks on last day of the montheffa529
Merge remote-tracking branch 'upstream/main' into selectMultipleDatesee931c5
Adding tests for multiselect date handlinga148c36
Add test for multiselect mode2867c9e
Merge pull request #4540 from Hacker0x01/dependabot/npm_and_yarn/eslint-8.57.03237f18
Merge pull request #4539 from Hacker0x01/dependabot/npm_and_yarn/babel/preset...- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 95.51%. Comparing base (
5f20755
) to head (e9f3818
).
Additional details and impacted files
@@ Coverage Diff @@
## main #4545 +/- ##
=======================================
Coverage 95.51% 95.51%
=======================================
Files 29 29
Lines 2566 2566
Branches 1053 1053
=======================================
Hits 2451 2451
Misses 115 115
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.