Skip to content

Commit

Permalink
Bump @dependabot/yarn-lib from 1.22.19 to 1.22.22 in /npm_and_yarn/he…
Browse files Browse the repository at this point in the history
…lpers in the yarn-dependencies group (#9531)

* Bump @dependabot/yarn-lib

Bumps the yarn-dependencies group in /npm_and_yarn/helpers with 1 update: [@dependabot/yarn-lib](https://github.com/yarnpkg/yarn).


Updates `@dependabot/yarn-lib` from 1.22.19 to 1.22.22
- [Release notes](https://github.com/yarnpkg/yarn/releases)
- [Changelog](https://github.com/yarnpkg/yarn/blob/master/CHANGELOG.md)
- [Commits](yarnpkg/yarn@v1.22.19...v1.22.22)

---
updated-dependencies:
- dependency-name: "@dependabot/yarn-lib"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: yarn-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>

* build(deps): bump pNPM to 8.15.6 (#9489)

* build(deps): bump terraform from 1.7.5 to 1.8.0 (#9486)

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yeikel <[email protected]>
Co-authored-by: Jan Hentschel <[email protected]>
  • Loading branch information
3 people authored Apr 18, 2024
1 parent 067b6da commit d9a7ee8
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 12 deletions.
2 changes: 1 addition & 1 deletion npm_and_yarn/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM ghcr.io/dependabot/dependabot-updater-core
ARG COREPACK_VERSION=0.24.0

# Check for updates at https://github.com/pnpm/pnpm/releases
ARG PNPM_VERSION=8.15.5
ARG PNPM_VERSION=8.15.6

# Check for updates at https://github.com/yarnpkg/berry/releases
ARG YARN_VERSION=3.8.1
Expand Down
26 changes: 19 additions & 7 deletions npm_and_yarn/helpers/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion npm_and_yarn/helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"postinstall": "patch-package"
},
"dependencies": {
"@dependabot/yarn-lib": "^1.22.19",
"@dependabot/yarn-lib": "^1.22.22",
"@npmcli/arborist": "^7.4.2",
"detect-indent": "^6.1.0",
"nock": "^13.5.4",
Expand Down
6 changes: 3 additions & 3 deletions terraform/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ FROM ghcr.io/dependabot/dependabot-updater-core
ARG TARGETARCH

# See https://github.com/hashicorp/terraform/releases or https://releases.hashicorp.com/terraform/
ARG TERRAFORM_VERSION=1.7.5
ARG TERRAFORM_VERSION=1.8.0

# curl "https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_SHA256SUMS" | grep "terraform_${TERRAFORM_VERSION}_linux_amd64.zip"
ARG TERRAFORM_AMD64_CHECKSUM=3ff056b5e8259003f67fd0f0ed7229499cfb0b41f3ff55cc184088589994f7a5
ARG TERRAFORM_AMD64_CHECKSUM=dcc4670379a22213e72faa6cb709b3391e7e54967e40288ecf591e2b83cfd39e

# curl "https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_SHA256SUMS" | grep "terraform_${TERRAFORM_VERSION}_linux_arm64.zip"
ARG TERRAFORM_ARM64_CHECKSUM=08631c385667dd28f03b3a3f77cb980393af4a2fcfc2236c148a678ad9150c8c
ARG TERRAFORM_ARM64_CHECKSUM=47cbde7184ce260160ff0355065d454ffa5628a2259ba325736dbcf740351193

RUN cd /tmp \
&& curl -o terraform-${TARGETARCH}.tar.gz https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_${TARGETARCH}.zip \
Expand Down

0 comments on commit d9a7ee8

Please sign in to comment.