-
Notifications
You must be signed in to change notification settings - Fork 15
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
Migrate date management from momentjs to dayjs #483
Open
howard-e
wants to merge
36
commits into
main
Choose a base branch
from
move-to-dayjs
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
d83957b
Update some major dependencies, webpack config and proxy management f…
howard-e 7afe41b
Update icon packs
howard-e 512ada5
webpack config changes
howard-e 420c822
Update bootstrap
howard-e 6ab5746
Update eslint & jest
howard-e d5c71f3
More dependency updates
howard-e c9ff257
Update connect-pg-simple
howard-e 2e72491
Update dependencies and css
howard-e 8f87f12
Update css
howard-e e6f15f3
Remove query-string dependency
howard-e c786f57
Update React
howard-e 787a473
jest.setup.js update
howard-e 9a916e6
Fix attempt for @react-hook/resize-observer library import
howard-e 944130e
Revert "Update React"
howard-e fce646d
Update runtest.yml to use Node v18
howard-e 8aed201
Updating form text (#485)
evmiguel 7f2c2b2
Update dependencies test (#484)
evmiguel f922a69
Update React
howard-e 56c2208
Revert "Update React"
howard-e e436a2d
Remove nodegit dependency
alflennik b7f2012
Address PR feedback
alflennik 0ccd643
Fix files affected by revert on source branch
howard-e f9bac4a
Update React
howard-e 944c873
Revert "Update React"
howard-e 5e45a58
Fix fake data seeder
alflennik d7b9fff
Fix files affected by revert on source branch
howard-e e8d03fa
Merge pull request #487 from w3c/update-dependencies-fake-data
alflennik 9717984
Merge pull request #486 from w3c/update-dependencies-nodegit
alflennik 40d759f
Fix misspellings in the readme (#490)
alflennik d6b7dd1
Shift date management from momentjs to dayjs
howard-e b6b444e
Remove leftover artifacts from before React revert
howard-e 7bdaae9
Update yarn.lock
howard-e 663d8c2
Merge branch 'main' into move-to-dayjs
howard-e 6dd2767
Update yarn.lock
howard-e 3860102
Remove sass-loader dependency after incorrect merge
howard-e eebb667
Fix result of bad merge
howard-e File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6757,6 +6757,11 @@ data-urls@^3.0.2: | |
whatwg-mimetype "^3.0.0" | ||
whatwg-url "^11.0.0" | ||
|
||
dayjs@^1.11.7: | ||
version "1.11.7" | ||
resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.7.tgz#4b296922642f70999544d1144a2c25730fce63e2" | ||
integrity sha512-+Yw9U6YO5TQohxLcIkrXBeY73WP3ejHWVvx8XCk3gxvQDCTEmS48ZrSZCKciI7Bhl/uCMyxYtE9UqRILmFphkQ== | ||
|
||
[email protected], debug@^2.2.0, debug@^2.3.3, debug@^2.6.8, debug@^2.6.9: | ||
version "2.6.9" | ||
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f" | ||
|
@@ -12025,7 +12030,7 @@ moment-timezone@^0.5.34: | |
dependencies: | ||
moment ">= 2.9.0" | ||
|
||
"moment@>= 2.9.0", moment@^2.25.3, moment@^2.29.1, moment@^2.29.4: | ||
"moment@>= 2.9.0", moment@^2.29.1: | ||
version "2.29.4" | ||
resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.4.tgz#3dbe052889fe7c1b2ed966fcb3a77328964ef108" | ||
integrity sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w== | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Non-blocking: Would it be better to use one of the util functions instead of
dayjs
directly?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.
Which util functions are you referring to there?
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.
Looks like this is the same as
convertDateToString