Skip to content

chore: use lock for action + update outdated deps#463

Merged
alexander-akait merged 1 commit into
mainfrom
chore-refactor
May 22, 2026
Merged

chore: use lock for action + update outdated deps#463
alexander-akait merged 1 commit into
mainfrom
chore-refactor

Conversation

@alexander-akait
Copy link
Copy Markdown
Member

Summary

What kind of change does this PR introduce?

Did you add tests for your changes?

Does this PR introduce a breaking change?

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

Use of AI

Copilot AI review requested due to automatic review settings May 22, 2026 09:36
@codecov
Copy link
Copy Markdown

codecov Bot commented May 22, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.28%. Comparing base (041561f) to head (9913cf5).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #463   +/-   ##
=======================================
  Coverage   95.28%   95.28%           
=======================================
  Files           2        2           
  Lines         996      996           
=======================================
  Hits          949      949           
  Misses         47       47           

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

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates repository maintenance tooling by bumping several devDependencies and hard-pinning GitHub Actions to specific commit SHAs for supply-chain safety.

Changes:

  • Bumped devDependencies: cspell, del, del-cli, and lint-staged (and refreshed package-lock.json accordingly).
  • Pinned actions/checkout, actions/setup-node, actions/dependency-review-action, and codecov/codecov-action to exact SHAs in CI workflows.

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated 2 comments.

File Description
package.json Updates devDependency versions (cspell/del/del-cli/lint-staged).
package-lock.json Regenerates lockfile to reflect updated tooling versions and transitive deps.
.github/workflows/nodejs.yml Pins core CI actions (checkout/setup-node/codecov) to SHAs.
.github/workflows/dependency-review.yml Pins checkout and dependency-review actions to SHAs.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread package.json
"benchmark": "^2.1.4",
"bootstrap-styl": "^5.0.9",
"cspell": "^8.10.0",
"cspell": "^10.0.0",
Comment thread package.json
"eslint-config-webpack": "^4.4.2",
"husky": "^9.1.3",
"lint-staged": "^15.2.7",
"lint-staged": "^17.0.5",
@alexander-akait alexander-akait merged commit 8ff6fa6 into main May 22, 2026
15 checks passed
@alexander-akait alexander-akait deleted the chore-refactor branch May 22, 2026 09:40
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