Skip to content

Commit b72715c

Browse files
Prepare release v3.0.3 (#809)
## heroku/nodejs ### Changed - Updated `heroku/nodejs-corepack` to `3.0.3`. - Updated `heroku/nodejs-engine` to `3.0.3`. - Updated `heroku/nodejs-npm-engine` to `3.0.3`. - Updated `heroku/nodejs-npm-install` to `3.0.3`. - Updated `heroku/nodejs-pnpm-engine` to `3.0.3`. - Updated `heroku/nodejs-pnpm-install` to `3.0.3`. - Updated `heroku/nodejs-yarn` to `3.0.3`. ## heroku/nodejs-corepack - No changes. ## heroku/nodejs-engine - Added Node.js version 21.7.2. - Added Node.js version 20.12.1. - Added Node.js version 18.20.1. ## heroku/nodejs-function ### Changed - Updated `heroku/nodejs-engine` to `3.0.3`. - Updated `heroku/nodejs-function-invoker` to `3.0.3`. - Updated `heroku/nodejs-npm` to `3.0.3`. ## heroku/nodejs-function-invoker - No changes. ## heroku/nodejs-npm - No changes. ## heroku/nodejs-npm-engine - Added npm version 10.5.1. ## 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 a806fa6 commit b72715c

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.3] - 2024-04-04
11+
12+
- No changes.
13+
1014
## [3.0.2] - 2024-03-27
1115

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

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

135-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.2...HEAD
139+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.3...HEAD
140+
[3.0.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.2...v3.0.3
136141
[3.0.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...v3.0.2
137142
[3.0.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.1
138143
[3.0.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...v3.0.0

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.2"
5+
version = "3.0.3"
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.3] - 2024-04-04
11+
1012
- Added Node.js version 21.7.2.
1113
- Added Node.js version 20.12.1.
1214
- Added Node.js version 18.20.1.
15+
1316
## [3.0.2] - 2024-03-27
1417

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

373-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.2...HEAD
376+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.3...HEAD
377+
[3.0.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.2...v3.0.3
374378
[3.0.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...v3.0.2
375379
[3.0.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.1
376380
[3.0.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...v3.0.0

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.2"
5+
version = "3.0.3"
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.3] - 2024-04-04
11+
12+
- No changes.
13+
1014
## [3.0.2] - 2024-03-27
1115

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

263-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.2...HEAD
267+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.3...HEAD
268+
[3.0.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.2...v3.0.3
264269
[3.0.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...v3.0.2
265270
[3.0.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.1
266271
[3.0.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...v3.0.0

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.2"
5+
version = "3.0.3"
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.3] - 2024-04-04
11+
1012
- Added npm version 10.5.1.
13+
1114
## [3.0.2] - 2024-03-27
1215

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

9295
- Initial release
9396

94-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.2...HEAD
97+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.3...HEAD
98+
[3.0.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.2...v3.0.3
9599
[3.0.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...v3.0.2
96100
[3.0.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.1
97101
[3.0.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...v3.0.0

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.2"
5+
version = "3.0.3"
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.3] - 2024-04-04
11+
12+
- No changes.
13+
1014
## [3.0.2] - 2024-03-27
1115

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

8589
- Initial release
8690

87-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.2...HEAD
91+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.3...HEAD
92+
[3.0.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.2...v3.0.3
8893
[3.0.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...v3.0.2
8994
[3.0.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.1
9095
[3.0.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...v3.0.0

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.2"
5+
version = "3.0.3"
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.3] - 2024-04-04
11+
12+
- No changes.
13+
1014
## [3.0.2] - 2024-03-27
1115

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

5155
- Initial release
5256

53-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.2...HEAD
57+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.3...HEAD
58+
[3.0.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.2...v3.0.3
5459
[3.0.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...v3.0.2
5560
[3.0.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.1
5661
[3.0.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...v3.0.0

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.2"
5+
version = "3.0.3"
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.3] - 2024-04-04
11+
12+
- No changes.
13+
1014
## [3.0.2] - 2024-03-27
1115

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

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

140-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.2...HEAD
144+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.3...HEAD
145+
[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
143148
[3.0.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...v3.0.0

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.2"
5+
version = "3.0.3"
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.3] - 2024-04-04
11+
12+
- No changes.
13+
1014
## [3.0.2] - 2024-03-27
1115

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

242-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.2...HEAD
246+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.3...HEAD
247+
[3.0.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.2...v3.0.3
243248
[3.0.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...v3.0.2
244249
[3.0.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.1
245250
[3.0.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...v3.0.0

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.2"
5+
version = "3.0.3"
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.3] - 2024-04-04
11+
12+
- No changes.
13+
1014
## [3.0.2] - 2024-03-27
1115

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

218-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.2...HEAD
222+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.3...HEAD
223+
[3.0.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.2...v3.0.3
219224
[3.0.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...v3.0.2
220225
[3.0.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.1
221226
[3.0.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...v3.0.0

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

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

444-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.2...HEAD
452+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.3...HEAD
453+
[3.0.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.2...v3.0.3
445454
[3.0.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...v3.0.2
446455
[3.0.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.1
447456
[3.0.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...v3.0.0

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

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

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

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

488-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.2...HEAD
500+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.3...HEAD
501+
[3.0.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.2...v3.0.3
489502
[3.0.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...v3.0.2
490503
[3.0.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.1
491504
[3.0.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...v3.0.0

0 commit comments

Comments
 (0)