@fluidframework/shared-summary-block 2.23.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,13 @@
1
1
  # @fluidframework/shared-summary-block
2
2
 
3
+ ## 2.31.0
4
+
5
+ Dependency updates only.
6
+
7
+ ## 2.30.0
8
+
9
+ Dependency updates only.
10
+
3
11
  ## 2.23.0
4
12
 
5
13
  Dependency updates only.
@@ -56,9 +64,9 @@ Dependency updates only.
56
64
 
57
65
  ### Minor Changes
58
66
 
59
- - 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)
60
68
 
61
- Update package implementations to use TypeScript 5.4.5.
69
+ Update package implementations to use TypeScript 5.4.5.
62
70
 
63
71
  ## 2.0.0-rc.4.0.0
64
72
 
@@ -68,24 +76,24 @@ Dependency updates only.
68
76
 
69
77
  ### Major Changes
70
78
 
71
- - 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)
72
80
 
73
- Fluid Framework packages have been updated to use the [package.json "exports"
74
- field](https://nodejs.org/docs/latest-v18.x/api/packages.html#exports) to define explicit entry points for both
75
- 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.
76
84
 
77
- 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:
78
86
 
79
- - `"moduleResolution": "Node16"` with `"module": "Node16"`
80
- - `"moduleResolution": "Bundler"` with `"module": "ESNext"`
87
+ - `"moduleResolution": "Node16"` with `"module": "Node16"`
88
+ - `"moduleResolution": "Bundler"` with `"module": "ESNext"`
81
89
 
82
- We recommend using Node16/Node16 unless absolutely necessary. That will produce transpiled JavaScript that is suitable
83
- for use with modern versions of Node.js _and_ Bundlers.
84
- [See the TypeScript documentation](https://www.typescriptlang.org/tsconfig#moduleResolution) for more information
85
- 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.
86
94
 
87
- **Node10 moduleResolution is not supported; it does not support Fluid Framework's API structuring pattern that is used
88
- 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.**
89
97
 
90
98
  ## 2.0.0-rc.2.0.0
91
99
 
@@ -95,57 +103,57 @@ Dependency updates only.
95
103
 
96
104
  ### Minor Changes
97
105
 
98
- - Updated server dependencies ([#19122](https://github.com/microsoft/FluidFramework/issues/19122)) [25366b4229](https://github.com/microsoft/FluidFramework/commits/25366b422918cb43685c5f328b50450749592902)
99
-
100
- 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)
101
-
102
- - @fluidframework/gitresources
103
- - @fluidframework/server-kafka-orderer
104
- - @fluidframework/server-lambdas
105
- - @fluidframework/server-lambdas-driver
106
- - @fluidframework/server-local-server
107
- - @fluidframework/server-memory-orderer
108
- - @fluidframework/protocol-base
109
- - @fluidframework/server-routerlicious
110
- - @fluidframework/server-routerlicious-base
111
- - @fluidframework/server-services
112
- - @fluidframework/server-services-client
113
- - @fluidframework/server-services-core
114
- - @fluidframework/server-services-ordering-kafkanode
115
- - @fluidframework/server-services-ordering-rdkafka
116
- - @fluidframework/server-services-ordering-zookeeper
117
- - @fluidframework/server-services-shared
118
- - @fluidframework/server-services-telemetry
119
- - @fluidframework/server-services-utils
120
- - @fluidframework/server-test-utils
121
- - tinylicious
122
-
123
- - Updated @fluidframework/protocol-definitions ([#19122](https://github.com/microsoft/FluidFramework/issues/19122)) [25366b4229](https://github.com/microsoft/FluidFramework/commits/25366b422918cb43685c5f328b50450749592902)
124
-
125
- The @fluidframework/protocol-definitions dependency has been upgraded to v3.1.0. [See the full
126
- 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)
127
135
 
128
136
  ## 2.0.0-internal.8.0.0
129
137
 
130
138
  ### Major Changes
131
139
 
132
- - datastore-definitions: Jsonable and Serializable now require a generic parameter [9a451d4946](https://github.com/microsoft/FluidFramework/commits/9a451d4946b5c51a52e4d1ab5bf51e7b285b0d74)
140
+ - datastore-definitions: Jsonable and Serializable now require a generic parameter [9a451d4946](https://github.com/microsoft/FluidFramework/commits/9a451d4946b5c51a52e4d1ab5bf51e7b285b0d74)
133
141
 
134
- The `Jsonable` and `Serializable` types from @fluidframework/datastore-definitions now require a generic parameter and
135
- if that type is `any` or `unknown`will return a new result `JsonableTypeWith<>` that more accurately represents the
136
- limitation of serialization.
142
+ The `Jsonable` and `Serializable` types from @fluidframework/datastore-definitions now require a generic parameter and
143
+ if that type is `any` or `unknown`will return a new result `JsonableTypeWith<>` that more accurately represents the
144
+ limitation of serialization.
137
145
 
138
- Additional modifications:
146
+ Additional modifications:
139
147
 
140
- - `Jsonable`'s `TReplacement` parameter default has also been changed from `void` to `never`, which now disallows
141
- `void`.
142
- - Unrecognized primitive types like `symbol` are now filtered to `never` instead of `{}`.
143
- - Recursive types with arrays (`[]`) are now supported.
148
+ - `Jsonable`'s `TReplacement` parameter default has also been changed from `void` to `never`, which now disallows
149
+ `void`.
150
+ - Unrecognized primitive types like `symbol` are now filtered to `never` instead of `{}`.
151
+ - Recursive types with arrays (`[]`) are now supported.
144
152
 
145
- `Serializable` is commonly used for DDS values and now requires more precision when using them. For example SharedMatrix
146
- (unqualified) has an `any` default that meant values were `Serializable<any>` (i.e. `any`), but now `Serializable<any>`
147
- is `JsonableTypeWith<IFluidHandle>` which may be problematic for reading or writing. Preferred correction is to specify
148
- the value type but casting through `any` may provide a quick fix.
153
+ `Serializable` is commonly used for DDS values and now requires more precision when using them. For example SharedMatrix
154
+ (unqualified) has an `any` default that meant values were `Serializable<any>` (i.e. `any`), but now `Serializable<any>`
155
+ is `JsonableTypeWith<IFluidHandle>` which may be problematic for reading or writing. Preferred correction is to specify
156
+ the value type but casting through `any` may provide a quick fix.
149
157
 
150
158
  ## 2.0.0-internal.7.4.0
151
159
 
@@ -167,45 +175,45 @@ Dependency updates only.
167
175
 
168
176
  ### Major Changes
169
177
 
170
- - Dependencies on @fluidframework/protocol-definitions package updated to 3.0.0 [871b3493dd](https://github.com/microsoft/FluidFramework/commits/871b3493dd0d7ea3a89be64998ceb6cb9021a04e)
171
-
172
- This included the following changes from the protocol-definitions release:
173
-
174
- - Updating signal interfaces for some planned improvements. The intention is split the interface between signals
175
- submitted by clients to the server and the resulting signals sent from the server to clients.
176
- - A new optional type member is available on the ISignalMessage interface and a new ISentSignalMessage interface has
177
- been added, which will be the typing for signals sent from the client to the server. Both extend a new
178
- ISignalMessageBase interface that contains common members.
179
- - The @fluidframework/common-definitions package dependency has been updated to version 1.0.0.
180
-
181
- - Server upgrade: dependencies on Fluid server packages updated to 2.0.1 [871b3493dd](https://github.com/microsoft/FluidFramework/commits/871b3493dd0d7ea3a89be64998ceb6cb9021a04e)
182
-
183
- Dependencies on the following Fluid server package have been updated to version 2.0.1:
184
-
185
- - @fluidframework/gitresources: 2.0.1
186
- - @fluidframework/server-kafka-orderer: 2.0.1
187
- - @fluidframework/server-lambdas: 2.0.1
188
- - @fluidframework/server-lambdas-driver: 2.0.1
189
- - @fluidframework/server-local-server: 2.0.1
190
- - @fluidframework/server-memory-orderer: 2.0.1
191
- - @fluidframework/protocol-base: 2.0.1
192
- - @fluidframework/server-routerlicious: 2.0.1
193
- - @fluidframework/server-routerlicious-base: 2.0.1
194
- - @fluidframework/server-services: 2.0.1
195
- - @fluidframework/server-services-client: 2.0.1
196
- - @fluidframework/server-services-core: 2.0.1
197
- - @fluidframework/server-services-ordering-kafkanode: 2.0.1
198
- - @fluidframework/server-services-ordering-rdkafka: 2.0.1
199
- - @fluidframework/server-services-ordering-zookeeper: 2.0.1
200
- - @fluidframework/server-services-shared: 2.0.1
201
- - @fluidframework/server-services-telemetry: 2.0.1
202
- - @fluidframework/server-services-utils: 2.0.1
203
- - @fluidframework/server-test-utils: 2.0.1
204
- - tinylicious: 2.0.1
205
-
206
- - Minimum TypeScript version now 5.1.6 [871b3493dd](https://github.com/microsoft/FluidFramework/commits/871b3493dd0d7ea3a89be64998ceb6cb9021a04e)
207
-
208
- The minimum supported TypeScript version for Fluid 2.0 clients is now 5.1.6.
178
+ - Dependencies on @fluidframework/protocol-definitions package updated to 3.0.0 [871b3493dd](https://github.com/microsoft/FluidFramework/commits/871b3493dd0d7ea3a89be64998ceb6cb9021a04e)
179
+
180
+ This included the following changes from the protocol-definitions release:
181
+
182
+ - Updating signal interfaces for some planned improvements. The intention is split the interface between signals
183
+ submitted by clients to the server and the resulting signals sent from the server to clients.
184
+ - A new optional type member is available on the ISignalMessage interface and a new ISentSignalMessage interface has
185
+ been added, which will be the typing for signals sent from the client to the server. Both extend a new
186
+ ISignalMessageBase interface that contains common members.
187
+ - The @fluidframework/common-definitions package dependency has been updated to version 1.0.0.
188
+
189
+ - Server upgrade: dependencies on Fluid server packages updated to 2.0.1 [871b3493dd](https://github.com/microsoft/FluidFramework/commits/871b3493dd0d7ea3a89be64998ceb6cb9021a04e)
190
+
191
+ Dependencies on the following Fluid server package have been updated to version 2.0.1:
192
+
193
+ - @fluidframework/gitresources: 2.0.1
194
+ - @fluidframework/server-kafka-orderer: 2.0.1
195
+ - @fluidframework/server-lambdas: 2.0.1
196
+ - @fluidframework/server-lambdas-driver: 2.0.1
197
+ - @fluidframework/server-local-server: 2.0.1
198
+ - @fluidframework/server-memory-orderer: 2.0.1
199
+ - @fluidframework/protocol-base: 2.0.1
200
+ - @fluidframework/server-routerlicious: 2.0.1
201
+ - @fluidframework/server-routerlicious-base: 2.0.1
202
+ - @fluidframework/server-services: 2.0.1
203
+ - @fluidframework/server-services-client: 2.0.1
204
+ - @fluidframework/server-services-core: 2.0.1
205
+ - @fluidframework/server-services-ordering-kafkanode: 2.0.1
206
+ - @fluidframework/server-services-ordering-rdkafka: 2.0.1
207
+ - @fluidframework/server-services-ordering-zookeeper: 2.0.1
208
+ - @fluidframework/server-services-shared: 2.0.1
209
+ - @fluidframework/server-services-telemetry: 2.0.1
210
+ - @fluidframework/server-services-utils: 2.0.1
211
+ - @fluidframework/server-test-utils: 2.0.1
212
+ - tinylicious: 2.0.1
213
+
214
+ - Minimum TypeScript version now 5.1.6 [871b3493dd](https://github.com/microsoft/FluidFramework/commits/871b3493dd0d7ea3a89be64998ceb6cb9021a04e)
215
+
216
+ The minimum supported TypeScript version for Fluid 2.0 clients is now 5.1.6.
209
217
 
210
218
  ## 2.0.0-internal.6.4.0
211
219
 
@@ -227,9 +235,9 @@ Dependency updates only.
227
235
 
228
236
  ### Major Changes
229
237
 
230
- - Upgraded typescript transpilation target to ES2020 [8abce8cdb4](https://github.com/microsoft/FluidFramework/commits/8abce8cdb4e2832fb6405fb44e393bef03d5648a)
238
+ - Upgraded typescript transpilation target to ES2020 [8abce8cdb4](https://github.com/microsoft/FluidFramework/commits/8abce8cdb4e2832fb6405fb44e393bef03d5648a)
231
239
 
232
- 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.
240
+ 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.
233
241
 
234
242
  ## 2.0.0-internal.5.4.0
235
243
 
@@ -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/shared-summary-block";
8
- export declare const pkgVersion = "2.23.0";
8
+ export declare const pkgVersion = "2.31.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/shared-summary-block";
11
- exports.pkgVersion = "2.23.0";
11
+ exports.pkgVersion = "2.31.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,sCAAsC,CAAC;AACjD,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/shared-summary-block\";\nexport const pkgVersion = \"2.23.0\";\n"]}
1
+ {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,sCAAsC,CAAC;AACjD,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/shared-summary-block\";\nexport const pkgVersion = \"2.31.0\";\n"]}
@@ -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/shared-summary-block";
8
- export declare const pkgVersion = "2.23.0";
8
+ export declare const pkgVersion = "2.31.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/shared-summary-block";
8
- export const pkgVersion = "2.23.0";
8
+ export const pkgVersion = "2.31.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,sCAAsC,CAAC;AAC9D,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/shared-summary-block\";\nexport const pkgVersion = \"2.23.0\";\n"]}
1
+ {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,sCAAsC,CAAC;AAC9D,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/shared-summary-block\";\nexport const pkgVersion = \"2.31.0\";\n"]}
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.47.8"
8
+ "packageVersion": "7.50.1"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/shared-summary-block",
3
- "version": "2.23.0",
3
+ "version": "2.31.0",
4
4
  "description": "A DDS that does not generate ops but is part of summary",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -69,25 +69,25 @@
69
69
  "temp-directory": "nyc/.nyc_output"
70
70
  },
71
71
  "dependencies": {
72
- "@fluidframework/core-interfaces": "~2.23.0",
73
- "@fluidframework/datastore-definitions": "~2.23.0",
74
- "@fluidframework/driver-definitions": "~2.23.0",
75
- "@fluidframework/driver-utils": "~2.23.0",
76
- "@fluidframework/runtime-definitions": "~2.23.0",
77
- "@fluidframework/shared-object-base": "~2.23.0"
72
+ "@fluidframework/core-interfaces": "~2.31.0",
73
+ "@fluidframework/datastore-definitions": "~2.31.0",
74
+ "@fluidframework/driver-definitions": "~2.31.0",
75
+ "@fluidframework/driver-utils": "~2.31.0",
76
+ "@fluidframework/runtime-definitions": "~2.31.0",
77
+ "@fluidframework/shared-object-base": "~2.31.0"
78
78
  },
79
79
  "devDependencies": {
80
80
  "@arethetypeswrong/cli": "^0.17.1",
81
81
  "@biomejs/biome": "~1.9.3",
82
- "@fluid-internal/mocha-test-setup": "~2.23.0",
82
+ "@fluid-internal/mocha-test-setup": "~2.31.0",
83
83
  "@fluid-tools/build-cli": "^0.54.0",
84
84
  "@fluidframework/build-common": "^2.0.3",
85
85
  "@fluidframework/build-tools": "^0.54.0",
86
- "@fluidframework/container-definitions": "~2.23.0",
86
+ "@fluidframework/container-definitions": "~2.31.0",
87
87
  "@fluidframework/eslint-config-fluid": "^5.7.3",
88
- "@fluidframework/shared-summary-block-previous": "npm:@fluidframework/shared-summary-block@2.22.0",
89
- "@fluidframework/test-runtime-utils": "~2.23.0",
90
- "@microsoft/api-extractor": "7.47.8",
88
+ "@fluidframework/shared-summary-block-previous": "npm:@fluidframework/shared-summary-block@2.30.0",
89
+ "@fluidframework/test-runtime-utils": "~2.31.0",
90
+ "@microsoft/api-extractor": "7.50.1",
91
91
  "@types/benchmark": "^2.1.0",
92
92
  "@types/mocha": "^10.0.10",
93
93
  "@types/node": "^18.19.0",
@@ -97,10 +97,9 @@
97
97
  "copyfiles": "^2.4.1",
98
98
  "cross-env": "^7.0.3",
99
99
  "eslint": "~8.55.0",
100
- "mocha": "^10.2.0",
100
+ "mocha": "^10.8.2",
101
101
  "mocha-multi-reporters": "^1.5.1",
102
102
  "moment": "^2.21.0",
103
- "prettier": "~3.0.3",
104
103
  "replace-in-file": "^6.3.5",
105
104
  "rimraf": "^4.4.0",
106
105
  "typescript": "~5.4.5"
@@ -135,7 +134,6 @@
135
134
  "check:exports:esm:legacy": "api-extractor run --config api-extractor/api-extractor-lint-legacy.esm.json",
136
135
  "check:exports:esm:public": "api-extractor run --config api-extractor/api-extractor-lint-public.esm.json",
137
136
  "check:format": "npm run check:biome",
138
- "check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
139
137
  "ci:build:api-reports": "concurrently \"npm:ci:build:api-reports:*\"",
140
138
  "ci:build:api-reports:current": "api-extractor run --config api-extractor/api-extractor.current.json",
141
139
  "ci:build:api-reports:legacy": "api-extractor run --config api-extractor/api-extractor.legacy.json",
@@ -145,7 +143,6 @@
145
143
  "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
146
144
  "format": "npm run format:biome",
147
145
  "format:biome": "biome check . --write",
148
- "format:prettier": "prettier --write . --cache --ignore-path ../../../.prettierignore",
149
146
  "lint": "fluid-build . --task lint",
150
147
  "lint:fix": "fluid-build . --task eslint:fix --task format",
151
148
  "test": "npm run test:mocha",
@@ -6,4 +6,4 @@
6
6
  */
7
7
 
8
8
  export const pkgName = "@fluidframework/shared-summary-block";
9
- export const pkgVersion = "2.23.0";
9
+ export const pkgVersion = "2.31.0";
@@ -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
- };