-
-
Notifications
You must be signed in to change notification settings - Fork 12.4k
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
node 16.4.1 #80395
node 16.4.1 #80395
Conversation
I totally forgot about bumping NPM. Thanks. 🙂 |
no worries :) |
Formula/node.rb
Outdated
@@ -32,8 +32,8 @@ class Node < Formula | |||
# We track major/minor from upstream Node releases. | |||
# We will accept *important* npm patch releases when necessary. | |||
resource "npm" do | |||
url "https://registry.npmjs.org/npm/-/npm-7.18.1.tgz" | |||
sha256 "afc22878cdd5d63b298d62abe832ee7fe37795cd8ccb1fe689ad31d28c790b08" | |||
url "https://registry.npmjs.org/npm/-/npm-7.19.0.tgz" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this the versioned bundled with Node 16.4.1? I don't see it in the changelog.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Upstream did an upgrade in this PR and there is another one going on.
I checked the artifact, and found the npm version is with 7.18.1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What would be the preferred way proceeding in here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The bump to 7.19.0 is in this commit: nodejs/node@9c85be1 This isn't in the Node 16.4.1 release tag.
Since we use this resource to track the version that comes with Node, per
Line 32 in aecea0d
# We track major/minor from upstream Node releases. |
I think we should revert the change to the resource
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've removed @chenrui333's commit from the branch.
b66e62c
to
9360f3e
Compare
Created with
brew bump-formula-pr
.resource
blocks may require updates.