-
Notifications
You must be signed in to change notification settings - Fork 141
Refresh tooling and dev dependencies (Storybook excluded) #382
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
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: cliedeman <[email protected]>
Co-authored-by: cliedeman <[email protected]>
Co-authored-by: cliedeman <[email protected]>
package.json
Outdated
| "dependencies": { | ||
| "@testing-library/jest-dom": "^6.5.0", | ||
| "eslint-plugin-react-hooks": "^5.1.0-beta-26f2496093-20240514", | ||
| "@testing-library/jest-dom": "^6.9.1", |
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.
Move relevant deps to dev dependencies
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.
Done in 8cdc1b4. Moved @testing-library/jest-dom, eslint-plugin-react-hooks, react, and react-dom to devDependencies and removed the dependencies section entirely.
package.json
Outdated
| "@mui/icons-material": "7.3.7", | ||
| "@mui/material": "7.3.7", | ||
| "@mui/x-date-pickers": "^8.26.0", | ||
| "@mui/x-date-pickers-pro": "8.26.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.
Do not upgrade mui, formik etc. dev tools 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.
Done in 8cdc1b4. Reverted MUI, Emotion, date-fns, formik, and React to their original versions. Only dev tooling (TypeScript, ESLint, Prettier, Vite, Vitest, babel-loader, lerna, etc.) has been updated.
… versions, move all deps to devDependencies Co-authored-by: cliedeman <[email protected]>
|
Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
Updates build, test, and linting tooling to latest versions. UI libraries (MUI, Emotion, React) and application dependencies remain at their original versions. All dependencies consolidated into devDependencies.
Breaking Changes
ESLint 8 → 9
eslint.config.js).eslintrc.jsBuild Tooling
ajv@8for build compatibilityTesting
Linting & Formatting
Other
storybookCLI package (required for v8)Kept at Original Versions
Dependency Organization
devDependencies(removed separatedependenciessection)Notes
--legacy-peer-depsfor Storybook compatibilityOriginal prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.