-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat: Upgrade major deps and to Webpack 5 (#1202)
* feat: update cypress to 12.8.0 * feat: add engines for node version * feat: upgrade lockfile * feat: upgrade chakra, sentry, design system, react, webpack * feat: use yarn * fix: remove old extends in eslint * feat: use webpack 5 config for cypress * feat: update eslint rule * chore: add cypress env to gitignore * chore: minor formatting on file * fix: error on missing props in story file * fix: enforce cookies to be string * fix: type error for unresolved var * feat: cypress utils resolution * fix: app tsconfig utils resolution * chore: add eslint plugin * fix: comment out component from stories * fix: update isFullWidth to use w for chakra 2 * feat: update react to use createRoot * fix: add path alias for cypress tsconfig * chore: upgrade chakra to latest * chore: upgrade to react 18.2.0 * chore: upgrade storybook * fix: use craco for jest tests * fix: storybook config for wp 5 * chore: upgrade storybook to latest * feat: update to use yarn * fix: refactor util functions to allow specific imports in Cypress * fix: disable sourcemap when building to avoid warnings * fix: add names for steps * fix: update ci-e2e to use yarn and latest packages * fix: update chromatic workflow * fix: allow ts-ignore in eslint * chore: ts-ignore implicit any * fix: cypress resolution for utils * fix: use export default in cypress config * chore: remove unused comment * chore: refactor file name from legacyUtils to fileNameUtils * chore: update craco, react-beautiful-dnd, eslint-plugin-react-hooks, react-test-renderer, remove babel-eslint * fix: use new babel parser for eslint * feat: upgrade to latest yarn version * chore: revert back to use npm * fix: npm build cmd in ci workflows * chore: update deps for storybook * chore: remove unneeded dependencies * chore: pin chakra ui to 2.2.1 due to design system * fix: uncomment story changes due to chakra mismatch * fix: adding back num tests config for cypress * chore: upgrade react mde editor * fix: classname for mde editor table icon * chore: recreate package-lock with new node version * fix: update actions versions in chromatic workflow * fix: pin chakra version * fix: storybook build * fix: run eslint fix * fix: warn for vars use before define rule * fix: warn for unused expression rule * fix: add react-hooks plugin for eslint * chore: run prettier eslint * fix: warn for camelcase rule * fix: update eslint config to use latest babel parser and fix lint errors * fix: update value to be optional prop * chore: remove yarn lock * fix: add typescript extensions for lint scripts * fix: lint fixes for import sorting * chore: run lint fix * fix: lint and build issues * fix: lint and build * feat: update h4 to h6 * feat: update h3 to h5 * feat: update h2 to h4 * fix: package-lock * fix: margin bottom for comments * fix: squished menu * fix: dropdown colors * fix: squished notification menu * dummy commit * Revert "dummy commit" This reverts commit 67faf00. * chore: update lock file * chore: ignore eslint warning * fix: imports for workspace e2e * chore: update package-lock * fix: remove yarn as package manager * fix: update nvmrc to use node 18 * fix: add netlify build script * fix: remove global eslint rule * revert: changes on EditContactUs * revert: changes on EditHomepage * revert: changes on cypress html
- Loading branch information
Showing
66 changed files
with
47,146 additions
and
39,726 deletions.
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
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
legacy-peer-deps=true |
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 |
---|---|---|
@@ -1 +1 @@ | ||
14 | ||
18 |
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
Oops, something went wrong.