build(client,build-tools): Upgrade biome to 1.9.3 (#22721)

This commit is contained in:
Tyler Butler 2024-10-15 19:41:20 -07:00 коммит произвёл GitHub
Родитель dabc03d236
Коммит f2a97b2a9d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
196 изменённых файлов: 715 добавлений и 663 удалений

Просмотреть файл

@ -36,7 +36,7 @@
"tinylicious": "^5.0.0"
},
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.49.0",
"@fluidframework/eslint-config-fluid": "^5.4.0",

Просмотреть файл

@ -95,7 +95,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.16.4",
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluid-tools/build-cli": "^0.49.0",
"@fluidframework/azure-service-utils-previous": "npm:@fluidframework/azure-service-utils@~2.3.0",
"@fluidframework/build-common": "^2.0.3",

Просмотреть файл

@ -92,7 +92,7 @@
"uuid": "^9.0.0"
},
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluid-tools/build-cli": "^0.49.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.49.0",

Просмотреть файл

@ -69,7 +69,7 @@
"temp-directory": "nyc/.nyc_output"
},
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.6",
"@commitlint/cz-commitlint": "^17.5.0",

Просмотреть файл

@ -143,7 +143,7 @@
"xml2js": "^0.5.0"
},
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/eslint-config-fluid": "^5.3.0",
"@oclif/test": "^3.2.12",

Просмотреть файл

@ -67,7 +67,7 @@
"yaml": "^2.3.1"
},
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools-bin": "npm:@fluidframework/build-tools@~0.44.0",
"@fluidframework/eslint-config-fluid": "^5.3.0",

Просмотреть файл

@ -142,8 +142,7 @@ async function main() {
const timeInMinutes =
timer.getTotalTime() > 60000
? ` (${Math.floor(timer.getTotalTime() / 60000)}m ${(
(timer.getTotalTime() % 60000) /
1000
(timer.getTotalTime() % 60000) / 1000
).toFixed(3)}s)`
: "";
log(`Total time: ${(timer.getTotalTime() / 1000).toFixed(3)}s${timeInMinutes}`);

Просмотреть файл

@ -48,7 +48,7 @@
"webpack": "^5.94.0"
},
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools-bin": "npm:@fluidframework/build-tools@~0.44.0",
"@fluidframework/eslint-config-fluid": "^5.3.0",

Просмотреть файл

@ -86,7 +86,7 @@
"table": "^6.8.1"
},
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools-bin": "npm:@fluidframework/build-tools@~0.44.0",
"@fluidframework/eslint-config-fluid": "^5.3.0",

Просмотреть файл

