@fluidframework/merge-tree 2.70.0 → 2.71.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +19 -19
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluidframework/merge-tree
2
2
 
3
+ ## 2.71.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.70.0
4
8
 
5
9
  Dependency updates only.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/merge-tree",
3
- "version": "2.70.0",
3
+ "version": "2.71.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.70.0",
85
- "@fluidframework/container-definitions": "~2.70.0",
86
- "@fluidframework/core-interfaces": "~2.70.0",
87
- "@fluidframework/core-utils": "~2.70.0",
88
- "@fluidframework/datastore-definitions": "~2.70.0",
89
- "@fluidframework/driver-definitions": "~2.70.0",
90
- "@fluidframework/runtime-definitions": "~2.70.0",
91
- "@fluidframework/runtime-utils": "~2.70.0",
92
- "@fluidframework/shared-object-base": "~2.70.0",
93
- "@fluidframework/telemetry-utils": "~2.70.0"
84
+ "@fluid-internal/client-utils": "~2.71.0",
85
+ "@fluidframework/container-definitions": "~2.71.0",
86
+ "@fluidframework/core-interfaces": "~2.71.0",
87
+ "@fluidframework/core-utils": "~2.71.0",
88
+ "@fluidframework/datastore-definitions": "~2.71.0",
89
+ "@fluidframework/driver-definitions": "~2.71.0",
90
+ "@fluidframework/runtime-definitions": "~2.71.0",
91
+ "@fluidframework/runtime-utils": "~2.71.0",
92
+ "@fluidframework/shared-object-base": "~2.71.0",
93
+ "@fluidframework/telemetry-utils": "~2.71.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.70.0",
99
- "@fluid-private/stochastic-test-utils": "~2.70.0",
100
- "@fluid-private/test-pairwise-generator": "~2.70.0",
98
+ "@fluid-internal/mocha-test-setup": "~2.71.0",
99
+ "@fluid-private/stochastic-test-utils": "~2.71.0",
100
+ "@fluid-private/test-pairwise-generator": "~2.71.0",
101
101
  "@fluid-tools/benchmark": "^0.51.0",
102
102
  "@fluid-tools/build-cli": "^0.58.3",
103
103
  "@fluidframework/build-common": "^2.0.3",
104
104
  "@fluidframework/build-tools": "^0.58.3",
105
- "@fluidframework/eslint-config-fluid": "^6.1.0",
106
- "@fluidframework/merge-tree-previous": "npm:@fluidframework/merge-tree@2.63.0",
107
- "@fluidframework/test-runtime-utils": "~2.70.0",
105
+ "@fluidframework/eslint-config-fluid": "^7.0.0",
106
+ "@fluidframework/merge-tree-previous": "npm:@fluidframework/merge-tree@2.70.0",
107
+ "@fluidframework/test-runtime-utils": "~2.71.0",
108
108
  "@microsoft/api-extractor": "7.52.11",
109
109
  "@types/diff": "^3.5.1",
110
110
  "@types/mocha": "^10.0.10",
@@ -153,8 +153,8 @@
153
153
  "ci:build:api-reports:legacy": "api-extractor run --config api-extractor/api-extractor.legacy.json",
154
154
  "ci:build:docs": "api-extractor run",
155
155
  "clean": "rimraf --glob dist lib {alpha,beta,internal,legacy}.d.ts \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp nyc",
156
- "eslint": "eslint --format stylish src",
157
- "eslint:fix": "eslint --format stylish src --fix",
156
+ "eslint": "eslint --quiet --format stylish src",
157
+ "eslint:fix": "eslint --quiet --format stylish src --fix",
158
158
  "format": "npm run format:biome",
159
159
  "format:biome": "biome check . --write",
160
160
  "lint": "fluid-build . --task lint",