-
Notifications
You must be signed in to change notification settings - Fork 554
build(client): Bump server and uuid dependencies #24857
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
Closed
Closed
Conversation
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
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 bumps server dependency versions from 5.0.0 to 6.0.0 across various client packages to support the latest server functionality.
- Update dependency "tinylicious" in multiple packages
- Update server-related dependencies such as "@fluidframework/server-services-client", "@fluidframework/server-local-server", and others
- Ensure consistent version alignment across client and example projects
Reviewed Changes
Copilot reviewed 28 out of 28 changed files in this pull request and generated no comments.
Show a summary per file
File | Description |
---|---|
packages/service-clients/end-to-end-tests/azure-client/package.json | Updated "tinylicious" version |
packages/framework/client-logger/fluid-telemetry/package.json | Updated "tinylicious" version |
packages/drivers/routerlicious-driver/package.json | Updated "@fluidframework/server-services-client" version |
packages/drivers/local-driver/package.json | Updated protocol and server-related dependencies versions |
experimental/PropertyDDS/packages/property-dds/package.json | Updated "@fluidframework/server-local-server" version |
examples/view-integration/external-views/package.json | Updated "@fluidframework/server-local-server" version |
examples/version-migration/tree-shim/package.json | Updated "tinylicious" version |
examples/version-migration/separate-container/package.json | Updated "@fluidframework/server-local-server" version |
examples/utils/webpack-fluid-loader/package.json | Updated "@fluidframework/server-local-server" version |
examples/utils/migration-tools/package.json | Updated "@fluidframework/server-local-server" version |
examples/utils/example-utils/package.json | Updated "@fluidframework/server-local-server" version |
examples/service-clients/azure-client/external-controller/package.json | Updated both "@fluidframework/server-local-server" and "tinylicious" versions |
examples/external-data/package.json | Updated "tinylicious" version |
examples/client-logger/app-insights-logger/package.json | Updated "tinylicious" version |
examples/benchmarks/tablebench/package.json | Updated "tinylicious" version |
examples/apps/staging/package.json | Updated "@fluidframework/server-local-server" version |
examples/apps/presence-tracker/package.json | Updated "tinylicious" version |
examples/apps/blobs/package.json | Updated "@fluidframework/server-local-server" version |
examples/apps/ai-collab/package.json | Updated "tinylicious" version |
azure/packages/azure-local-service/package.json | Updated "tinylicious" version |
scottn12
commented
Jun 17, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: dds: propertydds
area: dds: sharedstring
area: dds: tree
area: dds
Issues related to distributed data structures
area: driver
Driver related issues
area: examples
Changes that focus on our examples
area: framework
Framework is a tag for issues involving the developer framework. Eg Aqueduct
area: loader
Loader related issues
area: odsp-driver
area: runtime
Runtime related issues
area: server
Server related issues (routerlicious)
area: tests
Tests to add, test infrastructure improvements, etc
base: main
PRs targeted against main branch
dependencies
Pull requests that update a dependency file
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.
Bumps server and uuid depedencies to 6.0.0 and 11.1.0 respectively. These need to be bumped together since the latest server release also bumped uuid to 11.1.0. If they are bumped separately then we would pull in two different versions of the uuid pacakge (increasing bundle size).