Skip to content

Commit 2641fa6

Browse files
Prepare release v3.0.4 (#812)
## heroku/nodejs ### Changed - Updated `heroku/nodejs-corepack` to `3.0.4`. - Updated `heroku/nodejs-engine` to `3.0.4`. - Updated `heroku/nodejs-npm-engine` to `3.0.4`. - Updated `heroku/nodejs-npm-install` to `3.0.4`. - Updated `heroku/nodejs-pnpm-engine` to `3.0.4`. - Updated `heroku/nodejs-pnpm-install` to `3.0.4`. - Updated `heroku/nodejs-yarn` to `3.0.4`. ## heroku/nodejs-corepack - No changes. ## heroku/nodejs-engine - Added Node.js version 21.7.3. - Added Node.js version 20.12.2. - Added Node.js version 18.20.2. ## heroku/nodejs-function ### Changed - Updated `heroku/nodejs-engine` to `3.0.4`. - Updated `heroku/nodejs-function-invoker` to `3.0.4`. - Updated `heroku/nodejs-npm` to `3.0.4`. ## heroku/nodejs-function-invoker - No changes. ## heroku/nodejs-npm - No changes. ## heroku/nodejs-npm-engine - Added npm version 10.5.2. ## 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 30e2db7 commit 2641fa6

File tree

22 files changed

+104
-39
lines changed

22 files changed

+104
-39
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.0.4] - 2024-04-10
11+
12+
- No changes.
13+
1014
## [3.0.3] - 2024-04-04
1115

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

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

139-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.3...HEAD
143+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.4...HEAD
144+
[3.0.4]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.3...v3.0.4
140145
[3.0.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.2...v3.0.3
141146
[3.0.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...v3.0.2
142147
[3.0.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.1

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.0.3"
5+
version = "3.0.4"
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

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

88
## [Unreleased]
99

10+
## [3.0.4] - 2024-04-10
11+
1012
- Added Node.js version 21.7.3.
1113
- Added Node.js version 20.12.2.
1214
- Added Node.js version 18.20.2.
15+
1316
## [3.0.3] - 2024-04-04
1417

1518
- Added Node.js version 21.7.2.
@@ -376,7 +379,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
376379
- Parse engines and add them to nodejs.toml ([#25](https://github.com/heroku/nodejs-engine-buildpack/pull/25))
377380
- Add shellcheck to test suite ([#24](https://github.com/heroku/nodejs-engine-buildpack/pull/24))
378381

379-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.3...HEAD
382+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.4...HEAD
383+
[3.0.4]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.3...v3.0.4
380384
[3.0.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.2...v3.0.3
381385
[3.0.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...v3.0.2
382386
[3.0.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.1

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.0.3"
5+
version = "3.0.4"
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.0.4] - 2024-04-10
11+
12+
- No changes.
13+
1014
## [3.0.3] - 2024-04-04
1115

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

267-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.3...HEAD
271+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.4...HEAD
272+
[3.0.4]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.3...v3.0.4
268273
[3.0.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.2...v3.0.3
269274
[3.0.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...v3.0.2
270275
[3.0.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.1

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.0.3"
5+
version = "3.0.4"
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-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.0.4] - 2024-04-10
11+
1012
- Added npm version 10.5.2.
13+
1114
## [3.0.3] - 2024-04-04
1215

1316
- Added npm version 10.5.1.
@@ -95,7 +98,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9598

9699
- Initial release
97100

98-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.3...HEAD
101+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.4...HEAD
102+
[3.0.4]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.3...v3.0.4
99103
[3.0.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.2...v3.0.3
100104
[3.0.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...v3.0.2
101105
[3.0.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.1

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.0.3"
5+
version = "3.0.4"
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

+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.0.4] - 2024-04-10
11+
12+
- No changes.
13+
1014
## [3.0.3] - 2024-04-04
1115

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

8993
- Initial release
9094

91-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.3...HEAD
95+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.4...HEAD
96+
[3.0.4]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.3...v3.0.4
9297
[3.0.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.2...v3.0.3
9398
[3.0.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...v3.0.2
9499
[3.0.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.1

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.0.3"
5+
version = "3.0.4"
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

+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.0.4] - 2024-04-10
11+
12+
- No changes.
13+
1014
## [3.0.3] - 2024-04-04
1115

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

5559
- Initial release
5660

57-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.3...HEAD
61+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.4...HEAD
62+
[3.0.4]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.3...v3.0.4
5863
[3.0.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.2...v3.0.3
5964
[3.0.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...v3.0.2
6065
[3.0.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.1

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.0.3"
5+
version = "3.0.4"
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.0.4] - 2024-04-10
11+
12+
- No changes.
13+
1014
## [3.0.3] - 2024-04-04
1115

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

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

144-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.3...HEAD
148+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.4...HEAD
149+
[3.0.4]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.3...v3.0.4
145150
[3.0.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.2...v3.0.3
146151
[3.0.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...v3.0.2
147152
[3.0.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.1

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.0.3"
5+
version = "3.0.4"
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

+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.0.4] - 2024-04-10
11+
12+
- No changes.
13+
1014
## [3.0.3] - 2024-04-04
1115

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

246-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.3...HEAD
250+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.4...HEAD
251+
[3.0.4]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.3...v3.0.4
247252
[3.0.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.2...v3.0.3
248253
[3.0.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...v3.0.2
249254
[3.0.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.1

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.0.3"
5+
version = "3.0.4"
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.0.4] - 2024-04-10
11+
12+
- No changes.
13+
1014
## [3.0.3] - 2024-04-04
1115

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

222-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.3...HEAD
226+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.4...HEAD
227+
[3.0.4]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.3...v3.0.4
223228
[3.0.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.2...v3.0.3
224229
[3.0.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...v3.0.2
225230
[3.0.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.1

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.0.3"
5+
version = "3.0.4"
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.0.4] - 2024-04-10
11+
12+
### Changed
13+
14+
- Updated `heroku/nodejs-engine` to `3.0.4`.
15+
- Updated `heroku/nodejs-function-invoker` to `3.0.4`.
16+
- Updated `heroku/nodejs-npm` to `3.0.4`.
17+
1018
## [3.0.3] - 2024-04-04
1119

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

452-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.3...HEAD
460+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.4...HEAD
461+
[3.0.4]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.3...v3.0.4
453462
[3.0.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.2...v3.0.3
454463
[3.0.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...v3.0.2
455464
[3.0.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.1

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

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

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

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

500-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.3...HEAD
512+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.4...HEAD
513+
[3.0.4]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.3...v3.0.4
501514
[3.0.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.2...v3.0.3
502515
[3.0.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...v3.0.2
503516
[3.0.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.1

0 commit comments

Comments
 (0)