Skip to content

Commit aa80558

Browse files
Prepare release v3.6.3 (#1101)
## heroku/nodejs ### Changed - Updated `heroku/nodejs-corepack` to `3.6.3`. - Updated `heroku/nodejs-engine` to `3.6.3`. - Updated `heroku/nodejs-npm-engine` to `3.6.3`. - Updated `heroku/nodejs-npm-install` to `3.6.3`. - Updated `heroku/nodejs-pnpm-engine` to `3.6.3`. - Updated `heroku/nodejs-pnpm-install` to `3.6.3`. - Updated `heroku/nodejs-yarn` to `3.6.3`. ## heroku/nodejs-corepack - No changes. ## heroku/nodejs-engine ### Added - 24.0.0 (linux-amd64, linux-arm64) ## heroku/nodejs-function ### Changed - Updated `heroku/nodejs-engine` to `3.6.3`. - Updated `heroku/nodejs-function-invoker` to `3.6.3`. - Updated `heroku/nodejs-npm` to `3.6.3`. ## 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>
1 parent f8552c9 commit aa80558

File tree

22 files changed

+104
-39
lines changed

22 files changed

+104
-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.6.3] - 2025-05-07
11+
12+
- No changes.
13+
1014
## [3.6.2] - 2025-05-05
1115

1216
### Changed
@@ -342,7 +346,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
342346

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

