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

chore(deps): update dependencies #57

Merged
merged 11 commits into from
Jan 19, 2024
Merged

Conversation

HeartSquared
Copy link
Contributor

@HeartSquared HeartSquared commented Jan 18, 2024

What

  • Update react-day-picker
  • Update date-fns
  • Update @kaizen/design-tokens
  • Update @kaizen/tailwind
  • Version lock @kaizen/components
    • Attempted to upgrade it to the latest and the build broke. Tried a few other versions but they also failed. Given it's only for Storybook, figured it's not worth searching.
  • yarn.lock refresh

Why

KZN-2039

date-fns being out of date caused a build conflict in Kayd's repo

Copy link

changeset-bot bot commented Jan 18, 2024

🦋 Changeset detected

Latest commit: 5617798

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

This PR includes changesets to release 2 packages
Name Type
@kaizen/date-picker Patch
@kaizen/select 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

@HeartSquared HeartSquared changed the title chore(deps): update @Kaizen packages chore(deps): update react-day-picker and date-fns Jan 18, 2024
@HeartSquared HeartSquared changed the title chore(deps): update react-day-picker and date-fns chore(deps): update dependencies Jan 18, 2024
@HeartSquared HeartSquared marked this pull request as ready for review January 18, 2024 07:17
@HeartSquared HeartSquared requested a review from a team as a code owner January 18, 2024 07:17
Copy link
Contributor

github-actions bot commented Jan 18, 2024

✨ Here is your branch preview! ✨

Last updated for commit 5617798: chore(date-picker): fix clean script

{ name: "Yellow 500", value: colors.color.yellow["500"] },
{ name: "Orange 500", value: colors.color.orange["500"] },
{ name: "Red 500", value: colors.color.red["500"] },
{ name: "White", value: tokens.color.white },
Copy link
Contributor

Choose a reason for hiding this comment

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

This reminds me I think we need to update out TW package to do this, pretty sure we're still doing the old approach 🤔

@@ -1,4 +1,4 @@
import { parse } from "date-fns"
import { Locale, parse } from "date-fns"
Copy link
Contributor

Choose a reason for hiding this comment

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

Nice catch on the unresolved type 👍

@HeartSquared HeartSquared merged commit dccc96b into main Jan 19, 2024
21 checks passed
@HeartSquared HeartSquared deleted the KZN-2039/update-datepicker-deps branch January 19, 2024 00:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants