| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Review requested:
|
Sorry, something went wrong.
|
I'm not sure if it should be done in this PR, but I believe the following tests should be updated as well: |
Sorry, something went wrong.
FYI remoteFamily is still returning a string (which is arguably confusing, but I also didn't want to introduce another unnecessary breaking change).
Good catch, do you want to submit a PR?
AFAICT those are not related to this change (I've tried to update them in the original PR, but had to revert the changes because they were no longer passing). |
Sorry, something went wrong.
|
Can I suggest to undo the string -> number change? It's caused at least one regression in a popular package (ref) and I expect it's not going to be the only one. |
Sorry, something went wrong.
The change is fine, and is benefitial. It's in a Major release, and we are to expect some breaking changes (infact, majors are where the breakings are allowed!). |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM!
Sorry, something went wrong.
+1. I think we do breaking changes (even in major releases) only when the usage goes down in the npm ecosystem as a result of the runtime deprecation warning. |
Sorry, something went wrong.
|
Note that reverting the string -> number change would be itself a breaking change at this point. If someone wants to revert it, I would advise them to open a PR ASAP, the more we wait the more users will start depending on the new behavior. |
Sorry, something went wrong.
Refs: nodejs#41431 Fixes: nodejs#42787 PR-URL: nodejs#42789 Reviewed-By: Beth Griggs <bgriggs@redhat.com> Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Paolo Insogna <paolo@cowtech.it>
|
@aduh95 the documentation website still shows outdated information: |
Sorry, something went wrong.
|
The docs are correct, it's been reverted in v18.4.0 by #43054. |
Sorry, something went wrong.
|
I'm sorry, my distro is lagging behind it seems. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
I forgot to update the docs in a few places when working on #41431.
Fixes: #42787