@fluidframework/matrix 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/matrix
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
@@ -193,7 +193,7 @@ When making such a request please include if the configuration already works (an
193
193
 
194
194
  ### Supported Runtimes
195
195
 
196
- - 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).
196
+ - 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.
197
197
  - Running Fluid in a Node.js environment with the `--no-experimental-fetch` flag is not supported.
198
198
  - 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).
199
199
 
@@ -5,5 +5,5 @@
5
5
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
6
6
  */
7
7
  export declare const pkgName = "@fluidframework/matrix";
8
- export declare const pkgVersion = "2.92.0";
8
+ export declare const pkgVersion = "2.93.0";
9
9
  //# sourceMappingURL=packageVersion.d.ts.map
@@ -8,5 +8,5 @@
8
8
  Object.defineProperty(exports, "__esModule", { value: true });
9
9
  exports.pkgVersion = exports.pkgName = void 0;
10
10
  exports.pkgName = "@fluidframework/matrix";
11
- exports.pkgVersion = "2.92.0";
11
+ exports.pkgVersion = "2.93.0";
12
12
  //# sourceMappingURL=packageVersion.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,wBAAwB,CAAC;AACnC,QAAA,UAAU,GAAG,QAAQ,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/matrix\";\nexport const pkgVersion = \"2.92.0\";\n"]}
1
+ {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,wBAAwB,CAAC;AACnC,QAAA,UAAU,GAAG,QAAQ,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/matrix\";\nexport const pkgVersion = \"2.93.0\";\n"]}
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,5 +5,5 @@
5
5
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
6
6
  */
7
7
  export declare const pkgName = "@fluidframework/matrix";
8
- export declare const pkgVersion = "2.92.0";
8
+ export declare const pkgVersion = "2.93.0";
9
9
  //# sourceMappingURL=packageVersion.d.ts.map
@@ -5,5 +5,5 @@
5
5
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
6
6
  */
7
7
  export const pkgName = "@fluidframework/matrix";
8
- export const pkgVersion = "2.92.0";
8
+ export const pkgVersion = "2.93.0";
9
9
  //# sourceMappingURL=packageVersion.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,wBAAwB,CAAC;AAChD,MAAM,CAAC,MAAM,UAAU,GAAG,QAAQ,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/matrix\";\nexport const pkgVersion = \"2.92.0\";\n"]}
1
+ {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,wBAAwB,CAAC;AAChD,MAAM,CAAC,MAAM,UAAU,GAAG,QAAQ,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/matrix\";\nexport const pkgVersion = \"2.93.0\";\n"]}
@@ -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/matrix",
3
- "version": "2.92.0",
3
+ "version": "2.93.0",
4
4
  "description": "Distributed matrix",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -81,40 +81,39 @@
81
81
  "temp-directory": "nyc/.nyc_output"
82
82
  },
83
83
  "dependencies": {
84
- "@fluid-internal/client-utils": "~2.92.0",
85
- "@fluidframework/core-interfaces": "~2.92.0",
86
- "@fluidframework/core-utils": "~2.92.0",
87
- "@fluidframework/datastore-definitions": "~2.92.0",
88
- "@fluidframework/driver-definitions": "~2.92.0",
89
- "@fluidframework/driver-utils": "~2.92.0",
90
- "@fluidframework/merge-tree": "~2.92.0",
91
- "@fluidframework/runtime-definitions": "~2.92.0",
92
- "@fluidframework/runtime-utils": "~2.92.0",
93
- "@fluidframework/shared-object-base": "~2.92.0",
94
- "@fluidframework/telemetry-utils": "~2.92.0",
84
+ "@fluid-internal/client-utils": "~2.93.0",
85
+ "@fluidframework/core-interfaces": "~2.93.0",
86
+ "@fluidframework/core-utils": "~2.93.0",
87
+ "@fluidframework/datastore-definitions": "~2.93.0",
88
+ "@fluidframework/driver-definitions": "~2.93.0",
89
+ "@fluidframework/driver-utils": "~2.93.0",
90
+ "@fluidframework/merge-tree": "~2.93.0",
91
+ "@fluidframework/runtime-definitions": "~2.93.0",
92
+ "@fluidframework/runtime-utils": "~2.93.0",
93
+ "@fluidframework/shared-object-base": "~2.93.0",
94
+ "@fluidframework/telemetry-utils": "~2.93.0",
95
95
  "@tiny-calc/nano": "0.0.0-alpha.5",
96
- "double-ended-queue": "^2.1.0-0",
97
- "tslib": "^1.10.0"
96
+ "double-ended-queue": "^2.1.0-0"
98
97
  },
99
98
  "devDependencies": {
100
99
  "@arethetypeswrong/cli": "^0.18.2",
101
100
  "@biomejs/biome": "~2.4.5",
102
- "@fluid-internal/mocha-test-setup": "~2.92.0",
103
- "@fluid-private/stochastic-test-utils": "~2.92.0",
104
- "@fluid-private/test-dds-utils": "~2.92.0",
105
- "@fluid-tools/benchmark": "^0.52.0",
101
+ "@fluid-internal/mocha-test-setup": "~2.93.0",
102
+ "@fluid-private/stochastic-test-utils": "~2.93.0",
103
+ "@fluid-private/test-dds-utils": "~2.93.0",
104
+ "@fluid-tools/benchmark": "^0.55.0",
106
105
  "@fluid-tools/build-cli": "^0.64.0",
107
106
  "@fluidframework/build-common": "^2.0.3",
108
107
  "@fluidframework/build-tools": "^0.64.0",
109
- "@fluidframework/container-definitions": "~2.92.0",
108
+ "@fluidframework/container-definitions": "~2.93.0",
110
109
  "@fluidframework/eslint-config-fluid": "^9.0.0",
111
- "@fluidframework/matrix-previous": "npm:@fluidframework/matrix@2.91.0",
112
- "@fluidframework/test-runtime-utils": "~2.92.0",
113
- "@microsoft/api-extractor": "7.52.11",
110
+ "@fluidframework/matrix-previous": "npm:@fluidframework/matrix@2.92.0",
111
+ "@fluidframework/test-runtime-utils": "~2.93.0",
112
+ "@microsoft/api-extractor": "7.58.1",
114
113
  "@tiny-calc/micro": "0.0.0-alpha.5",
115
114
  "@types/double-ended-queue": "^2.1.0",
116
115
  "@types/mocha": "^10.0.10",
117
- "@types/node": "~20.19.30",
116
+ "@types/node": "~22.19.17",
118
117
  "best-random": "^1.0.0",
119
118
  "c8": "^10.1.3",
120
119
  "concurrently": "^9.2.1",
@@ -137,7 +136,8 @@
137
136
  "api": "fluid-build . --task api",
138
137
  "api-extractor:commonjs": "flub generate entrypoints --resolutionConditions require --outFileLegacyBeta legacy --outDir ./dist",
139
138
  "api-extractor:esnext": "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib --node10TypeCompat",
140
- "bench": "cd bench && node --expose-gc -r ts-node/register src/index.ts",
139
+ "bench": "cross-env FLUID_TEST_PERF_MODE=1 mocha --parentProcess",
140
+ "bench:legacy": "cd bench && node --expose-gc -r ts-node/register src/index.ts",
141
141
  "bench:profile": "cd bench && node -r ts-node/register --prof --logfile=profile.log --no-logfile-per-isolate src/index.ts --runInBand && node --prof-process profile.log > profile.txt && rimraf profile.log && echo See results in bench/profile.txt",
142
142
  "build": "fluid-build . --task build",
143
143
  "build:api-reports": "concurrently \"npm:build:api-reports:*\"",
@@ -173,17 +173,13 @@
173
173
  "lint:fix": "fluid-build . --task eslint:fix --task format",
174
174
  "pack:tests": "tar -cf ./matrix.test-files.tar ./src/test ./dist/test ./lib/test",
175
175
  "test": "npm run test:mocha",
176
- "test:benchmark:report": "mocha --config src/test/time/.mocharc.cjs",
177
176
  "test:coverage": "c8 npm test",
178
- "test:memory": "mocha --config src/test/memory/.mocharc.cjs",
179
- "test:memory-profiling:report": "mocha --config src/test/memory/.mocharc.cjs",
180
177
  "test:mocha": "npm run test:mocha:esm && echo skipping cjs to avoid overhead - npm run test:mocha:cjs",
181
178
  "test:mocha:cjs": "cross-env FLUID_TEST_MODULE_SYSTEM=CJS mocha",
182
179
  "test:mocha:esm": "mocha",
183
180
  "test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
184
181
  "test:stress": "cross-env FUZZ_TEST_COUNT=100 FUZZ_STRESS_RUN=normal mocha --ignore \"lib/test/memory/**/*\" --recursive \"lib/test/**/*.spec.js\"",
185
182
  "tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist",
186
- "typetests:gen": "flub generate typetests --dir . -v",
187
- "typetests:prepare": "flub typetests --dir . --reset --previous --normalize"
183
+ "typetests:gen": "flub generate typetests --dir . -v"
188
184
  }
189
185
  }
@@ -6,4 +6,4 @@
6
6
  */
7
7
 
8
8
  export const pkgName = "@fluidframework/matrix";
9
- export const pkgVersion = "2.92.0";
9
+ export const pkgVersion = "2.93.0";