Skip to content

chore(deps): update dev dependencies and refresh snapshots#681

Open
alexander-akait wants to merge 2 commits intomainfrom
claude/update-dependencies-snapshots-4ehC0
Open

chore(deps): update dev dependencies and refresh snapshots#681
alexander-akait wants to merge 2 commits intomainfrom
claude/update-dependencies-snapshots-4ehC0

Conversation

@alexander-akait
Copy link
Copy Markdown
Member

Summary

update deps

What kind of change does this PR introduce?

chore

Did you add tests for your changes?

Existing

Does this PR introduce a breaking change?

No

If relevant, what needs to be documented once your changes are merged or what have you already documented?

Nothing

Use of AI

Claude

Bump dev dependencies to their latest versions where compatible, refresh
the Jest snapshots to match the new minifier outputs, and migrate to the
husky v9 install flow. `del` and `copy-webpack-plugin` are pinned to the
last CJS-compatible majors so the test suite still loads on Node 10.

In CI, filter out tests whose minimizers can't run on the matrix's Node
version using Jest's `-t` flag: `swcMinify`/`htmlMinifierTerser` on Node
10/12 and `esbuildMinify` on Node 14/16.
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 9, 2026

⚠️ No Changeset found

Latest commit: 678ed7a

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@linux-foundation-easycla
Copy link
Copy Markdown

linux-foundation-easycla Bot commented May 9, 2026

CLA Not Signed

@codecov
Copy link
Copy Markdown

codecov Bot commented May 9, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.94%. Comparing base (39fd982) to head (678ed7a).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #681      +/-   ##
==========================================
- Coverage   96.11%   95.94%   -0.17%     
==========================================
  Files           3        3              
  Lines         592      592              
  Branches      203      201       -2     
==========================================
- Hits          569      568       -1     
- Misses         21       22       +1     
  Partials        2        2              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Jest v30 requires Node 18.14+, so the newer test matrix rows can't run
the project's pinned jest. Install jest@27 on Node 10/12 and jest@29 on
Node 14/16 alongside the existing cssnano downgrade step.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants