Skip to content

Update core dependencies #1669

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion baselines/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7709,6 +7709,7 @@ interface Element extends Node, ARIAMixin, Animatable, ChildNode, InnerHTML, Non
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/attachShadow)
*/
attachShadow(init: ShadowRootInit): ShadowRoot;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/checkVisibility) */
checkVisibility(options?: CheckVisibilityOptions): boolean;
/**
* Returns the first (starting at element) inclusive ancestor that matches selectors, and null otherwise.
Expand Down Expand Up @@ -10995,6 +10996,7 @@ interface HTMLInputElement extends HTMLElement, PopoverInvokerElement {
/** Sets or retrieves the initial contents of the object. */
defaultValue: string;
dirName: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/disabled) */
disabled: boolean;
/**
* Returns a FileList object on a file type input object.
Expand Down Expand Up @@ -11291,7 +11293,11 @@ interface HTMLLinkElement extends HTMLElement, LinkStyle {
disabled: boolean;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLLinkElement/fetchPriority) */
fetchPriority: string;
/** Sets or retrieves a destination URL or an anchor point. */
/**
* Sets or retrieves a destination URL or an anchor point.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLLinkElement/href)
*/
href: string;
/** Sets or retrieves the language code of the object. */
hreflang: string;
Expand Down
90 changes: 45 additions & 45 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.