Skip to content

Commit 186053e

Browse files
ortagithub-actions[bot]
authored andcommitted
🤖 Update core dependencies
1 parent 11ef599 commit 186053e

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

baselines/dom.generated.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -2555,6 +2555,7 @@ interface ARIAMixin {
25552555
ariaHasPopup: string | null;
25562556
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaHidden) */
25572557
ariaHidden: string | null;
2558+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaInvalid) */
25582559
ariaInvalid: string | null;
25592560
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaKeyShortcuts) */
25602561
ariaKeyShortcuts: string | null;

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

+1
Original file line numberDiff line numberDiff line change
@@ -2555,6 +2555,7 @@ interface ARIAMixin {
25552555
ariaHasPopup: string | null;
25562556
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaHidden) */
25572557
ariaHidden: string | null;
2558+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaInvalid) */
25582559
ariaInvalid: string | null;
25592560
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaKeyShortcuts) */
25602561
ariaKeyShortcuts: string | null;

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

+1
Original file line numberDiff line numberDiff line change
@@ -2555,6 +2555,7 @@ interface ARIAMixin {
25552555
ariaHasPopup: string | null;
25562556
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaHidden) */
25572557
ariaHidden: string | null;
2558+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaInvalid) */
25582559
ariaInvalid: string | null;
25592560
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaKeyShortcuts) */
25602561
ariaKeyShortcuts: string | null;

inputfiles/mdn

Submodule mdn updated 130 files

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)