Skip to content

Conversation

@michaeldowseza
Copy link
Member

Description

  • Regenerate package lock
  • Sync package lock script with components repo

Related links, issue #, if available: n/a

How has this been tested?

Review checklist

The following items are to be evaluated by the author(s) and the reviewer(s).

Correctness

  • Changes include appropriate documentation updates.
  • Changes are backward-compatible if not indicated, see CONTRIBUTING.md.
  • Changes do not include unsupported browser features, see CONTRIBUTING.md.
  • Changes were manually tested for accessibility, see accessibility guidelines.

Security

Testing

  • Changes are covered with new/existing unit tests?
  • Changes are covered with new/existing integration tests?

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

- Sync package lock script with components repo
*/
const filename = require.resolve("../package-lock.json");
const packageLock = require(filename);
const lockfiles = ["package-lock.json"];
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@codecov
Copy link

codecov bot commented Apr 16, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.91%. Comparing base (1b3abf2) to head (9a0e3d7).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #349      +/-   ##
==========================================
+ Coverage   93.66%   93.91%   +0.24%     
==========================================
  Files          68       68              
  Lines        3124     3120       -4     
  Branches      670      670              
==========================================
+ Hits         2926     2930       +4     
+ Misses        194      190       -4     
+ Partials        4        0       -4     

☔ 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.

@michaeldowseza michaeldowseza marked this pull request as ready for review April 16, 2025 13:09
@michaeldowseza michaeldowseza requested a review from a team as a code owner April 16, 2025 13:09
@michaeldowseza michaeldowseza requested review from just-boris and removed request for a team April 16, 2025 13:09
@michaeldowseza michaeldowseza added this pull request to the merge queue Apr 22, 2025
Merged via the queue into main with commit 58dec9e Apr 22, 2025
38 of 39 checks passed
@michaeldowseza michaeldowseza deleted the upgrade-package-lock branch April 22, 2025 10:30
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