Upgrade Grunt and Grunt-CLI dependency declarations to latest versions across the monorepo#201
Merged
Merged
Conversation
Agent-Logs-Url: https://github.com/nevware21/ts-build-tools/sessions/e05d93c9-8a92-47e7-b812-495ea3b47c52 Co-authored-by: nev21 <82737406+nev21@users.noreply.github.com>
Agent-Logs-Url: https://github.com/nevware21/ts-build-tools/sessions/e05d93c9-8a92-47e7-b812-495ea3b47c52 Co-authored-by: nev21 <82737406+nev21@users.noreply.github.com>
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
nev21
approved these changes
May 9, 2026
Contributor
There was a problem hiding this comment.
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
gruntversion constraints to^1.6.2in the root and affected workspacepackage.jsonfiles. - Updated
common/config/rush/npm-shrinkwrap.jsonto 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 on lines
+78
to
79
| "grunt": "^1.6.2", | ||
| "grunt-cli": "^1.5.0", |
Contributor
There was a problem hiding this comment.
@copilot also update all references to grunt-cli to the latest version
Contributor
Author
There was a problem hiding this comment.
Updated all grunt-cli references to the latest version (^1.5.0) across package manifests and Rush shrinkwrap entries in commit a63d647.
Agent-Logs-Url: https://github.com/nevware21/ts-build-tools/sessions/f5d14cc6-e046-4cca-b074-535c8183dfef Co-authored-by: nev21 <82737406+nev21@users.noreply.github.com>
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
nev21
approved these changes
May 9, 2026
nevware21-bot
approved these changes
May 9, 2026
nevware21-bot
left a comment
Contributor
There was a problem hiding this comment.
Approved by nevware21-bot
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 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
gruntto^1.6.2in the root package and all workspace package manifests that declare it.grunt-clireferences to^1.5.0across workspace package manifests (root was already^1.5.0).Rush shrinkwrap alignment
common/config/rush/npm-shrinkwrap.jsonentries so the lock/spec metadata matches thegruntandgrunt-cliversion declarations.