Skip to content

chore: repair lockfile and regenerate third-party notices#1423

Merged
overbalance merged 2 commits into
mainfrom
overbalance/repair-lockfile
Jul 10, 2026
Merged

chore: repair lockfile and regenerate third-party notices#1423
overbalance merged 2 commits into
mainfrom
overbalance/repair-lockfile

Conversation

@overbalance

@overbalance overbalance commented Jul 9, 2026

Copy link
Copy Markdown
Member

What problem is this solving?

The package-lock.json had drifted (largely around the commitlint / conventional-changelog toolchain), and THIRD_PARTY_NOTICES.txt was stale relative to the resolved dependency tree.

Short description of changes

  • Regenerate package-lock.json, deduping and cleaning up commitlint-related deps (conventional-changelog, git-raw-commits, meow, and transitive packages).
  • Regenerate THIRD_PARTY_NOTICES.txt (@opentelemetry/semantic-conventions 1.41.1→1.42.0, import-in-the-middle 3.3.0→3.3.1).

How has this been tested?

npm install reconciles the lockfile cleanly and npm run licenses reproduces the notices file. No source changes.

Checklist

  • Documentation added
  • Tests added

@overbalance
overbalance requested a review from a team as a code owner July 9, 2026 19:52
@overbalance
overbalance enabled auto-merge (squash) July 9, 2026 19:53
@github-actions

github-actions Bot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor
Chrome DevTools Protocol Tracing (Script: 140.22ms, Heap: 11.67MB)
Number of Requests Size of Requests Script Duration Task Duration Heap Used Size
Requests +13 requests +41.79 KB
Page Loaded +24.30 ms +36.80 ms +1.17 MB
Generate 100 fetch requests +23.43 ms +96.49 ms +1.64 MB
Generate 100 XHR requests +46.79 ms +111.43 ms +2.74 MB
Click 100 buttons and generate 100 logs +34.33 ms +68.12 ms +2.04 MB
Throw a 100 exceptions +1.59 ms +41.84 ms +1.97 MB
End Session +9.78 ms +45.04 ms +2.10 MB
Total +13 requests +41.79 KB +140.22 ms +399.71 ms +11.67 MB
Lighthouse (Script Eval: 135.31ms)
Difference Description
Total Blocking Time +5 ms Difference in Total Blocking Time: Sum of all time periods between FCP and Time to Interactive, when task length exceeded 50ms, expressed in milliseconds. Learn more about the Total Blocking Time metric.
Main Thread Time +116.60 ms Difference in Main Thread Time: Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Script Evaluation Time +135.31 ms Difference in Script Evaluation Time: Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Platform Tests (vite-7 es2015 gzip: 69.66KB)

vite-6 Platform Tests

Total Uncompressed Size Total Gzip Size
vite-6 - es2015 +203.00 KB +69.70 KB

vite-7 Platform Tests

Total Uncompressed Size Total Gzip Size
vite-7 - es2015 +203.00 KB +69.66 KB

webpack-5 Platform Tests

Total Uncompressed Size Total Gzip Size
webpack-5 - es2015 0 KB 0 KB

@codecov

codecov Bot commented Jul 9, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.68%. Comparing base (a185c4b) to head (7f005fe).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1423      +/-   ##
==========================================
+ Coverage   96.67%   96.68%   +0.01%     
==========================================
  Files         234      234              
  Lines        9918     9918              
  Branches     1381     1382       +1     
==========================================
+ Hits         9588     9589       +1     
+ Misses        328      327       -1     
  Partials        2        2              

see 1 file with indirect coverage changes

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

@overbalance overbalance changed the title chore: repair lockfile chore: repair lockfile and regenerate third-party notices Jul 9, 2026
@overbalance
overbalance merged commit b761bad into main Jul 10, 2026
20 checks passed
@overbalance
overbalance deleted the overbalance/repair-lockfile branch July 10, 2026 14:54
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.

2 participants