-
Notifications
You must be signed in to change notification settings - Fork 443
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
e0fe8ad
to
fa9ba03
Compare
fa9ba03
to
edf353a
Compare
edf353a
to
d523a1d
Compare
d523a1d
to
37dbaa2
Compare
LGTM, the current PR only includes the spec change from w3c/reporting#284 and a few comment changes. |
There was an issue merging, maybe try again saschanaz. Details |
Automated changes by create-pull-request GitHub action