@ -22,8 +22,8 @@ importers:
.:
devDependencies:
'@biomejs/biome':
specifier: ~1.8.3
version: 1.8.3
specifier: ~1.9.3
version: 1.9.3
'@commitlint/cli':
specifier: ^17.6.6
version: 17.6.6
@ -281,8 +281,8 @@ importers:
version: 0.5.0
devDependencies:
'@biomejs/biome':
specifier: ~1.8.3
version: 1.8.3
specifier: ~1.9.3
version: 1.9.3
'@fluidframework/build-common':
specifier: ^2.0.3
version: 2.0.3
@ -480,8 +480,8 @@ importers:
version: 2.3.1
devDependencies:
'@biomejs/biome':
specifier: ~1.8.3
version: 1.8.3
specifier: ~1.9.3
version: 1.9.3
'@fluidframework/build-common':
specifier: ^2.0.3
version: 2.0.3
@ -556,8 +556,8 @@ importers:
version: 5.94.0
devDependencies:
'@biomejs/biome':
specifier: ~1.8.3
version: 1.8.3
specifier: ~1.9.3
version: 1.9.3
'@fluidframework/build-common':
specifier: ^2.0.3
version: 2.0.3
@ -620,8 +620,8 @@ importers:
version: 6.8.1
devDependencies:
'@biomejs/biome':
specifier: ~1.8.3
version: 1.8.3
specifier: ~1.9.3
version: 1.9.3
'@fluidframework/build-common':
specifier: ^2.0.3
version: 2.0.3
@ -742,24 +742,24 @@ packages:
resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==}
dev: true
/@biomejs/biome@1.8.3:
resolution: {integrity: sha512-/uUV3MV+vyAczO+vKrPdOW0Iaet7UnJMU4bNMinggGJTAnBPjCoLEYcyYtYHNnUNYlv4xZMH6hVIQCAozq8d5w==}
/@biomejs/biome@1.9.3:
resolution: {integrity: sha512-POjAPz0APAmX33WOQFGQrwLvlu7WLV4CFJMlB12b6ZSg+2q6fYu9kZwLCOA+x83zXfcPd1RpuWOKJW0GbBwLIQ==}
engines: {node: '>=14.21.3'}
hasBin: true
requiresBuild: true
optionalDependencies:
'@biomejs/cli-darwin-arm64': 1.8.3
'@biomejs/cli-darwin-x64': 1.8.3
'@biomejs/cli-linux-arm64': 1.8.3
'@biomejs/cli-linux-arm64-musl': 1.8.3
'@biomejs/cli-linux-x64': 1.8.3
'@biomejs/cli-linux-x64-musl': 1.8.3
'@biomejs/cli-win32-arm64': 1.8.3
'@biomejs/cli-win32-x64': 1.8.3
'@biomejs/cli-darwin-arm64': 1.9.3
'@biomejs/cli-darwin-x64': 1.9.3
'@biomejs/cli-linux-arm64': 1.9.3
'@biomejs/cli-linux-arm64-musl': 1.9.3
'@biomejs/cli-linux-x64': 1.9.3
'@biomejs/cli-linux-x64-musl': 1.9.3
'@biomejs/cli-win32-arm64': 1.9.3
'@biomejs/cli-win32-x64': 1.9.3
dev: true
/@biomejs/cli-darwin-arm64@1.8.3:
resolution: {integrity: sha512-9DYOjclFpKrH/m1Oz75SSExR8VKvNSSsLnVIqdnKexj6NwmiMlKk94Wa1kZEdv6MCOHGHgyyoV57Cw8WzL5n3A==}
/@biomejs/cli-darwin-arm64@1.9.3:
resolution: {integrity: sha512-QZzD2XrjJDUyIZK+aR2i5DDxCJfdwiYbUKu9GzkCUJpL78uSelAHAPy7m0GuPMVtF/Uo+OKv97W3P9nuWZangQ==}
engines: {node: '>=14.21.3'}
cpu: [arm64]
os: [darwin]
@ -767,8 +767,8 @@ packages:
dev: true
optional: true
/@biomejs/cli-darwin-x64@1.8.3:
resolution: {integrity: sha512-UeW44L/AtbmOF7KXLCoM+9PSgPo0IDcyEUfIoOXYeANaNXXf9mLUwV1GeF2OWjyic5zj6CnAJ9uzk2LT3v/wAw==}
/@biomejs/cli-darwin-x64@1.9.3:
resolution: {integrity: sha512-vSCoIBJE0BN3SWDFuAY/tRavpUtNoqiceJ5PrU3xDfsLcm/U6N93JSM0M9OAiC/X7mPPfejtr6Yc9vSgWlEgVw==}
engines: {node: '>=14.21.3'}
cpu: [x64]
os: [darwin]
@ -776,8 +776,8 @@ packages:
dev: true
optional: true
/@biomejs/cli-linux-arm64-musl@1.8.3:
resolution: {integrity: sha512-9yjUfOFN7wrYsXt/T/gEWfvVxKlnh3yBpnScw98IF+oOeCYb5/b/+K7YNqKROV2i1DlMjg9g/EcN9wvj+NkMuQ==}
/@biomejs/cli-linux-arm64-musl@1.9.3:
resolution: {integrity: sha512-VBzyhaqqqwP3bAkkBrhVq50i3Uj9+RWuj+pYmXrMDgjS5+SKYGE56BwNw4l8hR3SmYbLSbEo15GcV043CDSk+Q==}
engines: {node: '>=14.21.3'}
cpu: [arm64]
os: [linux]
@ -785,8 +785,8 @@ packages:
dev: true
optional: true
/@biomejs/cli-linux-arm64@1.8.3:
resolution: {integrity: sha512-fed2ji8s+I/m8upWpTJGanqiJ0rnlHOK3DdxsyVLZQ8ClY6qLuPc9uehCREBifRJLl/iJyQpHIRufLDeotsPtw==}
/@biomejs/cli-linux-arm64@1.9.3:
resolution: {integrity: sha512-vJkAimD2+sVviNTbaWOGqEBy31cW0ZB52KtpVIbkuma7PlfII3tsLhFa+cwbRAcRBkobBBhqZ06hXoZAN8NODQ==}
engines: {node: '>=14.21.3'}
cpu: [arm64]
os: [linux]
@ -794,8 +794,8 @@ packages:
dev: true
optional: true
/@biomejs/cli-linux-x64-musl@1.8.3:
resolution: {integrity: sha512-UHrGJX7PrKMKzPGoEsooKC9jXJMa28TUSMjcIlbDnIO4EAavCoVmNQaIuUSH0Ls2mpGMwUIf+aZJv657zfWWjA==}
/@biomejs/cli-linux-x64-musl@1.9.3:
resolution: {integrity: sha512-TJmnOG2+NOGM72mlczEsNki9UT+XAsMFAOo8J0me/N47EJ/vkLXxf481evfHLlxMejTY6IN8SdRSiPVLv6AHlA==}
engines: {node: '>=14.21.3'}
cpu: [x64]
os: [linux]
@ -803,8 +803,8 @@ packages:
dev: true
optional: true
/@biomejs/cli-linux-x64@1.8.3:
resolution: {integrity: sha512-I8G2QmuE1teISyT8ie1HXsjFRz9L1m5n83U1O6m30Kw+kPMPSKjag6QGUn+sXT8V+XWIZxFFBoTDEDZW2KPDDw==}
/@biomejs/cli-linux-x64@1.9.3:
resolution: {integrity: sha512-x220V4c+romd26Mu1ptU+EudMXVS4xmzKxPVb9mgnfYlN4Yx9vD5NZraSx/onJnd3Gh/y8iPUdU5CDZJKg9COA==}
engines: {node: '>=14.21.3'}
cpu: [x64]
os: [linux]
@ -812,8 +812,8 @@ packages:
dev: true
optional: true
/@biomejs/cli-win32-arm64@1.8.3:
resolution: {integrity: sha512-J+Hu9WvrBevfy06eU1Na0lpc7uR9tibm9maHynLIoAjLZpQU3IW+OKHUtyL8p6/3pT2Ju5t5emReeIS2SAxhkQ==}
/@biomejs/cli-win32-arm64@1.9.3:
resolution: {integrity: sha512-lg/yZis2HdQGsycUvHWSzo9kOvnGgvtrYRgoCEwPBwwAL8/6crOp3+f47tPwI/LI1dZrhSji7PNsGKGHbwyAhw==}
engines: {node: '>=14.21.3'}
cpu: [arm64]
os: [win32]
@ -821,8 +821,8 @@ packages:
dev: true
optional: true
/@biomejs/cli-win32-x64@1.8.3:
resolution: {integrity: sha512-/PJ59vA1pnQeKahemaQf4Nyj7IKUvGQSc3Ze1uIGi+Wvr1xF7rGobSrAAG01T/gUDG21vkDsZYM03NAmPiVkqg==}
/@biomejs/cli-win32-x64@1.9.3:
resolution: {integrity: sha512-cQMy2zanBkVLpmmxXdK6YePzmZx0s5Z7KEnwmrW54rcXK3myCNbQa09SwGZ8i/8sLw0H9F3X7K4rxVNGU8/D4Q==}
engines: {node: '>=14.21.3'}
cpu: [x64]
os: [win32]
@ -967,7 +967,7 @@ packages:
lodash.merge: 4.6.2
lodash.uniq: 4.5.0
resolve-from: 5.0.0
ts-node: 10.9.1(@types/node@18.18.6)(typescript@5.4.5)
ts-node: 10.9.1(@types/node@18.18.7)(typescript@5.4.5)
typescript: 5.4.5
transitivePeerDependencies:
- '@swc/core'
@ -4502,7 +4502,7 @@ packages:
dependencies:
'@types/node': 18.18.7
cosmiconfig: 8.3.6(typescript@5.4.5)
ts-node: 10.9.1(@types/node@18.18.6)(typescript@5.4.5)
ts-node: 10.9.1(@types/node@18.18.7)(typescript@5.4.5)
typescript: 5.4.5
dev: true
@ -10690,6 +10690,39 @@ packages:
yn: 3.1.1
dev: true
/ts-node@10.9.1(@types/node@18.18.7)(typescript@5.4.5):
resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==}
hasBin: true
peerDependencies:
'@swc/core': '>=1.2.50'
'@swc/wasm': '>=1.2.50'
'@types/node': '*'
typescript: '>=2.7'
peerDependenciesMeta:
'@swc/core':
optional: true
'@swc/wasm':
optional: true
'@types/node':
optional: true
dependencies:
'@cspotcode/source-map-support': 0.8.1
'@tsconfig/node10': 1.0.9
'@tsconfig/node12': 1.0.11
'@tsconfig/node14': 1.0.3
'@tsconfig/node16': 1.0.3
'@types/node': 18.18.7
acorn: 8.10.0
acorn-walk: 8.2.0
arg: 4.1.3
create-require: 1.1.1
diff: 4.0.2
make-error: 1.3.6
typescript: 5.4.5
v8-compile-cache-lib: 3.0.1
yn: 3.1.1
dev: true
/tsconfig-paths@3.15.0:
resolution: {integrity: sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==}
dependencies:

