-
Notifications
You must be signed in to change notification settings - Fork 532
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/microsoft/FluidFramework in…
…to test/remove-ISegment-deprecations
- Loading branch information
Showing
210 changed files
with
8,406 additions
and
14,112 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -97,7 +97,7 @@ | |
"@arethetypeswrong/cli": "^0.15.2", | ||
"@biomejs/biome": "~1.8.3", | ||
"@fluid-tools/build-cli": "^0.46.0", | ||
"@fluidframework/azure-service-utils-previous": "npm:@fluidframework/[email protected]", | ||
"@fluidframework/azure-service-utils-previous": "npm:@fluidframework/azure-service-utils@~2.3.0", | ||
"@fluidframework/build-common": "^2.0.3", | ||
"@fluidframework/build-tools": "^0.46.0", | ||
"@fluidframework/eslint-config-fluid": "^5.4.0", | ||
|
@@ -114,6 +114,6 @@ | |
}, | ||
"typeValidation": { | ||
"broken": {}, | ||
"entrypoint": "internal" | ||
"entrypoint": "legacy" | ||
} | ||
} |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -99,7 +99,7 @@ | |
"devDependencies": { | ||
"@arethetypeswrong/cli": "^0.15.2", | ||
"@biomejs/biome": "~1.8.3", | ||
"@fluid-experimental/attributable-map-previous": "npm:@fluid-experimental/[email protected]", | ||
"@fluid-experimental/attributable-map-previous": "npm:@fluid-experimental/attributable-map@~2.3.0", | ||
"@fluid-internal/mocha-test-setup": "workspace:~", | ||
"@fluid-private/stochastic-test-utils": "workspace:~", | ||
"@fluid-private/test-dds-utils": "workspace:~", | ||
|
@@ -129,6 +129,6 @@ | |
}, | ||
"typeValidation": { | ||
"broken": {}, | ||
"entrypoint": "internal" | ||
"entrypoint": "legacy" | ||
} | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -363,7 +363,8 @@ | |
"sharp <0.32.6 has a vulnerability that Component Governance flags (https://github.com/advisories/GHSA-54xq-cgqr-rpm3). It's a transitive dependency through jssm-viz-cli, which hasn't updated to a version with the fix", | ||
"@fluentui/react-positioning's dependency on @floating-ui/dom causes a peer dependency violation, so overriding it forces a version that meets peer dependency requirements is installed.", | ||
"get-tsconfig has a bug below 4.7.3 which causes eslint to fail to resolve typescript configurations. See https://github.com/privatenumber/get-tsconfig/issues/67", | ||
"oclif includes some AWS-related features, but we don't use them, so we override those dependencies with empty packages. This helps reduce lockfile churn since the deps release very frequently." | ||
"oclif includes some AWS-related features, but we don't use them, so we override those dependencies with empty packages. This helps reduce lockfile churn since the deps release very frequently.", | ||
"socket.io-client has an issue with 4.8.0 which breaks the build, so avoid it: https://github.com/socketio/socket.io/issues/5202" | ||
], | ||
"overrides": { | ||
"@types/node@<18": "^18.19.0", | ||
|
@@ -376,7 +377,8 @@ | |
"sharp": "^0.33.2", | ||
"@fluentui/react-positioning>@floating-ui/dom": "~1.5.4", | ||
"oclif>@aws-sdk/client-cloudfront": "npm:[email protected]", | ||
"oclif>@aws-sdk/client-s3": "npm:[email protected]" | ||
"oclif>@aws-sdk/client-s3": "npm:[email protected]", | ||
"socket.io-client": "~4.7.5" | ||
}, | ||
"peerDependencyComments": [ | ||
"@types/node is ignored because it is usually not needed by packages, and if it is, then the package will hit a compilation failure.", | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -98,7 +98,7 @@ | |
"test:mocha:cjs": "mocha --recursive \"dist/test/mocha/**/*.spec.*js\" --exit", | ||
"test:mocha:esm": "mocha --recursive \"lib/test/mocha/**/*.spec.*js\" --exit", | ||
"tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist", | ||
"typetests:gen": "flub generate typetests --dir . -v --level public", | ||
"typetests:gen": "flub generate typetests --dir . -v", | ||
"typetests:prepare": "flub typetests --dir . --reset --previous --normalize" | ||
}, | ||
"c8": { | ||
|
@@ -133,7 +133,7 @@ | |
"devDependencies": { | ||
"@arethetypeswrong/cli": "^0.15.2", | ||
"@biomejs/biome": "~1.8.3", | ||
"@fluid-internal/client-utils-previous": "npm:@fluid-internal/[email protected]", | ||
"@fluid-internal/client-utils-previous": "npm:@fluid-internal/client-utils@~2.3.0", | ||
"@fluid-internal/mocha-test-setup": "workspace:~", | ||
"@fluid-tools/build-cli": "^0.46.0", | ||
"@fluidframework/build-common": "^2.0.3", | ||
|
@@ -244,6 +244,6 @@ | |
}, | ||
"typeValidation": { | ||
"broken": {}, | ||
"entrypoint": "internal" | ||
"entrypoint": "public" | ||
} | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -102,7 +102,7 @@ | |
"@fluid-tools/build-cli": "^0.46.0", | ||
"@fluidframework/build-common": "^2.0.3", | ||
"@fluidframework/build-tools": "^0.46.0", | ||
"@fluidframework/container-definitions-previous": "npm:@fluidframework/[email protected]", | ||
"@fluidframework/container-definitions-previous": "npm:@fluidframework/container-definitions@~2.3.0", | ||
"@fluidframework/eslint-config-fluid": "^5.4.0", | ||
"@microsoft/api-extractor": "7.47.8", | ||
"concurrently": "^8.2.1", | ||
|
@@ -115,6 +115,6 @@ | |
}, | ||
"typeValidation": { | ||
"broken": {}, | ||
"entrypoint": "internal" | ||
"entrypoint": "legacy" | ||
} | ||
} |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -98,7 +98,7 @@ | |
"@fluid-tools/build-cli": "^0.46.0", | ||
"@fluidframework/build-common": "^2.0.3", | ||
"@fluidframework/build-tools": "^0.46.0", | ||
"@fluidframework/core-interfaces-previous": "npm:@fluidframework/[email protected]", | ||
"@fluidframework/core-interfaces-previous": "npm:@fluidframework/core-interfaces@~2.3.0", | ||
"@fluidframework/eslint-config-fluid": "^5.4.0", | ||
"@microsoft/api-extractor": "7.47.8", | ||
"@types/node": "^18.19.0", | ||
|
@@ -111,6 +111,6 @@ | |
}, | ||
"typeValidation": { | ||
"broken": {}, | ||
"entrypoint": "internal" | ||
"entrypoint": "legacy" | ||
} | ||
} |
Oops, something went wrong.