File tree Expand file tree Collapse file tree 22 files changed +104
-39
lines changed Expand file tree Collapse file tree 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.6.4] - 2025-05-09
11
+
12
+ - No changes.
13
+
10
14
## [ 3.6.3] - 2025-05-07
11
15
12
16
- No changes.
@@ -346,7 +350,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
346
350
347
351
- Initial implementation with libcnb.rs ([ #418 ] ( https://github.com/heroku/buildpacks-nodejs/pull/418 ) )
348
352
349
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...HEAD
353
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.4...HEAD
354
+ [ 3.6.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...v3.6.4
350
355
[ 3.6.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...v3.6.3
351
356
[ 3.6.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2
352
357
[ 3.6.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.0...v3.6.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.6.3 "
5
+ version = " 3.6.4 "
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.4] - 2025-05-09
11
+
10
12
### Added
11
13
12
14
- 24.0.1 (linux-amd64, linux-arm64)
@@ -849,7 +851,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
849
851
- Parse engines and add them to nodejs.toml ([ #25 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/25 ) )
850
852
- Add shellcheck to test suite ([ #24 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/24 ) )
851
853
852
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...HEAD
854
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.4...HEAD
855
+ [ 3.6.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...v3.6.4
853
856
[ 3.6.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...v3.6.3
854
857
[ 3.6.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2
855
858
[ 3.6.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.0...v3.6.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.6.3 "
5
+ version = " 3.6.4 "
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.4] - 2025-05-09
11
+
12
+ - No changes.
13
+
10
14
## [ 3.6.3] - 2025-05-07
11
15
12
16
- No changes.
@@ -468,7 +472,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
468
472
### Added
469
473
- Initial implementation ([ #47 ] ( https://github.com/heroku/buildpacks-node/pull/47 ) )
470
474
471
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...HEAD
475
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.4...HEAD
476
+ [ 3.6.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...v3.6.4
472
477
[ 3.6.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...v3.6.3
473
478
[ 3.6.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2
474
479
[ 3.6.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.0...v3.6.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.6.3 "
5
+ version = " 3.6.4 "
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,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.4] - 2025-05-09
11
+
12
+ - No changes.
13
+
10
14
## [ 3.6.3] - 2025-05-07
11
15
12
16
- No changes.
@@ -305,7 +309,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
305
309
306
310
- Initial release
307
311
308
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...HEAD
312
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.4...HEAD
313
+ [ 3.6.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...v3.6.4
309
314
[ 3.6.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...v3.6.3
310
315
[ 3.6.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2
311
316
[ 3.6.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.0...v3.6.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.6.3 "
5
+ version = " 3.6.4 "
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.4] - 2025-05-09
11
+
12
+ - No changes.
13
+
10
14
## [ 3.6.3] - 2025-05-07
11
15
12
16
- No changes.
@@ -304,7 +308,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
304
308
305
309
- Initial release
306
310
307
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...HEAD
311
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.4...HEAD
312
+ [ 3.6.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...v3.6.4
308
313
[ 3.6.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...v3.6.3
309
314
[ 3.6.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2
310
315
[ 3.6.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.0...v3.6.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.6.3 "
5
+ version = " 3.6.4 "
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.4] - 2025-05-09
11
+
12
+ - No changes.
13
+
10
14
## [ 3.6.3] - 2025-05-07
11
15
12
16
- No changes.
@@ -262,7 +266,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
262
266
263
267
- Initial release
264
268
265
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...HEAD
269
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.4...HEAD
270
+ [ 3.6.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...v3.6.4
266
271
[ 3.6.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...v3.6.3
267
272
[ 3.6.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2
268
273
[ 3.6.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.0...v3.6.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.6.3 "
5
+ version = " 3.6.4 "
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.4] - 2025-05-09
11
+
12
+ - No changes.
13
+
10
14
## [ 3.6.3] - 2025-05-07
11
15
12
16
- No changes.
@@ -351,7 +355,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
351
355
352
356
- Initial release ([ #488 ] ( https://github.com/heroku/buildpacks-nodejs/pull/488 ) )
353
357
354
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...HEAD
358
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.4...HEAD
359
+ [ 3.6.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...v3.6.4
355
360
[ 3.6.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...v3.6.3
356
361
[ 3.6.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2
357
362
[ 3.6.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.0...v3.6.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.6.3 "
5
+ version = " 3.6.4 "
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.4] - 2025-05-09
11
+
12
+ - No changes.
13
+
10
14
## [ 3.6.3] - 2025-05-07
11
15
12
16
- No changes.
@@ -472,7 +476,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
472
476
### Added
473
477
- Changelog entry for first release ([ #1 ] ( https://github.com/heroku/nodejs-yarn-buildpack/pull/1 ) )
474
478
475
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...HEAD
479
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.4...HEAD
480
+ [ 3.6.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...v3.6.4
476
481
[ 3.6.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...v3.6.3
477
482
[ 3.6.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2
478
483
[ 3.6.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.0...v3.6.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.6.3 "
5
+ version = " 3.6.4 "
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.4] - 2025-05-09
11
+
12
+ - No changes.
13
+
10
14
## [ 3.6.3] - 2025-05-07
11
15
12
16
- No changes.
@@ -417,7 +421,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
417
421
### Fixed
418
422
- Fix broken builds when a ` package-lock.json ` is missing ([ #9 ] ( https://github.com/heroku/nodejs-npm-buildpack/pull/9 ) )
419
423
420
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...HEAD
424
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.4...HEAD
425
+ [ 3.6.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...v3.6.4
421
426
[ 3.6.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...v3.6.3
422
427
[ 3.6.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2
423
428
[ 3.6.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.0...v3.6.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.6.3 "
5
+ version = " 3.6.4 "
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.4] - 2025-05-09
11
+
12
+ ### Changed
13
+
14
+ - Updated ` heroku/nodejs-engine ` to ` 3.6.4 ` .
15
+ - Updated ` heroku/nodejs-function-invoker ` to ` 3.6.4 ` .
16
+ - Updated ` heroku/nodejs-npm ` to ` 3.6.4 ` .
17
+
10
18
## [ 3.6.3] - 2025-05-07
11
19
12
20
### Changed
@@ -841,7 +849,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
841
849
### Changed
842
850
* Switch from the Riff based invoker buildpacks to ` heroku/nodejs-function ` ([ #48 ] ( https://github.com/heroku/buildpacks-node/pull/48 ) )
843
851
844
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...HEAD
852
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.4...HEAD
853
+ [ 3.6.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...v3.6.4
845
854
[ 3.6.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...v3.6.3
846
855
[ 3.6.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2
847
856
[ 3.6.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.0...v3.6.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.6.3 "
5
+ version = " 3.6.4 "
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.6.3 "
17
+ version = " 3.6.4 "
18
18
19
19
[[order .group ]]
20
20
id = " heroku/nodejs-npm"
21
- version = " 3.6.3 "
21
+ version = " 3.6.4 "
22
22
23
23
[[order .group ]]
24
24
id = " heroku/nodejs-function-invoker"
25
- version = " 3.6.3 "
25
+ version = " 3.6.4 "
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.4] - 2025-05-09
11
+
12
+ ### Changed
13
+
14
+ - Updated ` heroku/nodejs-corepack ` to ` 3.6.4 ` .
15
+ - Updated ` heroku/nodejs-engine ` to ` 3.6.4 ` .
16
+ - Updated ` heroku/nodejs-npm-engine ` to ` 3.6.4 ` .
17
+ - Updated ` heroku/nodejs-npm-install ` to ` 3.6.4 ` .
18
+ - Updated ` heroku/nodejs-pnpm-engine ` to ` 3.6.4 ` .
19
+ - Updated ` heroku/nodejs-pnpm-install ` to ` 3.6.4 ` .
20
+ - Updated ` heroku/nodejs-yarn ` to ` 3.6.4 ` .
21
+
10
22
## [ 3.6.3] - 2025-05-07
11
23
12
24
### Changed
@@ -1089,7 +1101,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1089
1101
### Changed
1090
1102
* Package meta buildpack with latest releases of buildpacks while testing against unreleased.
1091
1103
1092
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...HEAD
1104
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.4...HEAD
1105
+ [ 3.6.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...v3.6.4
1093
1106
[ 3.6.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...v3.6.3
1094
1107
[ 3.6.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2
1095
1108
[ 3.6.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.0...v3.6.1
You can’t perform that action at this time.
0 commit comments