chore: use lock for action + update outdated deps#463
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
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, andlint-staged(and refreshedpackage-lock.jsonaccordingly). - Pinned
actions/checkout,actions/setup-node,actions/dependency-review-action, andcodecov/codecov-actionto 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.
| "benchmark": "^2.1.4", | ||
| "bootstrap-styl": "^5.0.9", | ||
| "cspell": "^8.10.0", | ||
| "cspell": "^10.0.0", |
| "eslint-config-webpack": "^4.4.2", | ||
| "husky": "^9.1.3", | ||
| "lint-staged": "^15.2.7", | ||
| "lint-staged": "^17.0.5", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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