-
Notifications
You must be signed in to change notification settings - Fork 55
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
deps: bump date-fns to 3.X #5080
Conversation
Size Change: +78 kB (0%) Total Size: 16.7 MB
ℹ️ View Unchanged
|
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-3.0.1.tgz#a95b3e8296e72cf57c99819f37679aa27ca65ec4" | ||
integrity sha512-cr9igCUa0QSqgAMj7JOrYTY6Nh1rmyGrFDko7ADqfmaQqP/I2N4rlfrLl7AWuzDaoIpz6MNjoEcTPzgZYIrhnA== | ||
|
||
date-fns@^2.30.0: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This version is still used by concurrently on the dev dep side
packages/utils/src/date/date.test.ts
Outdated
@@ -125,7 +126,7 @@ describe('date', () => { | |||
expect(localDate).toEqual('2020-05-14T01:00:00+0500'); | |||
}); | |||
|
|||
it('should not change timezone tokens that are wrapped in hooks', () => { | |||
it.only('should not change timezone tokens that are wrapped in hooks', () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove only
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM (watch out Geoffroy comment)
Date FNS 3.X Changelog :
https://github.com/date-fns/date-fns/releases/tag/v3.0.0
Please check if the PR fulfills these requirements
yarn changeset
to a request a release from the CI if wanted.[ ] This PR introduces a breaking change