Skip to content

Commit 79c88fa

Browse files
Prepare release v3.4.11 (#1038)
## heroku/nodejs ### Changed - Updated `heroku/nodejs-corepack` to `3.4.11`. - Updated `heroku/nodejs-engine` to `3.4.11`. - Updated `heroku/nodejs-npm-engine` to `3.4.11`. - Updated `heroku/nodejs-npm-install` to `3.4.11`. - Updated `heroku/nodejs-pnpm-engine` to `3.4.11`. - Updated `heroku/nodejs-pnpm-install` to `3.4.11`. - Updated `heroku/nodejs-yarn` to `3.4.11`. ## heroku/nodejs-corepack - No changes. ## heroku/nodejs-engine ### Added - 23.9.0 (linux-amd64, linux-arm64) ## heroku/nodejs-function ### Changed - Updated `heroku/nodejs-engine` to `3.4.11`. - Updated `heroku/nodejs-function-invoker` to `3.4.11`. - Updated `heroku/nodejs-npm` to `3.4.11`. ## 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 35f0710 commit 79c88fa

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.4.11] - 2025-02-27
11+
12+
- No changes.
13+
1014
## [3.4.10] - 2025-02-25
1115

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

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

305-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...HEAD
309+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...HEAD
310+
[3.4.11]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...v3.4.11
306311
[3.4.10]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...v3.4.10
307312
[3.4.9]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.8...v3.4.9
308313
[3.4.8]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...v3.4.8

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.4.10"
5+
version = "3.4.11"
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.4.11] - 2025-02-27
11+
1012
### Added
1113

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

791-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...HEAD
793+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...HEAD
794+
[3.4.11]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...v3.4.11
792795
[3.4.10]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...v3.4.10
793796
[3.4.9]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.8...v3.4.9
794797
[3.4.8]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...v3.4.8

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.4.10"
5+
version = "3.4.11"
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.4.11] - 2025-02-27
11+
12+
- No changes.
13+
1014
## [3.4.10] - 2025-02-25
1115

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

431-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...HEAD
435+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...HEAD
436+
[3.4.11]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...v3.4.11
432437
[3.4.10]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...v3.4.10
433438
[3.4.9]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.8...v3.4.9
434439
[3.4.8]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...v3.4.8

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.4.10"
5+
version = "3.4.11"
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.4.11] - 2025-02-27
11+
12+
- No changes.
13+
1014
## [3.4.10] - 2025-02-25
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 release
262266

263-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...HEAD
267+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...HEAD
268+
[3.4.11]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...v3.4.11
264269
[3.4.10]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...v3.4.10
265270
[3.4.9]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.8...v3.4.9
266271
[3.4.8]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...v3.4.8

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.4.10"
5+
version = "3.4.11"
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.4.11] - 2025-02-27
11+
12+
- No changes.
13+
1014
## [3.4.10] - 2025-02-25
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 release
262266

263-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...HEAD
267+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...HEAD
268+
[3.4.11]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...v3.4.11
264269
[3.4.10]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...v3.4.10
265270
[3.4.9]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.8...v3.4.9
266271
[3.4.8]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...v3.4.8

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.4.10"
5+
version = "3.4.11"
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.4.11] - 2025-02-27
11+
12+
- No changes.
13+
1014
## [3.4.10] - 2025-02-25
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 release
220224

221-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...HEAD
225+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...HEAD
226+
[3.4.11]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...v3.4.11
222227
[3.4.10]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...v3.4.10
223228
[3.4.9]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.8...v3.4.9
224229
[3.4.8]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...v3.4.8

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.4.10"
5+
version = "3.4.11"
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.4.11] - 2025-02-27
11+
12+
- No changes.
13+
1014
## [3.4.10] - 2025-02-25
1115

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

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

310-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...HEAD
314+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...HEAD
315+
[3.4.11]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...v3.4.11
311316
[3.4.10]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...v3.4.10
312317
[3.4.9]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.8...v3.4.9
313318
[3.4.8]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...v3.4.8

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.4.10"
5+
version = "3.4.11"
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.4.11] - 2025-02-27
11+
12+
- No changes.
13+
1014
## [3.4.10] - 2025-02-25
1115

1216
- No changes.
@@ -417,7 +421,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
417421
### Added
418422
- Changelog entry for first release ([#1](https://github.com/heroku/nodejs-yarn-buildpack/pull/1))
419423

420-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...HEAD
424+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...HEAD
425+
[3.4.11]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...v3.4.11
421426
[3.4.10]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...v3.4.10
422427
[3.4.9]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.8...v3.4.9
423428
[3.4.8]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...v3.4.8

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.4.10"
5+
version = "3.4.11"
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.4.11] - 2025-02-27
11+
12+
- No changes.
13+
1014
## [3.4.10] - 2025-02-25
1115

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

382-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...HEAD
386+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...HEAD
387+
[3.4.11]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...v3.4.11
383388
[3.4.10]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...v3.4.10
384389
[3.4.9]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.8...v3.4.9
385390
[3.4.8]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...v3.4.8

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.4.10"
5+
version = "3.4.11"
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.4.11] - 2025-02-27
11+
12+
### Changed
13+
14+
- Updated `heroku/nodejs-engine` to `3.4.11`.
15+
- Updated `heroku/nodejs-function-invoker` to `3.4.11`.
16+
- Updated `heroku/nodejs-npm` to `3.4.11`.
17+
1018
## [3.4.10] - 2025-02-25
1119

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

772-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...HEAD
780+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...HEAD
781+
[3.4.11]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...v3.4.11
773782
[3.4.10]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...v3.4.10
774783
[3.4.9]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.8...v3.4.9
775784
[3.4.8]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...v3.4.8

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.4.10"
5+
version = "3.4.11"
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.10"
17+
version = "3.4.11"
1818

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

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

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

984-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...HEAD
996+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...HEAD
997+
[3.4.11]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...v3.4.11
985998
[3.4.10]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...v3.4.10
986999
[3.4.9]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.8...v3.4.9
9871000
[3.4.8]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...v3.4.8

0 commit comments

Comments
 (0)