Bump safe dep patches; fix @babel/runtime + transitive CVEs - #627
Open
dabowman wants to merge 1 commit into
Open
Bump safe dep patches; fix @babel/runtime + transitive CVEs#627dabowman wants to merge 1 commit into
dabowman wants to merge 1 commit into
Conversation
Resolves @babel/runtime moderate CVE (RegExp complexity), plus high-severity transitive vulns in lodash, postcss, and vite via npm audit fix. - @babel/runtime 7.23.1 → 7.29.2 (CVE) - @babel/cli/core/preset-env/preset-react/preset-typescript → 7.28-7.29 - @emotion/react 11.11.1 → 11.14.0 - @theme-ui/match-media 0.16.1 → 0.16.2 - @storybook/* + storybook + eslint-plugin-storybook 10.3.3 → 10.3.6 - @axe-core/react 4.7.3 → 4.11.3 - @types/jest-axe 3.5.6 → 3.5.9 Defers React 19, theme-ui 0.17, framer-motion 12, ESLint 10, Jest 30, TypeScript 6, Prettier 3 — major version bumps requiring coordinated work. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
✅ Deploy Preview for vip-design-system-components ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
@babel/runtime(inefficient RegExp complexity, GHSA-968p-4wvh-cqc8) by bumping 7.23.1 → 7.29.2lodash,postcss, andvitevianpm audit fix(no breaking changes)@emotion/react(11.11.1 → 11.14.0),@axe-core/react(4.7 → 4.11),@theme-ui/match-media(0.16.1 → 0.16.2),@types/jest-axe(3.5.6 → 3.5.9)Deferred (intentional)
Major bumps requiring coordinated work, left for separate PRs:
theme-ui0.16 → 0.17 (peerDep pinned)framer-motion3 → 12 (massive API drift)@automattic/eslint-plugin-wpvip0.8 → 1.2jest-environment-jsdomchain advisories)wp-prettier2.8 → 3,cross-env7 → 10@testing-library/react14 → 16 (requires React 19)Test plan
npm run check-typespassesnpm run lintpasses (max-warnings 0)npm run test— 40 suites, 136 tests passnpm run buildsucceedsnpm audit— no high/moderate severity remaining (4 low-severity in jest-environment-jsdom chain require breaking bump, deferred)🤖 Generated with Claude Code