Uh oh!
There was an error while loading. Please reload this page.
Add automation for updating base64 dependency - #45300
Conversation
nodejs-github-bot
commented
Nov 3, 2022
Review requested:
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
aduh95
commented
Nov 3, 2022
I tried running the script locally to update to 0.5.0, and I see only two modified files. Is it expected? |
facutuesca
commented
Nov 3, 2022
Yeah, currently the version of Looking at the commit history of So indeed updating to |
aduh95
left a comment
There was a problem hiding this comment.
It may need to be disabled next time we need to pull a version between releases, but hopefully this won't be needed, and it's certainly better to have it automated in the mean time anyway
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
| BASE_DIR="$(pwd)" | |
| BASE_DIR=$(cd "$(dirname "$0")/.."&& pwd) |
This should make it work from anywhere.
Add a Github Action that checks for new versions of the `base64` C library, and creates a PR to update it if a newer version than the one present in the repo is found. Refs: nodejs/security-wg#828
nodejs-github-bot
commented
Nov 6, 2022
Landed in 1f51713 |
Add a Github Action that checks for new versions of the `base64` C library, and creates a PR to update it if a newer version than the one present in the repo is found. Refs: nodejs/security-wg#828 PR-URL: #45300 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
There is a Base64 update patch in PR #45091 which is approved but not merged yet. |
facutuesca
commented
Nov 14, 2022
@lucshi This script only deals with updating the folder |
Add a Github Action that checks for new versions of the `base64` C library, and creates a PR to update it if a newer version than the one present in the repo is found. Refs: nodejs/security-wg#828 PR-URL: #45300 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Add a Github Action that checks for new versions of the `base64` C library, and creates a PR to update it if a newer version than the one present in the repo is found. Refs: nodejs/security-wg#828 PR-URL: #45300 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>

Add a Github Action that checks for new versions of the
base64C library, and creates a PR to update it if a newer version than the one present in the repo is found.Refs: nodejs/security-wg#828