Skip to content
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

Update core dependencies #1781

Merged
merged 1 commit into from
Aug 14, 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
9 changes: 9 additions & 0 deletions baselines/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4102,11 +4102,13 @@ interface CSSStyleDeclaration {
clip: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/clip-path) */
clipPath: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/clip-rule) */
clipRule: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/color) */
color: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/color-interpolation) */
colorInterpolation: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/color-interpolation-filters) */
colorInterpolationFilters: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/color-scheme) */
colorScheme: string;
Expand Down Expand Up @@ -4176,8 +4178,11 @@ interface CSSStyleDeclaration {
dominantBaseline: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/empty-cells) */
emptyCells: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/fill) */
fill: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/fill-opacity) */
fillOpacity: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/fill-rule) */
fillRule: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/filter) */
filter: string;
Expand Down Expand Up @@ -4602,7 +4607,9 @@ interface CSSStyleDeclaration {
shapeOutside: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/shape-rendering) */
shapeRendering: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/stop-color) */
stopColor: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/stop-opacity) */
stopOpacity: string;
stroke: string;
strokeDasharray: string;
Expand Down Expand Up @@ -5125,7 +5132,9 @@ interface CSSStyleDeclaration {
wordWrap: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/writing-mode) */
writingMode: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/x) */
x: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/y) */
y: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/z-index) */
zIndex: string;
Expand Down
9 changes: 9 additions & 0 deletions baselines/ts5.5/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4102,11 +4102,13 @@ interface CSSStyleDeclaration {
clip: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/clip-path) */
clipPath: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/clip-rule) */
clipRule: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/color) */
color: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/color-interpolation) */
colorInterpolation: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/color-interpolation-filters) */
colorInterpolationFilters: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/color-scheme) */
colorScheme: string;
Expand Down Expand Up @@ -4176,8 +4178,11 @@ interface CSSStyleDeclaration {
dominantBaseline: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/empty-cells) */
emptyCells: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/fill) */
fill: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/fill-opacity) */
fillOpacity: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/fill-rule) */
fillRule: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/filter) */
filter: string;
Expand Down Expand Up @@ -4602,7 +4607,9 @@ interface CSSStyleDeclaration {
shapeOutside: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/shape-rendering) */
shapeRendering: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/stop-color) */
stopColor: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/stop-opacity) */
stopOpacity: string;
stroke: string;
strokeDasharray: string;
Expand Down Expand Up @@ -5125,7 +5132,9 @@ interface CSSStyleDeclaration {
wordWrap: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/writing-mode) */
writingMode: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/x) */
x: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/y) */
y: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/z-index) */
zIndex: string;
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

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

Loading