@fluidframework/merge-tree 2.74.0-365691 → 2.74.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,9 @@
1
1
  # @fluidframework/merge-tree
2
2
 
3
+ ## 2.74.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.73.0
4
8
 
5
9
  Dependency updates only.
@@ -0,0 +1,23 @@
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 { recommended } from "../../../common/build/eslint-config-fluid/flat.mts";
8
+
9
+ const config: Linter.Config[] = [
10
+ ...recommended,
11
+ {
12
+ rules: {
13
+ "@typescript-eslint/no-use-before-define": "off",
14
+ "@typescript-eslint/strict-boolean-expressions": "off",
15
+ "keyword-spacing": "off",
16
+ "no-case-declarations": "off",
17
+ "prefer-arrow/prefer-arrow-functions": "off",
18
+ "unicorn/no-useless-spread": "off",
19
+ },
20
+ },
21
+ ];
22
+
23
+ export default config;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/merge-tree",
3
- "version": "2.74.0-365691",
3
+ "version": "2.74.0",
4
4
  "description": "Merge tree",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -81,30 +81,30 @@
81
81
  "temp-directory": "nyc/.nyc_output"
82
82
  },
83
83
  "dependencies": {
84
- "@fluid-internal/client-utils": "2.74.0-365691",
85
- "@fluidframework/container-definitions": "2.74.0-365691",
86
- "@fluidframework/core-interfaces": "2.74.0-365691",
87
- "@fluidframework/core-utils": "2.74.0-365691",
88
- "@fluidframework/datastore-definitions": "2.74.0-365691",
89
- "@fluidframework/driver-definitions": "2.74.0-365691",
90
- "@fluidframework/runtime-definitions": "2.74.0-365691",
91
- "@fluidframework/runtime-utils": "2.74.0-365691",
92
- "@fluidframework/shared-object-base": "2.74.0-365691",
93
- "@fluidframework/telemetry-utils": "2.74.0-365691"
84
+ "@fluid-internal/client-utils": "~2.74.0",
85
+ "@fluidframework/container-definitions": "~2.74.0",
86
+ "@fluidframework/core-interfaces": "~2.74.0",
87
+ "@fluidframework/core-utils": "~2.74.0",
88
+ "@fluidframework/datastore-definitions": "~2.74.0",
89
+ "@fluidframework/driver-definitions": "~2.74.0",
90
+ "@fluidframework/runtime-definitions": "~2.74.0",
91
+ "@fluidframework/runtime-utils": "~2.74.0",
92
+ "@fluidframework/shared-object-base": "~2.74.0",
93
+ "@fluidframework/telemetry-utils": "~2.74.0"
94
94
  },
95
95
  "devDependencies": {
96
96
  "@arethetypeswrong/cli": "^0.17.1",
97
97
  "@biomejs/biome": "~1.9.3",
98
- "@fluid-internal/mocha-test-setup": "2.74.0-365691",
99
- "@fluid-private/stochastic-test-utils": "2.74.0-365691",
100
- "@fluid-private/test-pairwise-generator": "2.74.0-365691",
98
+ "@fluid-internal/mocha-test-setup": "~2.74.0",
99
+ "@fluid-private/stochastic-test-utils": "~2.74.0",
100
+ "@fluid-private/test-pairwise-generator": "~2.74.0",
101
101
  "@fluid-tools/benchmark": "^0.51.0",
102
- "@fluid-tools/build-cli": "^0.60.0",
102
+ "@fluid-tools/build-cli": "^0.61.0",
103
103
  "@fluidframework/build-common": "^2.0.3",
104
- "@fluidframework/build-tools": "^0.60.0",
105
- "@fluidframework/eslint-config-fluid": "2.74.0-365691",
104
+ "@fluidframework/build-tools": "^0.61.0",
105
+ "@fluidframework/eslint-config-fluid": "~2.74.0",
106
106
  "@fluidframework/merge-tree-previous": "npm:@fluidframework/merge-tree@2.73.0",
107
- "@fluidframework/test-runtime-utils": "2.74.0-365691",
107
+ "@fluidframework/test-runtime-utils": "~2.74.0",
108
108
  "@microsoft/api-extractor": "7.52.11",
109
109
  "@types/diff": "^3.5.1",
110
110
  "@types/mocha": "^10.0.10",
@@ -115,6 +115,7 @@
115
115
  "cross-env": "^7.0.3",
116
116
  "diff": "^3.5.0",
117
117
  "eslint": "~8.57.1",
118
+ "jiti": "^2.6.1",
118
119
  "mocha": "^10.8.2",
119
120
  "mocha-multi-reporters": "^1.5.1",
120
121
  "rimraf": "^4.4.0",