Skip to content

Commit

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

### Changed

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

## heroku/nodejs-corepack

### Added

- Enabled libcnb `trace` feature, so that OpenTelemetry file exports with
  buildpack detect and build traces are emitted to the file system.
  ([#749](heroku/buildpacks-nodejs#749))

## heroku/nodejs-engine

### Added

- Added Node.js version 21.4.0.
- Enabled libcnb `trace` feature, so that OpenTelemetry file exports with
  buildpack detect and build traces are emitted to the file system.
  ([#749](heroku/buildpacks-nodejs#749))

## heroku/nodejs-function

### Changed

- Updated `heroku/nodejs-engine` to `2.5.0`.
- Updated `heroku/nodejs-function-invoker` to `2.5.0`.
- Updated `heroku/nodejs-npm` to `2.5.0`.

## heroku/nodejs-function-invoker

- No changes.

## heroku/nodejs-npm

- No changes.

## heroku/nodejs-npm-engine

### Added

- Added npm version 10.2.5.
- Enabled libcnb `trace` feature, so that OpenTelemetry file exports with
  buildpack detect and build traces are emitted to the file system.
  ([#749](heroku/buildpacks-nodejs#749))

## heroku/nodejs-npm-install

### Added

- Enabled libcnb `trace` feature, so that OpenTelemetry file exports with
  buildpack detect and build traces are emitted to the file system.
  ([#749](heroku/buildpacks-nodejs#749))

## heroku/nodejs-pnpm-install

### Added

- Enabled libcnb `trace` feature, so that OpenTelemetry file exports with
  buildpack detect and build traces are emitted to the file system.
  ([#749](heroku/buildpacks-nodejs#749))

## heroku/nodejs-yarn

### Added

- Enabled libcnb `trace` feature, so that OpenTelemetry file exports with
  buildpack detect and build traces are emitted to the file system.
  ([#749](heroku/buildpacks-nodejs#749))

Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
  • Loading branch information
heroku-linguist[bot] authored Dec 8, 2023
1 parent 5f479aa commit ae2dd5c
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.18.2"

[[buildpacks]]
id = "heroku/nodejs"
uri = "docker://docker.io/heroku/buildpack-nodejs@sha256:a3cb805128018203988a56d799ce110aa9eff6f2043fb84c8ef34eaa2077dfaa"
uri = "docker://docker.io/heroku/buildpack-nodejs@sha256:dcabf7b1211cec4affcf9eb9c454f2b0927467b6e521a8c99bc4b557efec1936"

[[buildpacks]]
id = "heroku/php"
Expand Down Expand Up @@ -52,11 +52,11 @@ version = "0.18.2"
[[order]]
[[order.group]]
id = "heroku/nodejs-engine"
version = "2.4.1"
version = "2.5.0"
optional = true
[[order.group]]
id = "heroku/nodejs-yarn"
version = "2.4.1"
version = "2.5.0"
optional = true
[[order.group]]
id = "heroku/jvm"
Expand All @@ -73,7 +73,7 @@ version = "0.18.2"
[[order]]
[[order.group]]
id = "heroku/nodejs"
version = "2.4.1"
version = "2.5.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.18.2"

[[buildpacks]]
id = "heroku/nodejs"
uri = "docker://docker.io/heroku/buildpack-nodejs@sha256:a3cb805128018203988a56d799ce110aa9eff6f2043fb84c8ef34eaa2077dfaa"
uri = "docker://docker.io/heroku/buildpack-nodejs@sha256:dcabf7b1211cec4affcf9eb9c454f2b0927467b6e521a8c99bc4b557efec1936"

[[buildpacks]]
id = "heroku/php"
Expand Down Expand Up @@ -52,11 +52,11 @@ version = "0.18.2"
[[order]]
[[order.group]]
id = "heroku/nodejs-engine"
version = "2.4.1"
version = "2.5.0"
optional = true
[[order.group]]
id = "heroku/nodejs-yarn"
version = "2.4.1"
version = "2.5.0"
optional = true
[[order.group]]
id = "heroku/jvm"
Expand All @@ -73,7 +73,7 @@ version = "0.18.2"
[[order]]
[[order.group]]
id = "heroku/nodejs"
version = "2.4.1"
version = "2.5.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 @@ -29,7 +29,7 @@ version = "0.17.2"

[[buildpacks]]
id = "heroku/nodejs"
uri = "docker://docker.io/heroku/buildpack-nodejs@sha256:a3cb805128018203988a56d799ce110aa9eff6f2043fb84c8ef34eaa2077dfaa"
uri = "docker://docker.io/heroku/buildpack-nodejs@sha256:dcabf7b1211cec4affcf9eb9c454f2b0927467b6e521a8c99bc4b557efec1936"

[[buildpacks]]
id = "heroku/php"
Expand Down Expand Up @@ -114,7 +114,7 @@ version = "0.17.2"
[[order]]
[[order.group]]
id = "heroku/nodejs"
version = "2.4.1"
version = "2.5.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 @@ -19,12 +19,12 @@ version = "0.17.2"

[[buildpacks]]
id = "heroku/nodejs-function"
uri = "docker://docker.io/heroku/buildpack-nodejs-function@sha256:4d7b39f92949a750f30d422a42abd349a0ee64739bb8dc22a3321e1328d21125"
uri = "docker://docker.io/heroku/buildpack-nodejs-function@sha256:bf43d91a0141101043ccbe06c376dd66656243902909b45cf7cf90cf5cc3f590"

[[order]]
[[order.group]]
id = "heroku/nodejs-function"
version = "2.4.1"
version = "2.5.0"

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

0 comments on commit ae2dd5c

Please sign in to comment.