-
-
Notifications
You must be signed in to change notification settings - Fork 31.7k
src: add undici and acorn to process.versions
#45621
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
Merged
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
317bfe5
src: add undici and acorn to process.versions
debadree25 db5993d
tools: update script to use a more portable version of sed
debadree25 196effe
tools: updated script to remove git commit
debadree25 7a6cfc7
test: added test for undici version
debadree25 8c9efc0
src,tools: move the version definitions to a seprate file for undici
debadree25 7af8793
src,tools: added version information for acorn
debadree25 dbf55e2
test: added tests for acorn version
debadree25 f444e8a
src: use proper version for undici
debadree25 bb7c816
src: src/undici_version.h update file endline
debadree25 d15264c
src: src/node_metadata.cc update file endline
debadree25 75480f0
src: added header gaurds to version information header files
debadree25 109d752
src: fixed linting issues in metadata files
debadree25 3e3669e
tools: fixed linting issues in js test file
debadree25 e275998
src: added files are automated comments
debadree25 95f4921
tools: add comments when rewriting the file
debadree25 8645541
nit: fix comment
debadree25 8433bdd
nit: fix comment
debadree25 1455a91
nit: update comments
debadree25 122d080
src: bump up undici version
debadree25 8d11336
fix linting issues
debadree25 b17c6b4
lint: update test-process-versions.js
debadree25 6e17865
lint: test/parallel/test-process-versions.js
debadree25 3cf68e7
lint: src/node_metadata.h
debadree25 298b01f
test: make list alphabetical
debadree25 6ce7f89
test: add acorn to test version match
debadree25 08d8398
bump up undici version
debadree25 5a77a9d
src: remove undici version if externalised
debadree25 b1041a3
fix lint
debadree25 fd75497
test: check if shared undici exists
debadree25 06a76e4
lint fix again
debadree25 c2e2d39
test: small refactor
debadree25 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
// This is an auto generated file, please do not edit. | ||
// Refer to tools/update-acorn.sh | ||
#ifndef SRC_ACORN_VERSION_H_ | ||
#define SRC_ACORN_VERSION_H_ | ||
#define ACORN_VERSION "8.8.1" | ||
#endif // SRC_ACORN_VERSION_H_ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
// This is an auto generated file, please do not edit. | ||
// Refer to tools/update-undici.sh | ||
#ifndef SRC_UNDICI_VERSION_H_ | ||
#define SRC_UNDICI_VERSION_H_ | ||
#define UNDICI_VERSION "5.14.0" | ||
#endif // SRC_UNDICI_VERSION_H_ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.