Просмотреть файл

@ -33,7 +33,7 @@
"devDependencies": {
"@azure/identity": "^4.4.1",
"@azure/msal-browser": "^3.25.0",
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fluid-experimental/ai-collab": "workspace:~",

Просмотреть файл

@ -11,7 +11,7 @@ const tinyliciousClient = new TinyliciousClient({});
export const containerIdFromUrl = (): string =>
typeof window === "undefined" // Need to check if window exists because this function is called during server-side rendering
? ""
: new URL(window.location.href).searchParams.get("fluidContainerId") ?? "";
: (new URL(window.location.href).searchParams.get("fluidContainerId") ?? "");
export async function loadContainer<T extends ContainerSchema>(
containerSchema: T,

Просмотреть файл

@ -45,7 +45,7 @@
"@fluidframework/runtime-utils": "workspace:~"
},
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluid-tools/build-cli": "^0.49.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.49.0",

Просмотреть файл

@ -58,7 +58,7 @@
"style-loader": "^4.0.0"
},
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluid-tools/build-cli": "^0.49.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.49.0",

Просмотреть файл

@ -50,7 +50,7 @@
"uuid": "^9.0.0"
},
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluid-tools/build-cli": "^0.49.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.49.0",

Просмотреть файл

@ -64,7 +64,7 @@
"uuid": "^9.0.0"
},
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluid-tools/build-cli": "^0.49.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.49.0",

Просмотреть файл

@ -51,7 +51,7 @@
"process": "^0.11.10"
},
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluid-tools/build-cli": "^0.49.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.49.0",

Просмотреть файл

@ -53,7 +53,7 @@
"style-loader": "^4.0.0"
},
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluid-tools/build-cli": "^0.49.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.49.0",

Просмотреть файл

@ -59,7 +59,7 @@
"uuid": "^9.0.0"
},
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluid-tools/build-cli": "^0.49.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.49.0",

