Refresh tooling and dev dependencies (Storybook excluded)#382
Refresh tooling and dev dependencies (Storybook excluded)#382
Conversation
Co-authored-by: cliedeman <3578740+cliedeman@users.noreply.github.com>
Co-authored-by: cliedeman <3578740+cliedeman@users.noreply.github.com>
Co-authored-by: cliedeman <3578740+cliedeman@users.noreply.github.com>
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.
Move relevant deps to dev dependencies
There was a problem hiding this comment.
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.
Do not upgrade mui, formik etc. dev tools only
There was a problem hiding this comment.
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 <3578740+cliedeman@users.noreply.github.com>
|
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.