@fluidframework/debugger 2.92.0 → 2.100.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 +12 -0
- package/README.md +1 -1
- package/eslint.config.mts +1 -1
- package/lib/tsdoc-metadata.json +1 -1
- package/package.json +11 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @fluidframework/debugger
|
|
2
2
|
|
|
3
|
+
## 2.100.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- Node 22 is now the minimum supported Node.js version ([#27116](https://github.com/microsoft/FluidFramework/pull/27116)) [e8214d29663](https://github.com/microsoft/FluidFramework/commit/e8214d29663f5ee98d737daed82506a25d8de8d0)
|
|
8
|
+
|
|
9
|
+
All Fluid Framework client packages now require Node.js 22 or later. This aligns with the standing Node upgrade policy as Node 20 reaches end-of-life on April 30, 2026.
|
|
10
|
+
|
|
11
|
+
## 2.93.0
|
|
12
|
+
|
|
13
|
+
Dependency updates only.
|
|
14
|
+
|
|
3
15
|
## 2.92.0
|
|
4
16
|
|
|
5
17
|
Dependency updates only.
|
package/README.md
CHANGED
|
@@ -120,7 +120,7 @@ When making such a request please include if the configuration already works (an
|
|
|
120
120
|
|
|
121
121
|
### Supported Runtimes
|
|
122
122
|
|
|
123
|
-
- NodeJs ^
|
|
123
|
+
- 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.
|
|
124
124
|
- Running Fluid in a Node.js environment with the `--no-experimental-fetch` flag is not supported.
|
|
125
125
|
- 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).
|
|
126
126
|
|
package/eslint.config.mts
CHANGED
package/lib/tsdoc-metadata.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/debugger",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.100.0",
|
|
4
4
|
"description": "Fluid Debugger - a tool to play through history of a file",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -47,22 +47,22 @@
|
|
|
47
47
|
"main": "lib/index.js",
|
|
48
48
|
"types": "lib/public.d.ts",
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@fluidframework/core-utils": "~2.
|
|
51
|
-
"@fluidframework/driver-definitions": "~2.
|
|
52
|
-
"@fluidframework/driver-utils": "~2.
|
|
53
|
-
"@fluidframework/replay-driver": "~2.
|
|
50
|
+
"@fluidframework/core-utils": "~2.100.0",
|
|
51
|
+
"@fluidframework/driver-definitions": "~2.100.0",
|
|
52
|
+
"@fluidframework/driver-utils": "~2.100.0",
|
|
53
|
+
"@fluidframework/replay-driver": "~2.100.0",
|
|
54
54
|
"jsonschema": "^1.2.6"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@arethetypeswrong/cli": "^0.18.2",
|
|
58
58
|
"@biomejs/biome": "~2.4.5",
|
|
59
|
-
"@fluid-tools/build-cli": "^0.
|
|
59
|
+
"@fluid-tools/build-cli": "^0.65.0",
|
|
60
60
|
"@fluidframework/build-common": "^2.0.3",
|
|
61
|
-
"@fluidframework/build-tools": "^0.
|
|
62
|
-
"@fluidframework/debugger-previous": "npm:@fluidframework/debugger@2.
|
|
61
|
+
"@fluidframework/build-tools": "^0.65.0",
|
|
62
|
+
"@fluidframework/debugger-previous": "npm:@fluidframework/debugger@2.92.0",
|
|
63
63
|
"@fluidframework/eslint-config-fluid": "^9.0.0",
|
|
64
|
-
"@microsoft/api-extractor": "7.
|
|
65
|
-
"@types/node": "~
|
|
64
|
+
"@microsoft/api-extractor": "7.58.1",
|
|
65
|
+
"@types/node": "~22.19.17",
|
|
66
66
|
"concurrently": "^9.2.1",
|
|
67
67
|
"copyfiles": "^2.4.1",
|
|
68
68
|
"eslint": "~9.39.1",
|
|
@@ -109,7 +109,6 @@
|
|
|
109
109
|
"lint": "fluid-build . --task lint",
|
|
110
110
|
"lint:fix": "fluid-build . --task eslint:fix --task format",
|
|
111
111
|
"tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist",
|
|
112
|
-
"typetests:gen": "flub generate typetests --dir . -v"
|
|
113
|
-
"typetests:prepare": "flub typetests --dir . --reset --previous --normalize"
|
|
112
|
+
"typetests:gen": "flub generate typetests --dir . -v"
|
|
114
113
|
}
|
|
115
114
|
}
|