@fluid-internal/mocha-test-setup 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/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @fluid-internal/mocha-test-setup
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.
@@ -139,7 +147,6 @@ Dependency updates only.
139
147
  TypeScript types and implementation code.
140
148
 
141
149
  This means that using Fluid Framework packages require the following TypeScript settings in tsconfig.json:
142
-
143
150
  - `"moduleResolution": "Node16"` with `"module": "Node16"`
144
151
  - `"moduleResolution": "Bundler"` with `"module": "ESNext"`
145
152
 
@@ -176,7 +183,6 @@ Dependency updates only.
176
183
  Several FluidStatic classes were unnecessarily exposed. They have been replaced with creation functions. This helps us
177
184
  keep implementations decoupled from usage which is easier to maintain and extend. It has very minimal impact on the
178
185
  public surface area of downstream packages. The deprecated classes are as follows:
179
-
180
186
  - `AzureAudience` (use `IAzureAudience` instead)
181
187
  - `TinyliciousAudience` (use `ITinyliciousAudience` instead)
182
188
  - `DOProviderContainerRuntimeFactory`
@@ -219,7 +225,6 @@ Dependency updates only.
219
225
 
220
226
  The **@fluidframework/common-definitions** package is being deprecated, so the following interfaces and types are now
221
227
  imported from the **@fluidframework/core-interfaces** package:
222
-
223
228
  - interface IDisposable
224
229
  - interface IErrorEvent
225
230
  - interface IErrorEvent
@@ -5,5 +5,5 @@
5
5
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
6
6
  */
7
7
  export declare const pkgName = "@fluid-internal/mocha-test-setup";
8
- export declare const pkgVersion = "2.70.0";
8
+ export declare const pkgVersion = "2.72.0";
9
9
  //# sourceMappingURL=packageVersion.d.ts.map
@@ -8,5 +8,5 @@
8
8
  Object.defineProperty(exports, "__esModule", { value: true });
9
9
  exports.pkgVersion = exports.pkgName = void 0;
10
10
  exports.pkgName = "@fluid-internal/mocha-test-setup";
11
- exports.pkgVersion = "2.70.0";
11
+ exports.pkgVersion = "2.72.0";
12
12
  //# sourceMappingURL=packageVersion.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,kCAAkC,CAAC;AAC7C,QAAA,UAAU,GAAG,QAAQ,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluid-internal/mocha-test-setup\";\nexport const pkgVersion = \"2.70.0\";\n"]}
1
+ {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,kCAAkC,CAAC;AAC7C,QAAA,UAAU,GAAG,QAAQ,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluid-internal/mocha-test-setup\";\nexport const pkgVersion = \"2.72.0\";\n"]}
@@ -5,5 +5,5 @@
5
5
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
6
6
  */
7
7
  export declare const pkgName = "@fluid-internal/mocha-test-setup";
8
- export declare const pkgVersion = "2.70.0";
8
+ export declare const pkgVersion = "2.72.0";
9
9
  //# sourceMappingURL=packageVersion.d.ts.map
@@ -5,5 +5,5 @@
5
5
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
6
6
  */
7
7
  export const pkgName = "@fluid-internal/mocha-test-setup";
8
- export const pkgVersion = "2.70.0";
8
+ export const pkgVersion = "2.72.0";
9
9
  //# sourceMappingURL=packageVersion.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,kCAAkC,CAAC;AAC1D,MAAM,CAAC,MAAM,UAAU,GAAG,QAAQ,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluid-internal/mocha-test-setup\";\nexport const pkgVersion = \"2.70.0\";\n"]}
1
+ {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,kCAAkC,CAAC;AAC1D,MAAM,CAAC,MAAM,UAAU,GAAG,QAAQ,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluid-internal/mocha-test-setup\";\nexport const pkgVersion = \"2.72.0\";\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-internal/mocha-test-setup",
3
- "version": "2.70.0",
3
+ "version": "2.72.0",
4
4
  "description": "Utilities for Fluid tests",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -30,18 +30,18 @@
30
30
  "main": "dist/index.js",
31
31
  "types": "dist/index.d.ts",
32
32
  "dependencies": {
33
- "@fluid-internal/test-driver-definitions": "~2.70.0",
34
- "@fluidframework/core-interfaces": "~2.70.0",
33
+ "@fluid-internal/test-driver-definitions": "~2.72.0",
34
+ "@fluidframework/core-interfaces": "~2.72.0",
35
35
  "mocha": "^10.8.2",
36
36
  "source-map-support": "^0.5.21"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@arethetypeswrong/cli": "^0.17.1",
40
40
  "@biomejs/biome": "~1.9.3",
41
- "@fluid-tools/build-cli": "^0.58.3",
41
+ "@fluid-tools/build-cli": "^0.60.0",
42
42
  "@fluidframework/build-common": "^2.0.3",
43
- "@fluidframework/build-tools": "^0.58.3",
44
- "@fluidframework/eslint-config-fluid": "^6.1.0",
43
+ "@fluidframework/build-tools": "^0.60.0",
44
+ "@fluidframework/eslint-config-fluid": "~2.72.0",
45
45
  "@microsoft/api-extractor": "7.52.11",
46
46
  "@types/mocha": "^10.0.10",
47
47
  "@types/node": "^18.19.0",
@@ -71,8 +71,8 @@
71
71
  "check:format": "npm run check:biome",
72
72
  "ci:build:docs": "api-extractor run",
73
73
  "clean": "rimraf --glob dist lib \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp",
74
- "eslint": "eslint --format stylish src",
75
- "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
74
+ "eslint": "eslint --quiet --format stylish src",
75
+ "eslint:fix": "eslint --quiet --format stylish src --fix --fix-type problem,suggestion,layout",
76
76
  "format": "npm run format:biome",
77
77
  "format:biome": "biome check . --write",
78
78
  "lint": "fluid-build . --task lint",
@@ -6,4 +6,4 @@
6
6
  */
7
7
 
8
8
  export const pkgName = "@fluid-internal/mocha-test-setup";
9
- export const pkgVersion = "2.70.0";
9
+ export const pkgVersion = "2.72.0";