@fluid-experimental/property-common 2.93.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
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @fluid-experimental/property-common
|
|
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
|
+
|
|
3
11
|
## 2.93.0
|
|
4
12
|
|
|
5
13
|
Dependency updates only.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-experimental/property-common",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.100.0",
|
|
4
4
|
"description": "common functions used in properties",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -48,9 +48,9 @@
|
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@biomejs/biome": "~2.4.5",
|
|
51
|
-
"@fluid-internal/mocha-test-setup": "~2.
|
|
51
|
+
"@fluid-internal/mocha-test-setup": "~2.100.0",
|
|
52
52
|
"@fluidframework/build-common": "^2.0.3",
|
|
53
|
-
"@fluidframework/build-tools": "^0.
|
|
53
|
+
"@fluidframework/build-tools": "^0.65.0",
|
|
54
54
|
"@microsoft/api-extractor": "7.58.1",
|
|
55
55
|
"@types/chai": "^4.0.0",
|
|
56
56
|
"@types/debug": "^4.1.5",
|
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @fluid-internal/platform-dependent
|
|
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
|
+
|
|
3
11
|
## 2.93.0
|
|
4
12
|
|
|
5
13
|
Dependency updates only.
|
|
@@ -10,9 +10,9 @@ case `uname` in
|
|
|
10
10
|
esac
|
|
11
11
|
|
|
12
12
|
if [ -z "$NODE_PATH" ]; then
|
|
13
|
-
export NODE_PATH="/mnt/vss/_work/1/s/FluidFramework/node_modules/.pnpm/@biomejs+biome@2.4.5/node_modules/@biomejs/biome/
|
|
13
|
+
export NODE_PATH="/mnt/vss/_work/1/s/FluidFramework/node_modules/.pnpm/@biomejs+biome@2.4.5/node_modules/@biomejs/biome/node_modules:/mnt/vss/_work/1/s/FluidFramework/node_modules/.pnpm/@biomejs+biome@2.4.5/node_modules:/mnt/vss/_work/1/s/FluidFramework/node_modules/.pnpm/node_modules"
|
|
14
14
|
else
|
|
15
|
-
export NODE_PATH="/mnt/vss/_work/1/s/FluidFramework/node_modules/.pnpm/@biomejs+biome@2.4.5/node_modules/@biomejs/biome/
|
|
15
|
+
export NODE_PATH="/mnt/vss/_work/1/s/FluidFramework/node_modules/.pnpm/@biomejs+biome@2.4.5/node_modules/@biomejs/biome/node_modules:/mnt/vss/_work/1/s/FluidFramework/node_modules/.pnpm/@biomejs+biome@2.4.5/node_modules:/mnt/vss/_work/1/s/FluidFramework/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
16
|
fi
|
|
17
17
|
if [ -x "$basedir/node" ]; then
|
|
18
18
|
exec "$basedir/node" "$basedir/../@biomejs/biome/bin/biome" "$@"
|
|
@@ -10,9 +10,9 @@ case `uname` in
|
|
|
10
10
|
esac
|
|
11
11
|
|
|
12
12
|
if [ -z "$NODE_PATH" ]; then
|
|
13
|
-
export NODE_PATH="/mnt/vss/_work/1/s/FluidFramework/node_modules/.pnpm/jiti@2.6.1/node_modules/jiti/
|
|
13
|
+
export NODE_PATH="/mnt/vss/_work/1/s/FluidFramework/node_modules/.pnpm/jiti@2.6.1/node_modules/jiti/node_modules:/mnt/vss/_work/1/s/FluidFramework/node_modules/.pnpm/jiti@2.6.1/node_modules:/mnt/vss/_work/1/s/FluidFramework/node_modules/.pnpm/node_modules"
|
|
14
14
|
else
|
|
15
|
-
export NODE_PATH="/mnt/vss/_work/1/s/FluidFramework/node_modules/.pnpm/jiti@2.6.1/node_modules/jiti/
|
|
15
|
+
export NODE_PATH="/mnt/vss/_work/1/s/FluidFramework/node_modules/.pnpm/jiti@2.6.1/node_modules/jiti/node_modules:/mnt/vss/_work/1/s/FluidFramework/node_modules/.pnpm/jiti@2.6.1/node_modules:/mnt/vss/_work/1/s/FluidFramework/node_modules/.pnpm/node_modules:$NODE_PATH"
|
|
16
16
|
fi
|
|
17
17
|
if [ -x "$basedir/node" ]; then
|
|
18
18
|
exec "$basedir/node" "$basedir/../jiti/lib/jiti-cli.mjs" "$@"
|