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

v17.7.1 release proposal #42285

Merged
merged 2 commits into from
Mar 10, 2022
Merged

v17.7.1 release proposal #42285

merged 2 commits into from
Mar 10, 2022

Commits on Mar 10, 2022

  1. url: revert fix url.parse() for @hostname

    This reverts commit 010cb71.
    
    Refs: #42279
    
    PR-URL: #42280
    Fixes: #42279
    Reviewed-By: Stewart X Addison <sxa@redhat.com>
    Reviewed-By: Richard Lau <rlau@redhat.com>
    Reviewed-By: Darshan Sen <raisinten@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    aduh95 authored and sxa committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    96a9e00 View commit details
    Browse the repository at this point in the history
  2. 2022-03-10, Version 17.7.1 (Current)

    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 committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    8fe7979 View commit details
    Browse the repository at this point in the history