Skip to content

Commit 09db2f0

Browse files
ortagithub-actions[bot]
authored andcommitted
🤖 Update core dependencies
1 parent 1a37a85 commit 09db2f0

18 files changed

+18
-205
lines changed

baselines/dom.generated.d.ts

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -30010,7 +30010,7 @@ interface RTCSctpTransport extends EventTarget {
3001030010
*
3001130011
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/RTCSctpTransport/maxMessageSize)
3001230012
*/
30013-
readonly maxMessageSize: number;
30013+
readonly maxMessageSize: number | null;
3001430014
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/RTCSctpTransport/statechange_event) */
3001530015
onstatechange: ((this: RTCSctpTransport, ev: Event) => any) | null;
3001630016
/**
@@ -41168,12 +41168,6 @@ declare var WebTransportBidirectionalStream: {
4116841168
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebTransportDatagramDuplexStream)
4116941169
*/
4117041170
interface WebTransportDatagramDuplexStream {
41171-
/**
41172-
* The **`incomingHighWaterMark`** property of the WebTransportDatagramDuplexStream interface gets or sets the high water mark for incoming chunks of data — this is the maximum size, in chunks, that the incoming ReadableStream's internal queue can reach before it is considered full. See Internal queues and queuing strategies for more information.
41173-
*
41174-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebTransportDatagramDuplexStream/incomingHighWaterMark)
41175-
*/
41176-
incomingHighWaterMark: number;
4117741171
/**
4117841172
* The **`incomingMaxAge`** property of the WebTransportDatagramDuplexStream interface gets or sets the maximum age for incoming datagrams, in milliseconds.
4117941173
*
@@ -41186,12 +41180,6 @@ interface WebTransportDatagramDuplexStream {
4118641180
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebTransportDatagramDuplexStream/maxDatagramSize)
4118741181
*/
4118841182
readonly maxDatagramSize: number;
41189-
/**
41190-
* The **`outgoingHighWaterMark`** property of the WebTransportDatagramDuplexStream interface gets or sets the high water mark for outgoing chunks of data — this is the maximum size, in chunks, that the outgoing WritableStream's internal queue can reach before it is considered full. See Internal queues and queuing strategies for more information.
41191-
*
41192-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebTransportDatagramDuplexStream/outgoingHighWaterMark)
41193-
*/
41194-
outgoingHighWaterMark: number;
4119541183
/**
4119641184
* The **`outgoingMaxAge`** property of the WebTransportDatagramDuplexStream interface gets or sets the maximum age for outgoing datagrams, in milliseconds.
4119741185
*

baselines/serviceworker.generated.d.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12291,12 +12291,6 @@ declare var WebTransportBidirectionalStream: {
1229112291
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebTransportDatagramDuplexStream)
1229212292
*/
1229312293
interface WebTransportDatagramDuplexStream {
12294-
/**
12295-
* The **`incomingHighWaterMark`** property of the WebTransportDatagramDuplexStream interface gets or sets the high water mark for incoming chunks of data — this is the maximum size, in chunks, that the incoming ReadableStream's internal queue can reach before it is considered full. See Internal queues and queuing strategies for more information.
12296-
*
12297-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebTransportDatagramDuplexStream/incomingHighWaterMark)
12298-
*/
12299-
incomingHighWaterMark: number;
1230012294
/**
1230112295
* The **`incomingMaxAge`** property of the WebTransportDatagramDuplexStream interface gets or sets the maximum age for incoming datagrams, in milliseconds.
1230212296
*
@@ -12309,12 +12303,6 @@ interface WebTransportDatagramDuplexStream {
1230912303
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebTransportDatagramDuplexStream/maxDatagramSize)
1231012304
*/
1231112305
readonly maxDatagramSize: number;
12312-
/**
12313-
* The **`outgoingHighWaterMark`** property of the WebTransportDatagramDuplexStream interface gets or sets the high water mark for outgoing chunks of data — this is the maximum size, in chunks, that the outgoing WritableStream's internal queue can reach before it is considered full. See Internal queues and queuing strategies for more information.
12314-
*
12315-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebTransportDatagramDuplexStream/outgoingHighWaterMark)
12316-
*/
12317-
outgoingHighWaterMark: number;
1231812306
/**
1231912307
* The **`outgoingMaxAge`** property of the WebTransportDatagramDuplexStream interface gets or sets the maximum age for outgoing datagrams, in milliseconds.
1232012308
*

baselines/sharedworker.generated.d.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11834,12 +11834,6 @@ declare var WebTransportBidirectionalStream: {
1183411834
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebTransportDatagramDuplexStream)
1183511835
*/
1183611836
interface WebTransportDatagramDuplexStream {
11837-
/**
11838-
* The **`incomingHighWaterMark`** property of the WebTransportDatagramDuplexStream interface gets or sets the high water mark for incoming chunks of data — this is the maximum size, in chunks, that the incoming ReadableStream's internal queue can reach before it is considered full. See Internal queues and queuing strategies for more information.
11839-
*
11840-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebTransportDatagramDuplexStream/incomingHighWaterMark)
11841-
*/
11842-
incomingHighWaterMark: number;
1184311837
/**
1184411838
* The **`incomingMaxAge`** property of the WebTransportDatagramDuplexStream interface gets or sets the maximum age for incoming datagrams, in milliseconds.
1184511839
*
@@ -11852,12 +11846,6 @@ interface WebTransportDatagramDuplexStream {
1185211846
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebTransportDatagramDuplexStream/maxDatagramSize)
1185311847
*/
1185411848
readonly maxDatagramSize: number;
11855-
/**
11856-
* The **`outgoingHighWaterMark`** property of the WebTransportDatagramDuplexStream interface gets or sets the high water mark for outgoing chunks of data — this is the maximum size, in chunks, that the outgoing WritableStream's internal queue can reach before it is considered full. See Internal queues and queuing strategies for more information.
11857-
*
11858-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebTransportDatagramDuplexStream/outgoingHighWaterMark)
11859-
*/
11860-
outgoingHighWaterMark: number;
1186111849
/**
1186211850
* The **`outgoingMaxAge`** property of the WebTransportDatagramDuplexStream interface gets or sets the maximum age for outgoing datagrams, in milliseconds.
1186311851
*

baselines/ts5.5/dom.generated.d.ts

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -29986,7 +29986,7 @@ interface RTCSctpTransport extends EventTarget {
2998629986
*
2998729987
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/RTCSctpTransport/maxMessageSize)
2998829988
*/
29989-
readonly maxMessageSize: number;
29989+
readonly maxMessageSize: number | null;
2999029990
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/RTCSctpTransport/statechange_event) */
2999129991
onstatechange: ((this: RTCSctpTransport, ev: Event) => any) | null;
2999229992
/**
@@ -41142,12 +41142,6 @@ declare var WebTransportBidirectionalStream: {
4114241142
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebTransportDatagramDuplexStream)
4114341143
*/
4114441144
interface WebTransportDatagramDuplexStream {
41145-
/**
41146-
* The **`incomingHighWaterMark`** property of the WebTransportDatagramDuplexStream interface gets or sets the high water mark for incoming chunks of data — this is the maximum size, in chunks, that the incoming ReadableStream's internal queue can reach before it is considered full. See Internal queues and queuing strategies for more information.
41147-
*
41148-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebTransportDatagramDuplexStream/incomingHighWaterMark)
41149-
*/
41150-
incomingHighWaterMark: number;
4115141145
/**
4115241146
* The **`incomingMaxAge`** property of the WebTransportDatagramDuplexStream interface gets or sets the maximum age for incoming datagrams, in milliseconds.
4115341147
*
@@ -41160,12 +41154,6 @@ interface WebTransportDatagramDuplexStream {
4116041154
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebTransportDatagramDuplexStream/maxDatagramSize)
4116141155
*/
4116241156
readonly maxDatagramSize: number;
41163-
/**
41164-
* The **`outgoingHighWaterMark`** property of the WebTransportDatagramDuplexStream interface gets or sets the high water mark for outgoing chunks of data — this is the maximum size, in chunks, that the outgoing WritableStream's internal queue can reach before it is considered full. See Internal queues and queuing strategies for more information.
41165-
*
41166-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebTransportDatagramDuplexStream/outgoingHighWaterMark)
41167-
*/
41168-
outgoingHighWaterMark: number;
4116941157
/**
4117041158
* The **`outgoingMaxAge`** property of the WebTransportDatagramDuplexStream interface gets or sets the maximum age for outgoing datagrams, in milliseconds.
4117141159
*

baselines/ts5.5/serviceworker.generated.d.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12288,12 +12288,6 @@ declare var WebTransportBidirectionalStream: {
1228812288
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebTransportDatagramDuplexStream)
1228912289
*/
1229012290
interface WebTransportDatagramDuplexStream {
12291-
/**
12292-
* The **`incomingHighWaterMark`** property of the WebTransportDatagramDuplexStream interface gets or sets the high water mark for incoming chunks of data — this is the maximum size, in chunks, that the incoming ReadableStream's internal queue can reach before it is considered full. See Internal queues and queuing strategies for more information.
12293-
*
12294-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebTransportDatagramDuplexStream/incomingHighWaterMark)
12295-
*/
12296-
incomingHighWaterMark: number;
1229712291
/**
1229812292
* The **`incomingMaxAge`** property of the WebTransportDatagramDuplexStream interface gets or sets the maximum age for incoming datagrams, in milliseconds.
1229912293
*
@@ -12306,12 +12300,6 @@ interface WebTransportDatagramDuplexStream {
1230612300
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebTransportDatagramDuplexStream/maxDatagramSize)
1230712301
*/
1230812302
readonly maxDatagramSize: number;
12309-
/**
12310-
* The **`outgoingHighWaterMark`** property of the WebTransportDatagramDuplexStream interface gets or sets the high water mark for outgoing chunks of data — this is the maximum size, in chunks, that the outgoing WritableStream's internal queue can reach before it is considered full. See Internal queues and queuing strategies for more information.
12311-
*
12312-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebTransportDatagramDuplexStream/outgoingHighWaterMark)
12313-
*/
12314-
outgoingHighWaterMark: number;
1231512303
/**
1231612304
* The **`outgoingMaxAge`** property of the WebTransportDatagramDuplexStream interface gets or sets the maximum age for outgoing datagrams, in milliseconds.
1231712305
*

baselines/ts5.5/sharedworker.generated.d.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11831,12 +11831,6 @@ declare var WebTransportBidirectionalStream: {
1183111831
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebTransportDatagramDuplexStream)
1183211832
*/
1183311833
interface WebTransportDatagramDuplexStream {
11834-
/**
11835-
* The **`incomingHighWaterMark`** property of the WebTransportDatagramDuplexStream interface gets or sets the high water mark for incoming chunks of data — this is the maximum size, in chunks, that the incoming ReadableStream's internal queue can reach before it is considered full. See Internal queues and queuing strategies for more information.
11836-
*
11837-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebTransportDatagramDuplexStream/incomingHighWaterMark)
11838-
*/
11839-
incomingHighWaterMark: number;
1184011834
/**
1184111835
* The **`incomingMaxAge`** property of the WebTransportDatagramDuplexStream interface gets or sets the maximum age for incoming datagrams, in milliseconds.
1184211836
*
@@ -11849,12 +11843,6 @@ interface WebTransportDatagramDuplexStream {
1184911843
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebTransportDatagramDuplexStream/maxDatagramSize)
1185011844
*/
1185111845
readonly maxDatagramSize: number;
11852-
/**
11853-
* The **`outgoingHighWaterMark`** property of the WebTransportDatagramDuplexStream interface gets or sets the high water mark for outgoing chunks of data — this is the maximum size, in chunks, that the outgoing WritableStream's internal queue can reach before it is considered full. See Internal queues and queuing strategies for more information.
11854-
*
11855-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebTransportDatagramDuplexStream/outgoingHighWaterMark)
11856-
*/
11857-
outgoingHighWaterMark: number;
1185811846
/**
1185911847
* The **`outgoingMaxAge`** property of the WebTransportDatagramDuplexStream interface gets or sets the maximum age for outgoing datagrams, in milliseconds.
1186011848
*

baselines/ts5.5/webworker.generated.d.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13743,12 +13743,6 @@ declare var WebTransportBidirectionalStream: {
1374313743
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebTransportDatagramDuplexStream)
1374413744
*/
1374513745
interface WebTransportDatagramDuplexStream {
13746-
/**
13747-
* The **`incomingHighWaterMark`** property of the WebTransportDatagramDuplexStream interface gets or sets the high water mark for incoming chunks of data — this is the maximum size, in chunks, that the incoming ReadableStream's internal queue can reach before it is considered full. See Internal queues and queuing strategies for more information.
13748-
*
13749-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebTransportDatagramDuplexStream/incomingHighWaterMark)
13750-
*/
13751-
incomingHighWaterMark: number;
1375213746
/**
1375313747
* The **`incomingMaxAge`** property of the WebTransportDatagramDuplexStream interface gets or sets the maximum age for incoming datagrams, in milliseconds.
1375413748
*
@@ -13761,12 +13755,6 @@ interface WebTransportDatagramDuplexStream {
1376113755
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebTransportDatagramDuplexStream/maxDatagramSize)
1376213756
*/
1376313757
readonly maxDatagramSize: number;
13764-
/**
13765-
* The **`outgoingHighWaterMark`** property of the WebTransportDatagramDuplexStream interface gets or sets the high water mark for outgoing chunks of data — this is the maximum size, in chunks, that the outgoing WritableStream's internal queue can reach before it is considered full. See Internal queues and queuing strategies for more information.
13766-
*
13767-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebTransportDatagramDuplexStream/outgoingHighWaterMark)
13768-
*/
13769-
outgoingHighWaterMark: number;
1377013758
/**
1377113759
* The **`outgoingMaxAge`** property of the WebTransportDatagramDuplexStream interface gets or sets the maximum age for outgoing datagrams, in milliseconds.
1377213760
*

baselines/ts5.6/dom.generated.d.ts

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -30007,7 +30007,7 @@ interface RTCSctpTransport extends EventTarget {
3000730007
*
3000830008
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/RTCSctpTransport/maxMessageSize)
3000930009
*/
30010-
readonly maxMessageSize: number;
30010+
readonly maxMessageSize: number | null;
3001130011
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/RTCSctpTransport/statechange_event) */
3001230012
onstatechange: ((this: RTCSctpTransport, ev: Event) => any) | null;
3001330013
/**
@@ -41165,12 +41165,6 @@ declare var WebTransportBidirectionalStream: {
4116541165
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebTransportDatagramDuplexStream)
4116641166
*/
4116741167
interface WebTransportDatagramDuplexStream {
41168-
/**
41169-
* The **`incomingHighWaterMark`** property of the WebTransportDatagramDuplexStream interface gets or sets the high water mark for incoming chunks of data — this is the maximum size, in chunks, that the incoming ReadableStream's internal queue can reach before it is considered full. See Internal queues and queuing strategies for more information.
41170-
*
41171-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebTransportDatagramDuplexStream/incomingHighWaterMark)
41172-
*/
41173-
incomingHighWaterMark: number;
4117441168
/**
4117541169
* The **`incomingMaxAge`** property of the WebTransportDatagramDuplexStream interface gets or sets the maximum age for incoming datagrams, in milliseconds.
4117641170
*
@@ -41183,12 +41177,6 @@ interface WebTransportDatagramDuplexStream {
4118341177
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebTransportDatagramDuplexStream/maxDatagramSize)
4118441178
*/
4118541179
readonly maxDatagramSize: number;
41186-
/**
41187-
* The **`outgoingHighWaterMark`** property of the WebTransportDatagramDuplexStream interface gets or sets the high water mark for outgoing chunks of data — this is the maximum size, in chunks, that the outgoing WritableStream's internal queue can reach before it is considered full. See Internal queues and queuing strategies for more information.
41188-
*
41189-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebTransportDatagramDuplexStream/outgoingHighWaterMark)
41190-
*/
41191-
outgoingHighWaterMark: number;
4119241180
/**
4119341181
* The **`outgoingMaxAge`** property of the WebTransportDatagramDuplexStream interface gets or sets the maximum age for outgoing datagrams, in milliseconds.
4119441182
*

baselines/ts5.6/serviceworker.generated.d.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12288,12 +12288,6 @@ declare var WebTransportBidirectionalStream: {
1228812288
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebTransportDatagramDuplexStream)
1228912289
*/
1229012290
interface WebTransportDatagramDuplexStream {
12291-
/**
12292-
* The **`incomingHighWaterMark`** property of the WebTransportDatagramDuplexStream interface gets or sets the high water mark for incoming chunks of data — this is the maximum size, in chunks, that the incoming ReadableStream's internal queue can reach before it is considered full. See Internal queues and queuing strategies for more information.
12293-
*
12294-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebTransportDatagramDuplexStream/incomingHighWaterMark)
12295-
*/
12296-
incomingHighWaterMark: number;
1229712291
/**
1229812292
* The **`incomingMaxAge`** property of the WebTransportDatagramDuplexStream interface gets or sets the maximum age for incoming datagrams, in milliseconds.
1229912293
*
@@ -12306,12 +12300,6 @@ interface WebTransportDatagramDuplexStream {
1230612300
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebTransportDatagramDuplexStream/maxDatagramSize)
1230712301
*/
1230812302
readonly maxDatagramSize: number;
12309-
/**
12310-
* The **`outgoingHighWaterMark`** property of the WebTransportDatagramDuplexStream interface gets or sets the high water mark for outgoing chunks of data — this is the maximum size, in chunks, that the outgoing WritableStream's internal queue can reach before it is considered full. See Internal queues and queuing strategies for more information.
12311-
*
12312-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebTransportDatagramDuplexStream/outgoingHighWaterMark)
12313-
*/
12314-
outgoingHighWaterMark: number;
1231512303
/**
1231612304
* The **`outgoingMaxAge`** property of the WebTransportDatagramDuplexStream interface gets or sets the maximum age for outgoing datagrams, in milliseconds.
1231712305
*

baselines/ts5.6/sharedworker.generated.d.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11831,12 +11831,6 @@ declare var WebTransportBidirectionalStream: {
1183111831
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebTransportDatagramDuplexStream)
1183211832
*/
1183311833
interface WebTransportDatagramDuplexStream {
11834-
/**
11835-
* The **`incomingHighWaterMark`** property of the WebTransportDatagramDuplexStream interface gets or sets the high water mark for incoming chunks of data — this is the maximum size, in chunks, that the incoming ReadableStream's internal queue can reach before it is considered full. See Internal queues and queuing strategies for more information.
11836-
*
11837-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebTransportDatagramDuplexStream/incomingHighWaterMark)
11838-
*/
11839-
incomingHighWaterMark: number;
1184011834
/**
1184111835
* The **`incomingMaxAge`** property of the WebTransportDatagramDuplexStream interface gets or sets the maximum age for incoming datagrams, in milliseconds.
1184211836
*
@@ -11849,12 +11843,6 @@ interface WebTransportDatagramDuplexStream {
1184911843
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebTransportDatagramDuplexStream/maxDatagramSize)
1185011844
*/
1185111845
readonly maxDatagramSize: number;
11852-
/**
11853-
* The **`outgoingHighWaterMark`** property of the WebTransportDatagramDuplexStream interface gets or sets the high water mark for outgoing chunks of data — this is the maximum size, in chunks, that the outgoing WritableStream's internal queue can reach before it is considered full. See Internal queues and queuing strategies for more information.
11854-
*
11855-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebTransportDatagramDuplexStream/outgoingHighWaterMark)
11856-
*/
11857-
outgoingHighWaterMark: number;
1185811846
/**
1185911847
* The **`outgoingMaxAge`** property of the WebTransportDatagramDuplexStream interface gets or sets the maximum age for outgoing datagrams, in milliseconds.
1186011848
*

0 commit comments

Comments
 (0)