From 44ebc7a502a97a891b50ba9a6a4bca2aa3e231d3 Mon Sep 17 00:00:00 2001 From: "heroku-linguist[bot]" <136119646+heroku-linguist[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 13:57:33 +0000 Subject: [PATCH] Prepare release v3.3.3 (#963) ## heroku/nodejs ### Changed - Updated `heroku/nodejs-corepack` to `3.3.3`. - Updated `heroku/nodejs-engine` to `3.3.3`. - Updated `heroku/nodejs-npm-engine` to `3.3.3`. - Updated `heroku/nodejs-npm-install` to `3.3.3`. - Updated `heroku/nodejs-pnpm-engine` to `3.3.3`. - Updated `heroku/nodejs-pnpm-install` to `3.3.3`. - Updated `heroku/nodejs-yarn` to `3.3.3`. ## heroku/nodejs-corepack - No changes. ## heroku/nodejs-engine ### Added - 23.3.0 (linux-amd64, linux-arm64) - 20.18.1 (linux-amd64, linux-arm64) ## heroku/nodejs-function ### Changed - Updated `heroku/nodejs-engine` to `3.3.3`. - Updated `heroku/nodejs-function-invoker` to `3.3.3`. - Updated `heroku/nodejs-npm` to `3.3.3`. ## heroku/nodejs-function-invoker - No changes. ## heroku/nodejs-npm - No changes. ## heroku/nodejs-npm-engine - Added npm version 10.9.1. ## heroku/nodejs-npm-install - No changes. ## heroku/nodejs-pnpm-engine - No changes. ## heroku/nodejs-pnpm-install - No changes. ## heroku/nodejs-yarn - Added Yarn version 4.5.2. 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 | 6 +++- 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 | 6 +++- 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, 102 insertions(+), 39 deletions(-) diff --git a/buildpacks/nodejs-corepack/CHANGELOG.md b/buildpacks/nodejs-corepack/CHANGELOG.md index d361f080..d9c6b915 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.3.3] - 2024-11-22 + +- No changes. + ## [3.3.2] - 2024-11-13 - No changes. @@ -244,7 +248,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.3.2...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...HEAD +[3.3.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...v3.3.3 [3.3.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...v3.3.2 [3.3.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...v3.3.1 [3.3.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...v3.3.0 diff --git a/buildpacks/nodejs-corepack/buildpack.toml b/buildpacks/nodejs-corepack/buildpack.toml index cb677705..45e72180 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.3.2" +version = "3.3.3" 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 3ea322be..9487a4f9 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.3.3] - 2024-11-22 + ### Added - 23.3.0 (linux-amd64, linux-arm64) @@ -711,7 +713,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.3.2...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...HEAD +[3.3.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...v3.3.3 [3.3.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...v3.3.2 [3.3.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...v3.3.1 [3.3.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...v3.3.0 diff --git a/buildpacks/nodejs-engine/buildpack.toml b/buildpacks/nodejs-engine/buildpack.toml index 6dfb4c99..5c6fae87 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.3.2" +version = "3.3.3" 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 e097dc4e..bc1e51b9 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.3.3] - 2024-11-22 + +- No changes. + ## [3.3.2] - 2024-11-13 - No changes. @@ -372,7 +376,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.3.2...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...HEAD +[3.3.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...v3.3.3 [3.3.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...v3.3.2 [3.3.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...v3.3.1 [3.3.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...v3.3.0 diff --git a/buildpacks/nodejs-function-invoker/buildpack.toml b/buildpacks/nodejs-function-invoker/buildpack.toml index 070cf87c..86ba1ea0 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.3.2" +version = "3.3.3" 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 616ea144..f6cf4f92 100644 --- a/buildpacks/nodejs-npm-engine/CHANGELOG.md +++ b/buildpacks/nodejs-npm-engine/CHANGELOG.md @@ -7,7 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.3.3] - 2024-11-22 + - Added npm version 10.9.1. + ## [3.3.2] - 2024-11-13 - No changes. @@ -202,7 +205,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.3.2...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...HEAD +[3.3.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...v3.3.3 [3.3.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...v3.3.2 [3.3.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...v3.3.1 [3.3.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...v3.3.0 diff --git a/buildpacks/nodejs-npm-engine/buildpack.toml b/buildpacks/nodejs-npm-engine/buildpack.toml index ce04ac62..2dbb509e 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.3.2" +version = "3.3.3" 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 08a668a0..bac91ccd 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.3.3] - 2024-11-22 + +- No changes. + ## [3.3.2] - 2024-11-13 - No changes. @@ -197,7 +201,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.3.2...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...HEAD +[3.3.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...v3.3.3 [3.3.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...v3.3.2 [3.3.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...v3.3.1 [3.3.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...v3.3.0 diff --git a/buildpacks/nodejs-npm-install/buildpack.toml b/buildpacks/nodejs-npm-install/buildpack.toml index 81b1656a..9e7fd71f 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.3.2" +version = "3.3.3" 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 3551e27d..4ee408e7 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.3.3] - 2024-11-22 + +- No changes. + ## [3.3.2] - 2024-11-13 - No changes. @@ -160,7 +164,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.3.2...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...HEAD +[3.3.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...v3.3.3 [3.3.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...v3.3.2 [3.3.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...v3.3.1 [3.3.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...v3.3.0 diff --git a/buildpacks/nodejs-pnpm-engine/buildpack.toml b/buildpacks/nodejs-pnpm-engine/buildpack.toml index 7e4c4621..ecd69653 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.3.2" +version = "3.3.3" 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 72950273..1c06d5f1 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.3.3] - 2024-11-22 + +- No changes. + ## [3.3.2] - 2024-11-13 - No changes. @@ -249,7 +253,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.3.2...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...HEAD +[3.3.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...v3.3.3 [3.3.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...v3.3.2 [3.3.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...v3.3.1 [3.3.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...v3.3.0 diff --git a/buildpacks/nodejs-pnpm-install/buildpack.toml b/buildpacks/nodejs-pnpm-install/buildpack.toml index 2d28983c..23335c36 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.3.2" +version = "3.3.3" 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 322a05e9..2c801c01 100644 --- a/buildpacks/nodejs-yarn/CHANGELOG.md +++ b/buildpacks/nodejs-yarn/CHANGELOG.md @@ -7,7 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.3.3] - 2024-11-22 + - Added Yarn version 4.5.2. + ## [3.3.2] - 2024-11-13 - No changes. @@ -359,7 +362,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.3.2...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...HEAD +[3.3.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...v3.3.3 [3.3.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...v3.3.2 [3.3.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...v3.3.1 [3.3.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...v3.3.0 diff --git a/buildpacks/nodejs-yarn/buildpack.toml b/buildpacks/nodejs-yarn/buildpack.toml index 29ad2277..61bdd227 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.3.2" +version = "3.3.3" 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 927ed70a..60f775ba 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.3.3] - 2024-11-22 + +- No changes. + ## [3.3.2] - 2024-11-13 - No changes. @@ -323,7 +327,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.3.2...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...HEAD +[3.3.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...v3.3.3 [3.3.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...v3.3.2 [3.3.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...v3.3.1 [3.3.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...v3.3.0 diff --git a/buildpacks/npm/buildpack.toml b/buildpacks/npm/buildpack.toml index 64875397..130dc47a 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.3.2" +version = "3.3.3" 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 77917f10..0e064638 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.3.3] - 2024-11-22 + +### Changed + +- Updated `heroku/nodejs-engine` to `3.3.3`. +- Updated `heroku/nodejs-function-invoker` to `3.3.3`. +- Updated `heroku/nodejs-npm` to `3.3.3`. + ## [3.3.2] - 2024-11-13 ### Changed @@ -657,7 +665,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.3.2...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...HEAD +[3.3.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...v3.3.3 [3.3.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...v3.3.2 [3.3.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...v3.3.1 [3.3.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...v3.3.0 diff --git a/meta-buildpacks/nodejs-function/buildpack.toml b/meta-buildpacks/nodejs-function/buildpack.toml index 85c8b947..d73b234a 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.3.2" +version = "3.3.3" 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.3.2" +version = "3.3.3" [[order.group]] id = "heroku/nodejs-npm" -version = "3.3.2" +version = "3.3.3" [[order.group]] id = "heroku/nodejs-function-invoker" -version = "3.3.2" +version = "3.3.3" [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 aecd6971..79d30bdf 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.3.3] - 2024-11-22 + +### Changed + +- Updated `heroku/nodejs-corepack` to `3.3.3`. +- Updated `heroku/nodejs-engine` to `3.3.3`. +- Updated `heroku/nodejs-npm-engine` to `3.3.3`. +- Updated `heroku/nodejs-npm-install` to `3.3.3`. +- Updated `heroku/nodejs-pnpm-engine` to `3.3.3`. +- Updated `heroku/nodejs-pnpm-install` to `3.3.3`. +- Updated `heroku/nodejs-yarn` to `3.3.3`. + ## [3.3.2] - 2024-11-13 ### Changed @@ -813,7 +825,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.3.2...HEAD +[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...HEAD +[3.3.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...v3.3.3 [3.3.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...v3.3.2 [3.3.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...v3.3.1 [3.3.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...v3.3.0 diff --git a/meta-buildpacks/nodejs/buildpack.toml b/meta-buildpacks/nodejs/buildpack.toml index 1cab7123..94fe8077 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.3.2" +version = "3.3.3" 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.3.2" +version = "3.3.3" [[order.group]] id = "heroku/nodejs-corepack" -version = "3.3.2" +version = "3.3.3" [[order.group]] id = "heroku/nodejs-pnpm-install" -version = "3.3.2" +version = "3.3.3" [[order]] [[order.group]] id = "heroku/nodejs-engine" -version = "3.3.2" +version = "3.3.3" [[order.group]] id = "heroku/nodejs-pnpm-engine" -version = "3.3.2" +version = "3.3.3" [[order.group]] id = "heroku/nodejs-pnpm-install" -version = "3.3.2" +version = "3.3.3" [[order]] [[order.group]] id = "heroku/nodejs-engine" -version = "3.3.2" +version = "3.3.3" [[order.group]] id = "heroku/nodejs-corepack" -version = "3.3.2" +version = "3.3.3" optional = true [[order.group]] id = "heroku/nodejs-yarn" -version = "3.3.2" +version = "3.3.3" [[order]] [[order.group]] id = "heroku/nodejs-engine" -version = "3.3.2" +version = "3.3.3" [[order.group]] id = "heroku/nodejs-corepack" -version = "3.3.2" +version = "3.3.3" optional = true [[order.group]] id = "heroku/nodejs-npm-engine" -version = "3.3.2" +version = "3.3.3" optional = true [[order.group]] id = "heroku/nodejs-npm-install" -version = "3.3.2" +version = "3.3.3" [[order]] [[order.group]] id = "heroku/nodejs-engine" -version = "3.3.2" +version = "3.3.3" [[metadata.targets]] os = "linux"