Skip to content

Commit ca94d54

Browse files
Prepare release v3.2.16 (#944)
## heroku/nodejs ### Changed - Updated `heroku/nodejs-corepack` to `3.2.16`. - Updated `heroku/nodejs-engine` to `3.2.16`. - Updated `heroku/nodejs-npm-engine` to `3.2.16`. - Updated `heroku/nodejs-npm-install` to `3.2.16`. - Updated `heroku/nodejs-pnpm-engine` to `3.2.16`. - Updated `heroku/nodejs-pnpm-install` to `3.2.16`. - Updated `heroku/nodejs-yarn` to `3.2.16`. ## heroku/nodejs-corepack - No changes. ## heroku/nodejs-engine ### Added - 23.0.0 (linux-amd64, linux-arm64) - 22.10.0 (linux-amd64, linux-arm64) ## heroku/nodejs-function ### Changed - Updated `heroku/nodejs-engine` to `3.2.16`. - Updated `heroku/nodejs-function-invoker` to `3.2.16`. - Updated `heroku/nodejs-npm` to `3.2.16`. ## heroku/nodejs-function-invoker - No changes. ## heroku/nodejs-npm - No changes. ## heroku/nodejs-npm-engine - No changes. ## heroku/nodejs-npm-install ### Added - Allow configuration of build script behavior through the `node_build_scripts` build plan. ([#928](#928)) ## heroku/nodejs-pnpm-engine - No changes. ## heroku/nodejs-pnpm-install ### Added - Allow configuration of build script behavior through the `node_build_scripts` build plan. ([#928](#928)) ## heroku/nodejs-yarn ### Added - Allow configuration of build script behavior through the `node_build_scripts` build plan. ([#928](#928)) - Added Yarn version 4.5.1. - Added Yarn version 3.8.6. Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 18fea47 commit ca94d54

File tree

22 files changed

+98
-39
lines changed

22 files changed

+98
-39
lines changed

buildpacks/nodejs-corepack/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.2.16] - 2024-10-22
11+
12+
- No changes.
13+
1014
## [3.2.15] - 2024-10-04
1115

1216
- No changes.
@@ -218,7 +222,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
218222

219223
- Initial implementation with libcnb.rs ([#418](https://github.com/heroku/buildpacks-nodejs/pull/418))
220224

221-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.15...HEAD
225+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.16...HEAD
226+
[3.2.16]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.15...v3.2.16
222227
[3.2.15]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.14...v3.2.15
223228
[3.2.14]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...v3.2.14
224229
[3.2.13]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...v3.2.13

buildpacks/nodejs-corepack/buildpack.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api = "0.10"
22

33
[buildpack]
44
id = "heroku/nodejs-corepack"
5-
version = "3.2.15"
5+
version = "3.2.16"
66
name = "Heroku Node.js Corepack"
77
homepage = "https://github.com/heroku/buildpacks-nodejs"
88
description = "Heroku's Node.js Corepack buildpack. A component of the 'heroku/nodejs' buildpack."

buildpacks/nodejs-engine/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.2.16] - 2024-10-22
11+
1012
### Added
1113

1214
- 23.0.0 (linux-amd64, linux-arm64)
@@ -676,7 +678,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
676678
- Parse engines and add them to nodejs.toml ([#25](https://github.com/heroku/nodejs-engine-buildpack/pull/25))
677679
- Add shellcheck to test suite ([#24](https://github.com/heroku/nodejs-engine-buildpack/pull/24))
678680

679-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.15...HEAD
681+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.16...HEAD
682+
[3.2.16]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.15...v3.2.16
680683
[3.2.15]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.14...v3.2.15
681684
[3.2.14]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...v3.2.14
682685
[3.2.13]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...v3.2.13

buildpacks/nodejs-engine/buildpack.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api = "0.10"
22

33
[buildpack]
44
id = "heroku/nodejs-engine"
5-
version = "3.2.15"
5+
version = "3.2.16"
66
name = "Heroku Node.js Engine"
77
homepage = "https://github.com/heroku/buildpacks-nodejs"
88
description = "Heroku's Node.js engine buildpack. A component of the 'heroku/nodejs' buildpack."

buildpacks/nodejs-function-invoker/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.2.16] - 2024-10-22
11+
12+
- No changes.
13+
1014
## [3.2.15] - 2024-10-04
1115

1216
- No changes.
@@ -348,7 +352,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
348352
### Added
349353
- Initial implementation ([#47](https://github.com/heroku/buildpacks-node/pull/47))
350354

351-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.15...HEAD
355+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.16...HEAD
356+
[3.2.16]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.15...v3.2.16
352357
[3.2.15]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.14...v3.2.15
353358
[3.2.14]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...v3.2.14
354359
[3.2.13]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...v3.2.13

buildpacks/nodejs-function-invoker/buildpack.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api = "0.10"
22

33
[buildpack]
44
id = "heroku/nodejs-function-invoker"
5-
version = "3.2.15"
5+
version = "3.2.16"
66
name = "Salesforce Node.js Function Invoker"
77
homepage = "https://github.com/heroku/buildpacks-nodejs"
88
description = "Salesforce's Node.js function invoker buildpack. A component of the 'heroku/nodejs-function' buildpack."

buildpacks/nodejs-npm-engine/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.2.16] - 2024-10-22
11+
12+
- No changes.
13+
1014
## [3.2.15] - 2024-10-04
1115

1216
- Added npm version 10.9.0.
@@ -177,7 +181,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
177181

178182
- Initial release
179183

180-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.15...HEAD
184+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.16...HEAD
185+
[3.2.16]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.15...v3.2.16
181186
[3.2.15]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.14...v3.2.15
182187
[3.2.14]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...v3.2.14
183188
[3.2.13]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...v3.2.13

buildpacks/nodejs-npm-engine/buildpack.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api = "0.10"
22

33
[buildpack]
44
id = "heroku/nodejs-npm-engine"
5-
version = "3.2.15"
5+
version = "3.2.16"
66
name = "Heroku Node.js npm Engine"
77
homepage = "https://github.com/heroku/buildpacks-nodejs"
88
description = "Heroku's Node.js npm engine buildpack. A component of the 'heroku/nodejs' buildpack."

buildpacks/nodejs-npm-install/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.2.16] - 2024-10-22
11+
1012
### Added
1113

1214
- Allow configuration of build script behavior through the `node_build_scripts` build plan. ([#928](https://github.com/heroku/buildpacks-nodejs/pull/928))
@@ -175,7 +177,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
175177

176178
- Initial release
177179

178-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.15...HEAD
180+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.16...HEAD
181+
[3.2.16]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.15...v3.2.16
179182
[3.2.15]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.14...v3.2.15
180183
[3.2.14]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...v3.2.14
181184
[3.2.13]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...v3.2.13

buildpacks/nodejs-npm-install/buildpack.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api = "0.10"
22

33
[buildpack]
44
id = "heroku/nodejs-npm-install"
5-
version = "3.2.15"
5+
version = "3.2.16"
66
name = "Heroku Node.js npm Install"
77
homepage = "https://github.com/heroku/buildpacks-nodejs"
88
description = "Heroku's Node.js npm install buildpack. A component of the 'heroku/nodejs' buildpack."

0 commit comments

Comments
 (0)