-
Notifications
You must be signed in to change notification settings - Fork 457
Update core dependencies #2242
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 #2242
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. |
|
LGTM, but why another whole mdn.json change? I expected a few lines of changes. |
|
Looks like mdn.json needs sort. @Bashamega want to try? 👀 |
|
Sure @saschanaz |
42095d4 to
c5fb1be
Compare
| declare var onstorage: ((this: Window, ev: StorageEvent) => any) | null; | ||
| /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/unhandledrejection_event) */ | ||
| declare var onunhandledrejection: ((this: Window, ev: PromiseRejectionEvent) => any) | null; | ||
| /** |
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.
Weird
53126bc to
4173d64
Compare
fc96ef6 to
a40bece
Compare
a40bece to
e839864
Compare
Automated changes by create-pull-request GitHub action