Skip to content

Upgrade Grunt and Grunt-CLI dependency declarations to latest versions across the monorepo#201

Merged
nev21 merged 8 commits into
mainfrom
copilot/upgrade-grunt-to-v1-6-2
May 9, 2026
Merged

Upgrade Grunt and Grunt-CLI dependency declarations to latest versions across the monorepo#201
nev21 merged 8 commits into
mainfrom
copilot/upgrade-grunt-to-v1-6-2

Conversation

Copilot AI commented May 9, 2026

Copy link
Copy Markdown
Contributor

This updates the repository to target the latest Grunt and Grunt-CLI releases requested in the issue feedback. The change is scoped to dependency metadata and lockfile alignment.

  • Dependency version updates

    • Bumped grunt to ^1.6.2 in the root package and all workspace package manifests that declare it.
    • Updated all grunt-cli references to ^1.5.0 across workspace package manifests (root was already ^1.5.0).
  • Rush shrinkwrap alignment

    • Updated common/config/rush/npm-shrinkwrap.json entries so the lock/spec metadata matches the grunt and grunt-cli version declarations.
"devDependencies": {
  "grunt": "^1.6.2",
  "grunt-cli": "^1.5.0"
}

Copilot AI linked an issue May 9, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Upgrade to the latest version of grunt to v1.6.2 Upgrade Grunt dependency declarations to v1.6.2 across the monorepo May 9, 2026
Copilot AI requested a review from nev21 May 9, 2026 15:28
Copilot finished work on behalf of nev21 May 9, 2026 15:28
@nev21 nev21 marked this pull request as ready for review May 9, 2026 15:44
@nev21 nev21 requested review from a team as code owners May 9, 2026 15:45
Copilot AI review requested due to automatic review settings May 9, 2026 15:45
@nev21 nev21 enabled auto-merge (squash) May 9, 2026 15:45

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Updates the monorepo’s Grunt dependency declarations to target Grunt ^1.6.2, and refreshes the Rush shrinkwrap so the lockfile reflects the updated dependency graph.

Changes:

  • Bumped grunt version constraints to ^1.6.2 in the root and affected workspace package.json files.
  • Updated common/config/rush/npm-shrinkwrap.json to reflect the new Grunt version range and resulting lockfile resolutions (including transitive updates).

Reviewed changes

Copilot reviewed 4 out of 5 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
package.json Bumps root grunt devDependency to ^1.6.2.
lib/publish-npm/package.json Bumps workspace grunt devDependency to ^1.6.2.
lib/pre-proc/package.json Bumps workspace grunt devDependency to ^1.6.2.
lib/coverage-tools/package.json Bumps workspace grunt devDependency to ^1.6.2.
common/config/rush/npm-shrinkwrap.json Updates shrinkwrap to align with new Grunt range; also includes additional resolved dependency updates.
Files not reviewed (1)
  • common/config/rush/npm-shrinkwrap.json: Language not supported

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread package.json
Comment on lines +78 to 79
"grunt": "^1.6.2",
"grunt-cli": "^1.5.0",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@copilot also update all references to grunt-cli to the latest version

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Updated all grunt-cli references to the latest version (^1.5.0) across package manifests and Rush shrinkwrap entries in commit a63d647.

Comment thread common/config/rush/npm-shrinkwrap.json
Copilot AI changed the title Upgrade Grunt dependency declarations to v1.6.2 across the monorepo Upgrade Grunt and Grunt-CLI dependency declarations to latest versions across the monorepo May 9, 2026
Copilot finished work on behalf of nev21 May 9, 2026 15:58
Copilot AI requested a review from nev21 May 9, 2026 15:58

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 4 out of 5 changed files in this pull request and generated 1 comment.

Files not reviewed (1)
  • common/config/rush/npm-shrinkwrap.json: Language not supported

Comment thread common/config/rush/npm-shrinkwrap.json
@nev21 nev21 enabled auto-merge (squash) May 9, 2026 16:25

@nevware21-bot nevware21-bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Approved by nevware21-bot

@nev21 nev21 merged commit 1be4f31 into main May 9, 2026
12 checks passed
@nev21 nev21 deleted the copilot/upgrade-grunt-to-v1-6-2 branch May 9, 2026 17:30
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.

[Feature] Upgrade to the latest version of grunt

4 participants