Skip to content
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

Dependency updates #13312

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from
Draft

Conversation

tsmock
Copy link

@tsmock tsmock commented Jul 28, 2023

This is largely a PR to updated react-scripts dependencies.

Of specific note for downstream users:

  • @babel/core: Min version now 7.22.9. Note: 8.x will have breaking changes.
  • @svgr/webpack: Min version now 8.0.1, v6 migration docs indicate this might be ESM only; I have not verified this. I might have to roll it back to a v6 version.
    • https://react-svgr.com/docs/migrate/
    • Requires webpack 5 or later which we are already doing
    • Uses SVGO v3
    • Does not merge configuration anymore
    • plugin-jsx no longer included by default
  • fill in rest of react-scripts update notes

Reasons for updating dependencies:

  • Update Jest from v27 to v29
  • Make it easier to track down and fix bugs

Signed-off-by: Taylor Smock <tsmock@meta.com>
Signed-off-by: Taylor Smock <tsmock@meta.com>
Note: Is @babel/code-frame actually necessary?

Signed-off-by: Taylor Smock <tsmock@meta.com>
Signed-off-by: Taylor Smock <tsmock@meta.com>
Signed-off-by: Taylor Smock <tsmock@meta.com>
Signed-off-by: Taylor Smock <tsmock@meta.com>
Signed-off-by: Taylor Smock <tsmock@meta.com>
Signed-off-by: Taylor Smock <tsmock@meta.com>
Signed-off-by: Taylor Smock <tsmock@meta.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants