Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
Updates dependency versions in packages/artifact/package.json to resolve audit vulnerabilities.
- Bumped
@actions/githubfrom^5.1.1to^6.0.0 - Bumped
@octokit/corefrom^3.5.1to^5.2.1and added@octokit/plugin-paginate-rest - Bumped
@octokit/request-errorfrom^5.0.0to^5.1.1
Files not reviewed (1)
- packages/artifact/package-lock.json: Language not supported
Comments suppressed due to low confidence (4)
packages/artifact/package.json:44
- Since this is a major version bump with potential breaking changes, add or update tests for workflows using @actions/github to ensure compatibility.
"@actions/github": "^6.0.0"
packages/artifact/package.json:47
- This major version bump may include breaking changes; verify and add tests for Octokit API calls accordingly.
"@octokit/core": "^5.2.1"
packages/artifact/package.json:48
- New pagination plugin added—ensure you include tests for paginated API endpoints to validate correct behavior.
"@octokit/plugin-paginate-rest": "^9.2.2"
packages/artifact/package.json:51
- Update tests around error handling to cover any changes introduced in @octokit/request-error v5.1.1.
"@octokit/request-error": "^5.1.1"
6acd85a to
2b47632
Compare
joshmgross
approved these changes
May 7, 2025
robherley
reviewed
May 7, 2025
robherley
approved these changes
May 7, 2025
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.
Toolkit audit is failing due to some vulnerabilities in dependencies. This PR updates the dependencies to fix the vulnerabilities, starting with
github, which we'll need to release to address the vulnerabilities in the other packages that depend on it.