Skip to content

Commit b6a8758

Browse files
ortagithub-actions[bot]
authored andcommitted
🤖 Update core dependencies
1 parent a650695 commit b6a8758

File tree

8 files changed

+22
-16
lines changed

8 files changed

+22
-16
lines changed

baselines/dom.generated.d.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6851,6 +6851,7 @@ interface CSSStyleProperties extends CSSStyleDeclaration {
68516851
textAlignLast: string;
68526852
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-anchor) */
68536853
textAnchor: string;
6854+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-autospace) */
68546855
textAutospace: string;
68556856
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-box) */
68566857
textBox: string;
@@ -23816,6 +23817,7 @@ declare var PerformanceObserverEntryList: {
2381623817
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/PerformancePaintTiming)
2381723818
*/
2381823819
interface PerformancePaintTiming extends PerformanceEntry {
23820+
toJSON(): any;
2381923821
}
2382023822

2382123823
declare var PerformancePaintTiming: {
@@ -24387,7 +24389,7 @@ interface PointerEvent extends MouseEvent {
2438724389
*/
2438824390
readonly persistentDeviceId: number;
2438924391
/**
24390-
* The **`pointerId`** read-only property of the PointerEvent interface is an identifier assigned to a given pointer event.
24392+
* The **`pointerId`** read-only property of the PointerEvent interface is an identifier assigned to the pointer that triggered the event.
2439124393
*
2439224394
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/PointerEvent/pointerId)
2439324395
*/

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6844,6 +6844,7 @@ interface CSSStyleProperties extends CSSStyleDeclaration {
68446844
textAlignLast: string;
68456845
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-anchor) */
68466846
textAnchor: string;
6847+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-autospace) */
68476848
textAutospace: string;
68486849
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-box) */
68496850
textBox: string;
@@ -23795,6 +23796,7 @@ declare var PerformanceObserverEntryList: {
2379523796
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/PerformancePaintTiming)
2379623797
*/
2379723798
interface PerformancePaintTiming extends PerformanceEntry {
23799+
toJSON(): any;
2379823800
}
2379923801

2380023802
declare var PerformancePaintTiming: {
@@ -24366,7 +24368,7 @@ interface PointerEvent extends MouseEvent {
2436624368
*/
2436724369
readonly persistentDeviceId: number;
2436824370
/**
24369-
* The **`pointerId`** read-only property of the PointerEvent interface is an identifier assigned to a given pointer event.
24371+
* The **`pointerId`** read-only property of the PointerEvent interface is an identifier assigned to the pointer that triggered the event.
2437024372
*
2437124373
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/PointerEvent/pointerId)
2437224374
*/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7440,7 +7440,7 @@ interface RTCRtpScriptTransformer extends EventTarget {
74407440
*
74417441
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/RTCRtpScriptTransformer/generateKeyFrame)
74427442
*/
7443-
generateKeyFrame(rid?: string): Promise<number>;
7443+
generateKeyFrame(rid?: string): Promise<void>;
74447444
/**
74457445
* The **`sendKeyFrameRequest()`** method of the RTCRtpScriptTransformer interface may be called by a WebRTC Encoded Transform that is processing incoming encoded video frames, in order to request a key frame from the sender.
74467446
*

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6851,6 +6851,7 @@ interface CSSStyleProperties extends CSSStyleDeclaration {
68516851
textAlignLast: string;
68526852
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-anchor) */
68536853
textAnchor: string;
6854+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-autospace) */
68546855
textAutospace: string;
68556856
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-box) */
68566857
textBox: string;
@@ -23816,6 +23817,7 @@ declare var PerformanceObserverEntryList: {
2381623817
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/PerformancePaintTiming)
2381723818
*/
2381823819
interface PerformancePaintTiming extends PerformanceEntry {
23820+
toJSON(): any;
2381923821
}
2382023822

2382123823
declare var PerformancePaintTiming: {
@@ -24387,7 +24389,7 @@ interface PointerEvent extends MouseEvent {
2438724389
*/
2438824390
readonly persistentDeviceId: number;
2438924391
/**
24390-
* The **`pointerId`** read-only property of the PointerEvent interface is an identifier assigned to a given pointer event.
24392+
* The **`pointerId`** read-only property of the PointerEvent interface is an identifier assigned to the pointer that triggered the event.
2439124393
*
2439224394
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/PointerEvent/pointerId)
2439324395
*/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7440,7 +7440,7 @@ interface RTCRtpScriptTransformer extends EventTarget {
74407440
*
74417441
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/RTCRtpScriptTransformer/generateKeyFrame)
74427442
*/
7443-
generateKeyFrame(rid?: string): Promise<number>;
7443+
generateKeyFrame(rid?: string): Promise<void>;
74447444
/**
74457445
* The **`sendKeyFrameRequest()`** method of the RTCRtpScriptTransformer interface may be called by a WebRTC Encoded Transform that is processing incoming encoded video frames, in order to request a key frame from the sender.
74467446
*

baselines/webworker.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7440,7 +7440,7 @@ interface RTCRtpScriptTransformer extends EventTarget {
74407440
*
74417441
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/RTCRtpScriptTransformer/generateKeyFrame)
74427442
*/
7443-
generateKeyFrame(rid?: string): Promise<number>;
7443+
generateKeyFrame(rid?: string): Promise<void>;
74447444
/**
74457445
* The **`sendKeyFrameRequest()`** method of the RTCRtpScriptTransformer interface may be called by a WebRTC Encoded Transform that is processing incoming encoded video frames, in order to request a key frame from the sender.
74467446
*

inputfiles/mdn

Submodule mdn updated 69 files

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)