Skip to content
This repository was archived by the owner on Mar 3, 2023. It is now read-only.

Conversation

@icecream17
Copy link
Contributor

@icecream17 icecream17 commented Jun 25, 2021

Description of the Change

Bumps the async dependency to 3.2.0
As a side affect the package-lock's lockfileVersion is now 2, since I'm using a newer npm version. Hopefully that's not important

https://github.com/caolan/async/blob/master/CHANGELOG.md#v200
v2.0.0 allows importing functions modularily (instead of importing the whole thing)

Somehow each file involved only needs 1 function, so now the imports only import whatever function is needed

Alternate Designs

Maybe I could just bump the version only without making the modularity change. But it seems to improve things

Possible Drawbacks

None

Update lockfileVersion to *2*, but that's a side affect from npm

https://github.com/caolan/async/blob/master/CHANGELOG.md#v200
v2.0.0 allows importing functions modularily.
So I changed the code to only import the functions needed
instead of the whole thing.
@icecream17 icecream17 changed the title Bump async dependency to 3.2.0 in atom/script Bump async dependency to 3.2.0 in /script Jun 25, 2021
@icecream17 icecream17 marked this pull request as ready for review June 26, 2021 00:07
@icecream17
Copy link
Contributor Author

Undrafting, but that pane spec test is at it again.

@sadick254
Copy link
Contributor

Make sure you are using npm version 6.14.9 or the npm version that comes with electron version 11.4.7

Copy link
Contributor

@sadick254 sadick254 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great. Thanks for bumping async

@sadick254 sadick254 merged commit 5df1649 into atom:master Jul 2, 2021
@icecream17 icecream17 deleted the icecream17-test branch July 2, 2021 21:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants