Skip to content

Conversation

@scottn12
Copy link
Contributor

@scottn12 scottn12 commented Dec 5, 2025

Description

This PR updates build-tools dependencies to the latest release (0.61.0).

This PR also ran pnpm dedupe for 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.

@github-actions
Copy link
Contributor

github-actions bot commented Dec 5, 2025

🔗 No broken links found! ✅

Your attention to detail is admirable.

linkcheck output


> [email protected] ci:check-links /home/runner/work/FluidFramework/FluidFramework/docs
> start-server-and-test "npm run serve -- --no-open" 3000 check-links

1: starting server using command "npm run serve -- --no-open"
and when url "[ 'http://127.0.0.1:3000' ]" is responding with HTTP status code 200
running tests using command "npm run check-links"


> [email protected] serve
> docusaurus serve --no-open

[SUCCESS] Serving "build" directory at: http://localhost:3000/

> [email protected] check-links
> linkcheck http://localhost:3000 --skip-file skipped-urls.txt

Crawling...

Stats:
  243138 links
    1776 destination URLs
    2015 URLs ignored
       0 warnings
       0 errors


@scottn12 scottn12 changed the title build: Update build-tools dependencies build: Update build-tools dependencies & pnpm dedupe Dec 5, 2025
@scottn12 scottn12 marked this pull request as ready for review December 9, 2025 15:00
Copilot AI review requested due to automatic review settings December 9, 2025 15:00
Copy link
Contributor

Copilot AI left a 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-tools to ^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

@scottn12 scottn12 merged commit 616f970 into microsoft:main Dec 9, 2025
52 checks passed
@scottn12 scottn12 deleted the updateBuildToolsDeps branch December 9, 2025 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants