Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/update-cares.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ jobs:
run: |
set -euo pipefail
sed -i -E 's/^(const CARES_COMMIT = ")[0-9a-f]{40}(";)$/\1'"$LATEST"'\2/' scripts/build/deps/cares.ts
# process.versions pins the same commit (key "ares"); update it or the process.versions test fails
sed -i -E 's/^([[:space:]]*ares: ")[0-9a-f]{40}(",)$/\1'"$LATEST"'\2/' test/js/node/process/process.test.js
grep -qF "ares: \"$LATEST\"" test/js/node/process/process.test.js

- name: Create Pull Request
if: success() && steps.check-version.outputs.current != steps.check-version.outputs.latest
Expand All @@ -87,6 +90,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
add-paths: |
scripts/build/deps/cares.ts
test/js/node/process/process.test.js
commit-message: "deps: update c-ares to ${{ steps.check-version.outputs.tag }} (${{ steps.check-version.outputs.latest }})"
title: "deps: update c-ares to ${{ steps.check-version.outputs.tag }}"
delete-branch: true
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/update-libarchive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ jobs:
run: |
set -euo pipefail
sed -i -E 's/^(const LIBARCHIVE_COMMIT = ")[0-9a-f]{40}(";)$/\1'"$LATEST"'\2/' scripts/build/deps/libarchive.ts
# process.versions pins the same commit; update it or the process.versions test fails
sed -i -E 's/^([[:space:]]*libarchive: ")[0-9a-f]{40}(",)$/\1'"$LATEST"'\2/' test/js/node/process/process.test.js
grep -qF "libarchive: \"$LATEST\"" test/js/node/process/process.test.js

- name: Create Pull Request
if: success() && steps.check-version.outputs.current != steps.check-version.outputs.latest
Expand All @@ -87,6 +90,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
add-paths: |
scripts/build/deps/libarchive.ts
test/js/node/process/process.test.js
commit-message: "deps: update libarchive to ${{ steps.check-version.outputs.tag }} (${{ steps.check-version.outputs.latest }})"
title: "deps: update libarchive to ${{ steps.check-version.outputs.tag }}"
delete-branch: true
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/update-libdeflate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ jobs:
run: |
set -euo pipefail
sed -i -E 's/^(const LIBDEFLATE_COMMIT = ")[0-9a-f]{40}(";)$/\1'"$LATEST"'\2/' scripts/build/deps/libdeflate.ts
# process.versions pins the same commit; update it or the process.versions test fails
sed -i -E 's/^([[:space:]]*libdeflate: ")[0-9a-f]{40}(",)$/\1'"$LATEST"'\2/' test/js/node/process/process.test.js
grep -qF "libdeflate: \"$LATEST\"" test/js/node/process/process.test.js

- name: Create Pull Request
if: success() && steps.check-version.outputs.current != steps.check-version.outputs.latest
Expand All @@ -87,6 +90,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
add-paths: |
scripts/build/deps/libdeflate.ts
test/js/node/process/process.test.js
commit-message: "deps: update libdeflate to ${{ steps.check-version.outputs.tag }} (${{ steps.check-version.outputs.latest }})"
title: "deps: update libdeflate to ${{ steps.check-version.outputs.tag }}"
delete-branch: true
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/update-lolhtml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ jobs:
run: |
set -euo pipefail
sed -i -E 's/^(const LOLHTML_COMMIT = ")[0-9a-f]{40}(";)$/\1'"$LATEST"'\2/' scripts/build/deps/lolhtml.ts
# process.versions pins the same commit; update it or the process.versions test fails
sed -i -E 's/^([[:space:]]*lolhtml: ")[0-9a-f]{40}(",)$/\1'"$LATEST"'\2/' test/js/node/process/process.test.js
grep -qF "lolhtml: \"$LATEST\"" test/js/node/process/process.test.js

- name: Create Pull Request
if: success() && steps.check-version.outputs.current != steps.check-version.outputs.latest
Expand All @@ -99,6 +102,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
add-paths: |
scripts/build/deps/lolhtml.ts
test/js/node/process/process.test.js
commit-message: "deps: update lolhtml to ${{ steps.check-version.outputs.tag }} (${{ steps.check-version.outputs.latest }})"
title: "deps: update lolhtml to ${{ steps.check-version.outputs.tag }}"
delete-branch: true
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/update-lshpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ jobs:
run: |
set -euo pipefail
sed -i -E 's/^(const LSHPACK_COMMIT = ")[0-9a-f]{40}(";)$/\1'"$LATEST"'\2/' scripts/build/deps/lshpack.ts
# process.versions pins the same commit; update it or the process.versions test fails
sed -i -E 's/^([[:space:]]*lshpack: ")[0-9a-f]{40}(",)$/\1'"$LATEST"'\2/' test/js/node/process/process.test.js
grep -qF "lshpack: \"$LATEST\"" test/js/node/process/process.test.js

- name: Create Pull Request
if: success() && steps.check-version.outputs.current != steps.check-version.outputs.latest
Expand All @@ -104,6 +107,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
add-paths: |
scripts/build/deps/lshpack.ts
test/js/node/process/process.test.js
commit-message: "deps: update lshpack to ${{ steps.check-version.outputs.tag }} (${{ steps.check-version.outputs.latest }})"
title: "deps: update lshpack to ${{ steps.check-version.outputs.tag }}"
delete-branch: true
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/update-zstd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ jobs:
run: |
set -euo pipefail
sed -i -E 's/^(const ZSTD_COMMIT = ")[0-9a-f]{40}(";)$/\1'"$LATEST"'\2/' scripts/build/deps/zstd.ts
# process.versions pins the same commit; update it or the process.versions test fails
sed -i -E 's/^([[:space:]]*zstd: ")[0-9a-f]{40}(",)$/\1'"$LATEST"'\2/' test/js/node/process/process.test.js
grep -qF "zstd: \"$LATEST\"" test/js/node/process/process.test.js

- name: Create Pull Request
if: success() && steps.check-version.outputs.current != steps.check-version.outputs.latest
Expand All @@ -87,6 +90,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
add-paths: |
scripts/build/deps/zstd.ts
test/js/node/process/process.test.js
commit-message: "deps: update zstd to ${{ steps.check-version.outputs.tag }} (${{ steps.check-version.outputs.latest }})"
title: "deps: update zstd to ${{ steps.check-version.outputs.tag }}"
delete-branch: true
Expand Down
Loading