Skip to content

Commit 7216e35

Browse files
Prepare release v3.4.1 (#994)
## heroku/nodejs ### Changed - Updated `heroku/nodejs-corepack` to `3.4.1`. - Updated `heroku/nodejs-engine` to `3.4.1`. - Updated `heroku/nodejs-npm-engine` to `3.4.1`. - Updated `heroku/nodejs-npm-install` to `3.4.1`. - Updated `heroku/nodejs-pnpm-engine` to `3.4.1`. - Updated `heroku/nodejs-pnpm-install` to `3.4.1`. - Updated `heroku/nodejs-yarn` to `3.4.1`. ## heroku/nodejs-corepack - No changes. ## heroku/nodejs-engine ### Added - 23.5.0 (linux-amd64, linux-arm64) ## heroku/nodejs-function ### Changed - Updated `heroku/nodejs-engine` to `3.4.1`. - Updated `heroku/nodejs-function-invoker` to `3.4.1`. - Updated `heroku/nodejs-npm` to `3.4.1`. ## heroku/nodejs-function-invoker - No changes. ## heroku/nodejs-npm - No changes. ## heroku/nodejs-npm-engine ### Changed - Added npm version 11.0.0. - Replaced `commons` output module with `bullet_stream`. ([#993](#993)) ## heroku/nodejs-npm-install ### Changed - Replaced `commons` output module with `bullet_stream` ([#993](#993)) ## heroku/nodejs-pnpm-engine ### Changed - Replaced `commons` output module with `bullet_stream` ([#993](#993)) ## heroku/nodejs-pnpm-install - No changes. ## heroku/nodejs-yarn - Added Yarn version 4.6.0. Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent c8571b8 commit 7216e35

File tree

22 files changed

+98
-40
lines changed

22 files changed

+98
-40
lines changed

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.4.1] - 2025-01-07
11+
12+
- No changes.
13+
1014
## [3.4.0] - 2024-12-13
1115

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

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

