@fluid-experimental/odsp-end-to-end-tests 2.71.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,9 @@
1
1
  # @fluid-experimental/odsp-end-to-end-tests
2
2
 
3
+ ## 2.72.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.71.0
4
8
 
5
9
  Dependency updates only.
@@ -137,7 +141,6 @@ Dependency updates only.
137
141
  ### Minor Changes
138
142
 
139
143
  - Rename `AzureMember.userName` to `AzureMember.name` and `IMember.userId` to `IMember.id` [96872186d0](https://github.com/microsoft/FluidFramework/commit/96872186d0d0f245c1fece7d19b3743e501679b6)
140
-
141
144
  1. Renamed `AzureMember.userName` to `AzureMember.name` to establish uniform naming across odsp-client and azure-client.
142
145
  2. Renamed `IMember.userId` to `IMember.id` to align with the properties received from AFR.
143
146
 
@@ -152,7 +155,6 @@ Dependency updates only.
152
155
  TypeScript types and implementation code.
153
156
 
154
157
  This means that using Fluid Framework packages require the following TypeScript settings in tsconfig.json:
155
-
156
158
  - `"moduleResolution": "Node16"` with `"module": "Node16"`
157
159
  - `"moduleResolution": "Bundler"` with `"module": "ESNext"`
158
160
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-experimental/odsp-end-to-end-tests",
3
- "version": "2.71.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.71.0",
37
- "@fluid-private/test-version-utils": "~2.71.0",
38
- "@fluidframework/aqueduct": "~2.71.0",
39
- "@fluidframework/container-definitions": "~2.71.0",
40
- "@fluidframework/container-loader": "~2.71.0",
41
- "@fluidframework/core-interfaces": "~2.71.0",
42
- "@fluidframework/counter": "~2.71.0",
43
- "@fluidframework/fluid-static": "~2.71.0",
44
- "@fluidframework/map": "~2.71.0",
45
- "@fluidframework/matrix": "~2.71.0",
46
- "@fluidframework/odsp-client": "~2.71.0",
47
- "@fluidframework/odsp-doclib-utils": "~2.71.0",
48
- "@fluidframework/odsp-driver-definitions": "~2.71.0",
49
- "@fluidframework/sequence": "~2.71.0",
50
- "@fluidframework/telemetry-utils": "~2.71.0",
51
- "@fluidframework/test-utils": "~2.71.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": "^7.0.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",