Skip to content

Commit 9a39f10

Browse files
TypeScript Botsaschanaz
andauthored
🤖 Update core dependencies (#1612)
Co-authored-by: saschanaz <[email protected]>
1 parent e8515af commit 9a39f10

File tree

5 files changed

+27
-3
lines changed

5 files changed

+27
-3
lines changed

baselines/dom.generated.d.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5486,10 +5486,14 @@ interface CanvasTextDrawingStyles {
54865486
font: string;
54875487
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/fontKerning) */
54885488
fontKerning: CanvasFontKerning;
5489+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/letterSpacing) */
5490+
letterSpacing: string;
54895491
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/textAlign) */
54905492
textAlign: CanvasTextAlign;
54915493
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/textBaseline) */
54925494
textBaseline: CanvasTextBaseline;
5495+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/wordSpacing) */
5496+
wordSpacing: string;
54935497
}
54945498

54955499
interface CanvasTransform {
@@ -16378,6 +16382,8 @@ interface NotificationEventMap {
1637816382
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Notification)
1637916383
*/
1638016384
interface Notification extends EventTarget {
16385+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Notification/badge) */
16386+
readonly badge: string;
1638116387
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Notification/body) */
1638216388
readonly body: string;
1638316389
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Notification/data) */

baselines/serviceworker.generated.d.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1528,10 +1528,14 @@ interface CanvasTextDrawingStyles {
15281528
font: string;
15291529
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/fontKerning) */
15301530
fontKerning: CanvasFontKerning;
1531+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/letterSpacing) */
1532+
letterSpacing: string;
15311533
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/textAlign) */
15321534
textAlign: CanvasTextAlign;
15331535
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/textBaseline) */
15341536
textBaseline: CanvasTextBaseline;
1537+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/wordSpacing) */
1538+
wordSpacing: string;
15351539
}
15361540

15371541
interface CanvasTransform {
@@ -3852,6 +3856,8 @@ interface NotificationEventMap {
38523856
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Notification)
38533857
*/
38543858
interface Notification extends EventTarget {
3859+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Notification/badge) */
3860+
readonly badge: string;
38553861
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Notification/body) */
38563862
readonly body: string;
38573863
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Notification/data) */

baselines/sharedworker.generated.d.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1500,10 +1500,14 @@ interface CanvasTextDrawingStyles {
15001500
font: string;
15011501
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/fontKerning) */
15021502
fontKerning: CanvasFontKerning;
1503+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/letterSpacing) */
1504+
letterSpacing: string;
15031505
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/textAlign) */
15041506
textAlign: CanvasTextAlign;
15051507
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/textBaseline) */
15061508
textBaseline: CanvasTextBaseline;
1509+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/wordSpacing) */
1510+
wordSpacing: string;
15071511
}
15081512

15091513
interface CanvasTransform {
@@ -3741,6 +3745,8 @@ interface NotificationEventMap {
37413745
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Notification)
37423746
*/
37433747
interface Notification extends EventTarget {
3748+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Notification/badge) */
3749+
readonly badge: string;
37443750
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Notification/body) */
37453751
readonly body: string;
37463752
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Notification/data) */

baselines/webworker.generated.d.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1664,10 +1664,14 @@ interface CanvasTextDrawingStyles {
16641664
font: string;
16651665
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/fontKerning) */
16661666
fontKerning: CanvasFontKerning;
1667+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/letterSpacing) */
1668+
letterSpacing: string;
16671669
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/textAlign) */
16681670
textAlign: CanvasTextAlign;
16691671
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/textBaseline) */
16701672
textBaseline: CanvasTextBaseline;
1673+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/wordSpacing) */
1674+
wordSpacing: string;
16711675
}
16721676

16731677
interface CanvasTransform {
@@ -4107,6 +4111,8 @@ interface NotificationEventMap {
41074111
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Notification)
41084112
*/
41094113
interface Notification extends EventTarget {
4114+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Notification/badge) */
4115+
readonly badge: string;
41104116
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Notification/body) */
41114117
readonly body: string;
41124118
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Notification/data) */

package-lock.json

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

0 commit comments

Comments
 (0)