@fluid-tools/fetch-tool 2.30.0 → 2.31.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
  # @fluid-tools/fetch-tool
2
2
 
3
+ ## 2.31.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.30.0
4
8
 
5
9
  Dependency updates only.
@@ -60,9 +64,9 @@ Dependency updates only.
60
64
 
61
65
  ### Minor Changes
62
66
 
63
- - Update to TypeScript 5.4 ([#21214](https://github.com/microsoft/FluidFramework/pull/21214)) [0e6256c722](https://github.com/microsoft/FluidFramework/commit/0e6256c722d8bf024f4325bf02547daeeb18bfa6)
67
+ - Update to TypeScript 5.4 ([#21214](https://github.com/microsoft/FluidFramework/pull/21214)) [0e6256c722](https://github.com/microsoft/FluidFramework/commit/0e6256c722d8bf024f4325bf02547daeeb18bfa6)
64
68
 
65
- Update package implementations to use TypeScript 5.4.5.
69
+ Update package implementations to use TypeScript 5.4.5.
66
70
 
67
71
  ## 2.0.0-rc.4.0.0
68
72
 
@@ -72,24 +76,24 @@ Dependency updates only.
72
76
 
73
77
  ### Major Changes
74
78
 
75
- - Packages now use package.json "exports" and require modern module resolution [97d68aa06b](https://github.com/microsoft/FluidFramework/commit/97d68aa06bd5c022ecb026655814aea222a062ae)
79
+ - Packages now use package.json "exports" and require modern module resolution [97d68aa06b](https://github.com/microsoft/FluidFramework/commit/97d68aa06bd5c022ecb026655814aea222a062ae)
76
80
 
77
- Fluid Framework packages have been updated to use the [package.json "exports"
78
- field](https://nodejs.org/docs/latest-v18.x/api/packages.html#exports) to define explicit entry points for both
79
- TypeScript types and implementation code.
81
+ Fluid Framework packages have been updated to use the [package.json "exports"
82
+ field](https://nodejs.org/docs/latest-v18.x/api/packages.html#exports) to define explicit entry points for both
83
+ TypeScript types and implementation code.
80
84
 
81
- This means that using Fluid Framework packages require the following TypeScript settings in tsconfig.json:
85
+ This means that using Fluid Framework packages require the following TypeScript settings in tsconfig.json:
82
86
 
83
- - `"moduleResolution": "Node16"` with `"module": "Node16"`
84
- - `"moduleResolution": "Bundler"` with `"module": "ESNext"`
87
+ - `"moduleResolution": "Node16"` with `"module": "Node16"`
88
+ - `"moduleResolution": "Bundler"` with `"module": "ESNext"`
85
89
 
86
- We recommend using Node16/Node16 unless absolutely necessary. That will produce transpiled JavaScript that is suitable
87
- for use with modern versions of Node.js _and_ Bundlers.
88
- [See the TypeScript documentation](https://www.typescriptlang.org/tsconfig#moduleResolution) for more information
89
- regarding the module and moduleResolution options.
90
+ We recommend using Node16/Node16 unless absolutely necessary. That will produce transpiled JavaScript that is suitable
91
+ for use with modern versions of Node.js _and_ Bundlers.
92
+ [See the TypeScript documentation](https://www.typescriptlang.org/tsconfig#moduleResolution) for more information
93
+ regarding the module and moduleResolution options.
90
94
 
91
- **Node10 moduleResolution is not supported; it does not support Fluid Framework's API structuring pattern that is used
92
- to distinguish stable APIs from those that are in development.**
95
+ **Node10 moduleResolution is not supported; it does not support Fluid Framework's API structuring pattern that is used
96
+ to distinguish stable APIs from those that are in development.**
93
97
 
94
98
  ## 2.0.0-rc.2.0.0
95
99
 
@@ -99,35 +103,35 @@ Dependency updates only.
99
103
 
100
104
  ### Minor Changes
101
105
 
102
- - Updated server dependencies ([#19122](https://github.com/microsoft/FluidFramework/issues/19122)) [25366b4229](https://github.com/microsoft/FluidFramework/commits/25366b422918cb43685c5f328b50450749592902)
103
-
104
- The following Fluid server dependencies have been updated to the latest version, 3.0.0. [See the full changelog.](https://github.com/microsoft/FluidFramework/releases/tag/server_v3.0.0)
105
-
106
- - @fluidframework/gitresources
107
- - @fluidframework/server-kafka-orderer
108
- - @fluidframework/server-lambdas
109
- - @fluidframework/server-lambdas-driver
110
- - @fluidframework/server-local-server
111
- - @fluidframework/server-memory-orderer
112
- - @fluidframework/protocol-base
113
- - @fluidframework/server-routerlicious
114
- - @fluidframework/server-routerlicious-base
115
- - @fluidframework/server-services
116
- - @fluidframework/server-services-client
117
- - @fluidframework/server-services-core
118
- - @fluidframework/server-services-ordering-kafkanode
119
- - @fluidframework/server-services-ordering-rdkafka
120
- - @fluidframework/server-services-ordering-zookeeper
121
- - @fluidframework/server-services-shared
122
- - @fluidframework/server-services-telemetry
123
- - @fluidframework/server-services-utils
124
- - @fluidframework/server-test-utils
125
- - tinylicious
126
-
127
- - Updated @fluidframework/protocol-definitions ([#19122](https://github.com/microsoft/FluidFramework/issues/19122)) [25366b4229](https://github.com/microsoft/FluidFramework/commits/25366b422918cb43685c5f328b50450749592902)
128
-
129
- The @fluidframework/protocol-definitions dependency has been upgraded to v3.1.0. [See the full
130
- changelog.](https://github.com/microsoft/FluidFramework/blob/main/common/lib/protocol-definitions/CHANGELOG.md#310)
106
+ - Updated server dependencies ([#19122](https://github.com/microsoft/FluidFramework/issues/19122)) [25366b4229](https://github.com/microsoft/FluidFramework/commits/25366b422918cb43685c5f328b50450749592902)
107
+
108
+ The following Fluid server dependencies have been updated to the latest version, 3.0.0. [See the full changelog.](https://github.com/microsoft/FluidFramework/releases/tag/server_v3.0.0)
109
+
110
+ - @fluidframework/gitresources
111
+ - @fluidframework/server-kafka-orderer
112
+ - @fluidframework/server-lambdas
113
+ - @fluidframework/server-lambdas-driver
114
+ - @fluidframework/server-local-server
115
+ - @fluidframework/server-memory-orderer
116
+ - @fluidframework/protocol-base
117
+ - @fluidframework/server-routerlicious
118
+ - @fluidframework/server-routerlicious-base
119
+ - @fluidframework/server-services
120
+ - @fluidframework/server-services-client
121
+ - @fluidframework/server-services-core
122
+ - @fluidframework/server-services-ordering-kafkanode
123
+ - @fluidframework/server-services-ordering-rdkafka
124
+ - @fluidframework/server-services-ordering-zookeeper
125
+ - @fluidframework/server-services-shared
126
+ - @fluidframework/server-services-telemetry
127
+ - @fluidframework/server-services-utils
128
+ - @fluidframework/server-test-utils
129
+ - tinylicious
130
+
131
+ - Updated @fluidframework/protocol-definitions ([#19122](https://github.com/microsoft/FluidFramework/issues/19122)) [25366b4229](https://github.com/microsoft/FluidFramework/commits/25366b422918cb43685c5f328b50450749592902)
132
+
133
+ The @fluidframework/protocol-definitions dependency has been upgraded to v3.1.0. [See the full
134
+ changelog.](https://github.com/microsoft/FluidFramework/blob/main/common/lib/protocol-definitions/CHANGELOG.md#310)
131
135
 
132
136
  ## 2.0.0-internal.8.0.0
133
137
 
@@ -153,45 +157,45 @@ Dependency updates only.
153
157
 
154
158
  ### Major Changes
155
159
 
156
- - Dependencies on @fluidframework/protocol-definitions package updated to 3.0.0 [871b3493dd](https://github.com/microsoft/FluidFramework/commits/871b3493dd0d7ea3a89be64998ceb6cb9021a04e)
157
-
158
- This included the following changes from the protocol-definitions release:
159
-
160
- - Updating signal interfaces for some planned improvements. The intention is split the interface between signals
161
- submitted by clients to the server and the resulting signals sent from the server to clients.
162
- - A new optional type member is available on the ISignalMessage interface and a new ISentSignalMessage interface has
163
- been added, which will be the typing for signals sent from the client to the server. Both extend a new
164
- ISignalMessageBase interface that contains common members.
165
- - The @fluidframework/common-definitions package dependency has been updated to version 1.0.0.
166
-
167
- - Server upgrade: dependencies on Fluid server packages updated to 2.0.1 [871b3493dd](https://github.com/microsoft/FluidFramework/commits/871b3493dd0d7ea3a89be64998ceb6cb9021a04e)
168
-
169
- Dependencies on the following Fluid server package have been updated to version 2.0.1:
170
-
171
- - @fluidframework/gitresources: 2.0.1
172
- - @fluidframework/server-kafka-orderer: 2.0.1
173
- - @fluidframework/server-lambdas: 2.0.1
174
- - @fluidframework/server-lambdas-driver: 2.0.1
175
- - @fluidframework/server-local-server: 2.0.1
176
- - @fluidframework/server-memory-orderer: 2.0.1
177
- - @fluidframework/protocol-base: 2.0.1
178
- - @fluidframework/server-routerlicious: 2.0.1
179
- - @fluidframework/server-routerlicious-base: 2.0.1
180
- - @fluidframework/server-services: 2.0.1
181
- - @fluidframework/server-services-client: 2.0.1
182
- - @fluidframework/server-services-core: 2.0.1
183
- - @fluidframework/server-services-ordering-kafkanode: 2.0.1
184
- - @fluidframework/server-services-ordering-rdkafka: 2.0.1
185
- - @fluidframework/server-services-ordering-zookeeper: 2.0.1
186
- - @fluidframework/server-services-shared: 2.0.1
187
- - @fluidframework/server-services-telemetry: 2.0.1
188
- - @fluidframework/server-services-utils: 2.0.1
189
- - @fluidframework/server-test-utils: 2.0.1
190
- - tinylicious: 2.0.1
191
-
192
- - Minimum TypeScript version now 5.1.6 [871b3493dd](https://github.com/microsoft/FluidFramework/commits/871b3493dd0d7ea3a89be64998ceb6cb9021a04e)
193
-
194
- The minimum supported TypeScript version for Fluid 2.0 clients is now 5.1.6.
160
+ - Dependencies on @fluidframework/protocol-definitions package updated to 3.0.0 [871b3493dd](https://github.com/microsoft/FluidFramework/commits/871b3493dd0d7ea3a89be64998ceb6cb9021a04e)
161
+
162
+ This included the following changes from the protocol-definitions release:
163
+
164
+ - Updating signal interfaces for some planned improvements. The intention is split the interface between signals
165
+ submitted by clients to the server and the resulting signals sent from the server to clients.
166
+ - A new optional type member is available on the ISignalMessage interface and a new ISentSignalMessage interface has
167
+ been added, which will be the typing for signals sent from the client to the server. Both extend a new
168
+ ISignalMessageBase interface that contains common members.
169
+ - The @fluidframework/common-definitions package dependency has been updated to version 1.0.0.
170
+
171
+ - Server upgrade: dependencies on Fluid server packages updated to 2.0.1 [871b3493dd](https://github.com/microsoft/FluidFramework/commits/871b3493dd0d7ea3a89be64998ceb6cb9021a04e)
172
+
173
+ Dependencies on the following Fluid server package have been updated to version 2.0.1:
174
+
175
+ - @fluidframework/gitresources: 2.0.1
176
+ - @fluidframework/server-kafka-orderer: 2.0.1
177
+ - @fluidframework/server-lambdas: 2.0.1
178
+ - @fluidframework/server-lambdas-driver: 2.0.1
179
+ - @fluidframework/server-local-server: 2.0.1
180
+ - @fluidframework/server-memory-orderer: 2.0.1
181
+ - @fluidframework/protocol-base: 2.0.1
182
+ - @fluidframework/server-routerlicious: 2.0.1
183
+ - @fluidframework/server-routerlicious-base: 2.0.1
184
+ - @fluidframework/server-services: 2.0.1
185
+ - @fluidframework/server-services-client: 2.0.1
186
+ - @fluidframework/server-services-core: 2.0.1
187
+ - @fluidframework/server-services-ordering-kafkanode: 2.0.1
188
+ - @fluidframework/server-services-ordering-rdkafka: 2.0.1
189
+ - @fluidframework/server-services-ordering-zookeeper: 2.0.1
190
+ - @fluidframework/server-services-shared: 2.0.1
191
+ - @fluidframework/server-services-telemetry: 2.0.1
192
+ - @fluidframework/server-services-utils: 2.0.1
193
+ - @fluidframework/server-test-utils: 2.0.1
194
+ - tinylicious: 2.0.1
195
+
196
+ - Minimum TypeScript version now 5.1.6 [871b3493dd](https://github.com/microsoft/FluidFramework/commits/871b3493dd0d7ea3a89be64998ceb6cb9021a04e)
197
+
198
+ The minimum supported TypeScript version for Fluid 2.0 clients is now 5.1.6.
195
199
 
196
200
  ## 2.0.0-internal.6.4.0
197
201
 
@@ -213,9 +217,9 @@ Dependency updates only.
213
217
 
214
218
  ### Major Changes
215
219
 
216
- - Upgraded typescript transpilation target to ES2020 [8abce8cdb4](https://github.com/microsoft/FluidFramework/commits/8abce8cdb4e2832fb6405fb44e393bef03d5648a)
220
+ - Upgraded typescript transpilation target to ES2020 [8abce8cdb4](https://github.com/microsoft/FluidFramework/commits/8abce8cdb4e2832fb6405fb44e393bef03d5648a)
217
221
 
218
- Upgraded typescript transpilation target to ES2020. This is done in order to decrease the bundle sizes of Fluid Framework packages. This has provided size improvements across the board for ex. Loader, Driver, Runtime etc. Reduced bundle sizes helps to load lesser code in apps and hence also helps to improve the perf.If any app wants to target any older versions of browsers with which this target version is not compatible, then they can use packages like babel to transpile to a older target.
222
+ Upgraded typescript transpilation target to ES2020. This is done in order to decrease the bundle sizes of Fluid Framework packages. This has provided size improvements across the board for ex. Loader, Driver, Runtime etc. Reduced bundle sizes helps to load lesser code in apps and hence also helps to improve the perf.If any app wants to target any older versions of browsers with which this target version is not compatible, then they can use packages like babel to transpile to a older target.
219
223
 
220
224
  ## 2.0.0-internal.5.4.0
221
225
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-tools/fetch-tool",
3
- "version": "2.30.0",
3
+ "version": "2.31.0",
4
4
  "description": "Console tool to fetch Fluid data from relay service",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -17,32 +17,31 @@
17
17
  "dependencies": {
18
18
  "@azure/identity": "^4.4.1",
19
19
  "@azure/identity-cache-persistence": "^1.1.0",
20
- "@fluid-internal/client-utils": "~2.30.0",
21
- "@fluidframework/container-runtime": "~2.30.0",
22
- "@fluidframework/core-interfaces": "~2.30.0",
23
- "@fluidframework/core-utils": "~2.30.0",
24
- "@fluidframework/datastore": "~2.30.0",
25
- "@fluidframework/driver-definitions": "~2.30.0",
26
- "@fluidframework/odsp-doclib-utils": "~2.30.0",
27
- "@fluidframework/odsp-driver": "~2.30.0",
28
- "@fluidframework/odsp-driver-definitions": "~2.30.0",
29
- "@fluidframework/odsp-urlresolver": "~2.30.0",
30
- "@fluidframework/routerlicious-driver": "~2.30.0",
31
- "@fluidframework/routerlicious-urlresolver": "~2.30.0",
32
- "@fluidframework/runtime-definitions": "~2.30.0",
33
- "@fluidframework/tool-utils": "~2.30.0"
20
+ "@fluid-internal/client-utils": "~2.31.0",
21
+ "@fluidframework/container-runtime": "~2.31.0",
22
+ "@fluidframework/core-interfaces": "~2.31.0",
23
+ "@fluidframework/core-utils": "~2.31.0",
24
+ "@fluidframework/datastore": "~2.31.0",
25
+ "@fluidframework/driver-definitions": "~2.31.0",
26
+ "@fluidframework/odsp-doclib-utils": "~2.31.0",
27
+ "@fluidframework/odsp-driver": "~2.31.0",
28
+ "@fluidframework/odsp-driver-definitions": "~2.31.0",
29
+ "@fluidframework/odsp-urlresolver": "~2.31.0",
30
+ "@fluidframework/routerlicious-driver": "~2.31.0",
31
+ "@fluidframework/routerlicious-urlresolver": "~2.31.0",
32
+ "@fluidframework/runtime-definitions": "~2.31.0",
33
+ "@fluidframework/tool-utils": "~2.31.0"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@biomejs/biome": "~1.9.3",
37
37
  "@fluid-tools/build-cli": "^0.54.0",
38
- "@fluid-tools/fetch-tool-previous": "npm:@fluid-tools/fetch-tool@2.23.0",
38
+ "@fluid-tools/fetch-tool-previous": "npm:@fluid-tools/fetch-tool@2.30.0",
39
39
  "@fluidframework/build-common": "^2.0.3",
40
40
  "@fluidframework/build-tools": "^0.54.0",
41
41
  "@fluidframework/eslint-config-fluid": "^5.7.3",
42
42
  "@types/node": "^18.19.0",
43
43
  "copyfiles": "^2.4.1",
44
44
  "eslint": "~8.55.0",
45
- "prettier": "~3.0.3",
46
45
  "rimraf": "^4.4.0",
47
46
  "typescript": "~5.4.5"
48
47
  },
@@ -56,13 +55,11 @@
56
55
  "build:esnext": "tsc --project ./tsconfig.json",
57
56
  "check:biome": "biome check .",
58
57
  "check:format": "npm run check:biome",
59
- "check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
60
58
  "clean": "rimraf --glob dist \"**/*.tsbuildinfo\" \"**/*.build.log\" lib",
61
59
  "eslint": "eslint --format stylish src",
62
60
  "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
63
61
  "format": "npm run format:biome",
64
62
  "format:biome": "biome check . --write",
65
- "format:prettier": "prettier --write . --cache --ignore-path ../../../.prettierignore",
66
63
  "lint": "fluid-build . --task lint",
67
64
  "lint:fix": "fluid-build . --task eslint:fix --task format",
68
65
  "tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist"
package/tsconfig.json CHANGED
@@ -6,6 +6,7 @@
6
6
  "rootDir": "./src",
7
7
  "outDir": "./lib",
8
8
  "types": ["node"],
9
+ // TODO: AB#34169 Enable noUncheckedIndexedAccess for packages/tools/fetch-tool
9
10
  "noUncheckedIndexedAccess": false,
10
11
  "exactOptionalPropertyTypes": false,
11
12
  },
@@ -1,8 +0,0 @@
1
- /*!
2
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
- * Licensed under the MIT License.
4
- */
5
-
6
- module.exports = {
7
- ...require("@fluidframework/build-common/prettier.config.cjs"),
8
- };