Просмотреть файл

@ -51,7 +51,7 @@
"react": "^18.3.1"
},
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluid-example/webpack-fluid-loader": "workspace:~",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.49.0",

Просмотреть файл

@ -51,7 +51,7 @@
"use-resize-observer": "^7.0.0"
},
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluid-tools/build-cli": "^0.49.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.49.0",

Просмотреть файл

@ -52,7 +52,7 @@
"react": "^18.3.1"
},
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluid-example/webpack-fluid-loader": "workspace:~",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.49.0",

Просмотреть файл

@ -53,7 +53,7 @@
"react": "^18.3.1"
},
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluid-example/webpack-fluid-loader": "workspace:~",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.49.0",

Просмотреть файл

@ -60,7 +60,7 @@
"react": "^18.3.1"
},
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluid-example/webpack-fluid-loader": "workspace:~",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.49.0",

Просмотреть файл

@ -47,7 +47,7 @@
"webpack-dev-server": "~4.15.2"
},
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluid-tools/build-cli": "^0.49.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.49.0",

Просмотреть файл

@ -61,7 +61,7 @@
"@fluidframework/tree": "workspace:~"
},
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluid-internal/mocha-test-setup": "workspace:~",
"@fluid-tools/benchmark": "^0.50.0",
"@fluidframework/build-common": "^2.0.3",

Просмотреть файл

@ -55,7 +55,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.49.0",
"@fluidframework/eslint-config-fluid": "^5.4.0",

Просмотреть файл

@ -48,7 +48,7 @@
"react": "^18.3.1"
},
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluid-example/webpack-fluid-loader": "workspace:~",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.49.0",

Просмотреть файл

@ -60,7 +60,7 @@
"react": "^18.3.1"
},
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluid-example/webpack-fluid-loader": "workspace:~",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.49.0",

Просмотреть файл

@ -67,7 +67,7 @@
"react": "^18.3.1"
},
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluid-example/webpack-fluid-loader": "workspace:~",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.49.0",

Просмотреть файл

@ -47,7 +47,7 @@
"react": "^18.3.1"
},
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluid-example/webpack-fluid-loader": "workspace:~",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.49.0",

Просмотреть файл

@ -51,7 +51,7 @@
"react": "^18.3.1"
},
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluid-example/webpack-fluid-loader": "workspace:~",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.49.0",

Просмотреть файл

@ -49,7 +49,7 @@
"react": "^18.3.1"
},
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluid-example/webpack-fluid-loader": "workspace:~",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.49.0",

Просмотреть файл

@ -46,7 +46,7 @@
"@fluidframework/map": "workspace:~"
},
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.49.0",
"@fluidframework/eslint-config-fluid": "^5.4.0",

Просмотреть файл

@ -45,7 +45,7 @@
"react": "^18.3.1"
},
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.49.0",
"@fluidframework/eslint-config-fluid": "^5.4.0",

Просмотреть файл

@ -59,7 +59,7 @@
"react": "^18.3.1"
},
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluid-example/webpack-fluid-loader": "workspace:~",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.49.0",

Просмотреть файл

@ -44,7 +44,7 @@
"@fluidframework/map": "workspace:~"
},
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.49.0",
"@fluidframework/eslint-config-fluid": "^5.4.0",

Просмотреть файл

@ -42,7 +42,7 @@
"@fluid-example/example-utils": "workspace:~"
},
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluid-tools/build-cli": "^0.49.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.49.0",

Просмотреть файл

@ -44,7 +44,7 @@
"react": "^18.3.1"
},
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.49.0",
"@fluidframework/eslint-config-fluid": "^5.4.0",

Просмотреть файл

@ -44,7 +44,7 @@
"react": "^18.3.1"
},
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.49.0",
"@fluidframework/eslint-config-fluid": "^5.4.0",

Просмотреть файл

@ -44,7 +44,7 @@
"react": "^18.3.1"
},
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.49.0",
"@fluidframework/eslint-config-fluid": "^5.4.0",

Просмотреть файл

@ -78,7 +78,7 @@
"react": "^18.3.1"
},
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluid-example/webpack-fluid-loader": "workspace:~",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.49.0",

Просмотреть файл

@ -57,7 +57,7 @@
"simplemde": "^1.11.2"
},
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluid-example/webpack-fluid-loader": "workspace:~",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.49.0",

Просмотреть файл

@ -90,7 +90,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.16.4",
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluid-internal/mocha-test-setup": "workspace:~",
"@fluid-private/test-version-utils": "workspace:~",
"@fluid-tools/build-cli": "^0.49.0",

Просмотреть файл

@ -53,7 +53,7 @@
"uuid": "^9.0.0"
},
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluid-example/webpack-fluid-loader": "workspace:~",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.49.0",

Просмотреть файл

@ -88,7 +88,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluid-example/webpack-fluid-loader": "workspace:~",
"@fluid-internal/mocha-test-setup": "workspace:~",
"@fluid-private/test-version-utils": "workspace:~",

Просмотреть файл

@ -81,7 +81,7 @@
"valid-url": "^1.0.9"
},
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.49.0",
"@fluidframework/eslint-config-fluid": "^5.4.0",

Просмотреть файл

