Closed
Conversation
0172f96 to
fdd679d
Compare
There was a problem hiding this comment.
Pull request overview
This PR fixes a Dependabot integration issue by restructuring package.json so that semantic-release is tracked as a proper devDependency (instead of being listed only in overrides). It also adds a minimatch override and bumps several transitive dependency versions.
Changes:
- Moved
semantic-releasefromoverridestodevDependencies(enabling Dependabot to track it) and bumped from^25.0.2to^25.0.3 - Added
minimatch: >=10.2.3override; removed several overrides (semantic-release, plus packages that no longer exist as top-level deps) - Updated lock file to reflect major version bumps for
@actions/core(1.x→3.0.0),@actions/exec(1.x→3.0.0),@actions/http-client(2.x→4.0.0),@actions/io(1.x→3.0.2), and minor/patch bumps across many bundled npm sub-packages
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
package.json |
Moves semantic-release to devDependencies, adds minimatch override, removes obsolete entries |
package-lock.json |
Regenerated to reflect the new dependency structure with updated package versions |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
fdd679d to
a64bd9e
Compare
a64bd9e to
39dfecf
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 2 changed files in this pull request and generated 5 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
39dfecf to
ff37345
Compare
vladimir-rangelov
approved these changes
Mar 5, 2026
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Dependencies on tar@7.5.9 and minimatch@10.2.2 are bundled inside npm@11.11.0 and cannot be overridden.
This PR cleans up package.json by removing all non-direct devDependencies and all overrides.