File tree Expand file tree Collapse file tree 22 files changed +103
-39
lines changed Expand file tree Collapse file tree 22 files changed +103
-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.5] - 2025-05-16
11
+
12
+ - No changes.
13
+
10
14
## [ 3.6.4] - 2025-05-09
11
15
12
16
- No changes.
@@ -350,7 +354,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
350
354
351
355
- Initial implementation with libcnb.rs ([ #418 ] ( https://github.com/heroku/buildpacks-nodejs/pull/418 ) )
352
356
353
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.4...HEAD
357
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.5...HEAD
358
+ [ 3.6.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.4...v3.6.5
354
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
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.4 "
5
+ version = " 3.6.5 "
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.5] - 2025-05-16
11
+
10
12
### Added
11
13
12
14
- 24.0.2 (linux-amd64, linux-arm64)
@@ -858,7 +860,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
858
860
- Parse engines and add them to nodejs.toml ([ #25 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/25 ) )
859
861
- Add shellcheck to test suite ([ #24 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/24 ) )
860
862
861
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.4...HEAD
863
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.5...HEAD
864
+ [ 3.6.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.4...v3.6.5
862
865
[ 3.6.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...v3.6.4
863
866
[ 3.6.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...v3.6.3
864
867
[ 3.6.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2
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.4 "
5
+ version = " 3.6.5 "
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.5] - 2025-05-16
11
+
12
+ - No changes.
13
+
10
14
## [ 3.6.4] - 2025-05-09
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
- Initial implementation ([ #47 ] ( https://github.com/heroku/buildpacks-node/pull/47 ) )
474
478
475
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.4...HEAD
479
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.5...HEAD
480
+ [ 3.6.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.4...v3.6.5
476
481
[ 3.6.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...v3.6.4
477
482
[ 3.6.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...v3.6.3
478
483
[ 3.6.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2
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.4 "
5
+ version = " 3.6.5 "
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.5] - 2025-05-16
11
+
10
12
- Added npm version 11.4.0.
13
+
11
14
## [ 3.6.4] - 2025-05-09
12
15
13
16
- No changes.
@@ -310,7 +313,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
310
313
311
314
- Initial release
312
315
313
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.4...HEAD
316
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.5...HEAD
317
+ [ 3.6.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.4...v3.6.5
314
318
[ 3.6.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...v3.6.4
315
319
[ 3.6.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...v3.6.3
316
320
[ 3.6.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2
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.4 "
5
+ version = " 3.6.5 "
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.5] - 2025-05-16
11
+
12
+ - No changes.
13
+
10
14
## [ 3.6.4] - 2025-05-09
11
15
12
16
- No changes.
@@ -308,7 +312,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
308
312
309
313
- Initial release
310
314
311
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.4...HEAD
315
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.5...HEAD
316
+ [ 3.6.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.4...v3.6.5
312
317
[ 3.6.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...v3.6.4
313
318
[ 3.6.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...v3.6.3
314
319
[ 3.6.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2
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.4 "
5
+ version = " 3.6.5 "
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.5] - 2025-05-16
11
+
12
+ - No changes.
13
+
10
14
## [ 3.6.4] - 2025-05-09
11
15
12
16
- No changes.
@@ -266,7 +270,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
266
270
267
271
- Initial release
268
272
269
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.4...HEAD
273
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.5...HEAD
274
+ [ 3.6.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.4...v3.6.5
270
275
[ 3.6.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...v3.6.4
271
276
[ 3.6.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...v3.6.3
272
277
[ 3.6.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2
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.4 "
5
+ version = " 3.6.5 "
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.5] - 2025-05-16
11
+
12
+ - No changes.
13
+
10
14
## [ 3.6.4] - 2025-05-09
11
15
12
16
- No changes.
@@ -355,7 +359,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
355
359
356
360
- Initial release ([ #488 ] ( https://github.com/heroku/buildpacks-nodejs/pull/488 ) )
357
361
358
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.4...HEAD
362
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.5...HEAD
363
+ [ 3.6.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.4...v3.6.5
359
364
[ 3.6.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...v3.6.4
360
365
[ 3.6.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...v3.6.3
361
366
[ 3.6.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2
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.4 "
5
+ version = " 3.6.5 "
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.5] - 2025-05-16
11
+
12
+ - No changes.
13
+
10
14
## [ 3.6.4] - 2025-05-09
11
15
12
16
- No changes.
@@ -476,7 +480,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
476
480
### Added
477
481
- Changelog entry for first release ([ #1 ] ( https://github.com/heroku/nodejs-yarn-buildpack/pull/1 ) )
478
482
479
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.4...HEAD
483
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.5...HEAD
484
+ [ 3.6.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.4...v3.6.5
480
485
[ 3.6.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...v3.6.4
481
486
[ 3.6.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...v3.6.3
482
487
[ 3.6.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2
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.4 "
5
+ version = " 3.6.5 "
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.5] - 2025-05-16
11
+
12
+ - No changes.
13
+
10
14
## [ 3.6.4] - 2025-05-09
11
15
12
16
- No changes.
@@ -421,7 +425,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
421
425
### Fixed
422
426
- Fix broken builds when a ` package-lock.json ` is missing ([ #9 ] ( https://github.com/heroku/nodejs-npm-buildpack/pull/9 ) )
423
427
424
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.4...HEAD
428
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.5...HEAD
429
+ [ 3.6.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.4...v3.6.5
425
430
[ 3.6.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...v3.6.4
426
431
[ 3.6.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...v3.6.3
427
432
[ 3.6.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2
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.4 "
5
+ version = " 3.6.5 "
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.5] - 2025-05-16
11
+
12
+ ### Changed
13
+
14
+ - Updated ` heroku/nodejs-engine ` to ` 3.6.5 ` .
15
+ - Updated ` heroku/nodejs-function-invoker ` to ` 3.6.5 ` .
16
+ - Updated ` heroku/nodejs-npm ` to ` 3.6.5 ` .
17
+
10
18
## [ 3.6.4] - 2025-05-09
11
19
12
20
### Changed
@@ -849,7 +857,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
849
857
### Changed
850
858
* Switch from the Riff based invoker buildpacks to ` heroku/nodejs-function ` ([ #48 ] ( https://github.com/heroku/buildpacks-node/pull/48 ) )
851
859
852
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.4...HEAD
860
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.5...HEAD
861
+ [ 3.6.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.4...v3.6.5
853
862
[ 3.6.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...v3.6.4
854
863
[ 3.6.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...v3.6.3
855
864
[ 3.6.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2
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.4 "
5
+ version = " 3.6.5 "
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.4 "
17
+ version = " 3.6.5 "
18
18
19
19
[[order .group ]]
20
20
id = " heroku/nodejs-npm"
21
- version = " 3.6.4 "
21
+ version = " 3.6.5 "
22
22
23
23
[[order .group ]]
24
24
id = " heroku/nodejs-function-invoker"
25
- version = " 3.6.4 "
25
+ version = " 3.6.5 "
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.5] - 2025-05-16
11
+
12
+ ### Changed
13
+
14
+ - Updated ` heroku/nodejs-corepack ` to ` 3.6.5 ` .
15
+ - Updated ` heroku/nodejs-engine ` to ` 3.6.5 ` .
16
+ - Updated ` heroku/nodejs-npm-engine ` to ` 3.6.5 ` .
17
+ - Updated ` heroku/nodejs-npm-install ` to ` 3.6.5 ` .
18
+ - Updated ` heroku/nodejs-pnpm-engine ` to ` 3.6.5 ` .
19
+ - Updated ` heroku/nodejs-pnpm-install ` to ` 3.6.5 ` .
20
+ - Updated ` heroku/nodejs-yarn ` to ` 3.6.5 ` .
21
+
10
22
## [ 3.6.4] - 2025-05-09
11
23
12
24
### Changed
@@ -1101,7 +1113,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1101
1113
### Changed
1102
1114
* Package meta buildpack with latest releases of buildpacks while testing against unreleased.
1103
1115
1104
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.4...HEAD
1116
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.5...HEAD
1117
+ [ 3.6.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.4...v3.6.5
1105
1118
[ 3.6.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...v3.6.4
1106
1119
[ 3.6.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...v3.6.3
1107
1120
[ 3.6.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2
You can’t perform that action at this time.
0 commit comments