@ -54,7 +54,7 @@
"uuid": "^9.0.0"
},
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.49.0",
"@fluidframework/container-definitions": "workspace:~",

Просмотреть файл

@ -44,7 +44,7 @@
"style-loader": "^4.0.0"
},
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluid-tools/build-cli": "^0.49.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.49.0",

Просмотреть файл

@ -462,19 +462,19 @@ video {
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-pan-x: ;
--tw-pan-y: ;
--tw-pinch-zoom: ;
--tw-pan-x: ;
--tw-pan-y: ;
--tw-pinch-zoom: ;
--tw-scroll-snap-strictness: proximity;
--tw-gradient-from-position: ;
--tw-gradient-via-position: ;
--tw-gradient-to-position: ;
--tw-ordinal: ;
--tw-slashed-zero: ;
--tw-numeric-figure: ;
--tw-numeric-spacing: ;
--tw-numeric-fraction: ;
--tw-ring-inset: ;
--tw-gradient-from-position: ;
--tw-gradient-via-position: ;
--tw-gradient-to-position: ;
--tw-ordinal: ;
--tw-slashed-zero: ;
--tw-numeric-figure: ;
--tw-numeric-spacing: ;
--tw-numeric-fraction: ;
--tw-ring-inset: ;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgb(59 130 246 / 0.5);
@ -482,24 +482,24 @@ video {
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
--tw-blur: ;
--tw-brightness: ;
--tw-contrast: ;
--tw-grayscale: ;
--tw-hue-rotate: ;
--tw-invert: ;
--tw-saturate: ;
--tw-sepia: ;
--tw-drop-shadow: ;
--tw-backdrop-blur: ;
--tw-backdrop-brightness: ;
--tw-backdrop-contrast: ;
--tw-backdrop-grayscale: ;
--tw-backdrop-hue-rotate: ;
--tw-backdrop-invert: ;
--tw-backdrop-opacity: ;
--tw-backdrop-saturate: ;
--tw-backdrop-sepia: ;
--tw-blur: ;
--tw-brightness: ;
--tw-contrast: ;
--tw-grayscale: ;
--tw-hue-rotate: ;
--tw-invert: ;
--tw-saturate: ;
--tw-sepia: ;
--tw-drop-shadow: ;
--tw-backdrop-blur: ;
--tw-backdrop-brightness: ;
--tw-backdrop-contrast: ;
--tw-backdrop-grayscale: ;
--tw-backdrop-hue-rotate: ;
--tw-backdrop-invert: ;
--tw-backdrop-opacity: ;
--tw-backdrop-saturate: ;
--tw-backdrop-sepia: ;
}
::backdrop {
@ -512,19 +512,19 @@ video {
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-pan-x: ;
--tw-pan-y: ;
--tw-pinch-zoom: ;
--tw-pan-x: ;
--tw-pan-y: ;
--tw-pinch-zoom: ;
--tw-scroll-snap-strictness: proximity;
--tw-gradient-from-position: ;
--tw-gradient-via-position: ;
--tw-gradient-to-position: ;
--tw-ordinal: ;
--tw-slashed-zero: ;
--tw-numeric-figure: ;
--tw-numeric-spacing: ;
--tw-numeric-fraction: ;
--tw-ring-inset: ;
--tw-gradient-from-position: ;
--tw-gradient-via-position: ;
--tw-gradient-to-position: ;
--tw-ordinal: ;
--tw-slashed-zero: ;
--tw-numeric-figure: ;
--tw-numeric-spacing: ;
--tw-numeric-fraction: ;
--tw-ring-inset: ;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgb(59 130 246 / 0.5);
@ -532,24 +532,24 @@ video {
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
--tw-blur: ;
--tw-brightness: ;
--tw-contrast: ;
--tw-grayscale: ;
--tw-hue-rotate: ;
--tw-invert: ;
--tw-saturate: ;
--tw-sepia: ;
--tw-drop-shadow: ;
--tw-backdrop-blur: ;
--tw-backdrop-brightness: ;
--tw-backdrop-contrast: ;
--tw-backdrop-grayscale: ;
--tw-backdrop-hue-rotate: ;
--tw-backdrop-invert: ;
--tw-backdrop-opacity: ;
--tw-backdrop-saturate: ;
--tw-backdrop-sepia: ;
--tw-blur: ;
--tw-brightness: ;
--tw-contrast: ;
--tw-grayscale: ;
--tw-hue-rotate: ;
--tw-invert: ;
--tw-saturate: ;
--tw-sepia: ;
--tw-drop-shadow: ;
--tw-backdrop-blur: ;
--tw-backdrop-brightness: ;
--tw-backdrop-contrast: ;
--tw-backdrop-grayscale: ;
--tw-backdrop-hue-rotate: ;
--tw-backdrop-invert: ;
--tw-backdrop-opacity: ;
--tw-backdrop-saturate: ;
--tw-backdrop-sepia: ;
}
.container {
@ -734,8 +734,8 @@ video {
.shadow-md {
--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
0 2px 4px -2px var(--tw-shadow-color);
--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px
var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
var(--tw-shadow);
}

Просмотреть файл

@ -46,7 +46,7 @@
"fluid-framework": "workspace:~"
},
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@cerner/duplicate-package-checker-webpack-plugin": "~2.3.0",
"@fluid-tools/version-tools": "^0.49.0",
"@fluidframework/build-common": "^2.0.3",

Просмотреть файл

@ -79,7 +79,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.16.4",
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluid-tools/build-cli": "^0.49.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.49.0",

Просмотреть файл

@ -84,7 +84,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.16.4",
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluid-tools/build-cli": "^0.49.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.49.0",

Просмотреть файл

@ -114,7 +114,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.16.4",
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluid-internal/mocha-test-setup": "workspace:~",
"@fluid-tools/build-cli": "^0.49.0",
"@fluidframework/build-common": "^2.0.3",

Просмотреть файл

@ -143,10 +143,10 @@ const makeAfterMiddlewares = (
options.tenantSecret =
options.mode === "docker"
? options.tenantSecret ??
? (options.tenantSecret ??
config.get("fluid:webpack:docker:tenantSecret") ??
"create-new-tenants-if-going-to-production"
: options.tenantSecret ?? config.get("fluid:webpack:tenantSecret");
"create-new-tenants-if-going-to-production")
: (options.tenantSecret ?? config.get("fluid:webpack:tenantSecret"));
if (options.mode === "r11s") {
options.discoveryEndpoint =

Просмотреть файл

@ -52,7 +52,7 @@
"style-loader": "^4.0.0"
},
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluid-tools/build-cli": "^0.49.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.49.0",

Просмотреть файл

@ -61,7 +61,7 @@
"uuid": "^9.0.0"
},
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluid-tools/build-cli": "^0.49.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.49.0",

Просмотреть файл

@ -63,7 +63,7 @@
"uuid": "^9.0.0"
},
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluid-tools/build-cli": "^0.49.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.49.0",

Просмотреть файл

@ -60,7 +60,7 @@
"uuid": "^9.0.0"
},
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluid-tools/build-cli": "^0.49.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.49.0",

Просмотреть файл

@ -48,7 +48,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluid-tools/build-cli": "^0.49.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.49.0",

Просмотреть файл

@ -48,7 +48,7 @@
"style-loader": "^4.0.0"
},
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluid-tools/build-cli": "^0.49.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.49.0",

Просмотреть файл

@ -49,7 +49,7 @@
"vue": "~3.4.21"
},
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluid-tools/build-cli": "^0.49.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.49.0",

