Upgrade grunt devDependency from ^1.5.3 to ^1.6.1 across all packages#412
Merged
Upgrade grunt devDependency from ^1.5.3 to ^1.6.1 across all packages#412
Conversation
Co-authored-by: MSNev <54870357+MSNev@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Upgrade grunt dependency to version 1.6.1
Upgrade grunt devDependency from ^1.5.3 to ^1.6.1 across all packages
Feb 23, 2026
nev21
approved these changes
Feb 24, 2026
There was a problem hiding this comment.
Pull request overview
This pull request upgrades the grunt devDependency from ^1.5.3 to ^1.6.1 across all packages in the monorepo to address known issues with grunt 1.5.3. The upgrade was performed consistently and the Rush lockfile (npm-shrinkwrap.json) was properly regenerated.
Changes:
- Updated grunt version from ^1.5.3 to ^1.6.1 in all four package.json files (root, shared, ts-plugin, eslint-ts-plugin)
- Regenerated npm-shrinkwrap.json via
rush update --full, which also updated transitive dependencies to their latest compatible versions
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| package.json | Updated root package grunt devDependency from ^1.5.3 to ^1.6.1 |
| shared/package.json | Updated shared package grunt devDependency from ^1.5.3 to ^1.6.1 |
| ts-plugin/package.json | Updated ts-plugin grunt devDependency from ^1.5.3 to ^1.6.1 |
| eslint-ts-plugin/package.json | Updated eslint-ts-plugin grunt devDependency from ^1.5.3 to ^1.6.1 |
| common/config/rush/npm-shrinkwrap.json | Regenerated lockfile with grunt 1.6.1, updated package integrity hashes, and transitive dependency updates (@typescript-eslint 8.56.0→8.56.1, minimatch 9.0.6→10.2.2, caniuse-lite minor update) |
Files not reviewed (1)
- common/config/rush/npm-shrinkwrap.json: Language not supported
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.
grunt ^1.5.3 has known issues; this upgrades all packages to ^1.6.1.
Changes
shared/package.json,ts-plugin/package.json,eslint-ts-plugin/package.json,package.json(root): bumpgruntdevDependency^1.5.3→^1.6.1common/config/rush/npm-shrinkwrap.json: regenerated viarush update --full; grunt now resolves to1.6.1Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.