From 92bffcbc774d4469aab2b164f64cf50698f73fbc Mon Sep 17 00:00:00 2001 From: "heroku-linguist[bot]" <136119646+heroku-linguist[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 13:41:25 +0000 Subject: [PATCH] Prepare release v3.4.2 (#996) ## heroku/nodejs ### Changed - Updated `heroku/nodejs-corepack` to `3.4.2`. - Updated `heroku/nodejs-engine` to `3.4.2`. - Updated `heroku/nodejs-npm-engine` to `3.4.2`. - Updated `heroku/nodejs-npm-install` to `3.4.2`. - Updated `heroku/nodejs-pnpm-engine` to `3.4.2`. - Updated `heroku/nodejs-pnpm-install` to `3.4.2`. - Updated `heroku/nodejs-yarn` to `3.4.2`. ## heroku/nodejs-corepack - No changes. ## heroku/nodejs-engine ### Added - 23.6.0 (linux-amd64, linux-arm64) - 22.13.0 (linux-amd64, linux-arm64) ## heroku/nodejs-function ### Changed - Updated `heroku/nodejs-engine` to `3.4.2`. - Updated `heroku/nodejs-function-invoker` to `3.4.2`. - Updated `heroku/nodejs-npm` to `3.4.2`. ## 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-engine - 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 | 5 +++- 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-engine/CHANGELOG.md | 7 ++++- buildpacks/nodejs-pnpm-engine/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 | 11 ++++++- .../nodejs-function/buildpack.toml | 8 ++--- meta-buildpacks/nodejs/CHANGELOG.md | 15 +++++++++- meta-buildpacks/nodejs/buildpack.toml | 30 +++++++++---------- 22 files changed, 104 insertions(+), 39 deletions(-) diff --git a/buildpacks/nodejs-corepack/CHANGELOG.md b/buildpacks/nodejs-corepack/CHANGELOG.md index 5d83e489..ad875d2d 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] +## [3.4.2] - 2025-01-08 + +- No changes. + ## [3.4.1] - 2025-01-07 - No changes. @@ -264,7 +268,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/v3.4.1...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.2...HEAD +[3.4.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.1...v3.4.2 [3.4.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.0...v3.4.1 [3.4.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.5...v3.4.0 [3.3.5]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.4...v3.3.5 diff --git a/buildpacks/nodejs-corepack/buildpack.toml b/buildpacks/nodejs-corepack/buildpack.toml index 772fe20c..50ba77f5 100644 --- a/buildpacks/nodejs-corepack/buildpack.toml +++ b/buildpacks/nodejs-corepack/buildpack.toml @@ -2,7 +2,7 @@ api = "0.10" [buildpack] id = "heroku/nodejs-corepack" -version = "3.4.1" +version = "3.4.2" 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 0db2bc3b..d41c9226 100644 --- a/buildpacks/nodejs-engine/CHANGELOG.md +++ b/buildpacks/nodejs-engine/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.4.2] - 2025-01-08 + ### Added - 23.6.0 (linux-amd64, linux-arm64) @@ -738,7 +740,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/v3.4.1...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.2...HEAD +[3.4.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.1...v3.4.2 [3.4.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.0...v3.4.1 [3.4.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.5...v3.4.0 [3.3.5]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.4...v3.3.5 diff --git a/buildpacks/nodejs-engine/buildpack.toml b/buildpacks/nodejs-engine/buildpack.toml index 65541cd2..c2c2a035 100644 --- a/buildpacks/nodejs-engine/buildpack.toml +++ b/buildpacks/nodejs-engine/buildpack.toml @@ -2,7 +2,7 @@ api = "0.10" [buildpack] id = "heroku/nodejs-engine" -version = "3.4.1" +version = "3.4.2" 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 d91910ff..60b2498f 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] +## [3.4.2] - 2025-01-08 + +- No changes. + ## [3.4.1] - 2025-01-07 - No changes. @@ -392,7 +396,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/v3.4.1...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.2...HEAD +[3.4.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.1...v3.4.2 [3.4.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.0...v3.4.1 [3.4.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.5...v3.4.0 [3.3.5]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.4...v3.3.5 diff --git a/buildpacks/nodejs-function-invoker/buildpack.toml b/buildpacks/nodejs-function-invoker/buildpack.toml index 7a4e3304..bc82fd7d 100644 --- a/buildpacks/nodejs-function-invoker/buildpack.toml +++ b/buildpacks/nodejs-function-invoker/buildpack.toml @@ -2,7 +2,7 @@ api = "0.10" [buildpack] id = "heroku/nodejs-function-invoker" -version = "3.4.1" +version = "3.4.2" 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 95a39418..2bc8f2e1 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] +## [3.4.2] - 2025-01-08 + +- No changes. + ## [3.4.1] - 2025-01-07 ### Changed @@ -224,7 +228,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release -[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.1...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.2...HEAD +[3.4.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.1...v3.4.2 [3.4.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.0...v3.4.1 [3.4.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.5...v3.4.0 [3.3.5]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.4...v3.3.5 diff --git a/buildpacks/nodejs-npm-engine/buildpack.toml b/buildpacks/nodejs-npm-engine/buildpack.toml index 1b3e9936..53a95fa8 100644 --- a/buildpacks/nodejs-npm-engine/buildpack.toml +++ b/buildpacks/nodejs-npm-engine/buildpack.toml @@ -2,7 +2,7 @@ api = "0.10" [buildpack] id = "heroku/nodejs-npm-engine" -version = "3.4.1" +version = "3.4.2" 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 b7505553..38947c7e 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] +## [3.4.2] - 2025-01-08 + +- No changes. + ## [3.4.1] - 2025-01-07 ### Changed @@ -221,7 +225,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release -[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.1...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.2...HEAD +[3.4.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.1...v3.4.2 [3.4.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.0...v3.4.1 [3.4.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.5...v3.4.0 [3.3.5]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.4...v3.3.5 diff --git a/buildpacks/nodejs-npm-install/buildpack.toml b/buildpacks/nodejs-npm-install/buildpack.toml index 552e9b48..07aa1c47 100644 --- a/buildpacks/nodejs-npm-install/buildpack.toml +++ b/buildpacks/nodejs-npm-install/buildpack.toml @@ -2,7 +2,7 @@ api = "0.10" [buildpack] id = "heroku/nodejs-npm-install" -version = "3.4.1" +version = "3.4.2" 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-engine/CHANGELOG.md b/buildpacks/nodejs-pnpm-engine/CHANGELOG.md index 305b4af6..afe472a3 100644 --- a/buildpacks/nodejs-pnpm-engine/CHANGELOG.md +++ b/buildpacks/nodejs-pnpm-engine/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.4.2] - 2025-01-08 + +- No changes. + ## [3.4.1] - 2025-01-07 ### Changed @@ -182,7 +186,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release -[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.1...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.2...HEAD +[3.4.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.1...v3.4.2 [3.4.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.0...v3.4.1 [3.4.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.5...v3.4.0 [3.3.5]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.4...v3.3.5 diff --git a/buildpacks/nodejs-pnpm-engine/buildpack.toml b/buildpacks/nodejs-pnpm-engine/buildpack.toml index 32052a25..ada043f6 100644 --- a/buildpacks/nodejs-pnpm-engine/buildpack.toml +++ b/buildpacks/nodejs-pnpm-engine/buildpack.toml @@ -2,7 +2,7 @@ api = "0.10" [buildpack] id = "heroku/nodejs-pnpm-engine" -version = "3.4.1" +version = "3.4.2" name = "Heroku Node.js pnpm Engine" homepage = "https://github.com/heroku/buildpacks-nodejs" description = "Heroku's Node.js pnpm Engine 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 7ab51608..0066f7d8 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] +## [3.4.2] - 2025-01-08 + +- No changes. + ## [3.4.1] - 2025-01-07 - No changes. @@ -271,7 +275,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/v3.4.1...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.2...HEAD +[3.4.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.1...v3.4.2 [3.4.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.0...v3.4.1 [3.4.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.5...v3.4.0 [3.3.5]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.4...v3.3.5 diff --git a/buildpacks/nodejs-pnpm-install/buildpack.toml b/buildpacks/nodejs-pnpm-install/buildpack.toml index 4fe10ee1..8eede49e 100644 --- a/buildpacks/nodejs-pnpm-install/buildpack.toml +++ b/buildpacks/nodejs-pnpm-install/buildpack.toml @@ -2,7 +2,7 @@ api = "0.10" [buildpack] id = "heroku/nodejs-pnpm-install" -version = "3.4.1" +version = "3.4.2" 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 dc68e210..0a5a8112 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] +## [3.4.2] - 2025-01-08 + +- No changes. + ## [3.4.1] - 2025-01-07 - Added Yarn version 4.6.0. @@ -381,7 +385,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/v3.4.1...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.2...HEAD +[3.4.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.1...v3.4.2 [3.4.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.0...v3.4.1 [3.4.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.5...v3.4.0 [3.3.5]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.4...v3.3.5 diff --git a/buildpacks/nodejs-yarn/buildpack.toml b/buildpacks/nodejs-yarn/buildpack.toml index 7ce04ff8..aa6f7478 100644 --- a/buildpacks/nodejs-yarn/buildpack.toml +++ b/buildpacks/nodejs-yarn/buildpack.toml @@ -2,7 +2,7 @@ api = "0.10" [buildpack] id = "heroku/nodejs-yarn" -version = "3.4.1" +version = "3.4.2" 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 4597fe76..c915e512 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] +## [3.4.2] - 2025-01-08 + +- No changes. + ## [3.4.1] - 2025-01-07 - No changes. @@ -343,7 +347,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/v3.4.1...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.2...HEAD +[3.4.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.1...v3.4.2 [3.4.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.0...v3.4.1 [3.4.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.5...v3.4.0 [3.3.5]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.4...v3.3.5 diff --git a/buildpacks/npm/buildpack.toml b/buildpacks/npm/buildpack.toml index cc8240fd..e38fe6d9 100644 --- a/buildpacks/npm/buildpack.toml +++ b/buildpacks/npm/buildpack.toml @@ -2,7 +2,7 @@ api = "0.7" [buildpack] id = "heroku/nodejs-npm" -version = "3.4.1" +version = "3.4.2" 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 1d4d5d7e..0b292fd5 100644 --- a/meta-buildpacks/nodejs-function/CHANGELOG.md +++ b/meta-buildpacks/nodejs-function/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.4.2] - 2025-01-08 + +### Changed + +- Updated `heroku/nodejs-engine` to `3.4.2`. +- Updated `heroku/nodejs-function-invoker` to `3.4.2`. +- Updated `heroku/nodejs-npm` to `3.4.2`. + ## [3.4.1] - 2025-01-07 ### Changed @@ -697,7 +705,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/v3.4.1...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.2...HEAD +[3.4.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.1...v3.4.2 [3.4.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.0...v3.4.1 [3.4.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.5...v3.4.0 [3.3.5]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.4...v3.3.5 diff --git a/meta-buildpacks/nodejs-function/buildpack.toml b/meta-buildpacks/nodejs-function/buildpack.toml index 8873ad48..5c1775a1 100644 --- a/meta-buildpacks/nodejs-function/buildpack.toml +++ b/meta-buildpacks/nodejs-function/buildpack.toml @@ -2,7 +2,7 @@ api = "0.10" [buildpack] id = "heroku/nodejs-function" -version = "3.4.1" +version = "3.4.2" 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 = "3.4.1" +version = "3.4.2" [[order.group]] id = "heroku/nodejs-npm" -version = "3.4.1" +version = "3.4.2" [[order.group]] id = "heroku/nodejs-function-invoker" -version = "3.4.1" +version = "3.4.2" [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 a6d31b03..06f88a29 100644 --- a/meta-buildpacks/nodejs/CHANGELOG.md +++ b/meta-buildpacks/nodejs/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.4.2] - 2025-01-08 + +### Changed + +- Updated `heroku/nodejs-corepack` to `3.4.2`. +- Updated `heroku/nodejs-engine` to `3.4.2`. +- Updated `heroku/nodejs-npm-engine` to `3.4.2`. +- Updated `heroku/nodejs-npm-install` to `3.4.2`. +- Updated `heroku/nodejs-pnpm-engine` to `3.4.2`. +- Updated `heroku/nodejs-pnpm-install` to `3.4.2`. +- Updated `heroku/nodejs-yarn` to `3.4.2`. + ## [3.4.1] - 2025-01-07 ### Changed @@ -873,7 +885,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/v3.4.1...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.2...HEAD +[3.4.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.1...v3.4.2 [3.4.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.0...v3.4.1 [3.4.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.5...v3.4.0 [3.3.5]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.4...v3.3.5 diff --git a/meta-buildpacks/nodejs/buildpack.toml b/meta-buildpacks/nodejs/buildpack.toml index 0a98134b..4859ad06 100644 --- a/meta-buildpacks/nodejs/buildpack.toml +++ b/meta-buildpacks/nodejs/buildpack.toml @@ -2,7 +2,7 @@ api = "0.10" [buildpack] id = "heroku/nodejs" -version = "3.4.1" +version = "3.4.2" name = "Heroku Node.js" homepage = "https://github.com/heroku/buildpacks-nodejs" description = "Heroku's buildpack for Node.js applications." @@ -15,70 +15,70 @@ type = "MIT" [[order.group]] id = "heroku/nodejs-engine" -version = "3.4.1" +version = "3.4.2" [[order.group]] id = "heroku/nodejs-corepack" -version = "3.4.1" +version = "3.4.2" [[order.group]] id = "heroku/nodejs-pnpm-install" -version = "3.4.1" +version = "3.4.2" [[order]] [[order.group]] id = "heroku/nodejs-engine" -version = "3.4.1" +version = "3.4.2" [[order.group]] id = "heroku/nodejs-pnpm-engine" -version = "3.4.1" +version = "3.4.2" [[order.group]] id = "heroku/nodejs-pnpm-install" -version = "3.4.1" +version = "3.4.2" [[order]] [[order.group]] id = "heroku/nodejs-engine" -version = "3.4.1" +version = "3.4.2" [[order.group]] id = "heroku/nodejs-corepack" -version = "3.4.1" +version = "3.4.2" optional = true [[order.group]] id = "heroku/nodejs-yarn" -version = "3.4.1" +version = "3.4.2" [[order]] [[order.group]] id = "heroku/nodejs-engine" -version = "3.4.1" +version = "3.4.2" [[order.group]] id = "heroku/nodejs-corepack" -version = "3.4.1" +version = "3.4.2" optional = true [[order.group]] id = "heroku/nodejs-npm-engine" -version = "3.4.1" +version = "3.4.2" optional = true [[order.group]] id = "heroku/nodejs-npm-install" -version = "3.4.1" +version = "3.4.2" [[order]] [[order.group]] id = "heroku/nodejs-engine" -version = "3.4.1" +version = "3.4.2" [[metadata.targets]] os = "linux"