Skip to content

chore: Update for dependabot#53

Closed
tomasz-blasz wants to merge 1 commit intomainfrom
topic/dependabot
Closed

chore: Update for dependabot#53
tomasz-blasz wants to merge 1 commit intomainfrom
topic/dependabot

Conversation

@tomasz-blasz
Copy link
Contributor

@tomasz-blasz tomasz-blasz commented Mar 5, 2026

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.

Copilot AI review requested due to automatic review settings March 5, 2026 11:03
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-release from overrides to devDependencies (enabling Dependabot to track it) and bumped from ^25.0.2 to ^25.0.3
  • Added minimatch: >=10.2.3 override; 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.

@tomasz-blasz tomasz-blasz changed the title build: Fix for Dependabot chore: Update for dependabot Mar 5, 2026
Copilot AI review requested due to automatic review settings March 5, 2026 13:22
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@github-actions github-actions bot locked and limited conversation to collaborators Mar 6, 2026
@tomasz-blasz tomasz-blasz deleted the topic/dependabot branch March 6, 2026 10:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants