Hacker0x01 / react-datepicker

A simple and reusable datepicker component for React
https://reactdatepicker.com/
MIT License
7.89k stars 2.23k forks source link

chore(deps): bump react-datepicker from 6.9.0 to 7.0.0 in /examples/hello-world #4898

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 2 weeks ago

Bumps react-datepicker from 6.9.0 to 7.0.0.

Release notes

Sourced from react-datepicker's releases.

7.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, @​yuki0410-dev, @​Olenka-Yurchuk, @​alvaromartinez986, and @​ryantanrk. We've done our best to document the breaking changes:

What's Changed

New Contributors

Full Changelog: https://github.com/Hacker0x01/react-datepicker/compare/v6.9.0...v7.0.0

Commits
  • abea7ea 7.0.0
  • 1cbe012 Merge pull request #4891 from yuki0410-dev/feat/4700_ts-jest
  • c923967 Merge pull request #4892 from Hacker0x01/dependabot/npm_and_yarn/docs-site/sa...
  • ce6b7d3 Merge pull request #4893 from Hacker0x01/dependabot/npm_and_yarn/sass-1.77.5
  • b972f95 Merge pull request #4894 from Hacker0x01/dependabot/npm_and_yarn/lint-staged-...
  • 2dabdf1 chore(deps-dev): bump lint-staged from 15.2.6 to 15.2.7
  • 0ee581a chore(deps-dev): bump sass from 1.77.4 to 1.77.5
  • fa26210 chore(deps-dev): bump sass from 1.77.4 to 1.77.5 in /docs-site
  • 0263278 fix ci
  • 2bf61a7 fix jest.config.js
  • Additional commits viewable in compare view


Dependabot compatibility score

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 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[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.65%. Comparing base (2f4cdfb) to head (e807937).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #4898 +/- ## ======================================= Coverage 96.65% 96.65% ======================================= Files 28 28 Lines 3254 3254 Branches 1342 1342 ======================================= Hits 3145 3145 Misses 109 109 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.