Skip to content

chore: Prepare package lock script#4233

Merged
georgylobko merged 3 commits intomainfrom
chore/prepare-package-lock
Feb 9, 2026
Merged

chore: Prepare package lock script#4233
georgylobko merged 3 commits intomainfrom
chore/prepare-package-lock

Conversation

@georgylobko
Copy link
Member

@georgylobko georgylobko commented Feb 9, 2026

Description

Introduced postinstall script to manually prepare package.json for dependabot's package-lock.json updates. The existing approach runs automatically on lint-staged, but that doesn't help when there are no staged changes. This gives us a direct way to run it.

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.

@codecov
Copy link

codecov bot commented Feb 9, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.19%. Comparing base (825e839) to head (a46746d).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4233   +/-   ##
=======================================
  Coverage   97.19%   97.19%           
=======================================
  Files         886      886           
  Lines       25996    25996           
  Branches     9416     9415    -1     
=======================================
  Hits        25267    25267           
- Misses        682      723   +41     
+ Partials       47        6   -41     

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

@georgylobko georgylobko marked this pull request as ready for review February 9, 2026 12:13
@georgylobko georgylobko requested a review from a team as a code owner February 9, 2026 12:13
@georgylobko georgylobko requested review from amanabiy and removed request for a team February 9, 2026 12:13
@georgylobko georgylobko added this pull request to the merge queue Feb 9, 2026
Merged via the queue into main with commit fb474aa Feb 9, 2026
85 of 86 checks passed
@georgylobko georgylobko deleted the chore/prepare-package-lock branch February 9, 2026 12:35
ngynmt pushed a commit to ngynmt/components that referenced this pull request Feb 17, 2026
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