263-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.0...HEAD
267+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.1...HEAD
268+
[3.4.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.0...v3.4.1
264269
[3.4.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.5...v3.4.0
265270
[3.3.5]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.4...v3.3.5
266271
[3.3.4]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...v3.3.4

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.4.0"
5+
version = "3.4.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."

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.4.1] - 2025-01-07
11+
1012
### Added
1113

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

734-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.0...HEAD
736+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.1...HEAD
737+
[3.4.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.0...v3.4.1
735738
[3.4.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.5...v3.4.0
736739
[3.3.5]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.4...v3.3.5
737740
[3.3.4]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...v3.3.4

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.4.0"
5+
version = "3.4.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."

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.4.1] - 2025-01-07
11+
12+
- No changes.
13+
1014
## [3.4.0] - 2024-12-13
1115

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

391-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.0...HEAD
395+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.1...HEAD
396+
[3.4.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.0...v3.4.1
392397
[3.4.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.5...v3.4.0
393398
[3.3.5]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.4...v3.3.5
394399
[3.3.4]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...v3.3.4

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.4.0"
5+
version = "3.4.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."

buildpacks/nodejs-npm-engine/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [3.4.1] - 2025-01-07
11+
1012
### Changed
1113

1214
- Added npm version 11.0.0.
1315
- Replaced `commons` output module with `bullet_stream`. ([#993](https://github.com/heroku/buildpacks-nodejs/pull/993))
14-
16+
1517
## [3.4.0] - 2024-12-13
1618

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

223225
- Initial release
224226

225-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.0...HEAD
227+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.1...HEAD
228+
[3.4.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.0...v3.4.1
226229
[3.4.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.5...v3.4.0
227230
[3.3.5]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.4...v3.3.5
228231
[3.3.4]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...v3.3.4

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.4.0"
5+
version = "3.4.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."

buildpacks/nodejs-npm-install/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.4.1] - 2025-01-07
11+
1012
### Changed
1113

1214
- Replaced `commons` output module with `bullet_stream` ([#993](https://github.com/heroku/buildpacks-nodejs/pull/993))
@@ -219,7 +221,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
219221

220222
- Initial release
221223

222-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.0...HEAD
224+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.1...HEAD
225+
[3.4.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.0...v3.4.1
223226
[3.4.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.5...v3.4.0
224227
[3.3.5]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.4...v3.3.5
225228
[3.3.4]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...v3.3.4

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.4.0"
5+
version = "3.4.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."

buildpacks/nodejs-pnpm-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.4.1] - 2025-01-07
11+
1012
### Changed
1113

1214
- Replaced `commons` output module with `bullet_stream` ([#993](https://github.com/heroku/buildpacks-nodejs/pull/993))
@@ -180,7 +182,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
180182

181183
- Initial release
182184

183-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.0...HEAD
185+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.1...HEAD
186+
[3.4.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.0...v3.4.1
184187
[3.4.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.5...v3.4.0
185188
[3.3.5]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.4...v3.3.5
186189
[3.3.4]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...v3.3.4

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.4.0"
5+
version = "3.4.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."

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.4.1] - 2025-01-07
11+
12+
- No changes.
13+
1014
## [3.4.0] - 2024-12-13
1115

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

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

270-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.0...HEAD
274+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.1...HEAD
275+
[3.4.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.0...v3.4.1
271276
[3.4.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.5...v3.4.0
272277
[3.3.5]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.4...v3.3.5
273278
[3.3.4]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...v3.3.4

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.4.0"
5+
version = "3.4.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."

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.4.1] - 2025-01-07
11+
1012
- Added Yarn version 4.6.0.
13+
1114
## [3.4.0] - 2024-12-13
1215

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

381-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.0...HEAD
384+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.1...HEAD
385+
[3.4.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.0...v3.4.1
382386
[3.4.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.5...v3.4.0
383387
[3.3.5]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.4...v3.3.5
384388
[3.3.4]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...v3.3.4

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.4.0"
5+
version = "3.4.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."

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.4.1] - 2025-01-07
11+
12+
- No changes.
13+
1014
## [3.4.0] - 2024-12-13
1115

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

342-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.0...HEAD
346+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.1...HEAD
347+
[3.4.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.0...v3.4.1
343348
[3.4.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.5...v3.4.0
344349
[3.3.5]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.4...v3.3.5
345350
[3.3.4]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...v3.3.4

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.4.0"
5+
version = "3.4.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."

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.4.1] - 2025-01-07
11+
12+
### Changed
13+
14+
- Updated `heroku/nodejs-engine` to `3.4.1`.
15+
- Updated `heroku/nodejs-function-invoker` to `3.4.1`.
16+
- Updated `heroku/nodejs-npm` to `3.4.1`.
17+
1018
## [3.4.0] - 2024-12-13
1119

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

692-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.0...HEAD
700+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.1...HEAD
701+
[3.4.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.0...v3.4.1
693702
[3.4.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.5...v3.4.0
694703
[3.3.5]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.4...v3.3.5
695704
[3.3.4]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...v3.3.4

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.4.0"
5+
version = "3.4.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.4.0"
17+
version = "3.4.1"
1818

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

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

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

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.4.1] - 2025-01-07
11+
12+
### Changed
13+
14+
- Updated `heroku/nodejs-corepack` to `3.4.1`.
15+
- Updated `heroku/nodejs-engine` to `3.4.1`.
16+
- Updated `heroku/nodejs-npm-engine` to `3.4.1`.
17+
- Updated `heroku/nodejs-npm-install` to `3.4.1`.
18+
- Updated `heroku/nodejs-pnpm-engine` to `3.4.1`.
19+
- Updated `heroku/nodejs-pnpm-install` to `3.4.1`.
20+
- Updated `heroku/nodejs-yarn` to `3.4.1`.
21+
1022
## [3.4.0] - 2024-12-13
1123

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

864-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.0...HEAD
876+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.1...HEAD
877+
[3.4.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.0...v3.4.1
865878
[3.4.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.5...v3.4.0
866879
[3.3.5]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.4...v3.3.5
867880
[3.3.4]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...v3.3.4

0 commit comments

Comments
 (0)