Skip to content

Commit 0e29624

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

18 files changed

+73
-360
lines changed

baselines/dom.generated.d.ts

Lines changed: 2 additions & 14 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
/**
@@ -34945,7 +34945,7 @@ interface SecurityPolicyViolationEvent extends Event {
3494534945
*/
3494634946
readonly blockedURI: string;
3494734947
/**
34948-
* The **`columnNumber`** read-only property of the SecurityPolicyViolationEvent interface is the column number in the document or worker script at which the Content Security Policy (CSP) violation occurred.
34948+
* The **`columnNumber`** read-only property of the SecurityPolicyViolationEvent interface is the character position in the source file line of the document or worker script at which the Content Security Policy (CSP) violation occurred.
3494934949
*
3495034950
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SecurityPolicyViolationEvent/columnNumber)
3495134951
*/
@@ -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: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8490,7 +8490,7 @@ interface SecurityPolicyViolationEvent extends Event {
84908490
*/
84918491
readonly blockedURI: string;
84928492
/**
8493-
* The **`columnNumber`** read-only property of the SecurityPolicyViolationEvent interface is the column number in the document or worker script at which the Content Security Policy (CSP) violation occurred.
8493+
* The **`columnNumber`** read-only property of the SecurityPolicyViolationEvent interface is the character position in the source file line of the document or worker script at which the Content Security Policy (CSP) violation occurred.
84948494
*
84958495
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SecurityPolicyViolationEvent/columnNumber)
84968496
*/
@@ -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: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8073,7 +8073,7 @@ interface SecurityPolicyViolationEvent extends Event {
80738073
*/
80748074
readonly blockedURI: string;
80758075
/**
8076-
* The **`columnNumber`** read-only property of the SecurityPolicyViolationEvent interface is the column number in the document or worker script at which the Content Security Policy (CSP) violation occurred.
8076+
* The **`columnNumber`** read-only property of the SecurityPolicyViolationEvent interface is the character position in the source file line of the document or worker script at which the Content Security Policy (CSP) violation occurred.
80778077
*
80788078
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SecurityPolicyViolationEvent/columnNumber)
80798079
*/
@@ -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: 2 additions & 14 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
/**
@@ -34920,7 +34920,7 @@ interface SecurityPolicyViolationEvent extends Event {
3492034920
*/
3492134921
readonly blockedURI: string;
3492234922
/**
34923-
* The **`columnNumber`** read-only property of the SecurityPolicyViolationEvent interface is the column number in the document or worker script at which the Content Security Policy (CSP) violation occurred.
34923+
* The **`columnNumber`** read-only property of the SecurityPolicyViolationEvent interface is the character position in the source file line of the document or worker script at which the Content Security Policy (CSP) violation occurred.
3492434924
*
3492534925
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SecurityPolicyViolationEvent/columnNumber)
3492634926
*/
@@ -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: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8487,7 +8487,7 @@ interface SecurityPolicyViolationEvent extends Event {
84878487
*/
84888488
readonly blockedURI: string;
84898489
/**
8490-
* The **`columnNumber`** read-only property of the SecurityPolicyViolationEvent interface is the column number in the document or worker script at which the Content Security Policy (CSP) violation occurred.
8490+
* The **`columnNumber`** read-only property of the SecurityPolicyViolationEvent interface is the character position in the source file line of the document or worker script at which the Content Security Policy (CSP) violation occurred.
84918491
*
84928492
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SecurityPolicyViolationEvent/columnNumber)
84938493
*/
@@ -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: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8070,7 +8070,7 @@ interface SecurityPolicyViolationEvent extends Event {
80708070
*/
80718071
readonly blockedURI: string;
80728072
/**
8073-
* The **`columnNumber`** read-only property of the SecurityPolicyViolationEvent interface is the column number in the document or worker script at which the Content Security Policy (CSP) violation occurred.
8073+
* The **`columnNumber`** read-only property of the SecurityPolicyViolationEvent interface is the character position in the source file line of the document or worker script at which the Content Security Policy (CSP) violation occurred.
80748074
*
80758075
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SecurityPolicyViolationEvent/columnNumber)
80768076
*/
@@ -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: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9610,7 +9610,7 @@ interface SecurityPolicyViolationEvent extends Event {
96109610
*/
96119611
readonly blockedURI: string;
96129612
/**
9613-
* The **`columnNumber`** read-only property of the SecurityPolicyViolationEvent interface is the column number in the document or worker script at which the Content Security Policy (CSP) violation occurred.
9613+
* The **`columnNumber`** read-only property of the SecurityPolicyViolationEvent interface is the character position in the source file line of the document or worker script at which the Content Security Policy (CSP) violation occurred.
96149614
*
96159615
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SecurityPolicyViolationEvent/columnNumber)
96169616
*/
@@ -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
*

0 commit comments

Comments
 (0)