-
Notifications
You must be signed in to change notification settings - Fork 535
Commit
* Run static web app deployment in linux, and guardian tasks in windows (#9386) * Integrate latest prerelease of eslint-config-fluid throughout the repo and fix up errors (#9389) * Support string parserOptions.project in eslint configuration (#9392) * Handle errors in docs pipeline more gracefully (#9393) * Fixing some error logging race conditions for the root datastore end-to-end tests (#9387) it's disabling the summarizer, which either runs or not, depending on how long the test takes. * Remove duplicate implementation from toInstrumentedOdspTokenFetcher (toInstrumentedTokenFetcher) (#9375) * Remove duplicate toInstrumentedTokenFetcher implementation (duplicate from toInstrumentedOdspTokenFetcher ) * MergeTree: Add stress for LocalReferences (#9340) This change leverages the existing stress infra in merge tree, we call them farms as in bug farm as they find lots of bugs. This is in preparation for how we do local reference sliding. related to #1008 * Fix lint issues * Missed one Co-authored-by: Tyler Butler <[email protected]> Co-authored-by: Matt Rakow <[email protected]> Co-authored-by: Andrei Iacob <[email protected]> Co-authored-by: NicholasCouri <[email protected]> Co-authored-by: Tony Murphy <[email protected]> Co-authored-by: Matt Rakow <[email protected]>
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,7 @@ | |
"@fluidframework/build-common": "^0.23.0", | ||
"@fluidframework/build-tools": "^0.2.54658", | ||
"@fluidframework/common-definitions-0.20.0": "npm:@fluidframework/[email protected]", | ||
"@fluidframework/eslint-config-fluid": "^0.26.0", | ||
"@fluidframework/eslint-config-fluid": "^0.27.0-0", | ||
"@microsoft/api-extractor": "^7.16.1", | ||
"@rushstack/eslint-config": "^2.5.1", | ||
"@typescript-eslint/eslint-plugin": "~5.9.0", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -85,7 +85,7 @@ | |
"@fluidframework/build-common": "^0.23.0", | ||
"@fluidframework/build-tools": "^0.2.54658", | ||
"@fluidframework/common-utils-0.32.1": "npm:@fluidframework/[email protected]", | ||
"@fluidframework/eslint-config-fluid": "^0.26.0", | ||
"@fluidframework/eslint-config-fluid": "^0.27.0-0", | ||
"@microsoft/api-extractor": "^7.16.1", | ||
"@rushstack/eslint-config": "^2.5.1", | ||
"@types/base64-js": "^1.3.0", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,7 +52,7 @@ | |
"@fluidframework/container-definitions-0.44.0": "npm:@fluidframework/[email protected]", | ||
"@fluidframework/container-definitions-0.45.0": "npm:@fluidframework/[email protected]", | ||
"@fluidframework/container-definitions-0.46.0": "npm:@fluidframework/[email protected]", | ||
"@fluidframework/eslint-config-fluid": "^0.26.0", | ||
"@fluidframework/eslint-config-fluid": "^0.27.0-0", | ||
"@microsoft/api-extractor": "^7.16.1", | ||
"@rushstack/eslint-config": "^2.5.1", | ||
"@types/mocha": "^8.2.2", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,7 @@ | |
"@fluidframework/core-interfaces-0.40.0": "npm:@fluidframework/[email protected]", | ||
"@fluidframework/core-interfaces-0.41.0": "npm:@fluidframework/[email protected]", | ||
"@fluidframework/core-interfaces-0.42.0": "npm:@fluidframework/[email protected]", | ||
"@fluidframework/eslint-config-fluid": "^0.26.0", | ||
"@fluidframework/eslint-config-fluid": "^0.27.0-0", | ||
"@microsoft/api-extractor": "^7.16.1", | ||
"@rushstack/eslint-config": "^2.5.1", | ||
"@types/node": "^14.18.0", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,7 @@ | |
"@fluidframework/driver-definitions-0.42.0": "npm:@fluidframework/[email protected]", | ||
"@fluidframework/driver-definitions-0.43.0": "npm:@fluidframework/[email protected]", | ||
"@fluidframework/driver-definitions-0.44.0": "npm:@fluidframework/[email protected]", | ||
"@fluidframework/eslint-config-fluid": "^0.26.0", | ||
"@fluidframework/eslint-config-fluid": "^0.27.0-0", | ||
"@microsoft/api-extractor": "^7.16.1", | ||
"@rushstack/eslint-config": "^2.5.1", | ||
"@typescript-eslint/eslint-plugin": "~5.9.0", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ | |
"devDependencies": { | ||
"@fluidframework/build-common": "^0.23.0", | ||
"@fluidframework/build-tools": "^0.2.54658", | ||
"@fluidframework/eslint-config-fluid": "^0.26.0", | ||
"@fluidframework/eslint-config-fluid": "^0.27.0-0", | ||
"@fluidframework/protocol-definitions-0.1024.0": "npm:@fluidframework/[email protected]", | ||
"@fluidframework/protocol-definitions-0.1025.1": "npm:@fluidframework/[email protected]", | ||
"@fluidframework/protocol-definitions-0.1026.0": "npm:@fluidframework/[email protected]", | ||
|