Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency react-datepicker to v7 #3907

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 21, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

Hacker0x01/react-datepicker (react-datepicker)

v7.1.0: 7.1.0

Compare Source

What's Changed

Full Changelog: Hacker0x01/react-datepicker@v7.0.0...v7.1.0

v7.0.0: 7.0.0

Compare Source

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: Hacker0x01/react-datepicker@v6.9.0...v7.0.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot requested review from a team, Lawndlwd and DorianMaliszewski and removed request for a team June 21, 2024 07:42
Copy link

changeset-bot bot commented Jun 21, 2024

🦋 Changeset detected

Latest commit: 4d1b842

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages
Name Type
@ultraviolet/ui Patch
@ultraviolet/form Patch
@ultraviolet/plus Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@scaleway-bot scaleway-bot requested a deployment to novate-react-datepicker-7-x-storybook June 21, 2024 07:43 In progress
Copy link
Contributor Author

renovate bot commented Jun 21, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@philibea philibea force-pushed the renovate/react-datepicker-7.x branch from 74b8e29 to ac08e1e Compare June 24, 2024 16:26
@scaleway-bot scaleway-bot requested a deployment to novate-react-datepicker-7-x-storybook June 24, 2024 16:27 In progress
Copy link
Member

@DorianMaliszewski DorianMaliszewski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As we are refactoring this one may be we can delay the update ?

@matthprost matthprost force-pushed the renovate/react-datepicker-7.x branch from ac08e1e to 4bf6cc9 Compare July 16, 2024 12:16
@matthprost
Copy link
Collaborator

As we are refactoring this one may be we can delay the update ?

This update kinda destroyed the types especially on onChange prop, there is an open issue here: Hacker0x01/react-datepicker#4924

I'm facing the same problem :/

@philibea philibea force-pushed the renovate/react-datepicker-7.x branch from 4bf6cc9 to 1bb7c40 Compare August 22, 2024 15:05

const localeCode =
(typeof locale === 'string' ? locale : locale?.code) ?? 'en-GB'
const localeCode = (typeof locale === 'string' ? locale : locale) ?? 'en-GB'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we need to check why they remove the code of locale?.code in the type.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@philibea philibea force-pushed the renovate/react-datepicker-7.x branch from 94bc59e to 4d1b842 Compare September 2, 2024 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants