Skip to content
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

[v12.x] ESM Module update #32610

Closed

Conversation

MylesBorins
Copy link
Contributor

outstanding module backports.

Update minimist used by lint-md.js to 1.2.5.

Refs: https://app.snyk.io/vuln/SNYK-JS-MINIMIST-559764
Signed-off-by: Rich Trott <[email protected]>

PR-URL: nodejs#32274
Reviewed-By: Michaël Zasso <[email protected]>
Reviewed-By: Tobias Nießen <[email protected]>
Reviewed-By: James M Snell <[email protected]>
@nodejs-github-bot nodejs-github-bot added lib / src Issues and PRs related to general changes in the lib or src directory. v12.x labels Apr 2, 2020
@MylesBorins MylesBorins force-pushed the 12.x-module-update branch 2 times, most recently from 93c6c3f to 36c911a Compare April 2, 2020 05:03
@nodejs nodejs deleted a comment from nodejs-github-bot Apr 2, 2020
@nodejs nodejs deleted a comment from nodejs-github-bot Apr 2, 2020
@nodejs-github-bot
Copy link
Collaborator

@MylesBorins
Copy link
Contributor Author

MylesBorins commented Apr 2, 2020

@addaleax lots of parallel/test-http2-reset-flood timeout failures on this PR. Thoughts about what is going on?

edit: your fix has already landed fwiw

@nodejs-github-bot
Copy link
Collaborator

Copy link
Member

@GeoffreyBooth GeoffreyBooth left a comment

Choose a reason for hiding this comment

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

Assuming this is just adding to 12 what's already merged into master/13, RSLGTM. I think the only thing we need to check, probably manually, is that the flags on 12 behave as we expect them to on 12 (i.e. I think --experimental-modules is still required on 12, so this PR shouldn't accidentally remove that).

@MylesBorins
Copy link
Contributor Author

@GeoffreyBooth good catch I think that aef34fd should resolve that concern (pun intended). AFAICT import.meta.resolve is the only change that introduced anything new. @guybedford could you confirm

@nodejs-github-bot

This comment has been minimized.

guybedford and others added 11 commits April 3, 2020 04:09
PR-URL: nodejs#31032
Reviewed-By: Jan Krems <[email protected]>
Reviewed-By: Myles Borins <[email protected]>
PR-URL: nodejs#32147
Reviewed-By: Gus Caplan <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Ruben Bridgewater <[email protected]>
PR-URL: nodejs#32068
Reviewed-By: Bradley Farias <[email protected]>
Reviewed-By: Geoffrey Booth <[email protected]>
PR-URL: nodejs#31479
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Geoffrey Booth <[email protected]>
Reviewed-By: Myles Borins <[email protected]>
Simplify complex sentence. Remove use of "straightforward".

PR-URL: nodejs#32427
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Gus Caplan <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
Signed-off-by: Richard Lau <[email protected]>

PR-URL: nodejs#32462
Refs: nodejs#31479
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Beth Griggs <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
Remove "obvious" and "obviously" in two places in esm.md. It may be
obvious to some, but likely not everyone or else it probably wouldn't be
worth mentioning/documenting.

PR-URL: nodejs#32457
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Myles Borins <[email protected]>
This matches what the lint-js make target passes through the CLI.

PR-URL: nodejs#32145
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: Denys Otrishko <[email protected]>
Reviewed-By: Michaël Zasso <[email protected]>
Reviewed-By: Yongsheng Zhang <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: Ruben Bridgewater <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
Co-Authored-By: Geoffrey Booth <[email protected]>
PR-URL: nodejs#32098
Reviewed-By: Geoffrey Booth <[email protected]>
@nodejs-github-bot
Copy link
Collaborator

@MylesBorins
Copy link
Contributor Author

@addaleax check out the last CI run where we had yet another flake with http2 flood. Thoughts?

@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

MylesBorins pushed a commit that referenced this pull request Apr 3, 2020
Backport-PR-URL: #32610
PR-URL: #31032
Reviewed-By: Jan Krems <[email protected]>
Reviewed-By: Myles Borins <[email protected]>
MylesBorins pushed a commit that referenced this pull request Apr 3, 2020
Backport-PR-URL: #32610
PR-URL: #31625
Reviewed-By: Jan Krems <[email protected]>
MylesBorins pushed a commit that referenced this pull request Apr 3, 2020
Backport-PR-URL: #32610
PR-URL: #32147
Reviewed-By: Gus Caplan <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Ruben Bridgewater <[email protected]>
MylesBorins pushed a commit that referenced this pull request Apr 3, 2020
Backport-PR-URL: #32610
PR-URL: #32068
Reviewed-By: Bradley Farias <[email protected]>
Reviewed-By: Geoffrey Booth <[email protected]>
MylesBorins pushed a commit that referenced this pull request Apr 3, 2020
Backport-PR-URL: #32610
PR-URL: #31479
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Geoffrey Booth <[email protected]>
Reviewed-By: Myles Borins <[email protected]>
MylesBorins pushed a commit that referenced this pull request Apr 3, 2020
Simplify complex sentence. Remove use of "straightforward".

Backport-PR-URL: #32610
PR-URL: #32427
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Gus Caplan <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
MylesBorins pushed a commit that referenced this pull request Apr 3, 2020
Signed-off-by: Richard Lau <[email protected]>

Backport-PR-URL: #32610
PR-URL: #32462
Refs: #31479
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Beth Griggs <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
MylesBorins pushed a commit that referenced this pull request Apr 3, 2020
Remove "obvious" and "obviously" in two places in esm.md. It may be
obvious to some, but likely not everyone or else it probably wouldn't be
worth mentioning/documenting.

Backport-PR-URL: #32610
PR-URL: #32457
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Myles Borins <[email protected]>
MylesBorins pushed a commit that referenced this pull request Apr 3, 2020
This matches what the lint-js make target passes through the CLI.

Backport-PR-URL: #32610
PR-URL: #32145
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: Denys Otrishko <[email protected]>
Reviewed-By: Michaël Zasso <[email protected]>
Reviewed-By: Yongsheng Zhang <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: Ruben Bridgewater <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
MylesBorins pushed a commit that referenced this pull request Apr 3, 2020
Backport-PR-URL: #32610
Co-Authored-By: Geoffrey Booth <[email protected]>
PR-URL: #32098
Reviewed-By: Geoffrey Booth <[email protected]>
MylesBorins added a commit that referenced this pull request Apr 3, 2020
PR-URL: #32610
Reviewed-By: Geoffrey Booth <[email protected]>
@MylesBorins
Copy link
Contributor Author

landed in c0e6e60...e88960d

@MylesBorins MylesBorins closed this Apr 3, 2020
@codebytere codebytere mentioned this pull request Apr 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lib / src Issues and PRs related to general changes in the lib or src directory.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants