@fluidframework/merge-tree 2.92.0 → 2.93.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.93.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.92.0
4
8
 
5
9
  Dependency updates only.
package/README.md CHANGED
@@ -153,7 +153,7 @@ When making such a request please include if the configuration already works (an
153
153
 
154
154
  ### Supported Runtimes
155
155
 
156
- - NodeJs ^20.10.0 except that we will drop support for it [when NodeJs 20 loses its upstream support on 2026-04-30](https://github.com/nodejs/release#release-schedule), and will support a newer LTS version of NodeJS (22) at least 1 year before 20 is end-of-life. This same policy applies to NodeJS 22 when it is end of life (2027-04-30).
156
+ - NodeJs ^22.22.2 except that we will drop support for it [when NodeJs 22 loses its upstream support on 2027-04-30](https://github.com/nodejs/release#release-schedule), and will support a newer LTS version of NodeJS at least 1 year before 22 is end-of-life.
157
157
  - Running Fluid in a Node.js environment with the `--no-experimental-fetch` flag is not supported.
158
158
  - Modern browsers supporting the es2022 standard library: in response to asks we can add explicit support for using babel to polyfill to target specific standards or runtimes (meaning we can avoid/remove use of things that don't polyfill robustly, but otherwise target modern standards).
159
159
 
package/eslint.config.mts CHANGED
@@ -4,7 +4,7 @@
4
4
  */
5
5
 
6
6
  import type { Linter } from "eslint";
7
- import { recommended } from "../../../common/build/eslint-config-fluid/flat.mts";
7
+ import { recommended } from "@fluidframework/eslint-config-fluid/flat.mts";
8
8
 
9
9
  const config: Linter.Config[] = [
10
10
  ...recommended,
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.52.11"
8
+ "packageVersion": "7.58.1"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/merge-tree",
3
- "version": "2.92.0",
3
+ "version": "2.93.0",
4
4
  "description": "Merge tree",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -81,34 +81,34 @@
81
81
  "temp-directory": "nyc/.nyc_output"
82
82
  },
83
83
  "dependencies": {
84
- "@fluid-internal/client-utils": "~2.92.0",
85
- "@fluidframework/container-definitions": "~2.92.0",
86
- "@fluidframework/core-interfaces": "~2.92.0",
87
- "@fluidframework/core-utils": "~2.92.0",
88
- "@fluidframework/datastore-definitions": "~2.92.0",
89
- "@fluidframework/driver-definitions": "~2.92.0",
90
- "@fluidframework/runtime-definitions": "~2.92.0",
91
- "@fluidframework/runtime-utils": "~2.92.0",
92
- "@fluidframework/shared-object-base": "~2.92.0",
93
- "@fluidframework/telemetry-utils": "~2.92.0"
84
+ "@fluid-internal/client-utils": "~2.93.0",
85
+ "@fluidframework/container-definitions": "~2.93.0",
86
+ "@fluidframework/core-interfaces": "~2.93.0",
87
+ "@fluidframework/core-utils": "~2.93.0",
88
+ "@fluidframework/datastore-definitions": "~2.93.0",
89
+ "@fluidframework/driver-definitions": "~2.93.0",
90
+ "@fluidframework/runtime-definitions": "~2.93.0",
91
+ "@fluidframework/runtime-utils": "~2.93.0",
92
+ "@fluidframework/shared-object-base": "~2.93.0",
93
+ "@fluidframework/telemetry-utils": "~2.93.0"
94
94
  },
95
95
  "devDependencies": {
96
96
  "@arethetypeswrong/cli": "^0.18.2",
97
97
  "@biomejs/biome": "~2.4.5",
98
- "@fluid-internal/mocha-test-setup": "~2.92.0",
99
- "@fluid-private/stochastic-test-utils": "~2.92.0",
100
- "@fluid-private/test-pairwise-generator": "~2.92.0",
101
- "@fluid-tools/benchmark": "^0.52.0",
98
+ "@fluid-internal/mocha-test-setup": "~2.93.0",
99
+ "@fluid-private/stochastic-test-utils": "~2.93.0",
100
+ "@fluid-private/test-pairwise-generator": "~2.93.0",
101
+ "@fluid-tools/benchmark": "^0.55.0",
102
102
  "@fluid-tools/build-cli": "^0.64.0",
103
103
  "@fluidframework/build-common": "^2.0.3",
104
104
  "@fluidframework/build-tools": "^0.64.0",
105
105
  "@fluidframework/eslint-config-fluid": "^9.0.0",
106
- "@fluidframework/merge-tree-previous": "npm:@fluidframework/merge-tree@2.91.0",
107
- "@fluidframework/test-runtime-utils": "~2.92.0",
108
- "@microsoft/api-extractor": "7.52.11",
106
+ "@fluidframework/merge-tree-previous": "npm:@fluidframework/merge-tree@2.92.0",
107
+ "@fluidframework/test-runtime-utils": "~2.93.0",
108
+ "@microsoft/api-extractor": "7.58.1",
109
109
  "@types/diff": "^3.5.1",
110
110
  "@types/mocha": "^10.0.10",
111
- "@types/node": "~20.19.30",
111
+ "@types/node": "~22.19.17",
112
112
  "c8": "^10.1.3",
113
113
  "concurrently": "^9.2.1",
114
114
  "copyfiles": "^2.4.1",
@@ -129,6 +129,7 @@
129
129
  "api": "fluid-build . --task api",
130
130
  "api-extractor:commonjs": "flub generate entrypoints --resolutionConditions require --outFileLegacyBeta legacy --outDir ./dist",
131
131
  "api-extractor:esnext": "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib --node10TypeCompat",
132
+ "bench": "cross-env FLUID_TEST_PERF_MODE=1 mocha --parentProcess",
132
133
  "build": "fluid-build . --task build",
133
134
  "build:api-reports": "concurrently \"npm:build:api-reports:*\"",
134
135
  "build:api-reports:current": "api-extractor run --local --config api-extractor/api-extractor.current.json",
@@ -161,11 +162,8 @@
161
162
  "lint": "fluid-build . --task lint",
162
163
  "lint:fix": "fluid-build . --task eslint:fix --task format",
163
164
  "pack:tests": "tar -cvf ./merge-tree.test-files.tar ./src/test ./dist/test ./lib/test",
164
- "perf": "cross-env FLUID_TEST_VERBOSE=1 mocha \"dist/**/*.spec.*js\" --node-option unhandled-rejections=strict,expose-gc --exit --perfMode --fgrep @Benchmark --fgrep @ExecutionTime --reporter @fluid-tools/benchmark/dist/MochaReporter.js --timeout 30000",
165
- "perf:measure": "npm run perf -- --fgrep @Measurement",
166
- "perf:profile": "node --inspect-brk ./node_modules/mocha/bin/mocha.js \"dist/**/*.spec.*js\" --node-option unhandled-rejections=strict,expose-gc --exit --perfMode --fgrep @Benchmark --fgrep @ExecutionTime --reporter @fluid-tools/benchmark/dist/MochaReporter.js --timeout 30000",
165
+ "perf:profile": "cross-env FLUID_TEST_PERF_MODE=1 node --inspect-brk ./node_modules/mocha/bin/mocha.js \"dist/**/*.spec.*js\" --node-option unhandled-rejections=strict,expose-gc --exit --fgrep @ExecutionTime",
167
166
  "test": "npm run test:mocha",
168
- "test:benchmark:report": "mocha \"dist/test/*.perf.spec.*js\" --node-option unhandled-rejections=strict,expose-gc --exit --perfMode --fgrep @Benchmark --fgrep @ExecutionTime -r @fluid-internal/mocha-test-setup --reporter @fluid-tools/benchmark/dist/MochaReporter.js --timeout 60000",
169
167
  "test:coverage": "c8 npm test",
170
168
  "test:mocha": "npm run test:mocha:esm && echo skipping cjs to avoid overhead - npm run test:mocha:cjs",
171
169
  "test:mocha:cjs": "cross-env FLUID_TEST_MODULE_SYSTEM=CJS mocha",
@@ -173,7 +171,6 @@
173
171
  "test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
174
172
  "test:stress": "cross-env FUZZ_STRESS_RUN=1 FUZZ_TEST_COUNT=normal npm run test:mocha",
175
173
  "tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist",
176
- "typetests:gen": "flub generate typetests --dir . -v",
177
- "typetests:prepare": "flub typetests --dir . --reset --previous --normalize"
174
+ "typetests:gen": "flub generate typetests --dir . -v"
178
175
  }
179
176
  }