Skip to content

Commit bf8bbca

Browse files
Prepare release v3.5.1 (#1055)
## heroku/nodejs ### Changed - Updated `heroku/nodejs-corepack` to `3.5.1`. - Updated `heroku/nodejs-engine` to `3.5.1`. - Updated `heroku/nodejs-npm-engine` to `3.5.1`. - Updated `heroku/nodejs-npm-install` to `3.5.1`. - Updated `heroku/nodejs-pnpm-engine` to `3.5.1`. - Updated `heroku/nodejs-pnpm-install` to `3.5.1`. - Updated `heroku/nodejs-yarn` to `3.5.1`. ## heroku/nodejs-corepack - No changes. ## heroku/nodejs-engine ### Added - 23.10.0 (linux-amd64, linux-arm64) - 20.19.0 (linux-amd64, linux-arm64) ## heroku/nodejs-function ### Changed - Updated `heroku/nodejs-engine` to `3.5.1`. - Updated `heroku/nodejs-function-invoker` to `3.5.1`. - Updated `heroku/nodejs-npm` to `3.5.1`. ## heroku/nodejs-function-invoker - No changes. ## heroku/nodejs-npm - No changes. ## heroku/nodejs-npm-engine - Added npm version 11.2.0. ## 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.7.0. Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 5c8a442 commit bf8bbca

File tree

22 files changed

+102
-39
lines changed

22 files changed

+102
-39
lines changed

Diff for: buildpacks/nodejs-corepack/CHANGELOG.md

+6-1
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.5.1] - 2025-03-14
11+
12+
- No changes.
13+
1014
## [3.5.0] - 2025-02-28
1115

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

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

