File tree 22 files changed +104
-39
lines changed
22 files changed +104
-39
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 3.0.3] - 2024-04-04
11
+
12
+ - No changes.
13
+
10
14
## [ 3.0.2] - 2024-03-27
11
15
12
16
- No changes.
@@ -132,7 +136,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
132
136
133
137
- Initial implementation with libcnb.rs ([ #418 ] ( https://github.com/heroku/buildpacks-nodejs/pull/418 ) )
134
138
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
136
141
[ 3.0.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...v3.0.2
137
142
[ 3.0.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.1
138
143
[ 3.0.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...v3.0.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ api = "0.10"
2
2
3
3
[buildpack ]
4
4
id = " heroku/nodejs-corepack"
5
- version = " 3.0.2 "
5
+ version = " 3.0.3 "
6
6
name = " Heroku Node.js Corepack"
7
7
homepage = " https://github.com/heroku/buildpacks-nodejs"
8
8
description = " Heroku's Node.js Corepack buildpack. A component of the 'heroku/nodejs' buildpack."
Original file line number Diff line number Diff line change @@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 3.0.3] - 2024-04-04
11
+
10
12
- Added Node.js version 21.7.2.
11
13
- Added Node.js version 20.12.1.
12
14
- Added Node.js version 18.20.1.
15
+
13
16
## [ 3.0.2] - 2024-03-27
14
17
15
18
- 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
370
373
- Parse engines and add them to nodejs.toml ([ #25 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/25 ) )
371
374
- Add shellcheck to test suite ([ #24 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/24 ) )
372
375
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
374
378
[ 3.0.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...v3.0.2
375
379
[ 3.0.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.1
376
380
[ 3.0.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...v3.0.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ api = "0.10"
2
2
3
3
[buildpack ]
4
4
id = " heroku/nodejs-engine"
5
- version = " 3.0.2 "
5
+ version = " 3.0.3 "
6
6
name = " Heroku Node.js Engine"
7
7
homepage = " https://github.com/heroku/buildpacks-nodejs"
8
8
description = " Heroku's Node.js engine buildpack. A component of the 'heroku/nodejs' buildpack."
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 3.0.3] - 2024-04-04
11
+
12
+ - No changes.
13
+
10
14
## [ 3.0.2] - 2024-03-27
11
15
12
16
- No changes.
@@ -260,7 +264,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
260
264
### Added
261
265
- Initial implementation ([ #47 ] ( https://github.com/heroku/buildpacks-node/pull/47 ) )
262
266
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
264
269
[ 3.0.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...v3.0.2
265
270
[ 3.0.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.1
266
271
[ 3.0.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...v3.0.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ api = "0.10"
2
2
3
3
[buildpack ]
4
4
id = " heroku/nodejs-function-invoker"
5
- version = " 3.0.2 "
5
+ version = " 3.0.3 "
6
6
name = " Salesforce Node.js Function Invoker"
7
7
homepage = " https://github.com/heroku/buildpacks-nodejs"
8
8
description = " Salesforce's Node.js function invoker buildpack. A component of the 'heroku/nodejs-function' buildpack."
Original file line number Diff line number Diff line change @@ -7,7 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 3.0.3] - 2024-04-04
11
+
10
12
- Added npm version 10.5.1.
13
+
11
14
## [ 3.0.2] - 2024-03-27
12
15
13
16
- No changes.
@@ -91,7 +94,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
91
94
92
95
- Initial release
93
96
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
95
99
[ 3.0.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...v3.0.2
96
100
[ 3.0.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.1
97
101
[ 3.0.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...v3.0.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ api = "0.10"
2
2
3
3
[buildpack ]
4
4
id = " heroku/nodejs-npm-engine"
5
- version = " 3.0.2 "
5
+ version = " 3.0.3 "
6
6
name = " Heroku Node.js npm Engine"
7
7
homepage = " https://github.com/heroku/buildpacks-nodejs"
8
8
description = " Heroku's Node.js npm engine buildpack. A component of the 'heroku/nodejs' buildpack."
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 3.0.3] - 2024-04-04
11
+
12
+ - No changes.
13
+
10
14
## [ 3.0.2] - 2024-03-27
11
15
12
16
- No changes.
@@ -84,7 +88,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
84
88
85
89
- Initial release
86
90
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
88
93
[ 3.0.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...v3.0.2
89
94
[ 3.0.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.1
90
95
[ 3.0.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...v3.0.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ api = "0.10"
2
2
3
3
[buildpack ]
4
4
id = " heroku/nodejs-npm-install"
5
- version = " 3.0.2 "
5
+ version = " 3.0.3 "
6
6
name = " Heroku Node.js npm Install"
7
7
homepage = " https://github.com/heroku/buildpacks-nodejs"
8
8
description = " Heroku's Node.js npm install buildpack. A component of the 'heroku/nodejs' buildpack."
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 3.0.3] - 2024-04-04
11
+
12
+ - No changes.
13
+
10
14
## [ 3.0.2] - 2024-03-27
11
15
12
16
- No changes.
@@ -50,7 +54,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
50
54
51
55
- Initial release
52
56
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
54
59
[ 3.0.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...v3.0.2
55
60
[ 3.0.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.1
56
61
[ 3.0.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...v3.0.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ api = "0.10"
2
2
3
3
[buildpack ]
4
4
id = " heroku/nodejs-pnpm-engine"
5
- version = " 3.0.2 "
5
+ version = " 3.0.3 "
6
6
name = " Heroku Node.js pnpm Engine"
7
7
homepage = " https://github.com/heroku/buildpacks-nodejs"
8
8
description = " Heroku's Node.js pnpm Engine buildpack. A component of the 'heroku/nodejs' buildpack."
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 3.0.3] - 2024-04-04
11
+
12
+ - No changes.
13
+
10
14
## [ 3.0.2] - 2024-03-27
11
15
12
16
- No changes.
@@ -137,7 +141,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
137
141
138
142
- Initial release ([ #488 ] ( https://github.com/heroku/buildpacks-nodejs/pull/488 ) )
139
143
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
141
146
[ 3.0.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...v3.0.2
142
147
[ 3.0.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.1
143
148
[ 3.0.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...v3.0.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ api = "0.10"
2
2
3
3
[buildpack ]
4
4
id = " heroku/nodejs-pnpm-install"
5
- version = " 3.0.2 "
5
+ version = " 3.0.3 "
6
6
name = " Heroku Node.js pnpm install"
7
7
homepage = " https://github.com/heroku/buildpacks-nodejs"
8
8
description = " Heroku's Node.js pnpm install buildpack. A component of the 'heroku/nodejs' buildpack."
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 3.0.3] - 2024-04-04
11
+
12
+ - No changes.
13
+
10
14
## [ 3.0.2] - 2024-03-27
11
15
12
16
- No changes.
@@ -239,7 +243,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
239
243
### Added
240
244
- Changelog entry for first release ([ #1 ] ( https://github.com/heroku/nodejs-yarn-buildpack/pull/1 ) )
241
245
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
243
248
[ 3.0.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...v3.0.2
244
249
[ 3.0.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.1
245
250
[ 3.0.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...v3.0.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ api = "0.10"
2
2
3
3
[buildpack ]
4
4
id = " heroku/nodejs-yarn"
5
- version = " 3.0.2 "
5
+ version = " 3.0.3 "
6
6
name = " Heroku Node.js Yarn"
7
7
homepage = " https://github.com/heroku/buildpacks-nodejs"
8
8
description = " Heroku's Node.js Yarn buildpack. A component of the 'heroku/nodejs' buildpack."
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 3.0.3] - 2024-04-04
11
+
12
+ - No changes.
13
+
10
14
## [ 3.0.2] - 2024-03-27
11
15
12
16
- No changes.
@@ -215,7 +219,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
215
219
### Fixed
216
220
- Fix broken builds when a ` package-lock.json ` is missing ([ #9 ] ( https://github.com/heroku/nodejs-npm-buildpack/pull/9 ) )
217
221
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
219
224
[ 3.0.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...v3.0.2
220
225
[ 3.0.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.1
221
226
[ 3.0.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...v3.0.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ api = "0.7"
2
2
3
3
[buildpack ]
4
4
id = " heroku/nodejs-npm"
5
- version = " 3.0.2 "
5
+ version = " 3.0.3 "
6
6
name = " Heroku Node.js npm (DEPRECATED)"
7
7
homepage = " https://github.com/heroku/buildpacks-nodejs"
8
8
description = " [DEPRECATED] Heroku's Node.js npm buildpack. Replaced by the 'heroku/nodejs-npm-engine' and 'heroku/nodejs-npm-install' buildpacks."
Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
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
+
10
18
## [ 3.0.2] - 2024-03-27
11
19
12
20
### Changed
@@ -441,7 +449,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
441
449
### Changed
442
450
* Switch from the Riff based invoker buildpacks to ` heroku/nodejs-function ` ([ #48 ] ( https://github.com/heroku/buildpacks-node/pull/48 ) )
443
451
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
445
454
[ 3.0.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...v3.0.2
446
455
[ 3.0.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.1
447
456
[ 3.0.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...v3.0.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ api = "0.10"
2
2
3
3
[buildpack ]
4
4
id = " heroku/nodejs-function"
5
- version = " 3.0.2 "
5
+ version = " 3.0.3 "
6
6
name = " Salesforce Node.js Function"
7
7
homepage = " https://github.com/heroku/buildpacks-nodejs"
8
8
description = " Salesforce's buildpack for Node.js Functions."
@@ -14,15 +14,15 @@ type = "MIT"
14
14
15
15
[[order .group ]]
16
16
id = " heroku/nodejs-engine"
17
- version = " 3.0.2 "
17
+ version = " 3.0.3 "
18
18
19
19
[[order .group ]]
20
20
id = " heroku/nodejs-npm"
21
- version = " 3.0.2 "
21
+ version = " 3.0.3 "
22
22
23
23
[[order .group ]]
24
24
id = " heroku/nodejs-function-invoker"
25
- version = " 3.0.2 "
25
+ version = " 3.0.3 "
26
26
27
27
[metadata .release ]
28
28
image = { repository = " docker.io/heroku/buildpack-nodejs-function" }
Original file line number Diff line number Diff line change @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
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
+
10
22
## [ 3.0.2] - 2024-03-27
11
23
12
24
### Changed
@@ -485,7 +497,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
485
497
### Changed
486
498
* Package meta buildpack with latest releases of buildpacks while testing against unreleased.
487
499
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
489
502
[ 3.0.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.1...v3.0.2
490
503
[ 3.0.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...v3.0.1
491
504
[ 3.0.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...v3.0.0
You can’t perform that action at this time.
0 commit comments