@fluid-experimental/property-dds 2.74.0 → 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/.eslintrc.cjs CHANGED
@@ -12,6 +12,7 @@ module.exports = {
12
12
  project: ["./tsconfig.json", "./src/test/tsconfig.json"],
13
13
  },
14
14
  rules: {
15
+ "@typescript-eslint/explicit-function-return-type": "warn",
15
16
  "@typescript-eslint/strict-boolean-expressions": "off",
16
17
  "tsdoc/syntax": "off",
17
18
  "@fluid-internal/fluid/no-unchecked-record-access": "warn",
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluid-experimental/property-dds
2
2
 
3
+ ## 2.80.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.74.0
4
8
 
5
9
  Dependency updates only.
package/eslint.config.mts CHANGED
@@ -10,6 +10,7 @@ const config: Linter.Config[] = [
10
10
  ...minimalDeprecated,
11
11
  {
12
12
  rules: {
13
+ "@typescript-eslint/explicit-function-return-type": "warn",
13
14
  "@typescript-eslint/strict-boolean-expressions": "off",
14
15
  "tsdoc/syntax": "off",
15
16
  "@fluid-internal/fluid/no-unchecked-record-access": "warn",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-experimental/property-dds",
3
- "version": "2.74.0",
3
+ "version": "2.80.0",
4
4
  "description": "definition of the property distributed data store",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -27,16 +27,16 @@
27
27
  "main": "lib/index.js",
28
28
  "types": "lib/index.d.ts",
29
29
  "dependencies": {
30
- "@fluid-experimental/property-changeset": "~2.74.0",
31
- "@fluid-experimental/property-properties": "~2.74.0",
32
- "@fluid-internal/client-utils": "~2.74.0",
33
- "@fluidframework/container-definitions": "~2.74.0",
34
- "@fluidframework/core-interfaces": "~2.74.0",
35
- "@fluidframework/datastore-definitions": "~2.74.0",
36
- "@fluidframework/driver-definitions": "~2.74.0",
37
- "@fluidframework/runtime-definitions": "~2.74.0",
38
- "@fluidframework/runtime-utils": "~2.74.0",
39
- "@fluidframework/shared-object-base": "~2.74.0",
30
+ "@fluid-experimental/property-changeset": "~2.80.0",
31
+ "@fluid-experimental/property-properties": "~2.80.0",
32
+ "@fluid-internal/client-utils": "~2.80.0",
33
+ "@fluidframework/container-definitions": "~2.80.0",
34
+ "@fluidframework/core-interfaces": "~2.80.0",
35
+ "@fluidframework/datastore-definitions": "~2.80.0",
36
+ "@fluidframework/driver-definitions": "~2.80.0",
37
+ "@fluidframework/runtime-definitions": "~2.80.0",
38
+ "@fluidframework/runtime-utils": "~2.80.0",
39
+ "@fluidframework/shared-object-base": "~2.80.0",
40
40
  "axios": "^1.8.4",
41
41
  "buffer": "^6.0.3",
42
42
  "lodash": "^4.17.21",
@@ -46,35 +46,35 @@
46
46
  "uuid": "^11.1.0"
47
47
  },
48
48
  "devDependencies": {
49
- "@arethetypeswrong/cli": "^0.17.1",
49
+ "@arethetypeswrong/cli": "^0.18.2",
50
50
  "@biomejs/biome": "~1.9.3",
51
- "@fluid-experimental/property-common": "~2.74.0",
52
- "@fluid-internal/mocha-test-setup": "~2.74.0",
53
- "@fluid-private/test-drivers": "~2.74.0",
54
- "@fluid-tools/build-cli": "^0.61.0",
51
+ "@fluid-experimental/property-common": "~2.80.0",
52
+ "@fluid-internal/mocha-test-setup": "~2.80.0",
53
+ "@fluid-private/test-drivers": "~2.80.0",
54
+ "@fluid-tools/build-cli": "^0.62.0",
55
55
  "@fluidframework/build-common": "^2.0.3",
56
- "@fluidframework/build-tools": "^0.61.0",
57
- "@fluidframework/container-loader": "~2.74.0",
58
- "@fluidframework/container-runtime": "~2.74.0",
59
- "@fluidframework/local-driver": "~2.74.0",
60
- "@fluidframework/sequence": "~2.74.0",
56
+ "@fluidframework/build-tools": "^0.62.0",
57
+ "@fluidframework/container-loader": "~2.80.0",
58
+ "@fluidframework/container-runtime": "~2.80.0",
59
+ "@fluidframework/local-driver": "~2.80.0",
60
+ "@fluidframework/sequence": "~2.80.0",
61
61
  "@fluidframework/server-local-server": "^7.0.0",
62
- "@fluidframework/test-runtime-utils": "~2.74.0",
63
- "@fluidframework/test-utils": "~2.74.0",
62
+ "@fluidframework/test-runtime-utils": "~2.80.0",
63
+ "@fluidframework/test-utils": "~2.80.0",
64
64
  "@microsoft/api-extractor": "7.52.11",
65
65
  "@types/lodash": "^4.14.118",
66
66
  "@types/mocha": "^10.0.10",
67
67
  "@types/node": "^18.19.0",
68
68
  "chai": "^4.2.0",
69
69
  "copyfiles": "^2.4.1",
70
- "cross-env": "^7.0.3",
71
- "easy-table": "^1.1.1",
70
+ "cross-env": "^10.1.0",
71
+ "easy-table": "^1.2.0",
72
72
  "env-cmd": "^10.1.0",
73
- "eslint": "~8.57.1",
73
+ "eslint": "~9.39.1",
74
74
  "jiti": "^2.6.1",
75
75
  "mocha": "^10.8.2",
76
76
  "mocha-multi-reporters": "^1.5.1",
77
- "rimraf": "^4.4.0",
77
+ "rimraf": "^6.1.2",
78
78
  "typescript": "~5.4.5"
79
79
  },
80
80
  "typeValidation": {