Skip to content

Add @actions/exec as direct dependency; drop dist/ changes from PR#796

Merged
alexarchambault merged 3 commits intodependabot/npm_and_yarn/actions/glob-0.6.1from
copilot/sub-pr-790
Feb 20, 2026
Merged

Add @actions/exec as direct dependency; drop dist/ changes from PR#796
alexarchambault merged 3 commits intodependabot/npm_and_yarn/actions/glob-0.6.1from
copilot/sub-pr-790

Conversation

Copy link
Contributor

Copilot AI commented Feb 20, 2026

src/restore.ts imports @actions/exec directly, but it was absent from package.json, relying on it only as a transitive dep. This PR adds it explicitly and removes the accidentally committed dist/ rebuilds — dist/ is managed by CI, not PRs.

Changes

  • package.json: add @actions/exec@^3.0.0 as a direct dependency
  • package-lock.json: dedup @actions/exec / @actions/io from nested scopes into top-level now that they're direct deps
  • dist/: reverted — CI (update-dist.yml) owns these files via its own PR flow

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: alexarchambault <7063723+alexarchambault@users.noreply.github.com>
Copilot AI changed the title [WIP] Update @actions/glob from 0.5.0 to 0.6.1 Add missing @actions/exec direct dependency Feb 20, 2026
Co-authored-by: alexarchambault <7063723+alexarchambault@users.noreply.github.com>
Copilot AI changed the title Add missing @actions/exec direct dependency Add @actions/exec as direct dependency; drop dist/ changes from PR Feb 20, 2026
@alexarchambault alexarchambault marked this pull request as ready for review February 20, 2026 11:08
@alexarchambault alexarchambault merged commit d056854 into dependabot/npm_and_yarn/actions/glob-0.6.1 Feb 20, 2026
4 checks passed
@alexarchambault alexarchambault deleted the copilot/sub-pr-790 branch February 20, 2026 11:13
alexarchambault added a commit that referenced this pull request Feb 20, 2026
* Bump @actions/glob from 0.5.0 to 0.6.1

Bumps [@actions/glob](https://github.com/actions/toolkit/tree/HEAD/packages/glob) from 0.5.0 to 0.6.1.
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/glob/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/glob)

---
updated-dependencies:
- dependency-name: "@actions/glob"
  dependency-version: 0.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Add @actions/exec as direct dependency; drop dist/ changes from PR (#796)

* Initial plan

* Add @actions/exec as direct dependency (was missing from package.json)

Co-authored-by: alexarchambault <7063723+alexarchambault@users.noreply.github.com>

* Revert dist/ changes - CI handles dist/ updates, not PRs

Co-authored-by: alexarchambault <7063723+alexarchambault@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: alexarchambault <7063723+alexarchambault@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: alexarchambault <7063723+alexarchambault@users.noreply.github.com>
Co-authored-by: Alex Archambault <alexandre.archambault@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants