Skip to content

Commit f89d4cf

Browse files
authored
Manually update to [email protected] (#1394)
Co-authored-by: saschanaz <[email protected]>
1 parent fc5fe1a commit f89d4cf

File tree

7 files changed

+89
-35
lines changed

7 files changed

+89
-35
lines changed

baselines/audioworklet.generated.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ declare var ErrorEvent: {
298298
interface Event {
299299
/** Returns true or false depending on how event was initialized. True if event goes through its target's ancestors in reverse tree order, and false otherwise. */
300300
readonly bubbles: boolean;
301+
/** @deprecated */
301302
cancelBubble: boolean;
302303
/** Returns true or false depending on how event was initialized. Its return value does not always carry meaning, but true can indicate that part of the operation during which event was dispatched, can be canceled by invoking the preventDefault() method. */
303304
readonly cancelable: boolean;

baselines/dom.generated.d.ts

Lines changed: 57 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1940,12 +1940,14 @@ interface ARIAMixin {
19401940
ariaChecked: string | null;
19411941
ariaColCount: string | null;
19421942
ariaColIndex: string | null;
1943+
ariaColIndexText: string | null;
19431944
ariaColSpan: string | null;
19441945
ariaCurrent: string | null;
19451946
ariaDisabled: string | null;
19461947
ariaExpanded: string | null;
19471948
ariaHasPopup: string | null;
19481949
ariaHidden: string | null;
1950+
ariaInvalid: string | null;
19491951
ariaKeyShortcuts: string | null;
19501952
ariaLabel: string | null;
19511953
ariaLevel: string | null;
@@ -1962,6 +1964,7 @@ interface ARIAMixin {
19621964
ariaRoleDescription: string | null;
19631965
ariaRowCount: string | null;
19641966
ariaRowIndex: string | null;
1967+
ariaRowIndexText: string | null;
19651968
ariaRowSpan: string | null;
19661969
ariaSelected: string | null;
19671970
ariaSetSize: string | null;
@@ -1970,6 +1973,7 @@ interface ARIAMixin {
19701973
ariaValueMin: string | null;
19711974
ariaValueNow: string | null;
19721975
ariaValueText: string | null;
1976+
role: string | null;
19731977
}
19741978

19751979
/** A controller object that allows you to abort one or more DOM requests as and when desired. */
@@ -2157,6 +2161,7 @@ interface Attr extends Node {
21572161
readonly ownerDocument: Document;
21582162
readonly ownerElement: Element | null;
21592163
readonly prefix: string | null;
2164+
/** @deprecated */
21602165
readonly specified: boolean;
21612166
value: string;
21622167
}
@@ -2620,6 +2625,18 @@ declare var CSSFontFaceRule: {
26202625
new(): CSSFontFaceRule;
26212626
};
26222627

2628+
interface CSSFontPaletteValuesRule extends CSSRule {
2629+
readonly basePalette: string;
2630+
readonly fontFamily: string;
2631+
readonly name: string;
2632+
readonly overrideColors: string;
2633+
}
2634+
2635+
declare var CSSFontPaletteValuesRule: {
2636+
prototype: CSSFontPaletteValuesRule;
2637+
new(): CSSFontPaletteValuesRule;
2638+
};
2639+
26232640
/** Any CSS at-rule that contains other rules nested within it. */
26242641
interface CSSGroupingRule extends CSSRule {
26252642
readonly cssRules: CSSRuleList;
@@ -2634,6 +2651,7 @@ declare var CSSGroupingRule: {
26342651

26352652
interface CSSImportRule extends CSSRule {
26362653
readonly href: string;
2654+
readonly layerName: string | null;
26372655
readonly media: MediaList;
26382656
readonly styleSheet: CSSStyleSheet;
26392657
}
@@ -2668,6 +2686,24 @@ declare var CSSKeyframesRule: {
26682686
new(): CSSKeyframesRule;
26692687
};
26702688

2689+
interface CSSLayerBlockRule extends CSSGroupingRule {
2690+
readonly name: string;
2691+
}
2692+
2693+
declare var CSSLayerBlockRule: {
2694+
prototype: CSSLayerBlockRule;
2695+
new(): CSSLayerBlockRule;
2696+
};
2697+
2698+
interface CSSLayerStatementRule extends CSSRule {
2699+
readonly nameList: ReadonlyArray<string>;
2700+
}
2701+
2702+
declare var CSSLayerStatementRule: {
2703+
prototype: CSSLayerStatementRule;
2704+
new(): CSSLayerStatementRule;
2705+
};
2706+
26712707
/** A single CSS @media rule. It implements the CSSConditionRule interface, and therefore the CSSGroupingRule and the CSSRule interface with a type value of 4 (CSSRule.MEDIA_RULE). */
26722708
interface CSSMediaRule extends CSSConditionRule {
26732709
readonly media: MediaList;
@@ -2765,6 +2801,7 @@ interface CSSStyleDeclaration {
27652801
animationTimingFunction: string;
27662802
appearance: string;
27672803
aspectRatio: string;
2804+
backdropFilter: string;
27682805
backfaceVisibility: string;
27692806
background: string;
27702807
backgroundAttachment: string;
@@ -2899,6 +2936,7 @@ interface CSSStyleDeclaration {
28992936
fontFeatureSettings: string;
29002937
fontKerning: string;
29012938
fontOpticalSizing: string;
2939+
fontPalette: string;
29022940
fontSize: string;
29032941
fontSizeAdjust: string;
29042942
fontStretch: string;
@@ -3530,6 +3568,7 @@ interface CanvasText {
35303568
interface CanvasTextDrawingStyles {
35313569
direction: CanvasDirection;
35323570
font: string;
3571+
fontKerning: CanvasFontKerning;
35333572
textAlign: CanvasTextAlign;
35343573
textBaseline: CanvasTextBaseline;
35353574
}
@@ -4391,7 +4430,10 @@ interface Document extends Node, DocumentAndElementEventHandlers, DocumentOrShad
43914430
readonly documentElement: HTMLElement;
43924431
/** Returns document's URL. */
43934432
readonly documentURI: string;
4394-
/** Sets or gets the security domain of the document. */
4433+
/**
4434+
* Sets or gets the security domain of the document.
4435+
* @deprecated
4436+
*/
43954437
domain: string;
43964438
/** Retrieves a collection of all embed objects in the document. */
43974439
readonly embeds: HTMLCollectionOf<HTMLEmbedElement>;
@@ -4675,6 +4717,7 @@ interface Document extends Node, DocumentAndElementEventHandlers, DocumentOrShad
46754717
/**
46764718
* Returns a Boolean value that indicates whether the specified command is in the indeterminate state.
46774719
* @param commandId String that specifies a command identifier.
4720+
* @deprecated
46784721
*/
46794722
queryCommandIndeterm(commandId: string): boolean;
46804723
/**
@@ -4692,6 +4735,7 @@ interface Document extends Node, DocumentAndElementEventHandlers, DocumentOrShad
46924735
/**
46934736
* Returns the current value of the document, range, or current selection for the given command.
46944737
* @param commandId String that specifies a command identifier.
4738+
* @deprecated
46954739
*/
46964740
queryCommandValue(commandId: string): string;
46974741
/** @deprecated */
@@ -5052,6 +5096,7 @@ declare var ErrorEvent: {
50525096
interface Event {
50535097
/** Returns true or false depending on how event was initialized. True if event goes through its target's ancestors in reverse tree order, and false otherwise. */
50545098
readonly bubbles: boolean;
5099+
/** @deprecated */
50555100
cancelBubble: boolean;
50565101
/** Returns true or false depending on how event was initialized. Its return value does not always carry meaning, but true can indicate that part of the operation during which event was dispatched, can be canceled by invoking the preventDefault() method. */
50575102
readonly cancelable: boolean;
@@ -5588,6 +5633,7 @@ interface GlobalEventHandlersEventMap {
55885633
"auxclick": MouseEvent;
55895634
"beforeinput": InputEvent;
55905635
"blur": FocusEvent;
5636+
"cancel": Event;
55915637
"canplay": Event;
55925638
"canplaythrough": Event;
55935639
"change": Event;
@@ -5693,6 +5739,7 @@ interface GlobalEventHandlers {
56935739
* @param ev The focus event.
56945740
*/
56955741
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
5742+
oncancel: ((this: GlobalEventHandlers, ev: Event) => any) | null;
56965743
/**
56975744
* Occurs when playback is possible, but would require further buffering.
56985745
* @param ev The event.
@@ -9447,10 +9494,13 @@ declare var MediaRecorder: {
94479494
isTypeSupported(type: string): boolean;
94489495
};
94499496

9497+
/** @deprecated */
94509498
interface MediaRecorderErrorEvent extends Event {
9499+
/** @deprecated */
94519500
readonly error: DOMException;
94529501
}
94539502

9503+
/** @deprecated */
94549504
declare var MediaRecorderErrorEvent: {
94559505
prototype: MediaRecorderErrorEvent;
94569506
new(type: string, eventInitDict: MediaRecorderErrorEventInit): MediaRecorderErrorEvent;
@@ -9908,12 +9958,14 @@ interface NavigatorID {
99089958
readonly appName: string;
99099959
/** @deprecated */
99109960
readonly appVersion: string;
9961+
/** @deprecated */
99119962
readonly platform: string;
99129963
/** @deprecated */
99139964
readonly product: string;
99149965
/** @deprecated */
99159966
readonly productSub: string;
99169967
readonly userAgent: string;
9968+
/** @deprecated */
99179969
readonly vendor: string;
99189970
/** @deprecated */
99199971
readonly vendorSub: string;
@@ -10883,6 +10935,7 @@ declare var PromiseRejectionEvent: {
1088310935

1088410936
/** Available only in secure contexts. */
1088510937
interface PublicKeyCredential extends Credential {
10938+
readonly authenticatorAttachment: string | null;
1088610939
readonly rawId: ArrayBuffer;
1088710940
readonly response: AuthenticatorResponse;
1088810941
getClientExtensionResults(): AuthenticationExtensionsClientOutputs;
@@ -13053,6 +13106,7 @@ interface SVGStyleElement extends SVGElement, LinkStyle {
1305313106
disabled: boolean;
1305413107
media: string;
1305513108
title: string;
13109+
/** @deprecated */
1305613110
type: string;
1305713111
addEventListener<K extends keyof SVGElementEventMap>(type: K, listener: (this: SVGStyleElement, ev: SVGElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1305813112
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
@@ -13813,6 +13867,7 @@ interface StorageEvent extends Event {
1381313867
readonly storageArea: Storage | null;
1381413868
/** Returns the URL of the document whose storage item changed. */
1381513869
readonly url: string;
13870+
/** @deprecated */
1381613871
initStorageEvent(type: string, bubbles?: boolean, cancelable?: boolean, key?: string | null, oldValue?: string | null, newValue?: string | null, url?: string | URL, storageArea?: Storage | null): void;
1381713872
}
1381813873

@@ -17788,6 +17843,7 @@ declare var onauxclick: ((this: Window, ev: MouseEvent) => any) | null;
1778817843
* @param ev The focus event.
1778917844
*/
1779017845
declare var onblur: ((this: Window, ev: FocusEvent) => any) | null;
17846+
declare var oncancel: ((this: Window, ev: Event) => any) | null;
1779117847
/**
1779217848
* Occurs when playback is possible, but would require further buffering.
1779317849
* @param ev The event.

baselines/serviceworker.generated.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1299,6 +1299,7 @@ declare var ErrorEvent: {
12991299
interface Event {
13001300
/** Returns true or false depending on how event was initialized. True if event goes through its target's ancestors in reverse tree order, and false otherwise. */
13011301
readonly bubbles: boolean;
1302+
/** @deprecated */
13021303
cancelBubble: boolean;
13031304
/** Returns true or false depending on how event was initialized. Its return value does not always carry meaning, but true can indicate that part of the operation during which event was dispatched, can be canceled by invoking the preventDefault() method. */
13041305
readonly cancelable: boolean;
@@ -2230,6 +2231,7 @@ interface NavigatorID {
22302231
readonly appName: string;
22312232
/** @deprecated */
22322233
readonly appVersion: string;
2234+
/** @deprecated */
22332235
readonly platform: string;
22342236
/** @deprecated */
22352237
readonly product: string;

baselines/sharedworker.generated.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1243,6 +1243,7 @@ declare var ErrorEvent: {
12431243
interface Event {
12441244
/** Returns true or false depending on how event was initialized. True if event goes through its target's ancestors in reverse tree order, and false otherwise. */
12451245
readonly bubbles: boolean;
1246+
/** @deprecated */
12461247
cancelBubble: boolean;
12471248
/** Returns true or false depending on how event was initialized. Its return value does not always carry meaning, but true can indicate that part of the operation during which event was dispatched, can be canceled by invoking the preventDefault() method. */
12481249
readonly cancelable: boolean;
@@ -2149,6 +2150,7 @@ interface NavigatorID {
21492150
readonly appName: string;
21502151
/** @deprecated */
21512152
readonly appVersion: string;
2153+
/** @deprecated */
21522154
readonly platform: string;
21532155
/** @deprecated */
21542156
readonly product: string;

baselines/webworker.generated.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1360,6 +1360,7 @@ declare var ErrorEvent: {
13601360
interface Event {
13611361
/** Returns true or false depending on how event was initialized. True if event goes through its target's ancestors in reverse tree order, and false otherwise. */
13621362
readonly bubbles: boolean;
1363+
/** @deprecated */
13631364
cancelBubble: boolean;
13641365
/** Returns true or false depending on how event was initialized. Its return value does not always carry meaning, but true can indicate that part of the operation during which event was dispatched, can be canceled by invoking the preventDefault() method. */
13651366
readonly cancelable: boolean;
@@ -2305,6 +2306,7 @@ interface NavigatorID {
23052306
readonly appName: string;
23062307
/** @deprecated */
23072308
readonly appVersion: string;
2309+
/** @deprecated */
23082310
readonly platform: string;
23092311
/** @deprecated */
23102312
readonly product: string;

package-lock.json

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

0 commit comments

Comments
 (0)