@fluid-experimental/odsp-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 CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluid-experimental/odsp-end-to-end-tests
2
2
 
3
+ ## 2.82.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.81.0
4
8
 
5
9
  Dependency updates only.
package/eslint.config.mts CHANGED
@@ -35,6 +35,9 @@ const config: Linter.Config[] = [
35
35
  },
36
36
  },
37
37
  {
38
+ // Override @typescript-eslint/parser to use explicit project list instead of projectService.
39
+ // This is a test-only package without a root tsconfig.json, so typescript-eslint's
40
+ // projectService can't auto-discover the project configuration.
38
41
  files: ["**/*.ts", "**/*.tsx", "**/*.mts", "**/*.cts"],
39
42
  languageOptions: {
40
43
  parserOptions: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-experimental/odsp-end-to-end-tests",
3
- "version": "2.81.1",
3
+ "version": "2.82.0",
4
4
  "description": "Odsp client end to end tests",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -33,22 +33,22 @@
33
33
  "temp-directory": "nyc/.nyc_output"
34
34
  },
35
35
  "dependencies": {
36
- "@fluid-internal/mocha-test-setup": "~2.81.1",
37
- "@fluid-private/test-version-utils": "~2.81.1",
38
- "@fluidframework/aqueduct": "~2.81.1",
39
- "@fluidframework/container-definitions": "~2.81.1",
40
- "@fluidframework/container-loader": "~2.81.1",
41
- "@fluidframework/core-interfaces": "~2.81.1",
42
- "@fluidframework/counter": "~2.81.1",
43
- "@fluidframework/fluid-static": "~2.81.1",
44
- "@fluidframework/map": "~2.81.1",
45
- "@fluidframework/matrix": "~2.81.1",
46
- "@fluidframework/odsp-client": "~2.81.1",
47
- "@fluidframework/odsp-doclib-utils": "~2.81.1",
48
- "@fluidframework/odsp-driver-definitions": "~2.81.1",
49
- "@fluidframework/sequence": "~2.81.1",
50
- "@fluidframework/telemetry-utils": "~2.81.1",
51
- "@fluidframework/test-utils": "~2.81.1",
36
+ "@fluid-internal/mocha-test-setup": "~2.82.0",
37
+ "@fluid-private/test-version-utils": "~2.82.0",
38
+ "@fluidframework/aqueduct": "~2.82.0",
39
+ "@fluidframework/container-definitions": "~2.82.0",
40
+ "@fluidframework/container-loader": "~2.82.0",
41
+ "@fluidframework/core-interfaces": "~2.82.0",
42
+ "@fluidframework/counter": "~2.82.0",
43
+ "@fluidframework/fluid-static": "~2.82.0",
44
+ "@fluidframework/map": "~2.82.0",
45
+ "@fluidframework/matrix": "~2.82.0",
46
+ "@fluidframework/odsp-client": "~2.82.0",
47
+ "@fluidframework/odsp-doclib-utils": "~2.82.0",
48
+ "@fluidframework/odsp-driver-definitions": "~2.82.0",
49
+ "@fluidframework/sequence": "~2.82.0",
50
+ "@fluidframework/telemetry-utils": "~2.82.0",
51
+ "@fluidframework/test-utils": "~2.82.0",
52
52
  "@types/sinon": "^17.0.3",
53
53
  "mocha": "^10.8.2",
54
54
  "mocha-multi-reporters": "^1.5.1",
@@ -59,10 +59,10 @@
59
59
  "@biomejs/biome": "~1.9.3",
60
60
  "@fluidframework/build-common": "^2.0.3",
61
61
  "@fluidframework/build-tools": "^0.63.0",
62
- "@fluidframework/eslint-config-fluid": "~2.81.1",
62
+ "@fluidframework/eslint-config-fluid": "~2.82.0",
63
63
  "@types/mocha": "^10.0.10",
64
64
  "@types/nock": "^9.3.0",
65
- "@types/node": "^18.19.0",
65
+ "@types/node": "~20.19.30",
66
66
  "c8": "^10.1.3",
67
67
  "cross-env": "^10.1.0",
68
68
  "eslint": "~9.39.1",
package/biome.jsonc DELETED
@@ -1,4 +0,0 @@
1
- {
2
- "$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
3
- "extends": ["../../../../biome.jsonc"]
4
- }