345-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...HEAD
349+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...HEAD
350+
[3.6.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...v3.6.3
346351
[3.6.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2
347352
[3.6.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.0...v3.6.1
348353
[3.6.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...v3.6.0

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.6.2"
5+
version = "3.6.3"
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.6.3] - 2025-05-07
11+
1012
### Added
1113

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

846-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...HEAD
848+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...HEAD
849+
[3.6.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...v3.6.3
847850
[3.6.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2
848851
[3.6.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.0...v3.6.1
849852
[3.6.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...v3.6.0

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.6.2"
5+
version = "3.6.3"
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.6.3] - 2025-05-07
11+
12+
- No changes.
13+
1014
## [3.6.2] - 2025-05-05
1115

1216
### Changed
@@ -464,7 +468,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
464468
### Added
465469
- Initial implementation ([#47](https://github.com/heroku/buildpacks-node/pull/47))
466470

467-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...HEAD
471+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...HEAD
472+
[3.6.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...v3.6.3
468473
[3.6.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2
469474
[3.6.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.0...v3.6.1
470475
[3.6.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...v3.6.0

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.6.2"
5+
version = "3.6.3"
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.6.3] - 2025-05-07
11+
12+
- No changes.
13+
1014
## [3.6.2] - 2025-05-05
1115

1216
### Changed
@@ -301,7 +305,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
301305

302306
- Initial release
303307

304-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...HEAD
308+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...HEAD
309+
[3.6.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...v3.6.3
305310
[3.6.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2
306311
[3.6.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.0...v3.6.1
307312
[3.6.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...v3.6.0

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.6.2"
5+
version = "3.6.3"
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: 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.6.3] - 2025-05-07
11+
12+
- No changes.
13+
1014
## [3.6.2] - 2025-05-05
1115

1216
### Changed
@@ -300,7 +304,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
300304

301305
- Initial release
302306

303-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...HEAD
307+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...HEAD
308+
[3.6.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...v3.6.3
304309
[3.6.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2
305310
[3.6.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.0...v3.6.1
306311
[3.6.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...v3.6.0

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.6.2"
5+
version = "3.6.3"
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."

buildpacks/nodejs-pnpm-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.6.3] - 2025-05-07
11+
12+
- No changes.
13+
1014
## [3.6.2] - 2025-05-05
1115

1216
### Changed
@@ -258,7 +262,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
258262

259263
- Initial release
260264

261-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...HEAD
265+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...HEAD
266+
[3.6.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...v3.6.3
262267
[3.6.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2
263268
[3.6.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.0...v3.6.1
264269
[3.6.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...v3.6.0

buildpacks/nodejs-pnpm-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-pnpm-engine"
5-
version = "3.6.2"
5+
version = "3.6.3"
66
name = "Heroku Node.js pnpm Engine"
77
homepage = "https://github.com/heroku/buildpacks-nodejs"
88
description = "Heroku's Node.js pnpm Engine buildpack. A component of the 'heroku/nodejs' buildpack."

buildpacks/nodejs-pnpm-install/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.6.3] - 2025-05-07
11+
12+
- No changes.
13+
1014
## [3.6.2] - 2025-05-05
1115

1216
### Changed
@@ -347,7 +351,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
347351

348352
- Initial release ([#488](https://github.com/heroku/buildpacks-nodejs/pull/488))
349353

350-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...HEAD
354+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...HEAD
355+
[3.6.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...v3.6.3
351356
[3.6.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2
352357
[3.6.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.0...v3.6.1
353358
[3.6.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...v3.6.0

buildpacks/nodejs-pnpm-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-pnpm-install"
5-
version = "3.6.2"
5+
version = "3.6.3"
66
name = "Heroku Node.js pnpm Install"
77
homepage = "https://github.com/heroku/buildpacks-nodejs"
88
description = "Heroku's Node.js pnpm install buildpack. A component of the 'heroku/nodejs' buildpack."

buildpacks/nodejs-yarn/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.6.3] - 2025-05-07
11+
12+
- No changes.
13+
1014
## [3.6.2] - 2025-05-05
1115

1216
### Changed
@@ -468,7 +472,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
468472
### Added
469473
- Changelog entry for first release ([#1](https://github.com/heroku/nodejs-yarn-buildpack/pull/1))
470474

471-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...HEAD
475+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...HEAD
476+
[3.6.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...v3.6.3
472477
[3.6.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2
473478
[3.6.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.0...v3.6.1
474479
[3.6.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...v3.6.0

buildpacks/nodejs-yarn/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-yarn"
5-
version = "3.6.2"
5+
version = "3.6.3"
66
name = "Heroku Node.js Yarn"
77
homepage = "https://github.com/heroku/buildpacks-nodejs"
88
description = "Heroku's Node.js Yarn buildpack. A component of the 'heroku/nodejs' buildpack."

buildpacks/npm/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.6.3] - 2025-05-07
11+
12+
- No changes.
13+
1014
## [3.6.2] - 2025-05-05
1115

1216
- No changes.
@@ -413,7 +417,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
413417
### Fixed
414418
- Fix broken builds when a `package-lock.json` is missing ([#9](https://github.com/heroku/nodejs-npm-buildpack/pull/9))
415419

416-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...HEAD
420+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...HEAD
421+
[3.6.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...v3.6.3
417422
[3.6.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2
418423
[3.6.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.0...v3.6.1
419424
[3.6.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...v3.6.0

buildpacks/npm/buildpack.toml

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

33
[buildpack]
44
id = "heroku/nodejs-npm"
5-
version = "3.6.2"
5+
version = "3.6.3"
66
name = "Heroku Node.js npm (DEPRECATED)"
77
homepage = "https://github.com/heroku/buildpacks-nodejs"
88
description = "[DEPRECATED] Heroku's Node.js npm buildpack. Replaced by the 'heroku/nodejs-npm-engine' and 'heroku/nodejs-npm-install' buildpacks."

meta-buildpacks/nodejs-function/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [3.6.3] - 2025-05-07
11+
12+
### Changed
13+
14+
- Updated `heroku/nodejs-engine` to `3.6.3`.
15+
- Updated `heroku/nodejs-function-invoker` to `3.6.3`.
16+
- Updated `heroku/nodejs-npm` to `3.6.3`.
17+
1018
## [3.6.2] - 2025-05-05
1119

1220
### Changed
@@ -833,7 +841,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
833841
### Changed
834842
* Switch from the Riff based invoker buildpacks to `heroku/nodejs-function` ([#48](https://github.com/heroku/buildpacks-node/pull/48))
835843

836-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...HEAD
844+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...HEAD
845+
[3.6.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...v3.6.3
837846
[3.6.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2
838847
[3.6.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.0...v3.6.1
839848
[3.6.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...v3.6.0

meta-buildpacks/nodejs-function/buildpack.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api = "0.10"
22

33
[buildpack]
44
id = "heroku/nodejs-function"
5-
version = "3.6.2"
5+
version = "3.6.3"
66
name = "Salesforce Node.js Function"
77
homepage = "https://github.com/heroku/buildpacks-nodejs"
88
description = "Salesforce's buildpack for Node.js Functions."
@@ -14,15 +14,15 @@ type = "MIT"
1414

1515
[[order.group]]
1616
id = "heroku/nodejs-engine"
17-
version = "3.6.2"
17+
version = "3.6.3"
1818

1919
[[order.group]]
2020
id = "heroku/nodejs-npm"
21-
version = "3.6.2"
21+
version = "3.6.3"
2222

2323
[[order.group]]
2424
id = "heroku/nodejs-function-invoker"
25-
version = "3.6.2"
25+
version = "3.6.3"
2626

2727
[metadata.release]
2828
image = { repository = "docker.io/heroku/buildpack-nodejs-function" }

meta-buildpacks/nodejs/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [3.6.3] - 2025-05-07
11+
12+
### Changed
13+
14+
- Updated `heroku/nodejs-corepack` to `3.6.3`.
15+
- Updated `heroku/nodejs-engine` to `3.6.3`.
16+
- Updated `heroku/nodejs-npm-engine` to `3.6.3`.
17+
- Updated `heroku/nodejs-npm-install` to `3.6.3`.
18+
- Updated `heroku/nodejs-pnpm-engine` to `3.6.3`.
19+
- Updated `heroku/nodejs-pnpm-install` to `3.6.3`.
20+
- Updated `heroku/nodejs-yarn` to `3.6.3`.
21+
1022
## [3.6.2] - 2025-05-05
1123

1224
### Changed
@@ -1077,7 +1089,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10771089
### Changed
10781090
* Package meta buildpack with latest releases of buildpacks while testing against unreleased.
10791091

1080-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...HEAD
1092+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...HEAD
1093+
[3.6.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...v3.6.3
10811094
[3.6.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2
10821095
[3.6.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.0...v3.6.1
10831096
[3.6.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...v3.6.0

0 commit comments

Comments
 (0)