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.20.2 proposal #37286

Merged
merged 5 commits into from Feb 10, 2021
Merged

v12.20.2 proposal #37286

merged 5 commits into from Feb 10, 2021

Conversation

ruyadorno
Copy link
Member

@ruyadorno ruyadorno commented Feb 9, 2021

2021-02-10, Version 12.20.2 'Erbium' (LTS), @ruyadorno

Notable changes

  • deps:
    • upgrade npm to 6.14.11 (Ruy Adorno) #37173

Commits

  • [e8a4e560ea] - async_hooks: fix leak in AsyncLocalStorage exit (Stephen Belanger) #35779
  • [427968d266] - deps: upgrade npm to 6.14.11 (Ruy Adorno) #37173
  • [cd9a8106be] - http: do not loop over prototype in Agent (Michaël Zasso) #36410
  • [4ac8f37800] - http2: check write not scheduled in scope destructor (David Halls) #36241

PR-URL: #37173
Reviewed-By: Myles Borins <myles.borins@gmail.com>
Reviewed-By: Beth Griggs <bgriggs@redhat.com>
@nodejs-github-bot nodejs-github-bot added build Issues and PRs related to build files or the CI. meta Issues and PRs related to the general management of the project. npm Issues and PRs related to the npm client dependency or the npm registry. v12.x labels Feb 9, 2021
ruyadorno added a commit that referenced this pull request Feb 9, 2021
Notable changes:

* deps:
  * upgrade npm to 6.14.11 (Ruy Adorno) [#37173](#37173)
  * V8: backport dfcf1e86fac0 (Michaël Zasso) [#37245](#37245)
    * Note: Node.js is not believed to be vulnerable to CVE-2021-21148.

PR-URL: #37286
@ruyadorno
Copy link
Member Author

cc @targos I would appreciate if you can take a look at 680496e

@nodejs-github-bot

This comment has been minimized.

@nodejs-github-bot

This comment has been minimized.

@nodejs-github-bot

This comment has been minimized.

@richardlau
Copy link
Member

Looks like the V8 CI is failing mjsunit/regress/regress-821368 on all platforms with an error message "ArrayBuffer is not detachable and could not be cloned." that was added by 680496ee10. 😞

@ruyadorno
Copy link
Member Author

maybe I'm missing some test updates? cc @targos

@BethGriggs are the V8 tests also failing in your current v14.x-proposal?

@BethGriggs
Copy link
Member

@ruyadorno - V8 tests passed for v14.x (rebuild to confirm). 🤔

Qard and others added 4 commits February 9, 2021 22:14
If exit is called and then run or enterWith are called within the
exit function, the als instace should not be added to the storageList
additional times. The correct behaviour is to remove the instance
from the storageList before executing the exit handler and then to
restore it after.

PR-URL: #35779
Reviewed-By: Vladimir de Turckheim <vlad2t@hotmail.com>
Reviewed-By: Michael Dawson <midawson@redhat.com>
Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
Reviewed-By: Andrey Pechkurov <apechkurov@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Fixes: #36364

PR-URL: #36410
Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
Reviewed-By: Ricky Zhou <0x19951125@gmail.com>
Fixes: #33156

PR-URL: #36241
Backport-PR-URL: #36355
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Notable changes:

* deps:
  * upgrade npm to 6.14.11 (Ruy Adorno) [#37173](#37173)

PR-URL: #37286
@ruyadorno
Copy link
Member Author

I'll drop 680496ee10 and proceed with the release without it 😊

Copy link
Member

@MylesBorins MylesBorins left a comment

Choose a reason for hiding this comment

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

RSLGTM

ruyadorno added a commit that referenced this pull request Feb 10, 2021
@ruyadorno ruyadorno merged commit abf8088 into v12.x Feb 10, 2021
ruyadorno added a commit that referenced this pull request Feb 10, 2021
Notable changes:

* deps:
  * upgrade npm to 6.14.11 (Ruy Adorno) [#37173](#37173)

PR-URL: #37286
ruyadorno added a commit to ruyadorno/nodejs.org that referenced this pull request Feb 10, 2021
ruyadorno added a commit to nodejs/nodejs.org that referenced this pull request Feb 10, 2021
@ruyadorno ruyadorno deleted the v12.20.2-proposal branch February 10, 2021 20:51
@targos targos added the release Issues and PRs related to Node.js releases. label Apr 11, 2021
@targos targos removed build Issues and PRs related to build files or the CI. meta Issues and PRs related to the general management of the project. npm Issues and PRs related to the npm client dependency or the npm registry. labels Jun 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release Issues and PRs related to Node.js releases.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants