@fluidframework/fluid-static 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/fluid-static
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/fluid-static",
3
- "version": "2.74.0-370705",
3
+ "version": "2.80.0",
4
4
  "description": "A tool to enable consumption of Fluid Data Objects without requiring custom container code.",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -69,45 +69,46 @@
69
69
  "temp-directory": "nyc/.nyc_output"
70
70
  },
71
71
  "dependencies": {
72
- "@fluid-internal/client-utils": "2.74.0-370705",
73
- "@fluidframework/aqueduct": "2.74.0-370705",
74
- "@fluidframework/container-definitions": "2.74.0-370705",
75
- "@fluidframework/container-loader": "2.74.0-370705",
76
- "@fluidframework/container-runtime": "2.74.0-370705",
77
- "@fluidframework/container-runtime-definitions": "2.74.0-370705",
78
- "@fluidframework/core-interfaces": "2.74.0-370705",
79
- "@fluidframework/core-utils": "2.74.0-370705",
80
- "@fluidframework/datastore-definitions": "2.74.0-370705",
81
- "@fluidframework/driver-definitions": "2.74.0-370705",
82
- "@fluidframework/request-handler": "2.74.0-370705",
83
- "@fluidframework/runtime-definitions": "2.74.0-370705",
84
- "@fluidframework/runtime-utils": "2.74.0-370705",
85
- "@fluidframework/shared-object-base": "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/aqueduct": "~2.80.0",
74
+ "@fluidframework/container-definitions": "~2.80.0",
75
+ "@fluidframework/container-loader": "~2.80.0",
76
+ "@fluidframework/container-runtime": "~2.80.0",
77
+ "@fluidframework/container-runtime-definitions": "~2.80.0",
78
+ "@fluidframework/core-interfaces": "~2.80.0",
79
+ "@fluidframework/core-utils": "~2.80.0",
80
+ "@fluidframework/datastore-definitions": "~2.80.0",
81
+ "@fluidframework/driver-definitions": "~2.80.0",
82
+ "@fluidframework/request-handler": "~2.80.0",
83
+ "@fluidframework/runtime-definitions": "~2.80.0",
84
+ "@fluidframework/runtime-utils": "~2.80.0",
85
+ "@fluidframework/shared-object-base": "~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",
92
+ "@fluid-internal/mocha-test-setup": "~2.80.0",
93
+ "@fluid-tools/build-cli": "^0.62.0",
94
94
  "@fluidframework/build-common": "^2.0.3",
95
- "@fluidframework/build-tools": "^0.60.0",
96
- "@fluidframework/eslint-config-fluid": "2.74.0-370705",
97
- "@fluidframework/fluid-static-previous": "npm:@fluidframework/fluid-static@2.73.0",
98
- "@fluidframework/map": "2.74.0-370705",
99
- "@fluidframework/sequence": "2.74.0-370705",
95
+ "@fluidframework/build-tools": "^0.62.0",
96
+ "@fluidframework/eslint-config-fluid": "~2.80.0",
97
+ "@fluidframework/fluid-static-previous": "npm:@fluidframework/fluid-static@2.74.0",
98
+ "@fluidframework/map": "~2.80.0",
99
+ "@fluidframework/sequence": "~2.80.0",
100
100
  "@microsoft/api-extractor": "7.52.11",
101
101
  "@types/mocha": "^10.0.10",
102
102
  "@types/node": "^18.19.0",
103
103
  "c8": "^10.1.3",
104
- "concurrently": "^8.2.1",
104
+ "concurrently": "^9.2.1",
105
105
  "copyfiles": "^2.4.1",
106
- "cross-env": "^7.0.3",
107
- "eslint": "~8.57.1",
106
+ "cross-env": "^10.1.0",
107
+ "eslint": "~9.39.1",
108
+ "jiti": "^2.6.1",
108
109
  "mocha": "^10.8.2",
109
110
  "mocha-multi-reporters": "^1.5.1",
110
- "rimraf": "^4.4.0",
111
+ "rimraf": "^6.1.2",
111
112
  "typescript": "~5.4.5"
112
113
  },
113
114
  "typeValidation": {