This repository was archived by the owner on Dec 15, 2022. It is now read-only.
⬆️ Bump superstring from 2.4.2 to 2.4.3 #2583
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Please be sure to read the contributor's guide to the GitHub package before submitting any pull requests.
Requirements
Description of the Change
Update the indirect dependency
superstring
to 2.4.3 inpackage-lock.json
. This was mostly a compatibility update for building against newer Node/Electron versions. (See: atom/superstring#80). Allows this package to be built against at least Electron 7.(This PR is needed for the "Transpiling packages with custom transpiler configurations" step of Atom's
script/build
with Electron 7.)More context:
I noticed @sadick254 has been updating several packages that would allow Atom to be built against Electron 7 (or even newer??). Thank you @sadick254!!!
This update in the
github
package is apparently the last compatibility update that would be needed before Atom can build against Electron 7. I have personally built Atom against Electron 7 with all the updated packages + this change. (More work would be needed to make Atom actually work as intended on Electron 7, but hey, at least it builds now!)Screenshot or Gif
N/A
Applicable Issues
atom/superstring#80