chore(deps): pin package dependencies [SWC-1243] (barebones) #5745
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
This change pins package dependencies across the entire Spectrum Web Components monorepo to ensure consistent and reproducible builds. The update affects 25 package.json files and the yarn.lock file, standardizing dependency versions across all packages and tools.
Motivation and context
Pinning dependencies is essential for:
Related issue(s)
Screenshots (if appropriate)
N/A - This is a dependency management change without visual changes.
Author's checklist
Reviewer's checklist
patch
,minor
, ormajor
featuresManual review test cases
All packages build successfully with pinned dependencies
yarn install
to install pinned dependenciesBuild system works with pinned dependencies
yarn build
Tests pass with pinned dependencies
yarn test