Просмотреть файл

@ -92,7 +92,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.16.4",
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluid-internal/mocha-test-setup": "workspace:~",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.49.0",

Просмотреть файл

@ -943,43 +943,40 @@ import {
});
});
describe(
"@bugfix Local templates with 'abstract' properties fail validation " +
"with remote one.",
() => {
describe("pass: deep equal between no properties and an empty properties array", () => {
let templateArray = {
typeid: "SimpleTest:Shape-1.0.0",
properties: [],
};
let templateAbstract = {
typeid: "SimpleTest:Shape-1.0.0",
describe("@bugfix Local templates with 'abstract' properties fail validation " +
"with remote one.", () => {
describe("pass: deep equal between no properties and an empty properties array", () => {
let templateArray = {
typeid: "SimpleTest:Shape-1.0.0",
properties: [],
};
let templateAbstract = {
typeid: "SimpleTest:Shape-1.0.0",
};
it("source is abstract and target is an empty properties array", function () {
let expectations = function (result) {
expect(result).property("isValid", true);
expect(result.errors).to.be.empty;
expect(result.warnings).to.be.empty;
return result;
};
it("source is abstract and target is an empty properties array", function () {
let expectations = function (result) {
expect(result).property("isValid", true);
expect(result.errors).to.be.empty;
expect(result.warnings).to.be.empty;
return result;
};
return validate(expectations, templateAbstract, templateArray);
});
it("target is abstract and source is an empty properties array", function () {
let expectations = function (result) {
expect(result).property("isValid", true);
expect(result.errors).to.be.empty;
expect(result.warnings).to.be.empty;
return result;
};
return validate(expectations, templateArray, templateAbstract);
});
return validate(expectations, templateAbstract, templateArray);
});
},
);
it("target is abstract and source is an empty properties array", function () {
let expectations = function (result) {
expect(result).property("isValid", true);
expect(result.errors).to.be.empty;
expect(result.warnings).to.be.empty;
return result;
};
return validate(expectations, templateArray, templateAbstract);
});
});
});
});
describe("Constants", function () {

Просмотреть файл

@ -70,7 +70,7 @@
"traverse": "0.6.6"
},
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluid-internal/mocha-test-setup": "workspace:~",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.49.0",

Просмотреть файл

@ -76,7 +76,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.16.4",
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluid-experimental/property-common": "workspace:~",
"@fluid-internal/mocha-test-setup": "workspace:~",
"@fluid-private/test-drivers": "workspace:~",

Просмотреть файл

@ -75,7 +75,7 @@
"underscore": "^1.13.6"
},
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluid-internal/mocha-test-setup": "workspace:~",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.49.0",

Просмотреть файл

@ -3630,6 +3630,7 @@ describe("Template registration", function () {
myPropertyFactory._registerRemoteTemplate(ColorID["1-0-0"].original, generateGUID());
});
// biome-ignore format: https://github.com/biomejs/biome/issues/4202
it(
"should pass when registering a versioned remote template that exists" +
" in the local registry but is the same from what is locally registered",
@ -3645,6 +3646,7 @@ describe("Template registration", function () {
},
);
// biome-ignore format: https://github.com/biomejs/biome/issues/4202
it(
"should fail when registering a versioned remote template that exists" +
" in the local registry but differs from what is locally registered",
@ -4163,6 +4165,7 @@ describe("inheritsFrom() method", () => {
expect(result).to.be.true;
});
// biome-ignore format: https://github.com/biomejs/biome/issues/4202
it(
"should recognize that the test set that inherits from NamedNodeProperty" +
" also inherits from AbstractStaticCollectionProperty",

Просмотреть файл

@ -100,7 +100,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.16.4",
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@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:~",

Просмотреть файл

@ -94,7 +94,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.16.4",
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluid-internal/mocha-test-setup": "workspace:~",
"@fluid-private/test-dds-utils": "workspace:~",
"@fluid-tools/build-cli": "^0.49.0",

Просмотреть файл

@ -253,8 +253,7 @@ describe("SharedOT", () => {
if (now - lastStatus > 5000) {
process.stdout.write(
`Stress loop: ${iterations} iterations completed - Total Elapsed: ${(
(Date.now() - start) /
1000
(Date.now() - start) / 1000
).toFixed(2)}s\n`,
);
lastStatus = now;

Просмотреть файл

@ -94,7 +94,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.16.4",
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluid-internal/mocha-test-setup": "workspace:~",
"@fluid-private/test-dds-utils": "workspace:~",
"@fluid-tools/build-cli": "^0.49.0",

Просмотреть файл

@ -95,7 +95,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.16.4",
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluid-internal/mocha-test-setup": "workspace:~",
"@fluid-private/test-dds-utils": "workspace:~",
"@fluid-tools/build-cli": "^0.49.0",

Просмотреть файл

@ -92,7 +92,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.16.4",
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluid-internal/mocha-test-setup": "workspace:~",
"@fluid-private/stochastic-test-utils": "workspace:~",
"@fluid-private/test-drivers": "workspace:~",

Просмотреть файл

@ -1114,8 +1114,8 @@ export class IdCompressor {
if (key === inversionKey) {
return IdCompressor.isUnfinalizedOverride(compressionMapping)
? compressionMapping
: compressionMapping.associatedLocalId ??
(compressionMapping.originalOverridingFinal as SessionSpaceCompressedId);
: (compressionMapping.associatedLocalId ??
(compressionMapping.originalOverridingFinal as SessionSpaceCompressedId));
}
} else {
if (!isStable) {

Просмотреть файл

@ -181,7 +181,7 @@ export function setUpTestSharedTree(
factory = SharedTree.getFactory(writeFormat, options);
} else {
const options = {
summarizeHistory: summarizeHistory ?? true ? { uploadEditChunks: true } : false,
summarizeHistory: (summarizeHistory ?? true) ? { uploadEditChunks: true } : false,
attributionId,
};
factory = SharedTree.getFactory(writeFormat ?? WriteFormat.v0_1_1, options);
@ -330,7 +330,7 @@ export async function setUpLocalServerTestSharedTree(
factory = SharedTree.getFactory(writeFormat, options);
} else {
const options = {
summarizeHistory: summarizeHistory ?? true ? { uploadEditChunks: uploadEditChunks ?? true } : false,
summarizeHistory: (summarizeHistory ?? true) ? { uploadEditChunks: uploadEditChunks ?? true } : false,
attributionId,
};
factory = SharedTree.getFactory(writeFormat ?? WriteFormat.v0_1_1, options);

Просмотреть файл

@ -62,7 +62,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.16.4",
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluid-tools/build-cli": "^0.49.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.49.0",

Просмотреть файл

@ -62,7 +62,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.16.4",
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluid-tools/build-cli": "^0.49.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.49.0",

Просмотреть файл

@ -108,7 +108,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.16.4",
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluid-internal/mocha-test-setup": "workspace:~",
"@fluid-tools/build-cli": "^0.49.0",
"@fluidframework/build-common": "^2.0.3",

Просмотреть файл

@ -155,7 +155,7 @@
"temp-directory": "nyc/.nyc_output"
},
"devDependencies": {
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@changesets/cli": "^2.27.8",
"@fluid-private/changelog-generator-wrapper": "workspace:~",
"@fluid-tools/build-cli": "^0.49.0",

Просмотреть файл

@ -134,7 +134,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.16.4",
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluid-internal/client-utils-previous": "npm:@fluid-internal/client-utils@~2.3.0",
"@fluid-internal/mocha-test-setup": "workspace:~",
"@fluid-tools/build-cli": "^0.49.0",

Просмотреть файл

@ -98,7 +98,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.16.4",
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluid-tools/build-cli": "^0.49.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.49.0",

Просмотреть файл

@ -94,7 +94,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.16.4",
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluid-tools/build-cli": "^0.49.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.49.0",

Просмотреть файл

@ -118,7 +118,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.16.4",
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluid-internal/mocha-test-setup": "workspace:~",
"@fluid-tools/benchmark": "^0.50.0",
"@fluid-tools/build-cli": "^0.49.0",

Просмотреть файл

@ -93,7 +93,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.16.4",
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluid-tools/build-cli": "^0.49.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.49.0",

Просмотреть файл

@ -109,7 +109,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.16.4",
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluid-internal/mocha-test-setup": "workspace:~",
"@fluid-private/test-dds-utils": "workspace:~",
"@fluid-tools/build-cli": "^0.49.0",

Просмотреть файл

@ -127,7 +127,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.16.4",
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluid-internal/mocha-test-setup": "workspace:~",
"@fluid-tools/build-cli": "^0.49.0",
"@fluidframework/build-common": "^2.0.3",

Просмотреть файл

@ -96,7 +96,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.16.4",
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluid-internal/mocha-test-setup": "workspace:~",
"@fluid-tools/build-cli": "^0.49.0",
"@fluidframework/build-common": "^2.0.3",

Просмотреть файл

@ -137,7 +137,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.16.4",
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluid-internal/mocha-test-setup": "workspace:~",
"@fluid-private/stochastic-test-utils": "workspace:~",
"@fluid-private/test-dds-utils": "workspace:~",

Просмотреть файл

@ -140,7 +140,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.16.4",
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluid-internal/mocha-test-setup": "workspace:~",
"@fluid-private/stochastic-test-utils": "workspace:~",
"@fluid-private/test-dds-utils": "workspace:~",

Просмотреть файл

@ -671,8 +671,7 @@ for (const isSetCellPolicyFWW of [0, 2]) {
process.stdout.write(
`Stress loop: ${++iterations} iterations completed - Total Elapsed: ${(
(Date.now() - start) /
1000
(Date.now() - start) / 1000
).toFixed(2)}s\n`,
);
}

Просмотреть файл

@ -147,7 +147,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.16.4",
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluid-internal/mocha-test-setup": "workspace:~",
"@fluid-private/stochastic-test-utils": "workspace:~",
"@fluid-private/test-pairwise-generator": "workspace:~",

Просмотреть файл

@ -981,7 +981,7 @@ export class MergeTree {
private blockLength(node: MergeBlock, refSeq: number, clientId: number): number {
return this.collabWindow.collaborating && clientId !== this.collabWindow.clientId
? node.partialLengths!.getPartialLength(refSeq, clientId)
: node.cachedLength ?? 0;
: (node.cachedLength ?? 0);
}
/**
@ -1678,7 +1678,7 @@ export class MergeTree {
// possible seq, as the highest is reserved for the previous.
const newSeq = seq === UnassignedSequenceNumber ? Number.MAX_SAFE_INTEGER : seq;
const segSeq =
node.seq === UnassignedSequenceNumber ? Number.MAX_SAFE_INTEGER - 1 : node.seq ?? 0;
node.seq === UnassignedSequenceNumber ? Number.MAX_SAFE_INTEGER - 1 : (node.seq ?? 0);
return (
newSeq > segSeq ||

Просмотреть файл

@ -130,7 +130,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.16.4",
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluid-internal/mocha-test-setup": "workspace:~",
"@fluid-private/test-dds-utils": "workspace:~",
"@fluid-tools/build-cli": "^0.49.0",

Просмотреть файл

@ -95,7 +95,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.16.4",
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluid-internal/mocha-test-setup": "workspace:~",
"@fluid-private/test-dds-utils": "workspace:~",
"@fluid-tools/build-cli": "^0.49.0",

Просмотреть файл

@ -128,7 +128,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.16.4",
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluid-internal/mocha-test-setup": "workspace:~",
"@fluid-private/test-dds-utils": "workspace:~",
"@fluid-tools/build-cli": "^0.49.0",

Просмотреть файл

@ -150,7 +150,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.16.4",
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluid-internal/mocha-test-setup": "workspace:~",
"@fluid-private/stochastic-test-utils": "workspace:~",
"@fluid-private/test-dds-utils": "workspace:~",

Просмотреть файл

@ -200,8 +200,8 @@ export class Interval implements ISerializableInterval {
);
}
const startPos = typeof start === "number" ? start : start?.pos ?? this.start;
const endPos = typeof end === "number" ? end : end?.pos ?? this.end;
const startPos = typeof start === "number" ? start : (start?.pos ?? this.start);
const endPos = typeof end === "number" ? end : (end?.pos ?? this.end);
if (this.start === startPos && this.end === endPos) {
// Return undefined to indicate that no change is necessary.

Просмотреть файл

@ -498,7 +498,7 @@ export abstract class SharedSegmentSequence<T extends ISegment>
const getMinInFlightRefSeq = () => this.inFlightRefSeqs.get(0);
this.guardReentrancy =
dataStoreRuntime.options.sharedStringPreventReentrancy ?? true
(dataStoreRuntime.options.sharedStringPreventReentrancy ?? true)
? ensureNoReentrancy
: createReentrancyDetector((depth) => {
if (totalReentrancyLogs > 0) {

Просмотреть файл

@ -133,7 +133,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.16.4",
"@biomejs/biome": "~1.8.3",
"@biomejs/biome": "~1.9.3",
"@fluid-internal/mocha-test-setup": "workspace:~",
"@fluid-private/test-pairwise-generator": "workspace:~",
"@fluid-tools/build-cli": "^0.49.0",

Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше