Skip to content

Commit

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

## heroku/nodejs

### Added

- Added `heroku/nodejs-npm-engine` to the buildpack group for npm support ([#623](heroku/buildpacks-nodejs#623))
- Added `heroku/nodejs-npm-install` to the buildpack group for npm support ([#625](heroku/buildpacks-nodejs#625))
- Added `heroku/nodejs-corepack` to the buildpack group for npm support ([#685](heroku/buildpacks-nodejs#685))

### Changed

- Updated buildpack display name, description and keywords. ([#692](heroku/buildpacks-nodejs#692))
- Updated `heroku/nodejs-corepack` to `2.0.0`.
- Updated `heroku/nodejs-engine` to `2.0.0`.
- Updated `heroku/nodejs-npm-engine` to `2.0.0`.
- Updated `heroku/nodejs-npm-install` to `2.0.0`.
- Updated `heroku/nodejs-pnpm-install` to `2.0.0`.
- Updated `heroku/nodejs-yarn` to `2.0.0`.

### Removed

- Removed the deprecated `heroku/nodejs-npm` from the buildpack group for npm support ([#625](heroku/buildpacks-nodejs#625))
- Removed `heroku/procfile`, since it's being added directly to the Heroku builder images instead. If you override the Heroku builder images' default buildpack detection order (or use this buildpack with a non-Heroku builder image), you will need to append `heroku/procfile` to your buildpacks list. ([#696](heroku/buildpacks-nodejs#696))

## heroku/nodejs-corepack

### Added

- Added support for using corepack to install npm. ([#685](heroku/buildpacks-nodejs#685))

### Changed

- Updated buildpack description and keywords. ([#692](heroku/buildpacks-nodejs#692))
- Switched from supporting explicitly named stacks to supporting the wildcard stack. ([#693](heroku/buildpacks-nodejs#693))

## heroku/nodejs-engine

### Added

- Added Node.js version 21.0.0.

### Changed

- Updated buildpack description and keywords. ([#692](heroku/buildpacks-nodejs#692))

### Removed

- Dropped support for the end of life `io.buildpacks.stacks.bionic` stack. ([#693](heroku/buildpacks-nodejs#693))

## heroku/nodejs-function

### Added

- Added `heroku/nodejs-npm-engine` ([#686](heroku/buildpacks-nodejs#686))
- Added `heroku/nodejs-npm-install` ([#686](heroku/buildpacks-nodejs#686))

### Removed

- Removed `heroku/nodejs-npm` ([#686](heroku/buildpacks-nodejs#686))

### Changed

- Updated buildpack display name and description. ([#692](heroku/buildpacks-nodejs#692))
- Updated `heroku/nodejs-engine` to `2.0.0`.
- Updated `heroku/nodejs-function-invoker` to `2.0.0`.
- Updated `heroku/nodejs-npm-engine` to `2.0.0`.
- Updated `heroku/nodejs-npm-install` to `2.0.0`.

## heroku/nodejs-function-invoker

### Changed

- Updated buildpack display name, description and keywords. ([#692](heroku/buildpacks-nodejs#692))

## heroku/nodejs-npm

### Changed

- Updated buildpack display name, description and keywords. ([#692](heroku/buildpacks-nodejs#692))

### Removed

- Removed redundant explicitly named supported stacks. ([#693](heroku/buildpacks-nodejs#693))

## heroku/nodejs-npm-engine

### Added

- Initial release

## heroku/nodejs-npm-install

### Added

- Initial release

## heroku/nodejs-pnpm-install

### Changed

- Updated buildpack description and keywords. ([#692](heroku/buildpacks-nodejs#692))

### Removed

- Removed redundant explicitly named supported stacks. ([#693](heroku/buildpacks-nodejs#693))

## heroku/nodejs-yarn

### Changed

- Updated buildpack description and keywords. ([#692](heroku/buildpacks-nodejs#692))

### Removed

- Removed redundant explicitly named supported stacks. ([#693](heroku/buildpacks-nodejs#693))

* Add `heroku/procfile` to the `heroku/nodejs` order groups

Since the Procfile CNB is no longer included in the `heroku/nodejs` as of:
heroku/buildpacks-nodejs#696

---------

Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
Co-authored-by: Ed Morley <501702+edmorley@users.noreply.github.com>
  • Loading branch information
heroku-linguist[bot] and edmorley committed Oct 25, 2023
1 parent 3071cec commit cd7be2d
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 17 deletions.
12 changes: 8 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:16882adf3fc2c3c5cac48162ca6e5ae8f1af6c5b4e18d518c6cc97aaa4ca8fd7"
uri = "docker://docker.io/heroku/buildpack-nodejs@sha256:79052fc98256006960a5820572a70834f71a9e528deb11264519c1f009308380"

[[buildpacks]]
id = "heroku/php"
Expand Down Expand Up @@ -52,11 +52,11 @@ version = "0.17.2"
[[order]]
[[order.group]]
id = "heroku/nodejs-engine"
version = "1.1.7"
version = "2.0.0"
optional = true
[[order.group]]
id = "heroku/nodejs-yarn"
version = "1.1.7"
version = "2.0.0"
optional = true
[[order.group]]
id = "heroku/jvm"
Expand All @@ -73,7 +73,11 @@ version = "0.17.2"
[[order]]
[[order.group]]
id = "heroku/nodejs"
version = "1.1.7"
version = "2.0.0"
[[order.group]]
id = "heroku/procfile"
version = "2.0.2"
optional = true

[[order]]
[[order.group]]
Expand Down
12 changes: 8 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:16882adf3fc2c3c5cac48162ca6e5ae8f1af6c5b4e18d518c6cc97aaa4ca8fd7"
uri = "docker://docker.io/heroku/buildpack-nodejs@sha256:79052fc98256006960a5820572a70834f71a9e528deb11264519c1f009308380"

[[buildpacks]]
id = "heroku/php"
Expand Down Expand Up @@ -52,11 +52,11 @@ version = "0.17.2"
[[order]]
[[order.group]]
id = "heroku/nodejs-engine"
version = "1.1.7"
version = "2.0.0"
optional = true
[[order.group]]
id = "heroku/nodejs-yarn"
version = "1.1.7"
version = "2.0.0"
optional = true
[[order.group]]
id = "heroku/jvm"
Expand All @@ -73,7 +73,11 @@ version = "0.17.2"
[[order]]
[[order.group]]
id = "heroku/nodejs"
version = "1.1.7"
version = "2.0.0"
[[order.group]]
id = "heroku/procfile"
version = "2.0.2"
optional = true

[[order]]
[[order.group]]
Expand Down
13 changes: 6 additions & 7 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:16882adf3fc2c3c5cac48162ca6e5ae8f1af6c5b4e18d518c6cc97aaa4ca8fd7"
uri = "docker://docker.io/heroku/buildpack-nodejs@sha256:79052fc98256006960a5820572a70834f71a9e528deb11264519c1f009308380"

[[buildpacks]]
id = "heroku/php"
Expand All @@ -48,7 +48,6 @@ version = "0.17.2"
[[order.group]]
id = "heroku/ruby"
version = "0.0.0"

[[order.group]]
id = "heroku/procfile"
version = "2.0.2"
Expand All @@ -58,7 +57,6 @@ version = "0.17.2"
[[order.group]]
id = "heroku/python"
version = "0.0.0"

[[order.group]]
id = "heroku/procfile"
version = "2.0.2"
Expand All @@ -68,7 +66,6 @@ version = "0.17.2"
[[order.group]]
id = "heroku/scala"
version = "0.0.0"

[[order.group]]
id = "heroku/procfile"
version = "2.0.2"
Expand All @@ -78,7 +75,6 @@ version = "0.17.2"
[[order.group]]
id = "heroku/php"
version = "0.0.0"

[[order.group]]
id = "heroku/procfile"
version = "2.0.2"
Expand All @@ -88,7 +84,6 @@ version = "0.17.2"
[[order.group]]
id = "heroku/go"
version = "0.0.0"

[[order.group]]
id = "heroku/procfile"
version = "2.0.2"
Expand All @@ -97,7 +92,11 @@ version = "0.17.2"
[[order]]
[[order.group]]
id = "heroku/nodejs"
version = "1.1.7"
version = "2.0.0"
[[order.group]]
id = "heroku/procfile"
version = "2.0.2"
optional = true

[[order]]
[[order.group]]
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:54fc783e1481fd8d3d5289ee67349f240a3421e6d4d239eb3f396659133e8ff6"
uri = "docker://docker.io/heroku/buildpack-nodejs-function@sha256:457e0a9137d25af55556d6d238d5f8f6b04a5b4e2333f075d98cef63998e8b24"

[[order]]
[[order.group]]
id = "heroku/nodejs-function"
version = "1.1.7"
version = "2.0.0"

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

0 comments on commit cd7be2d

Please sign in to comment.