Skip to content

Revert "Downgrade UUID in client to version 9 to align it with the version of server client depends on" #24355

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
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions azure/packages/azure-service-utils/package.json
Original file line number Diff line number Diff line change
@@ -89,7 +89,7 @@
"dependencies": {
"@fluidframework/driver-definitions": "workspace:~",
"jsrsasign": "^11.0.0",
"uuid": "^9.0.0"
"uuid": "^11.1.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.17.1",
@@ -101,7 +101,6 @@
"@fluidframework/eslint-config-fluid": "^5.7.3",
"@microsoft/api-extractor": "7.50.1",
"@types/jsrsasign": "^10.5.12",
"@types/uuid": "^9.0.2",
"concurrently": "^8.2.1",
"copyfiles": "^2.4.1",
"eslint": "~8.55.0",
3 changes: 1 addition & 2 deletions examples/apps/ai-collab/package.json
Original file line number Diff line number Diff line change
@@ -54,7 +54,6 @@
"@mui/material": "^6.2.1",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^9.0.2",
"eslint": "~8.55.0",
"fluid-framework": "workspace:~",
"mui": "^0.0.1",
@@ -67,7 +66,7 @@
"tinylicious": "^5.0.0",
"typechat": "^0.1.1",
"typescript": "~5.4.5",
"uuid": "^9.0.0"
"uuid": "^11.1.0"
},
"typeValidation": {
"disabled": true,
2 changes: 1 addition & 1 deletion examples/apps/blobs/package.json
Original file line number Diff line number Diff line change
@@ -57,7 +57,7 @@
"@fluidframework/tinylicious-driver": "workspace:~",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"uuid": "^9.0.0"
"uuid": "^11.1.0"
},
"devDependencies": {
"@biomejs/biome": "~1.9.3",
3 changes: 1 addition & 2 deletions examples/apps/contact-collection/package.json
Original file line number Diff line number Diff line change
@@ -45,7 +45,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"style-loader": "^4.0.0",
"uuid": "^9.0.0"
"uuid": "^11.1.0"
},
"devDependencies": {
"@biomejs/biome": "~1.9.3",
@@ -59,7 +59,6 @@
"@types/node": "^18.19.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^9.0.2",
"cross-env": "^7.0.3",
"eslint": "~8.55.0",
"expect-puppeteer": "^9.0.2",
3 changes: 1 addition & 2 deletions examples/apps/data-object-grid/package.json
Original file line number Diff line number Diff line change
@@ -59,7 +59,7 @@
"react-dom": "^18.3.1",
"react-grid-layout": "^1.4.4",
"scheduler": "^0.20.0",
"uuid": "^9.0.0"
"uuid": "^11.1.0"
},
"devDependencies": {
"@biomejs/biome": "~1.9.3",
@@ -74,7 +74,6 @@
"@types/prop-types": "^15",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^9.0.2",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
"css-loader": "^7.1.2",
3 changes: 1 addition & 2 deletions examples/apps/staging/package.json
Original file line number Diff line number Diff line change
@@ -53,7 +53,7 @@
"@fluidframework/tinylicious-driver": "workspace:~",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"uuid": "^9.0.0"
"uuid": "^11.1.0"
},
"devDependencies": {
"@biomejs/biome": "~1.9.3",
@@ -67,7 +67,6 @@
"@types/node": "^18.19.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^9.0.2",
"cross-env": "^7.0.3",
"css-loader": "^7.1.2",
"eslint": "~8.55.0",
3 changes: 1 addition & 2 deletions examples/apps/tree-comparison/package.json
Original file line number Diff line number Diff line change
@@ -54,7 +54,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tiny-typed-emitter": "^2.1.0",
"uuid": "^9.0.0"
"uuid": "^11.1.0"
},
"devDependencies": {
"@biomejs/biome": "~1.9.3",
@@ -68,7 +68,6 @@
"@types/node": "^18.19.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^9.0.2",
"cross-env": "^7.0.3",
"css-loader": "^7.1.2",
"eslint": "~8.55.0",
3 changes: 1 addition & 2 deletions examples/data-objects/todo/package.json
Original file line number Diff line number Diff line change
@@ -49,7 +49,7 @@
"@fluidframework/tree": "workspace:~",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"uuid": "^9.0.0"
"uuid": "^11.1.0"
},
"devDependencies": {
"@biomejs/biome": "~1.9.3",
@@ -64,7 +64,6 @@
"@types/node": "^18.19.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^9.0.2",
"cross-env": "^7.0.3",
"css-loader": "^7.1.2",
"eslint": "~8.55.0",
Original file line number Diff line number Diff line change
@@ -49,7 +49,7 @@
"axios": "^1.8.4",
"events_pkg": "npm:events@^3.1.0",
"fluid-framework": "workspace:~",
"uuid": "^9.0.0"
"uuid": "^11.1.0"
},
"devDependencies": {
"@biomejs/biome": "~1.9.3",
@@ -68,7 +68,6 @@
"@types/jest": "29.5.3",
"@types/jest-environment-puppeteer": "workspace:~",
"@types/node": "^18.19.0",
"@types/uuid": "^9.0.2",
"cross-env": "^7.0.3",
"eslint": "~8.55.0",
"expect-puppeteer": "^9.0.2",
5 changes: 4 additions & 1 deletion examples/utils/bundle-size-tests/webpack.config.cjs
Original file line number Diff line number Diff line change
@@ -117,7 +117,10 @@ module.exports = {
* We try to avoid duplicate packages, but sometimes we have to allow them since the duplication is coming from a third party library we do not control
* IMPORTANT: Do not add any new exceptions to this list without first doing a deep investigation on why a PR adds a new duplication, this hides a bundle size issue
*/
exclude: (instance) => false,
exclude: (instance) =>
// @fluidframework/server-services-client pulls in uuid 9.0.1, and thus bundles using it get this package duplicated until the version of server used in client gets updated.
// This should not impact size sensitive application as they typically don't include a copy of the server.
instance.name === "uuid",
}),
new BundleAnalyzerPlugin({
analyzerMode: "static",
3 changes: 1 addition & 2 deletions examples/utils/example-utils/package.json
Original file line number Diff line number Diff line change
@@ -73,7 +73,7 @@
"@fluidframework/tinylicious-driver": "workspace:~",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"uuid": "^9.0.0"
"uuid": "^11.1.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.17.1",
@@ -85,7 +85,6 @@
"@microsoft/api-extractor": "7.50.1",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^9.0.2",
"copyfiles": "^2.4.1",
"eslint": "~8.55.0",
"rimraf": "^4.4.0",
3 changes: 1 addition & 2 deletions examples/utils/migration-tools/package.json
Original file line number Diff line number Diff line change
@@ -77,7 +77,7 @@
"@fluidframework/runtime-definitions": "workspace:~",
"@fluidframework/server-local-server": "^5.0.0",
"@fluidframework/tinylicious-driver": "workspace:~",
"uuid": "^9.0.0"
"uuid": "^11.1.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.17.1",
@@ -87,7 +87,6 @@
"@fluidframework/build-tools": "^0.55.0",
"@fluidframework/eslint-config-fluid": "^5.7.3",
"@microsoft/api-extractor": "7.50.1",
"@types/uuid": "^9.0.2",
"concurrently": "^8.2.1",
"copyfiles": "^2.4.1",
"eslint": "~8.55.0",
3 changes: 1 addition & 2 deletions examples/utils/webpack-fluid-loader/package.json
Original file line number Diff line number Diff line change
@@ -107,7 +107,7 @@
"isomorphic-fetch": "^3.0.0",
"nconf": "^0.12.0",
"sillyname": "^0.1.0",
"uuid": "^9.0.0",
"uuid": "^11.1.0",
"webpack-dev-server": "~4.15.2"
},
"devDependencies": {
@@ -122,7 +122,6 @@
"@types/fs-extra": "^9.0.11",
"@types/mocha": "^10.0.10",
"@types/node": "^18.19.0",
"@types/uuid": "^9.0.2",
"c8": "^8.0.1",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
3 changes: 1 addition & 2 deletions examples/version-migration/same-container/package.json
Original file line number Diff line number Diff line change
@@ -56,7 +56,7 @@
"@fluidframework/tinylicious-driver": "workspace:~",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"uuid": "^9.0.0"
"uuid": "^11.1.0"
},
"devDependencies": {
"@biomejs/biome": "~1.9.3",
@@ -70,7 +70,6 @@
"@types/node": "^18.19.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^9.0.2",
"cross-env": "^7.0.3",
"css-loader": "^7.1.2",
"eslint": "~8.55.0",
3 changes: 1 addition & 2 deletions examples/version-migration/separate-container/package.json
Original file line number Diff line number Diff line change
@@ -60,7 +60,7 @@
"@fluidframework/tinylicious-driver": "workspace:~",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"uuid": "^9.0.0"
"uuid": "^11.1.0"
},
"devDependencies": {
"@biomejs/biome": "~1.9.3",
@@ -74,7 +74,6 @@
"@types/node": "^18.19.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^9.0.2",
"cross-env": "^7.0.3",
"css-loader": "^7.1.2",
"eslint": "~8.55.0",
3 changes: 1 addition & 2 deletions examples/version-migration/tree-shim/package.json
Original file line number Diff line number Diff line change
@@ -55,7 +55,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tiny-typed-emitter": "^2.1.0",
"uuid": "^9.0.0"
"uuid": "^11.1.0"
},
"devDependencies": {
"@biomejs/biome": "~1.9.3",
@@ -68,7 +68,6 @@
"@types/jest-environment-puppeteer": "workspace:~",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^9.0.2",
"cross-env": "^7.0.3",
"css-loader": "^7.1.2",
"eslint": "~8.55.0",
2 changes: 1 addition & 1 deletion examples/view-integration/external-views/package.json
Original file line number Diff line number Diff line change
@@ -55,7 +55,7 @@
"@fluidframework/tinylicious-driver": "workspace:~",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"uuid": "^9.0.0"
"uuid": "^11.1.0"
},
"devDependencies": {
"@biomejs/biome": "~1.9.3",
3 changes: 1 addition & 2 deletions experimental/PropertyDDS/packages/property-dds/package.json
Original file line number Diff line number Diff line change
@@ -70,7 +70,7 @@
"lz4js": "^0.2.0",
"msgpackr": "^1.10.1",
"pako": "^2.0.4",
"uuid": "^9.0.0"
"uuid": "^11.1.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.17.1",
@@ -93,7 +93,6 @@
"@types/lodash": "^4.14.118",
"@types/mocha": "^10.0.10",
"@types/node": "^18.19.0",
"@types/uuid": "^9.0.2",
"chai": "^4.2.0",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
3 changes: 1 addition & 2 deletions experimental/dds/tree/package.json
Original file line number Diff line number Diff line change
@@ -76,7 +76,7 @@
"buffer": "^6.0.3",
"denque": "^1.5.1",
"lru-cache": "^6.0.0",
"uuid": "^9.0.0"
"uuid": "^11.1.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.17.1",
@@ -99,7 +99,6 @@
"@types/chai": "^4.0.0",
"@types/lru-cache": "^5.1.0",
"@types/mocha": "^10.0.10",
"@types/uuid": "^9.0.2",
"c8": "^8.0.1",
"chai": "^4.2.0",
"concurrently": "^8.2.1",
3 changes: 1 addition & 2 deletions packages/dds/ink/package.json
Original file line number Diff line number Diff line change
@@ -90,7 +90,7 @@
"@fluidframework/driver-utils": "workspace:~",
"@fluidframework/runtime-definitions": "workspace:~",
"@fluidframework/shared-object-base": "workspace:~",
"uuid": "^9.0.0"
"uuid": "^11.1.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.17.1",
@@ -105,7 +105,6 @@
"@microsoft/api-extractor": "7.50.1",
"@types/mocha": "^10.0.10",
"@types/node": "^18.19.0",
"@types/uuid": "^9.0.2",
"c8": "^8.0.1",
"concurrently": "^8.2.1",
"copyfiles": "^2.4.1",
3 changes: 1 addition & 2 deletions packages/dds/ordered-collection/package.json
Original file line number Diff line number Diff line change
@@ -124,7 +124,7 @@
"@fluidframework/runtime-utils": "workspace:~",
"@fluidframework/shared-object-base": "workspace:~",
"@fluidframework/telemetry-utils": "workspace:~",
"uuid": "^9.0.0"
"uuid": "^11.1.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.17.1",
@@ -140,7 +140,6 @@
"@microsoft/api-extractor": "7.50.1",
"@types/mocha": "^10.0.10",
"@types/node": "^18.19.0",
"@types/uuid": "^9.0.2",
"c8": "^8.0.1",
"concurrently": "^8.2.1",
"copyfiles": "^2.4.1",
3 changes: 1 addition & 2 deletions packages/dds/sequence/package.json
Original file line number Diff line number Diff line change
@@ -156,7 +156,7 @@
"@fluidframework/shared-object-base": "workspace:~",
"@fluidframework/telemetry-utils": "workspace:~",
"double-ended-queue": "^2.1.0-0",
"uuid": "^9.0.0"
"uuid": "^11.1.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.17.1",
@@ -177,7 +177,6 @@
"@types/double-ended-queue": "^2.1.0",
"@types/mocha": "^10.0.10",
"@types/node": "^18.19.0",
"@types/uuid": "^9.0.2",
"c8": "^8.0.1",
"concurrently": "^8.2.1",
"copyfiles": "^2.4.1",
3 changes: 1 addition & 2 deletions packages/dds/shared-object-base/package.json
Original file line number Diff line number Diff line change
@@ -126,7 +126,7 @@
"@fluidframework/runtime-definitions": "workspace:~",
"@fluidframework/runtime-utils": "workspace:~",
"@fluidframework/telemetry-utils": "workspace:~",
"uuid": "^9.0.0"
"uuid": "^11.1.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.17.1",
@@ -143,7 +143,6 @@
"@types/benchmark": "^2.1.0",
"@types/mocha": "^10.0.10",
"@types/node": "^18.19.0",
"@types/uuid": "^9.0.2",
"benchmark": "^2.1.4",
"c8": "^8.0.1",
"concurrently": "^8.2.1",
3 changes: 1 addition & 2 deletions packages/dds/test-dds-utils/package.json
Original file line number Diff line number Diff line change
@@ -94,7 +94,7 @@
"@fluidframework/shared-object-base": "workspace:~",
"@fluidframework/test-runtime-utils": "workspace:~",
"mocha": "^10.8.2",
"uuid": "^9.0.0"
"uuid": "^11.1.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.17.1",
@@ -107,7 +107,6 @@
"@microsoft/api-extractor": "7.50.1",
"@types/mocha": "^10.0.10",
"@types/node": "^18.19.0",
"@types/uuid": "^9.0.2",
"c8": "^8.0.1",
"concurrently": "^8.2.1",
"copyfiles": "^2.4.1",
Loading
Oops, something went wrong.
Loading
Oops, something went wrong.