@fluidframework/aqueduct 2.74.0-370705 → 2.80.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
  # @fluidframework/aqueduct
2
2
 
3
+ ## 2.80.0
4
+
5
+ Dependency updates only.
6
+
7
+ ## 2.74.0
8
+
9
+ Dependency updates only.
10
+
3
11
  ## 2.73.0
4
12
 
5
13
  Dependency updates only.
@@ -0,0 +1,18 @@
1
+ /* eslint-disable */
2
+ /**
3
+ * GENERATED FILE - DO NOT EDIT DIRECTLY.
4
+ * To regenerate: pnpm tsx scripts/generate-flat-eslint-configs.ts --typescript
5
+ */
6
+ import type { Linter } from "eslint";
7
+ import { strict } from "../../../common/build/eslint-config-fluid/flat.mts";
8
+
9
+ const config: Linter.Config[] = [
10
+ ...strict,
11
+ {
12
+ rules: {
13
+ "@typescript-eslint/strict-boolean-expressions": "off",
14
+ },
15
+ },
16
+ ];
17
+
18
+ export default config;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/aqueduct",
3
- "version": "2.74.0-370705",
3
+ "version": "2.80.0",
4
4
  "description": "A set of implementations for Fluid Framework interfaces.",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -69,43 +69,44 @@
69
69
  "temp-directory": "nyc/.nyc_output"
70
70
  },
71
71
  "dependencies": {
72
- "@fluid-internal/client-utils": "2.74.0-370705",
73
- "@fluidframework/container-definitions": "2.74.0-370705",
74
- "@fluidframework/container-runtime": "2.74.0-370705",
75
- "@fluidframework/container-runtime-definitions": "2.74.0-370705",
76
- "@fluidframework/core-interfaces": "2.74.0-370705",
77
- "@fluidframework/core-utils": "2.74.0-370705",
78
- "@fluidframework/datastore": "2.74.0-370705",
79
- "@fluidframework/datastore-definitions": "2.74.0-370705",
80
- "@fluidframework/map": "2.74.0-370705",
81
- "@fluidframework/request-handler": "2.74.0-370705",
82
- "@fluidframework/runtime-definitions": "2.74.0-370705",
83
- "@fluidframework/runtime-utils": "2.74.0-370705",
84
- "@fluidframework/shared-object-base": "2.74.0-370705",
85
- "@fluidframework/synthesize": "2.74.0-370705",
86
- "@fluidframework/telemetry-utils": "2.74.0-370705",
87
- "@fluidframework/tree": "2.74.0-370705"
72
+ "@fluid-internal/client-utils": "~2.80.0",
73
+ "@fluidframework/container-definitions": "~2.80.0",
74
+ "@fluidframework/container-runtime": "~2.80.0",
75
+ "@fluidframework/container-runtime-definitions": "~2.80.0",
76
+ "@fluidframework/core-interfaces": "~2.80.0",
77
+ "@fluidframework/core-utils": "~2.80.0",
78
+ "@fluidframework/datastore": "~2.80.0",
79
+ "@fluidframework/datastore-definitions": "~2.80.0",
80
+ "@fluidframework/map": "~2.80.0",
81
+ "@fluidframework/request-handler": "~2.80.0",
82
+ "@fluidframework/runtime-definitions": "~2.80.0",
83
+ "@fluidframework/runtime-utils": "~2.80.0",
84
+ "@fluidframework/shared-object-base": "~2.80.0",
85
+ "@fluidframework/synthesize": "~2.80.0",
86
+ "@fluidframework/telemetry-utils": "~2.80.0",
87
+ "@fluidframework/tree": "~2.80.0"
88
88
  },
89
89
  "devDependencies": {
90
- "@arethetypeswrong/cli": "^0.17.1",
90
+ "@arethetypeswrong/cli": "^0.18.2",
91
91
  "@biomejs/biome": "~1.9.3",
92
- "@fluid-internal/mocha-test-setup": "2.74.0-370705",
93
- "@fluid-tools/build-cli": "^0.60.0",
94
- "@fluidframework/aqueduct-previous": "npm:@fluidframework/aqueduct@2.73.0",
92
+ "@fluid-internal/mocha-test-setup": "~2.80.0",
93
+ "@fluid-tools/build-cli": "^0.62.0",
94
+ "@fluidframework/aqueduct-previous": "npm:@fluidframework/aqueduct@2.74.0",
95
95
  "@fluidframework/build-common": "^2.0.3",
96
- "@fluidframework/build-tools": "^0.60.0",
97
- "@fluidframework/eslint-config-fluid": "2.74.0-370705",
96
+ "@fluidframework/build-tools": "^0.62.0",
97
+ "@fluidframework/eslint-config-fluid": "~2.80.0",
98
98
  "@microsoft/api-extractor": "7.52.11",
99
99
  "@types/mocha": "^10.0.10",
100
100
  "@types/node": "^18.19.0",
101
101
  "c8": "^10.1.3",
102
- "concurrently": "^8.2.1",
102
+ "concurrently": "^9.2.1",
103
103
  "copyfiles": "^2.4.1",
104
- "cross-env": "^7.0.3",
105
- "eslint": "~8.57.1",
104
+ "cross-env": "^10.1.0",
105
+ "eslint": "~9.39.1",
106
+ "jiti": "^2.6.1",
106
107
  "mocha": "^10.8.2",
107
108
  "mocha-multi-reporters": "^1.5.1",
108
- "rimraf": "^4.4.0",
109
+ "rimraf": "^6.1.2",
109
110
  "typescript": "~5.4.5"
110
111
  },
111
112
  "typeValidation": {