Shelley Vohr
Shelley Vohr
#### Description of Change Node is deprecating `url.parse`: >(node:34012) [DEP0169] DeprecationWarning: `url.parse()` behavior is not standardized and prone to errors that have security implications. Use the WHATWG URL API instead....
Refs https://github.com/electron/clerk/pull/164
Various errno constants were deprecated by POSIX. libc++ added deprecation markers on these constants. This change removes the usage of these constants to fix a compilation failure due to mappings...
This PR adds the ability to optionally roll back to previous versions of Gists. The option can be enabled and disabled via Settings, and is disabled by default. Screenshots
See https://chromium-review.googlesource.com/c/v8/v8/+/5539852 - this has been removed upstream and will no longer build on newer V8 versions.
See https://github.com/electron/electron/pull/45456 - we should allow for PRs to be opened that target other PRs without them being marked as invalid backports. They aren't valid backports nor are they intended...