-
Notifications
You must be signed in to change notification settings - Fork 30.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
undici_version.h and acorn_version.h displaying wrong update script path #50159
Labels
good first issue
Issues that are suitable for first-time contributors.
Comments
Please help me to add the label |
panva
added
the
good first issue
Issues that are suitable for first-time contributors.
label
Oct 12, 2023
This was referenced Oct 12, 2023
can you assign this to me? |
aduh95
pushed a commit
that referenced
this issue
Oct 12, 2023
PR-URL: #50165 Fixes: #50159 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Filip Skokan <[email protected]>
aduh95
pushed a commit
that referenced
this issue
Oct 15, 2023
PR-URL: #50175 Fixes: #50159 Refs: #50165 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]>
kumarrishav
pushed a commit
to kumarrishav/node
that referenced
this issue
Oct 16, 2023
PR-URL: nodejs#50175 Fixes: nodejs#50159 Refs: nodejs#50165 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]>
targos
pushed a commit
that referenced
this issue
Oct 23, 2023
PR-URL: #50175 Fixes: #50159 Refs: #50165 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]>
alexfernandez
pushed a commit
to alexfernandez/node
that referenced
this issue
Nov 1, 2023
PR-URL: nodejs#50165 Fixes: nodejs#50159 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Filip Skokan <[email protected]>
alexfernandez
pushed a commit
to alexfernandez/node
that referenced
this issue
Nov 1, 2023
PR-URL: nodejs#50175 Fixes: nodejs#50159 Refs: nodejs#50165 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]>
targos
pushed a commit
that referenced
this issue
Nov 11, 2023
PR-URL: #50165 Fixes: #50159 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Filip Skokan <[email protected]>
targos
pushed a commit
that referenced
this issue
Nov 11, 2023
PR-URL: #50175 Fixes: #50159 Refs: #50165 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Comments in below files are pointing to wrong path of their corresponding dep update scripts.
Below changes needed.
// Refer to tools/update-undici.sh
must be// Refer to tools/dep_updaters/update-undici.sh
// Refer to tools/update-acorn.sh
must be// Refer to tools/dep_updaters/update-acorn.sh
Changes needed in deps_update/update_.sh scripts
The text was updated successfully, but these errors were encountered: