-
Notifications
You must be signed in to change notification settings - Fork 559
build: Update build-tools dependencies & pnpm dedupe #25990
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
Conversation
|
🔗 No broken links found! ✅ Your attention to detail is admirable. linkcheck output |
This reverts commit 946a860.
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.
Pull request overview
This PR updates build-tools dependencies from version 0.60.0 to 0.61.0 and performs pnpm dedupe on affected package groups to consolidate dependencies.
- Updates
@fluidframework/build-tools,@fluid-tools/build-cli,@fluid-tools/version-tools, and@fluidframework/bundle-size-toolsto ^0.61.0 - Applies deduplicated dependency resolutions across multiple lock files
- Updates transitive dependencies including @InQuirer packages, glob, rimraf, and various other build/dev tooling packages
Reviewed changes
Copilot reviewed 188 out of 196 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| tools/test-tools/package.json | Updates build-tools to ^0.61.0 |
| tools/test-tools/pnpm-lock.yaml | Lock file updates with dependency deduplication |
| tools/api-markdown-documenter/package.json | Updates build-tools to ^0.61.0 |
| tools/api-markdown-documenter/pnpm-lock.yaml | Lock file updates with dependency deduplication |
| server/routerlicious/package.json | Updates build-tools and build-cli to ^0.61.0 |
| server/routerlicious/packages/*/package.json | Updates build-tools and build-cli to ^0.61.0 across all server packages |
| server/historian/package.json | Updates build-tools and build-cli to ^0.61.0 |
| server/gitrest/package.json | Updates build-tools and build-cli to ^0.61.0 |
| packages/*/package.json | Updates build-tools and build-cli to ^0.61.0 across all packages |
| package.json | Root package.json updates build-tools and build-cli to ^0.61.0 |
| examples/*/package.json | Updates build-tools and build-cli to ^0.61.0 across all examples |
| experimental/*/package.json | Updates build-tools and build-cli to ^0.61.0 across experimental packages |
Files not reviewed (2)
- tools/api-markdown-documenter/pnpm-lock.yaml: Language not supported
- tools/test-tools/pnpm-lock.yaml: Language not supported
Description
This PR updates build-tools dependencies to the latest release (0.61.0).
This PR also ran
pnpm dedupefor each affected package group. Last time the build tools dependencies were updated, we needed to run this as well due to the large number of dependency changes.