chore(deps): update deps (axios, brace-expansion, js-yaml)#58
Open
mpreyskurantov wants to merge 2 commits into
Open
chore(deps): update deps (axios, brace-expansion, js-yaml)#58mpreyskurantov wants to merge 2 commits into
mpreyskurantov wants to merge 2 commits into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates workspace dependencies (notably axios, brace-expansion, and js-yaml) and refreshes the bundled dist/ outputs for the validate-sbom and pr-filter GitHub Actions.
Changes:
- Bump dependency versions in
pnpm-lock.yaml(including axios/brace-expansion/js-yaml and additional transitive updates). - Add
minimumReleaseAgeExcludeentries inpnpm-workspace.yaml. - Regenerate bundled action artifacts in
validate-sbom/dist/index.jsandpr-filter/dist/index.jsto reflect updated dependencies.
Reviewed changes
Copilot reviewed 1 out of 7 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| validate-sbom/dist/index.js | Updated bundled output to include refreshed dependency graph. |
| pr-filter/dist/index.js | Updated bundled output to include refreshed dependency graph. |
| pnpm-workspace.yaml | Adds minimumReleaseAgeExclude configuration for selected packages. |
| pnpm-lock.yaml | Locks updated dependency versions (including additional packages beyond the PR title). |
Files not reviewed (1)
- pnpm-lock.yaml: Generated file
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+23
to
+26
| minimumReleaseAgeExclude: | ||
| - axios@1.18.0 | ||
| - brace-expansion@1.1.16 || 2.1.2 || 5.0.7 | ||
| - js-yaml@4.3.0 |
Comment on lines
+558
to
560
| '@sinclair/typebox@0.34.52': | ||
| resolution: {integrity: sha512-XiMQh7qqVlxZzcVD+kkGMNGMzcTrDMLWI7S4x7z1MkCkbDPrekpZXEUK0eZqZFMuHQg2a2DZOcDIh9o5v3Gonw==} | ||
|
|
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.
No description provided.