-
Notifications
You must be signed in to change notification settings - Fork 15.6k
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
build: update @electron/docs-parser and @electron/typescript-definitions #40264
Conversation
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.
Due to security restrictions, yarn.lock changes are restricted to maintainers only.
Additionally, it appears that this change does not pass lint: https://app.circleci.com/pipelines/github/electron/electron/75605/workflows/dcf582a9-b884-415b-8c2f-56bf047d13d0/jobs/1622825
Thanks for taking a look!
Should the PR only include package.json changes or does a maintainer need to do this PR?
Sorry yes working on fixing! #40017 (comment) |
Upgrades docs-parser and typescript-definitions to add new 'electron/utility' namespace added in: - electron/docs-parser#95 - electron/typescript-definitions#246 - electron/typescript-definitions#247
4e61e1d
to
8065393
Compare
@jkleinsc I've updated here with the fix for the typescript-definitions change electron/typescript-definitions#247 and dropped the yarn.lock changes. Unfortunately, that does mean lint is now failing due to the package.json and yarn.lock being out of sync.
|
I've added the FYI @devm33, I think you may be using an older version of |
Thanks @dsanders11! Updated the PR title and description |
Congrats on merging your first pull request! 🎉🎉🎉 |
No Release Notes |
…ons (electron#40264) * feat: add utility process typescript namespace Upgrades docs-parser and typescript-definitions to add new 'electron/utility' namespace added in: - electron/docs-parser#95 - electron/typescript-definitions#246 - electron/typescript-definitions#247 * build: update yarn.lock --------- Co-authored-by: David Sanders <[email protected]>
Description of Change
Upgrades docs-parser and typescript-definitions to add new 'electron/utility' namespace added in:
Also removes obsolete remote interface: electron/typescript-definitions#249
Checklist
npm test
passesRelease Notes
Notes: no-notes