Skip to content

Commit c5fb1be

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

File tree

6 files changed

+29
-47
lines changed

6 files changed

+29
-47
lines changed

baselines/dom.generated.d.ts

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39447,11 +39447,7 @@ interface WindowEventHandlers {
3944739447
onstorage: ((this: WindowEventHandlers, ev: StorageEvent) => any) | null;
3944839448
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/unhandledrejection_event) */
3944939449
onunhandledrejection: ((this: WindowEventHandlers, ev: PromiseRejectionEvent) => any) | null;
39450-
/**
39451-
* @deprecated
39452-
*
39453-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/unload_event)
39454-
*/
39450+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/unload_event) */
3945539451
onunload: ((this: WindowEventHandlers, ev: Event) => any) | null;
3945639452
addEventListener<K extends keyof WindowEventHandlersEventMap>(type: K, listener: (this: WindowEventHandlers, ev: WindowEventHandlersEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
3945739453
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
@@ -41816,11 +41812,7 @@ declare var onrejectionhandled: ((this: Window, ev: PromiseRejectionEvent) => an
4181641812
declare var onstorage: ((this: Window, ev: StorageEvent) => any) | null;
4181741813
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/unhandledrejection_event) */
4181841814
declare var onunhandledrejection: ((this: Window, ev: PromiseRejectionEvent) => any) | null;
41819-
/**
41820-
* @deprecated
41821-
*
41822-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/unload_event)
41823-
*/
41815+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/unload_event) */
4182441816
declare var onunload: ((this: Window, ev: Event) => any) | null;
4182541817
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/localStorage) */
4182641818
declare var localStorage: Storage;

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

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39421,11 +39421,7 @@ interface WindowEventHandlers {
3942139421
onstorage: ((this: WindowEventHandlers, ev: StorageEvent) => any) | null;
3942239422
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/unhandledrejection_event) */
3942339423
onunhandledrejection: ((this: WindowEventHandlers, ev: PromiseRejectionEvent) => any) | null;
39424-
/**
39425-
* @deprecated
39426-
*
39427-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/unload_event)
39428-
*/
39424+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/unload_event) */
3942939425
onunload: ((this: WindowEventHandlers, ev: Event) => any) | null;
3943039426
addEventListener<K extends keyof WindowEventHandlersEventMap>(type: K, listener: (this: WindowEventHandlers, ev: WindowEventHandlersEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
3943139427
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
@@ -41790,11 +41786,7 @@ declare var onrejectionhandled: ((this: Window, ev: PromiseRejectionEvent) => an
4179041786
declare var onstorage: ((this: Window, ev: StorageEvent) => any) | null;
4179141787
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/unhandledrejection_event) */
4179241788
declare var onunhandledrejection: ((this: Window, ev: PromiseRejectionEvent) => any) | null;
41793-
/**
41794-
* @deprecated
41795-
*
41796-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/unload_event)
41797-
*/
41789+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/unload_event) */
4179841790
declare var onunload: ((this: Window, ev: Event) => any) | null;
4179941791
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/localStorage) */
4180041792
declare var localStorage: Storage;

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

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39444,11 +39444,7 @@ interface WindowEventHandlers {
3944439444
onstorage: ((this: WindowEventHandlers, ev: StorageEvent) => any) | null;
3944539445
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/unhandledrejection_event) */
3944639446
onunhandledrejection: ((this: WindowEventHandlers, ev: PromiseRejectionEvent) => any) | null;
39447-
/**
39448-
* @deprecated
39449-
*
39450-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/unload_event)
39451-
*/
39447+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/unload_event) */
3945239448
onunload: ((this: WindowEventHandlers, ev: Event) => any) | null;
3945339449
addEventListener<K extends keyof WindowEventHandlersEventMap>(type: K, listener: (this: WindowEventHandlers, ev: WindowEventHandlersEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
3945439450
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
@@ -41813,11 +41809,7 @@ declare var onrejectionhandled: ((this: Window, ev: PromiseRejectionEvent) => an
4181341809
declare var onstorage: ((this: Window, ev: StorageEvent) => any) | null;
4181441810
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/unhandledrejection_event) */
4181541811
declare var onunhandledrejection: ((this: Window, ev: PromiseRejectionEvent) => any) | null;
41816-
/**
41817-
* @deprecated
41818-
*
41819-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/unload_event)
41820-
*/
41812+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/unload_event) */
4182141813
declare var onunload: ((this: Window, ev: Event) => any) | null;
4182241814
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/localStorage) */
4182341815
declare var localStorage: Storage;

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

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39444,11 +39444,7 @@ interface WindowEventHandlers {
3944439444
onstorage: ((this: WindowEventHandlers, ev: StorageEvent) => any) | null;
3944539445
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/unhandledrejection_event) */
3944639446
onunhandledrejection: ((this: WindowEventHandlers, ev: PromiseRejectionEvent) => any) | null;
39447-
/**
39448-
* @deprecated
39449-
*
39450-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/unload_event)
39451-
*/
39447+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/unload_event) */
3945239448
onunload: ((this: WindowEventHandlers, ev: Event) => any) | null;
3945339449
addEventListener<K extends keyof WindowEventHandlersEventMap>(type: K, listener: (this: WindowEventHandlers, ev: WindowEventHandlersEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
3945439450
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
@@ -41813,11 +41809,7 @@ declare var onrejectionhandled: ((this: Window, ev: PromiseRejectionEvent) => an
4181341809
declare var onstorage: ((this: Window, ev: StorageEvent) => any) | null;
4181441810
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/unhandledrejection_event) */
4181541811
declare var onunhandledrejection: ((this: Window, ev: PromiseRejectionEvent) => any) | null;
41816-
/**
41817-
* @deprecated
41818-
*
41819-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/unload_event)
41820-
*/
41812+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/unload_event) */
4182141813
declare var onunload: ((this: Window, ev: Event) => any) | null;
4182241814
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/localStorage) */
4182341815
declare var localStorage: Storage;

inputfiles/mdn.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5714,6 +5714,11 @@
57145714
"pageType": "web-api-instance-property",
57155715
"summary": "The activeElement read-only property of the Document interface returns the Element within the DOM that is receiving keyboard events such as keydown and keyup. This is usually analogous to the focused element."
57165716
},
5717+
{
5718+
"mdn_url": "/en-US/docs/Web/API/Document/activeViewTransition",
5719+
"pageType": "web-api-instance-property",
5720+
"summary": "The activeViewTransition read-only property of the Document interface returns a ViewTransition instance representing the view transition currently active on the document."
5721+
},
57175722
{
57185723
"mdn_url": "/en-US/docs/Web/API/Document/adoptedStyleSheets",
57195724
"pageType": "web-api-instance-property",

package-lock.json

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

0 commit comments

Comments
 (0)