Adds support for SPFx v1.23.2#7434
Draft
brianpmccullough wants to merge 1 commit into
Draft
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Summary
Adds support for SPFx v1.23.2 across
spfx project upgrade,spfx project doctor, andspfx doctorcommands.SPFx v1.23.2 is a patch release from v1.23.0 (v1.23.1 was delisted due to regressions). Changes are limited to bumping all
@microsoft/sp-*packages to1.23.2with no external dependency changes.upgrade-1.23.2.tswith rules to bump all@microsoft/sp-*packages and ESLint/build dev-deps to1.23.2doctor-1.23.2.tswith same validation ranges as1.23.0(no external dep changes)'1.23.2'tosupportedVersionsinproject-upgrade.tsandproject-doctor.ts'1.23.2'entry toSpfxCompatibilityMatrix.tsforspfx doctorsupportspfx-1230-*test projects (9 component types) scaffolded with the SPFx generator at v1.23.0spfx-1232-webpart-reacttest project at v1.23.2 for future upgrade testingTest project scaffolding
All
spfx-1230-*projects were scaffolded usingyo @microsoft/generator-sharepoint@1.23.0. Thespfx-1232-webpart-reactproject was scaffolded usingyo @microsoft/generator-sharepoint@1.23.2.spfx-1230-acespfx-1230-applicationcustomizerspfx-1230-fieldcustomizer-reactspfx-1230-formcustomizer-nolibspfx-1230-formcustomizer-reactspfx-1230-listviewcommandsetspfx-1230-webpart-nolibspfx-1230-webpart-optionaldeps@microsoft/sp-*deps added manuallyspfx-1232-webpart-reacte2e finding count consistency
The finding counts for the 1.23.0 → 1.23.2 upgrade tests are consistent with equivalent patch-level upgrades from previous versions. All three are pure
@microsoft/sp-*version bumps applying the same rule set, so counts are identical for matching project types:The 1.22.2 → 1.23.0 upgrade has higher counts (20–32) because that was a major release with ESLint migration, SCSS changes, and heft bumps — significantly more rules firing.
Closes #7430
🤖 Generated with Claude Code