@fluid-experimental/odsp-end-to-end-tests 2.70.0 → 2.72.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/.eslintrc.cjs CHANGED
@@ -8,7 +8,7 @@ module.exports = {
8
8
  rules: {
9
9
  "prefer-arrow-callback": "off",
10
10
  "@typescript-eslint/strict-boolean-expressions": "off", // requires strictNullChecks=true in tsconfig
11
- "import/namespace": "off",
11
+ "import-x/namespace": "off",
12
12
 
13
13
  // #region TODO: remove these once this config has been updated to use our "recommended" base instead of our deprecated minimal one.
14
14
  "@typescript-eslint/consistent-type-exports": [
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @fluid-experimental/odsp-end-to-end-tests
2
2
 
3
+ ## 2.72.0
4
+
5
+ Dependency updates only.
6
+
7
+ ## 2.71.0
8
+
9
+ Dependency updates only.
10
+
3
11
  ## 2.70.0
4
12
 
5
13
  Dependency updates only.
@@ -133,7 +141,6 @@ Dependency updates only.
133
141
  ### Minor Changes
134
142
 
135
143
  - Rename `AzureMember.userName` to `AzureMember.name` and `IMember.userId` to `IMember.id` [96872186d0](https://github.com/microsoft/FluidFramework/commit/96872186d0d0f245c1fece7d19b3743e501679b6)
136
-
137
144
  1. Renamed `AzureMember.userName` to `AzureMember.name` to establish uniform naming across odsp-client and azure-client.
138
145
  2. Renamed `IMember.userId` to `IMember.id` to align with the properties received from AFR.
139
146
 
@@ -148,7 +155,6 @@ Dependency updates only.
148
155
  TypeScript types and implementation code.
149
156
 
150
157
  This means that using Fluid Framework packages require the following TypeScript settings in tsconfig.json:
151
-
152
158
  - `"moduleResolution": "Node16"` with `"module": "Node16"`
153
159
  - `"moduleResolution": "Bundler"` with `"module": "ESNext"`
154
160
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-experimental/odsp-end-to-end-tests",
3
- "version": "2.70.0",
3
+ "version": "2.72.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.70.0",
37
- "@fluid-private/test-version-utils": "~2.70.0",
38
- "@fluidframework/aqueduct": "~2.70.0",
39
- "@fluidframework/container-definitions": "~2.70.0",
40
- "@fluidframework/container-loader": "~2.70.0",
41
- "@fluidframework/core-interfaces": "~2.70.0",
42
- "@fluidframework/counter": "~2.70.0",
43
- "@fluidframework/fluid-static": "~2.70.0",
44
- "@fluidframework/map": "~2.70.0",
45
- "@fluidframework/matrix": "~2.70.0",
46
- "@fluidframework/odsp-client": "~2.70.0",
47
- "@fluidframework/odsp-doclib-utils": "~2.70.0",
48
- "@fluidframework/odsp-driver-definitions": "~2.70.0",
49
- "@fluidframework/sequence": "~2.70.0",
50
- "@fluidframework/telemetry-utils": "~2.70.0",
51
- "@fluidframework/test-utils": "~2.70.0",
36
+ "@fluid-internal/mocha-test-setup": "~2.72.0",
37
+ "@fluid-private/test-version-utils": "~2.72.0",
38
+ "@fluidframework/aqueduct": "~2.72.0",
39
+ "@fluidframework/container-definitions": "~2.72.0",
40
+ "@fluidframework/container-loader": "~2.72.0",
41
+ "@fluidframework/core-interfaces": "~2.72.0",
42
+ "@fluidframework/counter": "~2.72.0",
43
+ "@fluidframework/fluid-static": "~2.72.0",
44
+ "@fluidframework/map": "~2.72.0",
45
+ "@fluidframework/matrix": "~2.72.0",
46
+ "@fluidframework/odsp-client": "~2.72.0",
47
+ "@fluidframework/odsp-doclib-utils": "~2.72.0",
48
+ "@fluidframework/odsp-driver-definitions": "~2.72.0",
49
+ "@fluidframework/sequence": "~2.72.0",
50
+ "@fluidframework/telemetry-utils": "~2.72.0",
51
+ "@fluidframework/test-utils": "~2.72.0",
52
52
  "@types/sinon": "^17.0.3",
53
53
  "mocha": "^10.8.2",
54
54
  "mocha-multi-reporters": "^1.5.1",
@@ -58,8 +58,8 @@
58
58
  "devDependencies": {
59
59
  "@biomejs/biome": "~1.9.3",
60
60
  "@fluidframework/build-common": "^2.0.3",
61
- "@fluidframework/build-tools": "^0.58.3",
62
- "@fluidframework/eslint-config-fluid": "^6.1.0",
61
+ "@fluidframework/build-tools": "^0.60.0",
62
+ "@fluidframework/eslint-config-fluid": "~2.72.0",
63
63
  "@types/mocha": "^10.0.10",
64
64
  "@types/nock": "^9.3.0",
65
65
  "@types/node": "^18.19.0",
@@ -89,8 +89,8 @@
89
89
  "check:biome": "biome check .",
90
90
  "check:format": "npm run check:biome",
91
91
  "clean": "rimraf --glob dist lib \"**/*.tsbuildinfo\" \"**/*.build.log\" nyc",
92
- "eslint": "eslint --format stylish src",
93
- "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
92
+ "eslint": "eslint --quiet --format stylish src",
93
+ "eslint:fix": "eslint --quiet --format stylish src --fix --fix-type problem,suggestion,layout",
94
94
  "format": "npm run format:biome",
95
95
  "format:biome": "biome check . --write",
96
96
  "lint": "fluid-build . --task lint",