Skip to content

Commit

Permalink
Update heroku/buildpacks-nodejs to v2.2.0 (#427)
Browse files Browse the repository at this point in the history
## heroku/nodejs

### Changed

- Updated `heroku/nodejs-corepack` to `2.2.0`.
- Updated `heroku/nodejs-engine` to `2.2.0`.
- Updated `heroku/nodejs-npm-engine` to `2.2.0`.
- Updated `heroku/nodejs-npm-install` to `2.2.0`.
- Updated `heroku/nodejs-pnpm-install` to `2.2.0`.
- Updated `heroku/nodejs-yarn` to `2.2.0`.

## heroku/nodejs-corepack

- No changes.

## heroku/nodejs-engine

- No changes.

## heroku/nodejs-function

### Changed

- Rolled back the changes from [#686](heroku/buildpacks-nodejs#686) to restore the previous npm buildpack due to issues with the detect requirement of `package-lock.json`. ([#706](heroku/buildpacks-nodejs#706))
- Updated `heroku/nodejs-engine` to `2.2.0`.
- Updated `heroku/nodejs-function-invoker` to `2.2.0`.
- Updated `heroku/nodejs-npm` to `2.2.0`.

## heroku/nodejs-function-invoker

- No changes.

## heroku/nodejs-npm

- No changes.

## heroku/nodejs-npm-engine

- No changes.

## heroku/nodejs-npm-install

- No changes.

## heroku/nodejs-pnpm-install

- No changes.

## heroku/nodejs-yarn

- No changes.

Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
  • Loading branch information
heroku-linguist[bot] authored Oct 26, 2023
1 parent d6ea32d commit d9ee22e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions builder-20/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ version = "0.17.2"

[[buildpacks]]
id = "heroku/nodejs"
uri = "docker://docker.io/heroku/buildpack-nodejs@sha256:ca172b5ac81be96766f7a746c28f043730de193b4ce85252bd6d494d1f6fb6d9"
uri = "docker://docker.io/heroku/buildpack-nodejs@sha256:4c93adf02b3492fb908c3178fc9296e0d8ef4930c0bd018b916f444cf6def839"

[[buildpacks]]
id = "heroku/php"
Expand Down Expand Up @@ -52,11 +52,11 @@ version = "0.17.2"
[[order]]
[[order.group]]
id = "heroku/nodejs-engine"
version = "2.1.0"
version = "2.2.0"
optional = true
[[order.group]]
id = "heroku/nodejs-yarn"
version = "2.1.0"
version = "2.2.0"
optional = true
[[order.group]]
id = "heroku/jvm"
Expand All @@ -73,7 +73,7 @@ version = "0.17.2"
[[order]]
[[order.group]]
id = "heroku/nodejs"
version = "2.1.0"
version = "2.2.0"
[[order.group]]
id = "heroku/procfile"
version = "2.0.2"
Expand Down
8 changes: 4 additions & 4 deletions builder-22/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ version = "0.17.2"

[[buildpacks]]
id = "heroku/nodejs"
uri = "docker://docker.io/heroku/buildpack-nodejs@sha256:ca172b5ac81be96766f7a746c28f043730de193b4ce85252bd6d494d1f6fb6d9"
uri = "docker://docker.io/heroku/buildpack-nodejs@sha256:4c93adf02b3492fb908c3178fc9296e0d8ef4930c0bd018b916f444cf6def839"

[[buildpacks]]
id = "heroku/php"
Expand Down Expand Up @@ -52,11 +52,11 @@ version = "0.17.2"
[[order]]
[[order.group]]
id = "heroku/nodejs-engine"
version = "2.1.0"
version = "2.2.0"
optional = true
[[order.group]]
id = "heroku/nodejs-yarn"
version = "2.1.0"
version = "2.2.0"
optional = true
[[order.group]]
id = "heroku/jvm"
Expand All @@ -73,7 +73,7 @@ version = "0.17.2"
[[order]]
[[order.group]]
id = "heroku/nodejs"
version = "2.1.0"
version = "2.2.0"
[[order.group]]
id = "heroku/procfile"
version = "2.0.2"
Expand Down
4 changes: 2 additions & 2 deletions buildpacks-20/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ version = "0.17.2"

[[buildpacks]]
id = "heroku/nodejs"
uri = "docker://docker.io/heroku/buildpack-nodejs@sha256:ca172b5ac81be96766f7a746c28f043730de193b4ce85252bd6d494d1f6fb6d9"
uri = "docker://docker.io/heroku/buildpack-nodejs@sha256:4c93adf02b3492fb908c3178fc9296e0d8ef4930c0bd018b916f444cf6def839"

[[buildpacks]]
id = "heroku/php"
Expand Down Expand Up @@ -92,7 +92,7 @@ version = "0.17.2"
[[order]]
[[order.group]]
id = "heroku/nodejs"
version = "2.1.0"
version = "2.2.0"
[[order.group]]
id = "heroku/procfile"
version = "2.0.2"
Expand Down
4 changes: 2 additions & 2 deletions salesforce-functions/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ version = "0.17.2"

[[buildpacks]]
id = "heroku/nodejs-function"
uri = "docker://docker.io/heroku/buildpack-nodejs-function@sha256:e5e006994c13d761c11f759ee057c0546b9c9df053f6918004030cffc4db51cb"
uri = "docker://docker.io/heroku/buildpack-nodejs-function@sha256:b7366ebb53effa81ba0c1d53423245c0e33f590ff88a92d1910501f58b9f142f"

[[order]]
[[order.group]]
id = "heroku/nodejs-function"
version = "2.1.0"
version = "2.2.0"

[[order]]
[[order.group]]
Expand Down

0 comments on commit d9ee22e

Please sign in to comment.