Bump SPFx to 1.23.0-beta.2#228
Merged
iclanton merged 1 commit intoSharePoint:version/nextfrom Apr 3, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the repo’s SPFx scaffolding templates, example projects, and dependency lockfiles to target the SharePoint Framework 1.23.0-beta.2 prerelease.
Changes:
- Bump template metadata (
spfxVersion) and example dependency versions from1.23.0-beta.0to1.23.0-beta.2. - Refresh test snapshots/tests to reflect the new SPFx version strings.
- Update Rush/PNPM lock state for the new SPFx package set and remove no-longer-needed pnpm patch entries/files.
Reviewed changes
Copilot reviewed 80 out of 82 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| tests/spfx-template-test/src/tests/snapshots/multi-component.test.ts.snap | Updates snapshot expectations for SPFx 1.23.0-beta.2 outputs. |
| templates/webpart-react/template.json | Bumps template spfxVersion to beta.2. |
| templates/webpart-noframework/template.json | Bumps template spfxVersion to beta.2. |
| templates/webpart-minimal/template.json | Bumps template spfxVersion to beta.2. |
| templates/library/template.json | Bumps template spfxVersion to beta.2. |
| templates/extension-search-query-modifier/template.json | Bumps template spfxVersion to beta.2. |
| templates/extension-listviewcommandset/template.json | Bumps template spfxVersion to beta.2. |
| templates/extension-formcustomizer-react/template.json | Bumps template spfxVersion to beta.2. |
| templates/extension-formcustomizer-noframework/template.json | Bumps template spfxVersion to beta.2. |
| templates/extension-fieldcustomizer-react/template.json | Bumps template spfxVersion to beta.2. |
| templates/extension-fieldcustomizer-noframework/template.json | Bumps template spfxVersion to beta.2. |
| templates/extension-fieldcustomizer-minimal/template.json | Bumps template spfxVersion to beta.2. |
| templates/extension-application-customizer/template.json | Bumps template spfxVersion to beta.2. |
| templates/ace-search-card/template.json | Bumps template spfxVersion to beta.2. |
| templates/ace-generic-primarytext-card/template.json | Bumps template spfxVersion to beta.2. |
| templates/ace-generic-image-card/template.json | Bumps template spfxVersion to beta.2. |
| templates/ace-generic-card/template.json | Bumps template spfxVersion to beta.2. |
| templates/ace-data-visualization/template.json | Bumps template spfxVersion to beta.2. |
| examples/webpart-react/README.md | Updates displayed SPFx badge version to beta.2. |
| examples/webpart-react/package.json | Bumps example SPFx dependencies/devDependencies to beta.2. |
| examples/webpart-react/config/package-solution.json | Updates mpnId string to beta.2. |
| examples/webpart-noframework/README.md | Updates displayed SPFx badge version to beta.2. |
| examples/webpart-noframework/package.json | Bumps example SPFx dependencies/devDependencies to beta.2. |
| examples/webpart-noframework/config/package-solution.json | Updates mpnId string to beta.2. |
| examples/webpart-minimal/README.md | Updates displayed SPFx badge version to beta.2. |
| examples/webpart-minimal/package.json | Bumps example SPFx dependencies/devDependencies to beta.2. |
| examples/webpart-minimal/config/package-solution.json | Updates mpnId string to beta.2. |
| examples/library/README.md | Updates displayed SPFx badge version to beta.2. |
| examples/library/package.json | Bumps example SPFx devDependencies to beta.2. |
| examples/library/config/package-solution.json | Updates mpnId string to beta.2. |
| examples/extension-search-query-modifier/README.md | Updates displayed SPFx badge version to beta.2. |
| examples/extension-search-query-modifier/package.json | Bumps example SPFx dependencies/devDependencies to beta.2. |
| examples/extension-search-query-modifier/config/package-solution.json | Updates mpnId string to beta.2. |
| examples/extension-listviewcommandset/README.md | Updates displayed SPFx badge version to beta.2. |
| examples/extension-listviewcommandset/package.json | Bumps example SPFx dependencies/devDependencies to beta.2. |
| examples/extension-listviewcommandset/config/package-solution.json | Updates mpnId string to beta.2. |
| examples/extension-formcustomizer-react/README.md | Updates displayed SPFx badge version to beta.2. |
| examples/extension-formcustomizer-react/package.json | Bumps example SPFx dependencies/devDependencies to beta.2. |
| examples/extension-formcustomizer-react/config/package-solution.json | Updates mpnId string to beta.2. |
| examples/extension-formcustomizer-noframework/README.md | Updates displayed SPFx badge version to beta.2. |
| examples/extension-formcustomizer-noframework/package.json | Bumps example SPFx dependencies/devDependencies to beta.2. |
| examples/extension-formcustomizer-noframework/config/package-solution.json | Updates mpnId string to beta.2. |
| examples/extension-fieldcustomizer-react/README.md | Updates displayed SPFx badge version to beta.2. |
| examples/extension-fieldcustomizer-react/package.json | Bumps example SPFx dependencies/devDependencies to beta.2. |
| examples/extension-fieldcustomizer-react/config/package-solution.json | Updates mpnId string to beta.2. |
| examples/extension-fieldcustomizer-noframework/README.md | Updates displayed SPFx badge version to beta.2. |
| examples/extension-fieldcustomizer-noframework/package.json | Bumps example SPFx dependencies/devDependencies to beta.2. |
| examples/extension-fieldcustomizer-noframework/config/package-solution.json | Updates mpnId string to beta.2. |
| examples/extension-fieldcustomizer-minimal/README.md | Updates displayed SPFx badge version to beta.2. |
| examples/extension-fieldcustomizer-minimal/package.json | Bumps example SPFx dependencies/devDependencies to beta.2. |
| examples/extension-fieldcustomizer-minimal/config/package-solution.json | Updates mpnId string to beta.2. |
| examples/extension-application-customizer/README.md | Updates displayed SPFx badge version to beta.2. |
| examples/extension-application-customizer/package.json | Bumps example SPFx dependencies/devDependencies to beta.2. |
| examples/extension-application-customizer/config/package-solution.json | Updates mpnId string to beta.2. |
| examples/ace-search-card/README.md | Updates displayed SPFx badge version to beta.2. |
| examples/ace-search-card/package.json | Bumps example SPFx dependencies/devDependencies to beta.2. |
| examples/ace-search-card/config/package-solution.json | Updates mpnId string to beta.2. |
| examples/ace-generic-primarytext-card/README.md | Updates displayed SPFx badge version to beta.2. |
| examples/ace-generic-primarytext-card/package.json | Bumps example SPFx dependencies/devDependencies to beta.2. |
| examples/ace-generic-primarytext-card/config/package-solution.json | Updates mpnId string to beta.2. |
| examples/ace-generic-image-card/README.md | Updates displayed SPFx badge version to beta.2. |
| examples/ace-generic-image-card/package.json | Bumps example SPFx dependencies/devDependencies to beta.2. |
| examples/ace-generic-image-card/config/package-solution.json | Updates mpnId string to beta.2. |
| examples/ace-generic-card/README.md | Updates displayed SPFx badge version to beta.2. |
| examples/ace-generic-card/package.json | Bumps example SPFx dependencies/devDependencies to beta.2. |
| examples/ace-generic-card/config/package-solution.json | Updates mpnId string to beta.2. |
| examples/ace-data-visualization/README.md | Updates displayed SPFx badge version to beta.2. |
| examples/ace-data-visualization/package.json | Bumps example SPFx dependencies/devDependencies to beta.2. |
| examples/ace-data-visualization/config/package-solution.json | Updates mpnId string to beta.2. |
| common/docs/template-style-guide.md | Updates documentation examples to use beta.2. |
| common/docs/branching-and-release-strategy.md | Updates branching/tagging examples to use beta.2. |
| common/config/rush/repo-state.json | Updates Rush shrinkwrap hash for new lockfile state. |
| common/config/rush/pnpm-lock.yaml | Updates lockfile to SPFx beta.2 package graph and removes patchedDependencies entries. |
| common/config/rush/pnpm-config.json | Clears globalPatchedDependencies after removing pnpm patches. |
| apps/spfx-cli/src/cli/actions/tests/CreateAction.test.ts | Updates badge URL escaping test inputs/expectations to beta.2. |
| api/spfx-template-api/src/templating/test/SPFxBuiltInContext.test.ts | Updates badge URL escaping test inputs/expectations to beta.2. |
| api/spfx-template-api/src/templating/SPFxBuiltInContext.ts | Updates inline examples in comments to beta.2. |
| api/spfx-template-api/package.json | Bumps @microsoft/spfx-heft-plugins dependency to beta.2. |
| common/pnpm-patches/@microsoft__spfx-web-build-rig@1.23.0-beta.0.patch | Removes pnpm patch file for older SPFx web build rig. |
| common/pnpm-patches/@microsoft__spfx-heft-plugins@1.23.0-beta.0.patch | Removes pnpm patch file for older SPFx heft plugins. |
| common/pnpm-patches/@microsoft__eslint-config-spfx@1.23.0-beta.0.patch | Removes pnpm patch file for older SPFx ESLint config. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
nick-pape
approved these changes
Apr 3, 2026
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
Bumps SPFx SDK to 1.23.0-beta.2.
How was this tested
Built locally.
Type of change
🤖 Generated with Claude Code