Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates internal Node.js dependencies using npm update, bumping the Action version from v11.1.1 to v11.1.2. The updates include minor and patch version increases across various dependencies including Vitest (4.0.7 → 4.0.14), Rollup (4.52.5 → 4.53.3), and several Octokit packages.
- Updated dependency versions in package-lock.json
- Incremented version constant from v11.1.1 to v11.1.2
- Bundled updated dependencies into dist/index.js
Reviewed changes
Copilot reviewed 1 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/version.js | Updated version constant from 'v11.1.1' to 'v11.1.2' |
| package-lock.json | Updated multiple dependencies including vitest (4.0.7→4.0.14), rollup (4.52.5→4.53.3), @octokit packages (7.0.2→7.1.0, 10.0.6→10.0.7), @types/node (24.10.0→24.10.1), chai (6.2.0→6.2.1), js-yaml (4.1.0→4.1.1), and various rollup platform binaries |
| dist/index.js | Bundled updated dependencies; includes improved error handling in RequestError constructor with cause support and a coverage-related comment from vitest |
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.
This pull request updates all internal node dependencies used by this Action with
npm update