Conversation
Notable changes: Fixed regression in url.resolve() 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 PR-URL: #42285
|
@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) |
|
|
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. |
doc/changelogs/CHANGELOG_V17.md
Outdated
| 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. |
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. |
|
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
|
Force pushed with both typographical suggestions :-) |
|
Re-run at https://ci.nodejs.org/job/node-test-commit/52235
|
|
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