Uh oh!
There was an error while loading. Please reload this page.
v17.7.1 release proposal - #42285
Conversation
sxa
commented
Mar 10, 2022
@Trott If you get the chance LMK if you're happy with the wording in the changlog (same as in the description of this PR) |
nodejs-github-bot
commented
Mar 10, 2022
aduh95
commented
Mar 10, 2022
|
Trott
commented
Mar 10, 2022
Looks good to me. I'll submit a suggestion for some typographical changes, but this is fine to land without my suggestions as far as I'm concerned. |
There was a problem hiding this comment.
Optional non-blocking suggestion:
| This release fixes an issue introduced in Node.js v17.7.0 when the url | |
| has @ characters in it, which showed up when using yarn v1. This version | |
| reverts the change that introduced the regression. | |
| This release fixes an issue introduced in Node.js v17.7.0 with some URLs | |
| that contain `@`. This issue affected yarn v1. This version reverts the | |
| change that introduced the regression. |
bricss
commented
Mar 10, 2022
Maybe it's possible to pull #42205 into it? 🙄 |
Notable changes: Fixed regression in url.resolve() This release fixes an issue introduced in Node.js v17.7.0 with some URLs that contain `@`. This issue affected yarn 1. This version reverts the change that introduced the regression. PR-URL: #42285
sxa
commented
Mar 10, 2022
Force pushed with both typographical suggestions :-) |
sxa
commented
Mar 10, 2022
Re-run at https://ci.nodejs.org/job/node-test-commit/52235
|
BethGriggs
commented
Mar 10, 2022
Release build on 8fe7979: https://ci-release.nodejs.org/job/iojs+release/8305/ |
Notable changes: Fixed regression in url.resolve() This release fixes an issue introduced in Node.js v17.7.0 with some URLs that contain `@`. This issue affected yarn 1. This version reverts the change that introduced the regression. PR-URL: #42285
Refs: nodejs/node#42285 Signed-off-by: Stewart X Addison <sxa@redhat.com>
Refs: nodejs/node#42285 Signed-off-by: Stewart X Addison <sxa@redhat.com>
Notable changes: Fixed regression in url.resolve() This release fixes an issue introduced in Node.js v17.7.0 with some URLs that contain `@`. This issue affected yarn 1. This version reverts the change that introduced the regression. PR-URL: nodejs#42285
2022-03-10, Version 17.7.1 (Current), @BethGriggs prepared by @sxa
Notable Changes
Fixed regression in url.resolve()
This release fixes an issue introduced in Node.js v17.7.0 with some URLs that contain
@. This issue affected yarn 1. This version reverts the change that introduced the regression.Commits
96a9e00fb3] - url: revert fix url.parse() for@hostname(Antoine du Hamel) #42280