Skip to content

Commit e6fa0d6

Browse files
Prepare release v3.4.7 (#1017)
## heroku/nodejs ### Changed - Updated `heroku/nodejs-corepack` to `3.4.7`. - Updated `heroku/nodejs-engine` to `3.4.7`. - Updated `heroku/nodejs-npm-engine` to `3.4.7`. - Updated `heroku/nodejs-npm-install` to `3.4.7`. - Updated `heroku/nodejs-pnpm-engine` to `3.4.7`. - Updated `heroku/nodejs-pnpm-install` to `3.4.7`. - Updated `heroku/nodejs-yarn` to `3.4.7`. ## heroku/nodejs-corepack - No changes. ## heroku/nodejs-engine - No changes. ## heroku/nodejs-function ### Changed - Updated `heroku/nodejs-engine` to `3.4.7`. - Updated `heroku/nodejs-function-invoker` to `3.4.7`. - Updated `heroku/nodejs-npm` to `3.4.7`. ## heroku/nodejs-function-invoker - No changes. ## heroku/nodejs-npm - No changes. ## heroku/nodejs-npm-engine - Added npm version 11.1.0. ## 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 53b0f6d commit e6fa0d6

File tree

22 files changed

+105
-39
lines changed

22 files changed

+105
-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.7] - 2025-02-12
11+
12+
- No changes.
13+
1014
## [3.4.6] - 2025-02-11
1115

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

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

289-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...HEAD
293+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...HEAD
294+
[3.4.7]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...v3.4.7
290295
[3.4.6]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.5...v3.4.6
291296
[3.4.5]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.4...v3.4.5
292297
[3.4.4]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.3...v3.4.4

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.6"
5+
version = "3.4.7"
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

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

1216
### Added
@@ -764,7 +768,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
764768
- Parse engines and add them to nodejs.toml ([#25](https://github.com/heroku/nodejs-engine-buildpack/pull/25))
765769
- Add shellcheck to test suite ([#24](https://github.com/heroku/nodejs-engine-buildpack/pull/24))
766770

767-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...HEAD
771+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...HEAD
772+
[3.4.7]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...v3.4.7
768773
[3.4.6]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.5...v3.4.6
769774
[3.4.5]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.4...v3.4.5
770775
[3.4.4]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.3...v3.4.4

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.6"
5+
version = "3.4.7"
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.7] - 2025-02-12
11+
12+
- No changes.
13+
1014
## [3.4.6] - 2025-02-11
1115

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

415-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...HEAD
419+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...HEAD
420+
[3.4.7]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...v3.4.7
416421
[3.4.6]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.5...v3.4.6
417422
[3.4.5]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.4...v3.4.5
418423
[3.4.4]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.3...v3.4.4

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.6"
5+
version = "3.4.7"
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.4.7] - 2025-02-12
11+
1012
- Added npm version 11.1.0.
13+
1114
## [3.4.6] - 2025-02-11
1215

1316
- No changes.
@@ -245,7 +248,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
245248

246249
- Initial release
247250

248-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...HEAD
251+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...HEAD
252+
[3.4.7]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...v3.4.7
249253
[3.4.6]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.5...v3.4.6
250254
[3.4.5]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.4...v3.4.5
251255
[3.4.4]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.3...v3.4.4

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.6"
5+
version = "3.4.7"
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.7] - 2025-02-12
11+
12+
- No changes.
13+
1014
## [3.4.6] - 2025-02-11
1115

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

245249
- Initial release
246250

247-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...HEAD
251+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...HEAD
252+
[3.4.7]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...v3.4.7
248253
[3.4.6]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.5...v3.4.6
249254
[3.4.5]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.4...v3.4.5
250255
[3.4.4]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.3...v3.4.4

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.6"
5+
version = "3.4.7"
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.7] - 2025-02-12
11+
12+
- No changes.
13+
1014
## [3.4.6] - 2025-02-11
1115

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

203207
- Initial release
204208

205-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...HEAD
209+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...HEAD
210+
[3.4.7]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...v3.4.7
206211
[3.4.6]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.5...v3.4.6
207212
[3.4.5]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.4...v3.4.5
208213
[3.4.4]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.3...v3.4.4

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.6"
5+
version = "3.4.7"
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.7] - 2025-02-12
11+
12+
- No changes.
13+
1014
## [3.4.6] - 2025-02-11
1115

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

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

294-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...HEAD
298+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...HEAD
299+
[3.4.7]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...v3.4.7
295300
[3.4.6]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.5...v3.4.6
296301
[3.4.5]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.4...v3.4.5
297302
[3.4.4]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.3...v3.4.4

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.6"
5+
version = "3.4.7"
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.7] - 2025-02-12
11+
12+
- No changes.
13+
1014
## [3.4.6] - 2025-02-11
1115

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

404-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...HEAD
408+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...HEAD
409+
[3.4.7]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...v3.4.7
405410
[3.4.6]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.5...v3.4.6
406411
[3.4.5]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.4...v3.4.5
407412
[3.4.4]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.3...v3.4.4

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.6"
5+
version = "3.4.7"
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.7] - 2025-02-12
11+
12+
- No changes.
13+
1014
## [3.4.6] - 2025-02-11
1115

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

366-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...HEAD
370+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...HEAD
371+
[3.4.7]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...v3.4.7
367372
[3.4.6]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.5...v3.4.6
368373
[3.4.5]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.4...v3.4.5
369374
[3.4.4]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.3...v3.4.4

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

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

740-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...HEAD
748+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...HEAD
749+
[3.4.7]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...v3.4.7
741750
[3.4.6]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.5...v3.4.6
742751
[3.4.5]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.4...v3.4.5
743752
[3.4.4]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.3...v3.4.4

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

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

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

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

936-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...HEAD
948+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...HEAD
949+
[3.4.7]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...v3.4.7
937950
[3.4.6]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.5...v3.4.6
938951
[3.4.5]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.4...v3.4.5
939952
[3.4.4]: https://github.com/heroku/buildpacks-nodejs/compare/v3.4.3...v3.4.4

0 commit comments

Comments
 (0)