-
Notifications
You must be signed in to change notification settings - Fork 233
chore(deps): pin package dependencies [SWC-1243] #5744
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): pin package dependencies [SWC-1243] #5744
Conversation
|
abc653f
to
bffc460
Compare
"fs": "^0.0.1-security", | ||
"path": "^0.12.7", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't need to load fs and path; those ship with node
acad835
to
fb6f382
Compare
"dependencies": { | ||
"@internationalized/number": "^3.6.0", | ||
"@lit-labs/observers": "^2.0.2", | ||
"@internationalized/number": "3.6.5", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The yarn.lock was resolving to 3.6.5 so I updated here to prevent regressions
fb6f382
to
8ff113f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for doing this
8ff113f
to
f16380c
Compare
f16380c
to
5193d74
Compare
ca65b7b
to
5187af8
Compare
📚 Branch Preview🔍 Visual Regression Test ResultsWhen a visual regression test fails (or has previously failed while working on this branch), its results can be found in the following URLs:
Deployed to Azure Blob Storage: If the changes are expected, update the |
Tachometer resultsCurrently, no packages are changed by this PR... |
5187af8
to
5a0730a
Compare
5a0730a
to
74b0df7
Compare
74b0df7
to
547e9e9
Compare
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.
Note: pinned versions may be minor or patch versions larger than the original. This is because our lockfile was consuming higher versions than we had listed due to our caret approach. I've gone through and tried to map the updated versions to the original lockfile as much as possible.
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