Update rushstack dependencies#226
Merged
iclanton merged 4 commits intoSharePoint:mainfrom Apr 3, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates RushStack toolchain dependencies (primarily Heft and related RushStack libs) across the monorepo so examples/templates/apps/tools build against the latest versions, along with the corresponding Rush + lockfile updates.
Changes:
- Bump
@rushstack/heftto^1.2.9across templates, examples, apps, and tests; update related RushStack packages (node-core-library,terminal,ts-command-line, etc.). - Update
rushVersionto5.172.1and refresh Rush-managed state (repo-state.json) and lockfiles. - Update the Rush autoinstaller plugin version used by the repo.
Reviewed changes
Copilot reviewed 45 out of 47 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| tools/spfx-cli-build-rig/package.json | Updates Heft rig dependencies (api-extractor, heft-node-rig, heft devDependency). |
| tools/repo-toolbox/package.json | Updates RushStack runtime + Heft/webpack plugin devDependencies for repo-toolbox. |
| tests/spfx-template-test/src/tests/snapshots/multi-component.test.ts.snap | Updates snapshot expectation for Heft version. |
| tests/spfx-template-test/package.json | Updates RushStack libs and Heft used by template tests. |
| templates/webpart-react/package.json | Bumps Heft version used by the webpart-react template. |
| templates/webpart-noframework/package.json | Bumps Heft version used by the noframework template. |
| templates/webpart-minimal/package.json | Bumps Heft version used by the minimal template. |
| templates/library/package.json | Bumps Heft version used by the library template. |
| templates/extension-search-query-modifier/package.json | Bumps Heft version used by the search query modifier extension template. |
| templates/extension-listviewcommandset/package.json | Bumps Heft version used by the list view command set template. |
| templates/extension-formcustomizer-react/package.json | Bumps Heft version used by the React form customizer template. |
| templates/extension-formcustomizer-noframework/package.json | Bumps Heft version used by the noframework form customizer template. |
| templates/extension-fieldcustomizer-react/package.json | Bumps Heft version used by the React field customizer template. |
| templates/extension-fieldcustomizer-noframework/package.json | Bumps Heft version used by the noframework field customizer template. |
| templates/extension-fieldcustomizer-minimal/package.json | Bumps Heft version used by the minimal field customizer template. |
| templates/extension-application-customizer/package.json | Bumps Heft version used by the application customizer template. |
| templates/ace-search-card/package.json | Bumps Heft version used by the ACE search card template. |
| templates/ace-generic-primarytext-card/package.json | Bumps Heft version used by the ACE primary text card template. |
| templates/ace-generic-image-card/package.json | Bumps Heft version used by the ACE image card template. |
| templates/ace-generic-card/package.json | Bumps Heft version used by the ACE generic card template. |
| templates/ace-data-visualization/package.json | Bumps Heft version used by the ACE data visualization template. |
| rush.json | Updates the required Rush version to 5.172.1. |
| examples/webpart-react/package.json | Bumps Heft version used by the webpart-react example. |
| examples/webpart-noframework/package.json | Bumps Heft version used by the noframework example. |
| examples/webpart-minimal/package.json | Bumps Heft version used by the minimal example. |
| examples/library/package.json | Bumps Heft version used by the library example. |
| examples/extension-search-query-modifier/package.json | Bumps Heft version used by the extension example. |
| examples/extension-listviewcommandset/package.json | Bumps Heft version used by the extension example. |
| examples/extension-formcustomizer-react/package.json | Bumps Heft version used by the React extension example. |
| examples/extension-formcustomizer-noframework/package.json | Bumps Heft version used by the noframework extension example. |
| examples/extension-fieldcustomizer-react/package.json | Bumps Heft version used by the React extension example. |
| examples/extension-fieldcustomizer-noframework/package.json | Bumps Heft version used by the noframework extension example. |
| examples/extension-fieldcustomizer-minimal/package.json | Bumps Heft version used by the minimal extension example. |
| examples/extension-application-customizer/package.json | Bumps Heft version used by the application customizer example. |
| examples/ace-search-card/package.json | Bumps Heft version used by the ACE example. |
| examples/ace-generic-primarytext-card/package.json | Bumps Heft version used by the ACE example. |
| examples/ace-generic-image-card/package.json | Bumps Heft version used by the ACE example. |
| examples/ace-generic-card/package.json | Bumps Heft version used by the ACE example. |
| examples/ace-data-visualization/package.json | Bumps Heft version used by the ACE example. |
| common/config/rush/repo-state.json | Updates Rush-generated hashes after lockfile/version updates. |
| common/config/rush/pnpm-lock.yaml | Regenerates main workspace lockfile for updated RushStack deps. |
| common/config/rush/common-versions.json | Updates preferred version for @rushstack/heft to ^1.2.9. |
| common/changes/@microsoft/spfx-cli/update-rushstack-projects_2026-04-02-21-55.json | Adds Rush change file documenting the dependency update (type none). |
| common/autoinstallers/plugins/pnpm-lock.yaml | Updates autoinstaller lockfile for plugin + Rush SDK version. |
| common/autoinstallers/plugins/package.json | Bumps @rushstack/rush-published-versions-json-plugin to 0.1.2. |
| apps/spfx-cli/package.json | Updates RushStack runtime libs and Heft devDependency for the CLI app. |
| api/spfx-template-api/package.json | Updates RushStack runtime libs and Heft devDependency for the template API. |
Files not reviewed (2)
- common/autoinstallers/plugins/pnpm-lock.yaml: Language not supported
- common/config/rush/pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 46 out of 48 changed files in this pull request and generated 2 comments.
Files not reviewed (2)
- common/autoinstallers/plugins/pnpm-lock.yaml: Language not supported
- common/config/rush/pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
nick-pape
approved these changes
Apr 3, 2026
iclanton
added a commit
that referenced
this pull request
Apr 6, 2026
Updates `@rushstack/heft` and other `@rushstack/*` packages to their latest versions across all examples, templates, apps, API, and tools. `rush update` and `rush build` were run to regenerate lock files and verify the build succeeds with the updated dependencies. - [ ] Bug fix - [ ] New feature / enhancement - [ ] Template change - [x] Documentation / CI / governance
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.
Description
Updates
@rushstack/heftand other@rushstack/*packages to their latest versions across all examples, templates, apps, API, and tools.How was this tested?
rush updateandrush buildwere run to regenerate lock files and verify the build succeeds with the updated dependencies.Type of change