Skip to content
This repository has been archived by the owner on Mar 13, 2021. It is now read-only.

Commit

Permalink
Bump github.com/paketo-buildpacks/yarn-install from 0.1.31 to 0.1.32 (#…
Browse files Browse the repository at this point in the history
…323)

* Bump github.com/paketo-buildpacks/yarn-install from 0.1.31 to 0.1.32

Bumps [github.com/paketo-buildpacks/yarn-install](https://github.com/paketo-buildpacks/yarn-install) from 0.1.31 to 0.1.32.
- [Release notes](https://github.com/paketo-buildpacks/yarn-install/releases)
- [Commits](paketo-buildpacks/yarn-install@v0.1.31...v0.1.32)

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

* adapt to changes

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Scott Andrews <[email protected]>
  • Loading branch information
dependabot-preview[bot] and scothis authored Apr 30, 2020
1 parent 892c98c commit 5f4f959
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion builder.toml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildpacks = [

{ id = "org.cloudfoundry.buildsystem", uri = "https://storage.googleapis.com/cnb-buildpacks/build-system-cnb/org.cloudfoundry.buildsystem-{{ go mod download -json | jq -r 'select(.Path == "github.com/cloudfoundry/build-system-cnb").Version' | sed -e 's/^v//g' }}.tgz" },
{ id = "paketo-buildpacks/node-engine", uri = "https://github.com/paketo-buildpacks/node-engine/releases/download/{{ go mod download -json | jq -r 'select(.Path == "github.com/paketo-buildpacks/node-engine").Version' }}/node-engine-{{ go mod download -json | jq -r 'select(.Path == "github.com/paketo-buildpacks/node-engine").Version' }}.tgz" },
{ id = "paketo-buildpacks/yarn-install", uri = "https://github.com/paketo-buildpacks/yarn-install/releases/download/{{ go mod download -json | jq -r 'select(.Path == "github.com/paketo-buildpacks/yarn-install").Version' }}/yarn-install-cnb-{{ go mod download -json | jq -r 'select(.Path == "github.com/paketo-buildpacks/yarn-install").Version' | sed -e 's/^v//g' }}.tgz" },
{ id = "paketo-buildpacks/yarn-install", uri = "https://github.com/paketo-buildpacks/yarn-install/releases/download/{{ go mod download -json | jq -r 'select(.Path == "github.com/paketo-buildpacks/yarn-install").Version' }}/yarn-install-{{ go mod download -json | jq -r 'select(.Path == "github.com/paketo-buildpacks/yarn-install").Version' }}.tgz" },
{ id = "paketo-buildpacks/npm", uri = "https://github.com/paketo-buildpacks/npm/releases/download/{{ go mod download -json | jq -r 'select(.Path == "github.com/paketo-buildpacks/npm").Version' }}/npm-{{ go mod download -json | jq -r 'select(.Path == "github.com/paketo-buildpacks/npm").Version' }}.tgz" },
{ id = "org.cloudfoundry.openjdk", uri = "https://storage.googleapis.com/cnb-buildpacks/openjdk-cnb/org.cloudfoundry.openjdk-{{ go mod download -json | jq -r 'select(.Path == "github.com/cloudfoundry/openjdk-cnb").Version' | sed -e 's/^v//g' }}.tgz" },
]
Expand Down
2 changes: 1 addition & 1 deletion builder.toml.tpl.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildpacks = [

{ id = "org.cloudfoundry.buildsystem", uri = "https://storage.googleapis.com/cnb-buildpacks/build-system-cnb/org.cloudfoundry.buildsystem-{{tpl_escape go mod download -json | jq -r 'select(.Path == "github.com/cloudfoundry/build-system-cnb").Version' | sed -e 's/^v//g' }}.tgz" },
{ id = "paketo-buildpacks/node-engine", uri = "https://github.com/paketo-buildpacks/node-engine/releases/download/{{tpl_escape go mod download -json | jq -r 'select(.Path == "github.com/paketo-buildpacks/node-engine").Version' }}/node-engine-{{tpl_escape go mod download -json | jq -r 'select(.Path == "github.com/paketo-buildpacks/node-engine").Version' }}.tgz" },
{ id = "paketo-buildpacks/yarn-install", uri = "https://github.com/paketo-buildpacks/yarn-install/releases/download/{{tpl_escape go mod download -json | jq -r 'select(.Path == "github.com/paketo-buildpacks/yarn-install").Version' }}/yarn-install-cnb-{{tpl_escape go mod download -json | jq -r 'select(.Path == "github.com/paketo-buildpacks/yarn-install").Version' | sed -e 's/^v//g' }}.tgz" },
{ id = "paketo-buildpacks/yarn-install", uri = "https://github.com/paketo-buildpacks/yarn-install/releases/download/{{tpl_escape go mod download -json | jq -r 'select(.Path == "github.com/paketo-buildpacks/yarn-install").Version' }}/yarn-install-{{tpl_escape go mod download -json | jq -r 'select(.Path == "github.com/paketo-buildpacks/yarn-install").Version' }}.tgz" },
{ id = "paketo-buildpacks/npm", uri = "https://github.com/paketo-buildpacks/npm/releases/download/{{tpl_escape go mod download -json | jq -r 'select(.Path == "github.com/paketo-buildpacks/npm").Version' }}/npm-{{tpl_escape go mod download -json | jq -r 'select(.Path == "github.com/paketo-buildpacks/npm").Version' }}.tgz" },
{ id = "org.cloudfoundry.openjdk", uri = "https://storage.googleapis.com/cnb-buildpacks/openjdk-cnb/org.cloudfoundry.openjdk-{{tpl_escape go mod download -json | jq -r 'select(.Path == "github.com/cloudfoundry/openjdk-cnb").Version' | sed -e 's/^v//g' }}.tgz" },
]
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ require (
github.com/cloudfoundry/openjdk-cnb v1.2.14
github.com/paketo-buildpacks/node-engine v0.0.193
github.com/paketo-buildpacks/npm v0.1.21
github.com/paketo-buildpacks/yarn-install v0.1.31
github.com/paketo-buildpacks/yarn-install v0.1.32
github.com/projectriff/libfnbuildpack v0.4.1
)
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,8 @@ github.com/paketo-buildpacks/yarn-install v0.1.30 h1:oKyK0PTvlx8rHx3zXlvKcaKN6zM
github.com/paketo-buildpacks/yarn-install v0.1.30/go.mod h1:pObNWlA6Y/fvduplUz3Ph5fn1mkOcCZK6pnYJ4ZrCEk=
github.com/paketo-buildpacks/yarn-install v0.1.31 h1:p4+rn4sFXK/tEbrRqPCipm8h1rpme7cWXfS2ew7wYSE=
github.com/paketo-buildpacks/yarn-install v0.1.31/go.mod h1:qc1E0Alh9fWH9N0j4ldZxKQNXecXmR/1V93757Yu31A=
github.com/paketo-buildpacks/yarn-install v0.1.32 h1:uS0bVJbNgH9fM/sQTrHJdHA+XrVxmiB/UgcyT6vU5C0=
github.com/paketo-buildpacks/yarn-install v0.1.32/go.mod h1:Xhfzjbrizd7W7hnQSMKEAyUJMFI/Wu9t2Pep07kPfjw=
github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic=
github.com/peterbourgon/diskv v2.0.1+incompatible/go.mod h1:uqqh8zWWbv1HBMNONnaR/tNboyR3/BZd58JJSHlUSCU=
github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
Expand Down

0 comments on commit 5f4f959

Please sign in to comment.