315-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...HEAD
319+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...HEAD
320+
[3.5.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
316321
[3.5.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...v3.5.0
317322
[3.4.11]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...v3.4.11
318323
[3.4.10]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...v3.4.10

Diff for: buildpacks/nodejs-corepack/buildpack.toml

+1-1
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.5.0"
5+
version = "3.5.1"
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."

Diff for: buildpacks/nodejs-engine/CHANGELOG.md

+4-1
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.5.1] - 2025-03-14
11+
1012
### Added
1113

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

804-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...HEAD
806+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...HEAD
807+
[3.5.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
805808
[3.5.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...v3.5.0
806809
[3.4.11]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...v3.4.11
807810
[3.4.10]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...v3.4.10

Diff for: buildpacks/nodejs-engine/buildpack.toml

+1-1
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.5.0"
5+
version = "3.5.1"
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."

Diff for: buildpacks/nodejs-function-invoker/CHANGELOG.md

+6-1
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.5.1] - 2025-03-14
11+
12+
- No changes.
13+
1014
## [3.5.0] - 2025-02-28
1115

1216
### Changed
@@ -438,7 +442,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
438442
### Added
439443
- Initial implementation ([#47](https://github.com/heroku/buildpacks-node/pull/47))
440444

441-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...HEAD
445+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...HEAD
446+
[3.5.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
442447
[3.5.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...v3.5.0
443448
[3.4.11]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...v3.4.11
444449
[3.4.10]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...v3.4.10

Diff for: buildpacks/nodejs-function-invoker/buildpack.toml

+1-1
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.5.0"
5+
version = "3.5.1"
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."

Diff for: buildpacks/nodejs-npm-engine/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [3.5.1] - 2025-03-14
11+
1012
- Added npm version 11.2.0.
13+
1114
## [3.5.0] - 2025-02-28
1215

1316
### Changed
@@ -271,7 +274,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
271274

272275
- Initial release
273276

274-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...HEAD
277+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...HEAD
278+
[3.5.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
275279
[3.5.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...v3.5.0
276280
[3.4.11]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...v3.4.11
277281
[3.4.10]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...v3.4.10

Diff for: buildpacks/nodejs-npm-engine/buildpack.toml

+1-1
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.5.0"
5+
version = "3.5.1"
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."

Diff for: buildpacks/nodejs-npm-install/CHANGELOG.md

+6-1
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.5.1] - 2025-03-14
11+
12+
- No changes.
13+
1014
## [3.5.0] - 2025-02-28
1115

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

271275
- Initial release
272276

273-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...HEAD
277+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...HEAD
278+
[3.5.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
274279
[3.5.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...v3.5.0
275280
[3.4.11]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...v3.4.11
276281
[3.4.10]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...v3.4.10

Diff for: buildpacks/nodejs-npm-install/buildpack.toml

+1-1
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.5.0"
5+
version = "3.5.1"
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."

Diff for: buildpacks/nodejs-pnpm-engine/CHANGELOG.md

+6-1
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.5.1] - 2025-03-14
11+
12+
- No changes.
13+
1014
## [3.5.0] - 2025-02-28
1115

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

229233
- Initial release
230234

231-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...HEAD
235+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...HEAD
236+
[3.5.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
232237
[3.5.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...v3.5.0
233238
[3.4.11]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...v3.4.11
234239
[3.4.10]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...v3.4.10

Diff for: buildpacks/nodejs-pnpm-engine/buildpack.toml

+1-1
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.5.0"
5+
version = "3.5.1"
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."

Diff for: buildpacks/nodejs-pnpm-install/CHANGELOG.md

+6-1
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.5.1] - 2025-03-14
11+
12+
- No changes.
13+
1014
## [3.5.0] - 2025-02-28
1115

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

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

320-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...HEAD
324+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...HEAD
325+
[3.5.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
321326
[3.5.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...v3.5.0
322327
[3.4.11]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...v3.4.11
323328
[3.4.10]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...v3.4.10

Diff for: buildpacks/nodejs-pnpm-install/buildpack.toml

+1-1
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.5.0"
5+
version = "3.5.1"
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."

Diff for: buildpacks/nodejs-yarn/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [3.5.1] - 2025-03-14
11+
1012
- Added Yarn version 4.7.0.
13+
1114
## [3.5.0] - 2025-02-28
1215

1316
### Changed
@@ -428,7 +431,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
428431
### Added
429432
- Changelog entry for first release ([#1](https://github.com/heroku/nodejs-yarn-buildpack/pull/1))
430433

431-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...HEAD
434+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...HEAD
435+
[3.5.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
432436
[3.5.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...v3.5.0
433437
[3.4.11]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...v3.4.11
434438
[3.4.10]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...v3.4.10

Diff for: buildpacks/nodejs-yarn/buildpack.toml

+1-1
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.5.0"
5+
version = "3.5.1"
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."

Diff for: buildpacks/npm/CHANGELOG.md

+6-1
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.5.1] - 2025-03-14
11+
12+
- No changes.
13+
1014
## [3.5.0] - 2025-02-28
1115

1216
### Changed
@@ -389,7 +393,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
389393
### Fixed
390394
- Fix broken builds when a `package-lock.json` is missing ([#9](https://github.com/heroku/nodejs-npm-buildpack/pull/9))
391395

392-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...HEAD
396+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...HEAD
397+
[3.5.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
393398
[3.5.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...v3.5.0
394399
[3.4.11]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...v3.4.11
395400
[3.4.10]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...v3.4.10

Diff for: buildpacks/npm/buildpack.toml

+1-1
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.5.0"
5+
version = "3.5.1"
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."

Diff for: meta-buildpacks/nodejs-function/CHANGELOG.md

+10-1
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.5.1] - 2025-03-14
11+
12+
### Changed
13+
14+
- Updated `heroku/nodejs-engine` to `3.5.1`.
15+
- Updated `heroku/nodejs-function-invoker` to `3.5.1`.
16+
- Updated `heroku/nodejs-npm` to `3.5.1`.
17+
1018
## [3.5.0] - 2025-02-28
1119

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

788-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...HEAD
796+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...HEAD
797+
[3.5.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
789798
[3.5.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...v3.5.0
790799
[3.4.11]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...v3.4.11
791800
[3.4.10]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...v3.4.10

Diff for: meta-buildpacks/nodejs-function/buildpack.toml

+4-4
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.5.0"
5+
version = "3.5.1"
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.5.0"
17+
version = "3.5.1"
1818

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

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

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

Diff for: meta-buildpacks/nodejs/CHANGELOG.md

+14-1
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.5.1] - 2025-03-14
11+
12+
### Changed
13+
14+
- Updated `heroku/nodejs-corepack` to `3.5.1`.
15+
- Updated `heroku/nodejs-engine` to `3.5.1`.
16+
- Updated `heroku/nodejs-npm-engine` to `3.5.1`.
17+
- Updated `heroku/nodejs-npm-install` to `3.5.1`.
18+
- Updated `heroku/nodejs-pnpm-engine` to `3.5.1`.
19+
- Updated `heroku/nodejs-pnpm-install` to `3.5.1`.
20+
- Updated `heroku/nodejs-yarn` to `3.5.1`.
21+
1022
## [3.5.0] - 2025-02-28
1123

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

1008-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...HEAD
1020+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...HEAD
1021+
[3.5.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
10091022
[3.5.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...v3.5.0
10101023
[3.4.11]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...v3.4.11
10111024
[3.4.10]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...v3.4.10

0 commit comments

Comments
 (0)