File tree 22 files changed +101
-39
lines changed
22 files changed +101
-39
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 3.6.0] - 2025-04-09
11
+
10
12
### Changed
11
13
12
14
- Updated error messages and formatting. ([ #1071 ] ( https://github.com/heroku/buildpacks-nodejs/pull/1071 ) )
@@ -330,7 +332,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
330
332
331
333
- Initial implementation with libcnb.rs ([ #418 ] ( https://github.com/heroku/buildpacks-nodejs/pull/418 ) )
332
334
333
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...HEAD
335
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.0...HEAD
336
+ [ 3.6.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...v3.6.0
334
337
[ 3.5.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...v3.5.3
335
338
[ 3.5.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...v3.5.2
336
339
[ 3.5.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
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.5.3 "
5
+ version = " 3.6.0 "
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,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 3.6.0] - 2025-04-09
11
+
10
12
### Added
11
13
12
14
- Set ` HEROKU_AVAILABLE_PARALLELISM ` environment variable at build and run time
@@ -823,7 +825,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
823
825
- Parse engines and add them to nodejs.toml ([ #25 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/25 ) )
824
826
- Add shellcheck to test suite ([ #24 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/24 ) )
825
827
826
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...HEAD
828
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.0...HEAD
829
+ [ 3.6.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...v3.6.0
827
830
[ 3.5.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...v3.5.3
828
831
[ 3.5.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...v3.5.2
829
832
[ 3.5.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
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.5.3 "
5
+ version = " 3.6.0 "
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.6.0] - 2025-04-09
11
+
12
+ - No changes.
13
+
10
14
## [ 3.5.3] - 2025-04-03
11
15
12
16
- No changes.
@@ -450,7 +454,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
450
454
### Added
451
455
- Initial implementation ([ #47 ] ( https://github.com/heroku/buildpacks-node/pull/47 ) )
452
456
453
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...HEAD
457
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.0...HEAD
458
+ [ 3.6.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...v3.6.0
454
459
[ 3.5.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...v3.5.3
455
460
[ 3.5.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...v3.5.2
456
461
[ 3.5.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
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.5.3 "
5
+ version = " 3.6.0 "
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.6.0] - 2025-04-09
11
+
10
12
- Added npm version 11.3.0.
13
+
11
14
## [ 3.5.3] - 2025-04-03
12
15
13
16
### Changed
@@ -285,7 +288,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
285
288
286
289
- Initial release
287
290
288
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...HEAD
291
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.0...HEAD
292
+ [ 3.6.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...v3.6.0
289
293
[ 3.5.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...v3.5.3
290
294
[ 3.5.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...v3.5.2
291
295
[ 3.5.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
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.5.3 "
5
+ version = " 3.6.0 "
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.6.0] - 2025-04-09
11
+
12
+ - No changes.
13
+
10
14
## [ 3.5.3] - 2025-04-03
11
15
12
16
### Changed
@@ -284,7 +288,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
284
288
285
289
- Initial release
286
290
287
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...HEAD
291
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.0...HEAD
292
+ [ 3.6.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...v3.6.0
288
293
[ 3.5.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...v3.5.3
289
294
[ 3.5.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...v3.5.2
290
295
[ 3.5.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
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.5.3 "
5
+ version = " 3.6.0 "
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.6.0] - 2025-04-09
11
+
12
+ - No changes.
13
+
10
14
## [ 3.5.3] - 2025-04-03
11
15
12
16
### Changed
@@ -242,7 +246,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
242
246
243
247
- Initial release
244
248
245
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...HEAD
249
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.0...HEAD
250
+ [ 3.6.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...v3.6.0
246
251
[ 3.5.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...v3.5.3
247
252
[ 3.5.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...v3.5.2
248
253
[ 3.5.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
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.5.3 "
5
+ version = " 3.6.0 "
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.6.0] - 2025-04-09
11
+
12
+ - No changes.
13
+
10
14
## [ 3.5.3] - 2025-04-03
11
15
12
16
### Changed
@@ -331,7 +335,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
331
335
332
336
- Initial release ([ #488 ] ( https://github.com/heroku/buildpacks-nodejs/pull/488 ) )
333
337
334
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...HEAD
338
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.0...HEAD
339
+ [ 3.6.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...v3.6.0
335
340
[ 3.5.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...v3.5.3
336
341
[ 3.5.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...v3.5.2
337
342
[ 3.5.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
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.5.3 "
5
+ version = " 3.6.0 "
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.6.0] - 2025-04-09
11
+
12
+ - No changes.
13
+
10
14
## [ 3.5.3] - 2025-04-03
11
15
12
16
### Changed
@@ -446,7 +450,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
446
450
### Added
447
451
- Changelog entry for first release ([ #1 ] ( https://github.com/heroku/nodejs-yarn-buildpack/pull/1 ) )
448
452
449
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...HEAD
453
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.0...HEAD
454
+ [ 3.6.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...v3.6.0
450
455
[ 3.5.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...v3.5.3
451
456
[ 3.5.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...v3.5.2
452
457
[ 3.5.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
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.5.3 "
5
+ version = " 3.6.0 "
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.6.0] - 2025-04-09
11
+
12
+ - No changes.
13
+
10
14
## [ 3.5.3] - 2025-04-03
11
15
12
16
- No changes.
@@ -401,7 +405,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
401
405
### Fixed
402
406
- Fix broken builds when a ` package-lock.json ` is missing ([ #9 ] ( https://github.com/heroku/nodejs-npm-buildpack/pull/9 ) )
403
407
404
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...HEAD
408
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.0...HEAD
409
+ [ 3.6.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...v3.6.0
405
410
[ 3.5.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...v3.5.3
406
411
[ 3.5.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...v3.5.2
407
412
[ 3.5.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
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.5.3 "
5
+ version = " 3.6.0 "
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.6.0] - 2025-04-09
11
+
12
+ ### Changed
13
+
14
+ - Updated ` heroku/nodejs-engine ` to ` 3.6.0 ` .
15
+ - Updated ` heroku/nodejs-function-invoker ` to ` 3.6.0 ` .
16
+ - Updated ` heroku/nodejs-npm ` to ` 3.6.0 ` .
17
+
10
18
## [ 3.5.3] - 2025-04-03
11
19
12
20
### Changed
@@ -809,7 +817,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
809
817
### Changed
810
818
* Switch from the Riff based invoker buildpacks to ` heroku/nodejs-function ` ([ #48 ] ( https://github.com/heroku/buildpacks-node/pull/48 ) )
811
819
812
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...HEAD
820
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.0...HEAD
821
+ [ 3.6.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...v3.6.0
813
822
[ 3.5.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...v3.5.3
814
823
[ 3.5.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...v3.5.2
815
824
[ 3.5.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
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.5.3 "
5
+ version = " 3.6.0 "
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.5.3 "
17
+ version = " 3.6.0 "
18
18
19
19
[[order .group ]]
20
20
id = " heroku/nodejs-npm"
21
- version = " 3.5.3 "
21
+ version = " 3.6.0 "
22
22
23
23
[[order .group ]]
24
24
id = " heroku/nodejs-function-invoker"
25
- version = " 3.5.3 "
25
+ version = " 3.6.0 "
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.6.0] - 2025-04-09
11
+
12
+ ### Changed
13
+
14
+ - Updated ` heroku/nodejs-corepack ` to ` 3.6.0 ` .
15
+ - Updated ` heroku/nodejs-engine ` to ` 3.6.0 ` .
16
+ - Updated ` heroku/nodejs-npm-engine ` to ` 3.6.0 ` .
17
+ - Updated ` heroku/nodejs-npm-install ` to ` 3.6.0 ` .
18
+ - Updated ` heroku/nodejs-pnpm-engine ` to ` 3.6.0 ` .
19
+ - Updated ` heroku/nodejs-pnpm-install ` to ` 3.6.0 ` .
20
+ - Updated ` heroku/nodejs-yarn ` to ` 3.6.0 ` .
21
+
10
22
## [ 3.5.3] - 2025-04-03
11
23
12
24
### Changed
@@ -1041,7 +1053,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1041
1053
### Changed
1042
1054
* Package meta buildpack with latest releases of buildpacks while testing against unreleased.
1043
1055
1044
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...HEAD
1056
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.0...HEAD
1057
+ [ 3.6.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...v3.6.0
1045
1058
[ 3.5.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...v3.5.3
1046
1059
[ 3.5.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...v3.5.2
1047
1060
[ 3.5.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
You can’t perform that action at this time.
0 commit comments