-
Notifications
You must be signed in to change notification settings - Fork 444
Update core dependencies #2047
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
base: main
Are you sure you want to change the base?
Update core dependencies #2047
Conversation
Thanks for the PR! This section of the codebase is owned by @saschanaz - if they write a comment saying "LGTM" then it will be merged. |
Woah |
See why I deferred it? 😂 |
325a617
to
8685ba5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Properties that include a hyphen must be wrapped in quotation marks. I'll open a PR to update the emitter accordingly.
baselines/dom.generated.d.ts
Outdated
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSPageDescriptors#margin) */ | ||
margin: string; | ||
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSPageDescriptors#margin-bottom) */ | ||
margin-bottom: string; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It needs to be wrapped in quotation marks.
baselines/dom.generated.d.ts
Outdated
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSPageDescriptors#margin-right) */ | ||
margin-right: string; | ||
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSPageDescriptors#margin-top) */ | ||
margin-top: string; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It needs to be wrapped in quotation marks.
baselines/dom.generated.d.ts
Outdated
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSPageDescriptors#margin-left) */ | ||
margin-left: string; | ||
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSPageDescriptors#margin-right) */ | ||
margin-right: string; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It needs to be wrapped in quotation marks.
baselines/dom.generated.d.ts
Outdated
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSPageDescriptors#margin-bottom) */ | ||
margin-bottom: string; | ||
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSPageDescriptors#margin-left) */ | ||
margin-left: string; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It needs to be wrapped in quotation marks.
324c995
to
9a9140a
Compare
Resolves #1199. |
18e8e79
to
387c217
Compare
Ok, enough procrastination. Updating to bcd 6.0.24 adds 46 new Web IDL interfaces:
I do NOT want to add them with a single PR, so instead I'll disable most of them and restore them progressively. |
b09d336
to
30ec5e6
Compare
30ec5e6
to
f73b600
Compare
f73b600
to
2c3c5a8
Compare
Automated changes by create-pull-request GitHub action