Skip to content

Commit a65a1d7

Browse files
Prepare release v3.5.2 (#1061)
## heroku/nodejs ### Changed - Updated `heroku/nodejs-corepack` to `3.5.2`. - Updated `heroku/nodejs-engine` to `3.5.2`. - Updated `heroku/nodejs-npm-engine` to `3.5.2`. - Updated `heroku/nodejs-npm-install` to `3.5.2`. - Updated `heroku/nodejs-pnpm-engine` to `3.5.2`. - Updated `heroku/nodejs-pnpm-install` to `3.5.2`. - Updated `heroku/nodejs-yarn` to `3.5.2`. ## heroku/nodejs-corepack - No changes. ## heroku/nodejs-engine ### Added - 18.20.8 (linux-amd64, linux-arm64) ## heroku/nodejs-function ### Changed - Updated `heroku/nodejs-engine` to `3.5.2`. - Updated `heroku/nodejs-function-invoker` to `3.5.2`. - Updated `heroku/nodejs-npm` to `3.5.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>
1 parent 2543f25 commit a65a1d7

File tree

22 files changed

+104
-39
lines changed

22 files changed

+104
-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.2] - 2025-03-28
11+
12+
- No changes.
13+
1014
## [3.5.1] - 2025-03-14
1115

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

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

319-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...HEAD
323+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...HEAD
324+
[3.5.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...v3.5.2
320325
[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

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.1"
5+
version = "3.5.2"
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.2] - 2025-03-28
11+
1012
### Added
1113

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

810-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...HEAD
812+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...HEAD
813+
[3.5.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...v3.5.2
811814
[3.5.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
812815
[3.5.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...v3.5.0
813816
[3.4.11]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...v3.4.11

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.1"
5+
version = "3.5.2"
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.2] - 2025-03-28
11+
12+
- No changes.
13+
1014
## [3.5.1] - 2025-03-14
1115

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

445-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...HEAD
449+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...HEAD
450+
[3.5.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...v3.5.2
446451
[3.5.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
447452
[3.5.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...v3.5.0
448453
[3.4.11]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...v3.4.11

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

+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.2] - 2025-03-28
11+
12+
- No changes.
13+
1014
## [3.5.1] - 2025-03-14
1115

1216
- Added npm version 11.2.0.
@@ -274,7 +278,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
274278

275279
- Initial release
276280

277-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...HEAD
281+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...HEAD
282+
[3.5.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...v3.5.2
278283
[3.5.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
279284
[3.5.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...v3.5.0
280285
[3.4.11]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...v3.4.11

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.1"
5+
version = "3.5.2"
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.2] - 2025-03-28
11+
12+
- No changes.
13+
1014
## [3.5.1] - 2025-03-14
1115

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

275279
- Initial release
276280

277-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...HEAD
281+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...HEAD
282+
[3.5.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...v3.5.2
278283
[3.5.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
279284
[3.5.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...v3.5.0
280285
[3.4.11]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...v3.4.11

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.1"
5+
version = "3.5.2"
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.2] - 2025-03-28
11+
12+
- No changes.
13+
1014
## [3.5.1] - 2025-03-14
1115

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

233237
- Initial release
234238

235-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...HEAD
239+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...HEAD
240+
[3.5.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...v3.5.2
236241
[3.5.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
237242
[3.5.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...v3.5.0
238243
[3.4.11]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...v3.4.11

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.1"
5+
version = "3.5.2"
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.2] - 2025-03-28
11+
12+
- No changes.
13+
1014
## [3.5.1] - 2025-03-14
1115

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

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

324-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...HEAD
328+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...HEAD
329+
[3.5.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...v3.5.2
325330
[3.5.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
326331
[3.5.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...v3.5.0
327332
[3.4.11]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...v3.4.11

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

+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.2] - 2025-03-28
11+
12+
- No changes.
13+
1014
## [3.5.1] - 2025-03-14
1115

1216
- Added Yarn version 4.7.0.
@@ -431,7 +435,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
431435
### Added
432436
- Changelog entry for first release ([#1](https://github.com/heroku/nodejs-yarn-buildpack/pull/1))
433437

434-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...HEAD
438+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...HEAD
439+
[3.5.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...v3.5.2
435440
[3.5.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
436441
[3.5.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...v3.5.0
437442
[3.4.11]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...v3.4.11

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.1"
5+
version = "3.5.2"
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.2] - 2025-03-28
11+
12+
- No changes.
13+
1014
## [3.5.1] - 2025-03-14
1115

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

396-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...HEAD
400+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...HEAD
401+
[3.5.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...v3.5.2
397402
[3.5.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
398403
[3.5.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...v3.5.0
399404
[3.4.11]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...v3.4.11

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.1"
5+
version = "3.5.2"
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.2] - 2025-03-28
11+
12+
### Changed
13+
14+
- Updated `heroku/nodejs-engine` to `3.5.2`.
15+
- Updated `heroku/nodejs-function-invoker` to `3.5.2`.
16+
- Updated `heroku/nodejs-npm` to `3.5.2`.
17+
1018
## [3.5.1] - 2025-03-14
1119

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

796-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...HEAD
804+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...HEAD
805+
[3.5.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...v3.5.2
797806
[3.5.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
798807
[3.5.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...v3.5.0
799808
[3.4.11]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...v3.4.11

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.1"
5+
version = "3.5.2"
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.1"
17+
version = "3.5.2"
1818

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

2323
[[order.group]]
2424
id = "heroku/nodejs-function-invoker"
25-
version = "3.5.1"
25+
version = "3.5.2"
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.2] - 2025-03-28
11+
12+
### Changed
13+
14+
- Updated `heroku/nodejs-corepack` to `3.5.2`.
15+
- Updated `heroku/nodejs-engine` to `3.5.2`.
16+
- Updated `heroku/nodejs-npm-engine` to `3.5.2`.
17+
- Updated `heroku/nodejs-npm-install` to `3.5.2`.
18+
- Updated `heroku/nodejs-pnpm-engine` to `3.5.2`.
19+
- Updated `heroku/nodejs-pnpm-install` to `3.5.2`.
20+
- Updated `heroku/nodejs-yarn` to `3.5.2`.
21+
1022
## [3.5.1] - 2025-03-14
1123

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

1020-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...HEAD
1032+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...HEAD
1033+
[3.5.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...v3.5.2
10211034
[3.5.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
10221035
[3.5.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...v3.5.0
10231036
[3.4.11]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...v3.4.11

0 commit comments

Comments
 (0)