From b353119bd6bb077a5a1c45510e899e31b0b1f713 Mon Sep 17 00:00:00 2001 From: "heroku-linguist[bot]" <136119646+heroku-linguist[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 16:21:42 +0000 Subject: [PATCH] Prepare release v2.2.0 (#707) ## 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](https://github.com/heroku/buildpacks-nodejs/pull/686) to restore the previous npm buildpack due to issues with the detect requirement of `package-lock.json`. ([#706](https://github.com/heroku/buildpacks-nodejs/pull/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> --- buildpacks/nodejs-corepack/CHANGELOG.md | 7 +++++- buildpacks/nodejs-corepack/buildpack.toml | 2 +- buildpacks/nodejs-engine/CHANGELOG.md | 7 +++++- buildpacks/nodejs-engine/buildpack.toml | 2 +- .../nodejs-function-invoker/CHANGELOG.md | 7 +++++- .../nodejs-function-invoker/buildpack.toml | 2 +- buildpacks/nodejs-npm-engine/CHANGELOG.md | 7 +++++- buildpacks/nodejs-npm-engine/buildpack.toml | 2 +- buildpacks/nodejs-npm-install/CHANGELOG.md | 7 +++++- buildpacks/nodejs-npm-install/buildpack.toml | 2 +- buildpacks/nodejs-pnpm-install/CHANGELOG.md | 7 +++++- buildpacks/nodejs-pnpm-install/buildpack.toml | 2 +- buildpacks/nodejs-yarn/CHANGELOG.md | 7 +++++- buildpacks/nodejs-yarn/buildpack.toml | 2 +- buildpacks/npm/CHANGELOG.md | 7 +++++- buildpacks/npm/buildpack.toml | 2 +- meta-buildpacks/nodejs-function/CHANGELOG.md | 8 ++++++- .../nodejs-function/buildpack.toml | 8 +++---- meta-buildpacks/nodejs/CHANGELOG.md | 14 +++++++++++- meta-buildpacks/nodejs/buildpack.toml | 22 +++++++++---------- 20 files changed, 91 insertions(+), 33 deletions(-) diff --git a/buildpacks/nodejs-corepack/CHANGELOG.md b/buildpacks/nodejs-corepack/CHANGELOG.md index 35f757b4..0d511cd6 100644 --- a/buildpacks/nodejs-corepack/CHANGELOG.md +++ b/buildpacks/nodejs-corepack/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.2.0] - 2023-10-26 + +- No changes. + ## [2.1.0] - 2023-10-26 - No changes. @@ -67,7 +71,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial implementation with libcnb.rs ([#418](https://github.com/heroku/buildpacks-nodejs/pull/418)) -[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v2.1.0...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v2.2.0...HEAD +[2.2.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.1.0...v2.2.0 [2.1.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.0.0...v2.1.0 [2.0.0]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.7...v2.0.0 [1.1.7]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.6...v1.1.7 diff --git a/buildpacks/nodejs-corepack/buildpack.toml b/buildpacks/nodejs-corepack/buildpack.toml index f05d05b5..e99822d8 100644 --- a/buildpacks/nodejs-corepack/buildpack.toml +++ b/buildpacks/nodejs-corepack/buildpack.toml @@ -2,7 +2,7 @@ api = "0.9" [buildpack] id = "heroku/nodejs-corepack" -version = "2.1.0" +version = "2.2.0" name = "Heroku Node.js Corepack" homepage = "https://github.com/heroku/buildpacks-nodejs" description = "Heroku's Node.js Corepack buildpack. A component of the 'heroku/nodejs' buildpack." diff --git a/buildpacks/nodejs-engine/CHANGELOG.md b/buildpacks/nodejs-engine/CHANGELOG.md index 2f9f0594..4b68b2ec 100644 --- a/buildpacks/nodejs-engine/CHANGELOG.md +++ b/buildpacks/nodejs-engine/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.2.0] - 2023-10-26 + +- No changes. + ## [2.1.0] - 2023-10-26 ### Added @@ -281,7 +285,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Parse engines and add them to nodejs.toml ([#25](https://github.com/heroku/nodejs-engine-buildpack/pull/25)) - Add shellcheck to test suite ([#24](https://github.com/heroku/nodejs-engine-buildpack/pull/24)) -[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v2.1.0...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v2.2.0...HEAD +[2.2.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.1.0...v2.2.0 [2.1.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.0.0...v2.1.0 [2.0.0]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.7...v2.0.0 [1.1.7]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.6...v1.1.7 diff --git a/buildpacks/nodejs-engine/buildpack.toml b/buildpacks/nodejs-engine/buildpack.toml index dde6b65c..38b11428 100644 --- a/buildpacks/nodejs-engine/buildpack.toml +++ b/buildpacks/nodejs-engine/buildpack.toml @@ -2,7 +2,7 @@ api = "0.9" [buildpack] id = "heroku/nodejs-engine" -version = "2.1.0" +version = "2.2.0" name = "Heroku Node.js Engine" homepage = "https://github.com/heroku/buildpacks-nodejs" description = "Heroku's Node.js engine buildpack. A component of the 'heroku/nodejs' buildpack." diff --git a/buildpacks/nodejs-function-invoker/CHANGELOG.md b/buildpacks/nodejs-function-invoker/CHANGELOG.md index 11275fe8..5442307e 100644 --- a/buildpacks/nodejs-function-invoker/CHANGELOG.md +++ b/buildpacks/nodejs-function-invoker/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.2.0] - 2023-10-26 + +- No changes. + ## [2.1.0] - 2023-10-26 - No changes. @@ -197,7 +201,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial implementation ([#47](https://github.com/heroku/buildpacks-node/pull/47)) -[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v2.1.0...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v2.2.0...HEAD +[2.2.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.1.0...v2.2.0 [2.1.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.0.0...v2.1.0 [2.0.0]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.7...v2.0.0 [1.1.7]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.6...v1.1.7 diff --git a/buildpacks/nodejs-function-invoker/buildpack.toml b/buildpacks/nodejs-function-invoker/buildpack.toml index 22481992..ad3c2efd 100644 --- a/buildpacks/nodejs-function-invoker/buildpack.toml +++ b/buildpacks/nodejs-function-invoker/buildpack.toml @@ -2,7 +2,7 @@ api = "0.9" [buildpack] id = "heroku/nodejs-function-invoker" -version = "2.1.0" +version = "2.2.0" name = "Salesforce Node.js Function Invoker" homepage = "https://github.com/heroku/buildpacks-nodejs" description = "Salesforce's Node.js function invoker buildpack. A component of the 'heroku/nodejs-function' buildpack." diff --git a/buildpacks/nodejs-npm-engine/CHANGELOG.md b/buildpacks/nodejs-npm-engine/CHANGELOG.md index 21e56b8c..05e5309c 100644 --- a/buildpacks/nodejs-npm-engine/CHANGELOG.md +++ b/buildpacks/nodejs-npm-engine/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.2.0] - 2023-10-26 + +- No changes. + ## [2.1.0] - 2023-10-26 - No changes. @@ -17,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release -[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v2.1.0...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v2.2.0...HEAD +[2.2.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.1.0...v2.2.0 [2.1.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.0.0...v2.1.0 [2.0.0]: https://github.com/heroku/buildpacks-nodejs/releases/tag/v2.0.0 diff --git a/buildpacks/nodejs-npm-engine/buildpack.toml b/buildpacks/nodejs-npm-engine/buildpack.toml index 2f8add04..4aec4c55 100644 --- a/buildpacks/nodejs-npm-engine/buildpack.toml +++ b/buildpacks/nodejs-npm-engine/buildpack.toml @@ -2,7 +2,7 @@ api = "0.9" [buildpack] id = "heroku/nodejs-npm-engine" -version = "2.1.0" +version = "2.2.0" name = "Heroku Node.js npm Engine" homepage = "https://github.com/heroku/buildpacks-nodejs" description = "Heroku's Node.js npm engine buildpack. A component of the 'heroku/nodejs' buildpack." diff --git a/buildpacks/nodejs-npm-install/CHANGELOG.md b/buildpacks/nodejs-npm-install/CHANGELOG.md index 21e56b8c..05e5309c 100644 --- a/buildpacks/nodejs-npm-install/CHANGELOG.md +++ b/buildpacks/nodejs-npm-install/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.2.0] - 2023-10-26 + +- No changes. + ## [2.1.0] - 2023-10-26 - No changes. @@ -17,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release -[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v2.1.0...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v2.2.0...HEAD +[2.2.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.1.0...v2.2.0 [2.1.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.0.0...v2.1.0 [2.0.0]: https://github.com/heroku/buildpacks-nodejs/releases/tag/v2.0.0 diff --git a/buildpacks/nodejs-npm-install/buildpack.toml b/buildpacks/nodejs-npm-install/buildpack.toml index e2f0f820..c4e8e3f6 100644 --- a/buildpacks/nodejs-npm-install/buildpack.toml +++ b/buildpacks/nodejs-npm-install/buildpack.toml @@ -2,7 +2,7 @@ api = "0.9" [buildpack] id = "heroku/nodejs-npm-install" -version = "2.1.0" +version = "2.2.0" name = "Heroku Node.js npm Install" homepage = "https://github.com/heroku/buildpacks-nodejs" description = "Heroku's Node.js npm install buildpack. A component of the 'heroku/nodejs' buildpack." diff --git a/buildpacks/nodejs-pnpm-install/CHANGELOG.md b/buildpacks/nodejs-pnpm-install/CHANGELOG.md index 536bbb90..26e26167 100644 --- a/buildpacks/nodejs-pnpm-install/CHANGELOG.md +++ b/buildpacks/nodejs-pnpm-install/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.2.0] - 2023-10-26 + +- No changes. + ## [2.1.0] - 2023-10-26 - No changes. @@ -62,7 +66,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release ([#488](https://github.com/heroku/buildpacks-nodejs/pull/488)) -[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v2.1.0...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v2.2.0...HEAD +[2.2.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.1.0...v2.2.0 [2.1.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.0.0...v2.1.0 [2.0.0]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.7...v2.0.0 [1.1.7]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.6...v1.1.7 diff --git a/buildpacks/nodejs-pnpm-install/buildpack.toml b/buildpacks/nodejs-pnpm-install/buildpack.toml index 71c215cd..e53ffb06 100644 --- a/buildpacks/nodejs-pnpm-install/buildpack.toml +++ b/buildpacks/nodejs-pnpm-install/buildpack.toml @@ -2,7 +2,7 @@ api = "0.9" [buildpack] id = "heroku/nodejs-pnpm-install" -version = "2.1.0" +version = "2.2.0" name = "Heroku Node.js pnpm install" homepage = "https://github.com/heroku/buildpacks-nodejs" description = "Heroku's Node.js pnpm install buildpack. A component of the 'heroku/nodejs' buildpack." diff --git a/buildpacks/nodejs-yarn/CHANGELOG.md b/buildpacks/nodejs-yarn/CHANGELOG.md index 8e831135..49f2f7f8 100644 --- a/buildpacks/nodejs-yarn/CHANGELOG.md +++ b/buildpacks/nodejs-yarn/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.2.0] - 2023-10-26 + +- No changes. + ## [2.1.0] - 2023-10-26 ### Added @@ -167,7 +171,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Changelog entry for first release ([#1](https://github.com/heroku/nodejs-yarn-buildpack/pull/1)) -[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v2.1.0...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v2.2.0...HEAD +[2.2.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.1.0...v2.2.0 [2.1.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.0.0...v2.1.0 [2.0.0]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.7...v2.0.0 [1.1.7]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.6...v1.1.7 diff --git a/buildpacks/nodejs-yarn/buildpack.toml b/buildpacks/nodejs-yarn/buildpack.toml index 279054b4..5c1c99b3 100644 --- a/buildpacks/nodejs-yarn/buildpack.toml +++ b/buildpacks/nodejs-yarn/buildpack.toml @@ -2,7 +2,7 @@ api = "0.9" [buildpack] id = "heroku/nodejs-yarn" -version = "2.1.0" +version = "2.2.0" name = "Heroku Node.js Yarn" homepage = "https://github.com/heroku/buildpacks-nodejs" description = "Heroku's Node.js Yarn buildpack. A component of the 'heroku/nodejs' buildpack." diff --git a/buildpacks/npm/CHANGELOG.md b/buildpacks/npm/CHANGELOG.md index 85f50088..d7f8d06c 100644 --- a/buildpacks/npm/CHANGELOG.md +++ b/buildpacks/npm/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.2.0] - 2023-10-26 + +- No changes. + ## [2.1.0] - 2023-10-26 - No changes. @@ -153,7 +157,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fix broken builds when a `package-lock.json` is missing ([#9](https://github.com/heroku/nodejs-npm-buildpack/pull/9)) -[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v2.1.0...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v2.2.0...HEAD +[2.2.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.1.0...v2.2.0 [2.1.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.0.0...v2.1.0 [2.0.0]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.7...v2.0.0 [1.1.7]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.6...v1.1.7 diff --git a/buildpacks/npm/buildpack.toml b/buildpacks/npm/buildpack.toml index 8c809876..3a81a24b 100644 --- a/buildpacks/npm/buildpack.toml +++ b/buildpacks/npm/buildpack.toml @@ -2,7 +2,7 @@ api = "0.6" [buildpack] id = "heroku/nodejs-npm" -version = "2.1.0" +version = "2.2.0" name = "Heroku Node.js npm (DEPRECATED)" homepage = "https://github.com/heroku/buildpacks-nodejs" description = "[DEPRECATED] Heroku's Node.js npm buildpack. Replaced by the 'heroku/nodejs-npm-engine' and 'heroku/nodejs-npm-install' buildpacks." diff --git a/meta-buildpacks/nodejs-function/CHANGELOG.md b/meta-buildpacks/nodejs-function/CHANGELOG.md index 68639b61..7e1451ad 100644 --- a/meta-buildpacks/nodejs-function/CHANGELOG.md +++ b/meta-buildpacks/nodejs-function/CHANGELOG.md @@ -7,9 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.2.0] - 2023-10-26 + ### Changed - Rolled back the changes from [#686](https://github.com/heroku/buildpacks-nodejs/pull/686) to restore the previous npm buildpack due to issues with the detect requirement of `package-lock.json`. ([#706](https://github.com/heroku/buildpacks-nodejs/pull/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`. ## [2.1.0] - 2023-10-26 @@ -321,7 +326,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed * Switch from the Riff based invoker buildpacks to `heroku/nodejs-function` ([#48](https://github.com/heroku/buildpacks-node/pull/48)) -[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v2.1.0...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v2.2.0...HEAD +[2.2.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.1.0...v2.2.0 [2.1.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.0.0...v2.1.0 [2.0.0]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.7...v2.0.0 [1.1.7]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.6...v1.1.7 diff --git a/meta-buildpacks/nodejs-function/buildpack.toml b/meta-buildpacks/nodejs-function/buildpack.toml index 8b503b62..b29914d7 100644 --- a/meta-buildpacks/nodejs-function/buildpack.toml +++ b/meta-buildpacks/nodejs-function/buildpack.toml @@ -2,7 +2,7 @@ api = "0.9" [buildpack] id = "heroku/nodejs-function" -version = "2.1.0" +version = "2.2.0" name = "Salesforce Node.js Function" homepage = "https://github.com/heroku/buildpacks-nodejs" description = "Salesforce's buildpack for Node.js Functions." @@ -14,15 +14,15 @@ type = "MIT" [[order.group]] id = "heroku/nodejs-engine" -version = "2.1.0" +version = "2.2.0" [[order.group]] id = "heroku/nodejs-npm" -version = "2.1.0" +version = "2.2.0" [[order.group]] id = "heroku/nodejs-function-invoker" -version = "2.1.0" +version = "2.2.0" [metadata.release] image = { repository = "docker.io/heroku/buildpack-nodejs-function" } diff --git a/meta-buildpacks/nodejs/CHANGELOG.md b/meta-buildpacks/nodejs/CHANGELOG.md index 8192680e..4b07beec 100644 --- a/meta-buildpacks/nodejs/CHANGELOG.md +++ b/meta-buildpacks/nodejs/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.2.0] - 2023-10-26 + +### 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`. + ## [2.1.0] - 2023-10-26 ### Changed @@ -299,7 +310,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed * Package meta buildpack with latest releases of buildpacks while testing against unreleased. -[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v2.1.0...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v2.2.0...HEAD +[2.2.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.1.0...v2.2.0 [2.1.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.0.0...v2.1.0 [2.0.0]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.7...v2.0.0 [1.1.7]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.6...v1.1.7 diff --git a/meta-buildpacks/nodejs/buildpack.toml b/meta-buildpacks/nodejs/buildpack.toml index 97899dc9..39e9d1a4 100644 --- a/meta-buildpacks/nodejs/buildpack.toml +++ b/meta-buildpacks/nodejs/buildpack.toml @@ -2,7 +2,7 @@ api = "0.9" [buildpack] id = "heroku/nodejs" -version = "2.1.0" +version = "2.2.0" name = "Heroku Node.js" homepage = "https://github.com/heroku/buildpacks-nodejs" description = "Heroku's buildpack for Node.js applications." @@ -15,50 +15,50 @@ type = "MIT" [[order.group]] id = "heroku/nodejs-engine" -version = "2.1.0" +version = "2.2.0" [[order.group]] id = "heroku/nodejs-corepack" -version = "2.1.0" +version = "2.2.0" [[order.group]] id = "heroku/nodejs-pnpm-install" -version = "2.1.0" +version = "2.2.0" [[order]] [[order.group]] id = "heroku/nodejs-engine" -version = "2.1.0" +version = "2.2.0" [[order.group]] id = "heroku/nodejs-corepack" -version = "2.1.0" +version = "2.2.0" optional = true [[order.group]] id = "heroku/nodejs-yarn" -version = "2.1.0" +version = "2.2.0" [[order]] [[order.group]] id = "heroku/nodejs-engine" -version = "2.1.0" +version = "2.2.0" [[order.group]] id = "heroku/nodejs-corepack" -version = "2.1.0" +version = "2.2.0" optional = true [[order.group]] id = "heroku/nodejs-npm-engine" -version = "2.1.0" +version = "2.2.0" optional = true [[order.group]] id = "heroku/nodejs-npm-install" -version = "2.1.0" +version = "2.2.0" [metadata.release] image = { repository = "docker.io/heroku/buildpack-nodejs" }