-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump puppeteer from 13.7.0 to 21.4.1 (#290)
* Bump puppeteer from 13.7.0 to 21.4.1 Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 13.7.0 to 21.4.1. - [Release notes](https://github.com/puppeteer/puppeteer/releases) - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json) - [Commits](puppeteer/puppeteer@v13.7.0...puppeteer-v21.4.1) --- updated-dependencies: - dependency-name: puppeteer dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * use node 20 * fix new pupetteer usage * fix js lint * fix nodeenv * fix nodeenv * fix nodeenv * fix nodeenv * fix nodeenv * fix nodeenv * fix nodeenv * fix nodeenv * fix Dockerfile * use make debian builder * don'use dumb-init but use specific puppeteer cache dir * fix PUPPETEER_CACHE_DIR usage * fix PUPPETEER_CACHE_DIR usage * regenerate package-lock.json * fix tests * set cache dir * set cache dir * set cache dir * set cache dir --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: J-E Castagnede <[email protected]>
- Loading branch information
1 parent
f5db19e
commit 51c0846
Showing
12 changed files
with
2,507 additions
and
2,741 deletions.
There are no files selected for viewing
This file contains 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 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 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 |
---|---|---|
@@ -1,4 +1,7 @@ | ||
builder: | ||
docker build . -f ./Dockerfile.debian.builder --build-arg DISTRO=$(DISTRO) --build-arg BUILDID=$(BUILDID) -t screamshotter-builder | ||
mkdir -p dist | ||
docker run --rm screamshotter-builder tar -C /dpkg -c . | tar -C dist -xv | ||
build_deb: | ||
docker pull $(DISTRO) | ||
docker build -t screamshotter_deb -f ./Dockerfile.debian.builder --build-arg DISTRO=$(DISTRO) . | ||
docker run --name screamshotter_deb_run -t screamshotter_deb bash -c "exit" | ||
docker cp screamshotter_deb_run:/dpkg ./ | ||
docker stop screamshotter_deb_run | ||
docker rm screamshotter_deb_run |
This file contains 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 |
---|---|---|
@@ -1,2 +1,3 @@ | ||
TIMEOUT=${TIMEOUT} | ||
MAX_REQUESTS=${MAX_REQUESTS} | ||
PUPPETEER_CACHE_DIR=${PUPPETEER_CACHE_DIR} |
This file contains 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 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 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 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 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
Oops, something went wrong.