@fluidframework/azure-end-to-end-tests 2.81.1 → 2.82.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/eslint.config.mts +3 -0
- package/package.json +25 -25
- package/biome.jsonc +0 -4
package/CHANGELOG.md
CHANGED
package/eslint.config.mts
CHANGED
|
@@ -54,6 +54,9 @@ const config: Linter.Config[] = [
|
|
|
54
54
|
},
|
|
55
55
|
},
|
|
56
56
|
{
|
|
57
|
+
// Override @typescript-eslint/parser to use explicit project list instead of projectService.
|
|
58
|
+
// This is a test-only package without a root tsconfig.json, so typescript-eslint's
|
|
59
|
+
// projectService can't auto-discover the project configuration.
|
|
57
60
|
files: ["**/*.ts", "**/*.tsx", "**/*.mts", "**/*.cts"],
|
|
58
61
|
languageOptions: {
|
|
59
62
|
parserOptions: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/azure-end-to-end-tests",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.82.0",
|
|
4
4
|
"description": "Azure client end to end tests",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -33,29 +33,29 @@
|
|
|
33
33
|
"temp-directory": "nyc/.nyc_output"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@fluid-experimental/data-objects": "~2.
|
|
37
|
-
"@fluid-internal/client-utils": "~2.
|
|
38
|
-
"@fluid-internal/mocha-test-setup": "~2.
|
|
39
|
-
"@fluid-private/test-version-utils": "~2.
|
|
40
|
-
"@fluidframework/aqueduct": "~2.
|
|
41
|
-
"@fluidframework/azure-client": "~2.
|
|
36
|
+
"@fluid-experimental/data-objects": "~2.82.0",
|
|
37
|
+
"@fluid-internal/client-utils": "~2.82.0",
|
|
38
|
+
"@fluid-internal/mocha-test-setup": "~2.82.0",
|
|
39
|
+
"@fluid-private/test-version-utils": "~2.82.0",
|
|
40
|
+
"@fluidframework/aqueduct": "~2.82.0",
|
|
41
|
+
"@fluidframework/azure-client": "~2.82.0",
|
|
42
42
|
"@fluidframework/azure-client-legacy": "npm:@fluidframework/azure-client@^1.2.0",
|
|
43
|
-
"@fluidframework/container-definitions": "~2.
|
|
44
|
-
"@fluidframework/container-loader": "~2.
|
|
45
|
-
"@fluidframework/core-interfaces": "~2.
|
|
46
|
-
"@fluidframework/counter": "~2.
|
|
47
|
-
"@fluidframework/datastore-definitions": "~2.
|
|
48
|
-
"@fluidframework/fluid-static": "~2.
|
|
49
|
-
"@fluidframework/map": "~2.
|
|
43
|
+
"@fluidframework/container-definitions": "~2.82.0",
|
|
44
|
+
"@fluidframework/container-loader": "~2.82.0",
|
|
45
|
+
"@fluidframework/core-interfaces": "~2.82.0",
|
|
46
|
+
"@fluidframework/counter": "~2.82.0",
|
|
47
|
+
"@fluidframework/datastore-definitions": "~2.82.0",
|
|
48
|
+
"@fluidframework/fluid-static": "~2.82.0",
|
|
49
|
+
"@fluidframework/map": "~2.82.0",
|
|
50
50
|
"@fluidframework/map-legacy": "npm:@fluidframework/map@^1.4.0",
|
|
51
|
-
"@fluidframework/matrix": "~2.
|
|
52
|
-
"@fluidframework/presence": "~2.
|
|
53
|
-
"@fluidframework/runtime-definitions": "~2.
|
|
54
|
-
"@fluidframework/sequence": "~2.
|
|
55
|
-
"@fluidframework/telemetry-utils": "~2.
|
|
56
|
-
"@fluidframework/test-runtime-utils": "~2.
|
|
57
|
-
"@fluidframework/test-utils": "~2.
|
|
58
|
-
"@fluidframework/tree": "~2.
|
|
51
|
+
"@fluidframework/matrix": "~2.82.0",
|
|
52
|
+
"@fluidframework/presence": "~2.82.0",
|
|
53
|
+
"@fluidframework/runtime-definitions": "~2.82.0",
|
|
54
|
+
"@fluidframework/sequence": "~2.82.0",
|
|
55
|
+
"@fluidframework/telemetry-utils": "~2.82.0",
|
|
56
|
+
"@fluidframework/test-runtime-utils": "~2.82.0",
|
|
57
|
+
"@fluidframework/test-utils": "~2.82.0",
|
|
58
|
+
"@fluidframework/tree": "~2.82.0",
|
|
59
59
|
"cross-env": "^10.1.0",
|
|
60
60
|
"mocha": "^10.8.2",
|
|
61
61
|
"mocha-multi-reporters": "^1.5.1",
|
|
@@ -68,11 +68,11 @@
|
|
|
68
68
|
"@biomejs/biome": "~1.9.3",
|
|
69
69
|
"@fluidframework/build-common": "^2.0.3",
|
|
70
70
|
"@fluidframework/build-tools": "^0.63.0",
|
|
71
|
-
"@fluidframework/driver-definitions": "~2.
|
|
72
|
-
"@fluidframework/eslint-config-fluid": "~2.
|
|
71
|
+
"@fluidframework/driver-definitions": "~2.82.0",
|
|
72
|
+
"@fluidframework/eslint-config-fluid": "~2.82.0",
|
|
73
73
|
"@types/mocha": "^10.0.10",
|
|
74
74
|
"@types/nock": "^9.3.0",
|
|
75
|
-
"@types/node": "
|
|
75
|
+
"@types/node": "~20.19.30",
|
|
76
76
|
"@types/sinon": "^17.0.3",
|
|
77
77
|
"c8": "^10.1.3",
|
|
78
78
|
"eslint": "~9.39.1",
|
package/biome.jsonc
DELETED