This repository was archived by the owner on Apr 26, 2024. It is now read-only.
chore(dependencies): switched to safest newest dependencies#2610
Merged
ovflowd merged 1 commit intonodejs:mainfrom Aug 5, 2022
Merged
chore(dependencies): switched to safest newest dependencies#2610ovflowd merged 1 commit intonodejs:mainfrom
ovflowd merged 1 commit intonodejs:mainfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2610 +/- ##
==========================================
- Coverage 90.38% 90.04% -0.35%
==========================================
Files 87 87
Lines 998 994 -4
Branches 270 271 +1
==========================================
- Hits 902 895 -7
- Misses 96 99 +3
Continue to review full report at Codecov.
|
rodion-arr
approved these changes
Aug 3, 2022
Member
Author
|
Little fluff: Storybook now takes less than 10 seconds to build 🎉 And Gatsby is also way faster now. |
Member
|
Can you fix the conflicts? @ovflowd |
Member
Author
|
@benhalverson yup I will today 😄 |
chore(react): upgrade to react 18 and forced compatibility fix(jest): fix jest reading cache folder chore(tests): updated tests for dark theme chore(snapshots): updated snapshots chore(storybook): remove deprecated parts and removed unnecessary override
6cb40d4 to
1f41462
Compare
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Check List
npm run lint:js -- --fixand/ornpm run lint:md -- --fixfor my JavaScript and/or Markdown changes.npm run testto check if all tests are passing, and/ornpm run test -- -uto update snapshots if I created and/or updated React Components.npm run buildandnpm run build-storybookwork fine.Description
This PR updates multiple dependencies to their latest safe versions, upgrades some dependencies, and removes others. There's also been some optimization to our
package.jsonsuch as:Major Changes
^to~for some dependencies only one minor version upgrades are safedependenciestodevDependenciesas they are onlydevDependenciesgatsby-plugin-react-helmetas Gatsby itself now supersedes itreact-dom/client(which is only compatible with Reac v18) on our environment that is locked on v16.eslintconfiguration (No actual changes were done, besides alphabetization of the document and adding the StoryBook ESlint plugin)package.jsonversions to reflect whatpackage-lock.jsonis installing^to some packages indevDependenciesthat were fixed to a specific versionresolutionformdx/reactto support react 18resolutionsfor Storybook Alpha 7.cachefolderMiscellaneous
Related Issues
No related issue.