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.3] - 2025-05-07
11
+
12
+ - No changes.
13
+
10
14
## [ 3.6.2] - 2025-05-05
11
15
12
16
### Changed
@@ -342,7 +346,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
342
346
343
347
- Initial implementation with libcnb.rs ([ #418 ] ( https://github.com/heroku/buildpacks-nodejs/pull/418 ) )
344
348
345
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...HEAD
349
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...HEAD
350
+ [ 3.6.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...v3.6.3
346
351
[ 3.6.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2
347
352
[ 3.6.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.0...v3.6.1
348
353
[ 3.6.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...v3.6.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.6.2 "
5
+ version = " 3.6.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,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.3] - 2025-05-07
11
+
10
12
### Added
11
13
12
14
- 24.0.0 (linux-amd64, linux-arm64)
@@ -843,7 +845,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
843
845
- Parse engines and add them to nodejs.toml ([ #25 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/25 ) )
844
846
- Add shellcheck to test suite ([ #24 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/24 ) )
845
847
846
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...HEAD
848
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...HEAD
849
+ [ 3.6.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...v3.6.3
847
850
[ 3.6.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2
848
851
[ 3.6.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.0...v3.6.1
849
852
[ 3.6.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...v3.6.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.6.2 "
5
+ version = " 3.6.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.6.3] - 2025-05-07
11
+
12
+ - No changes.
13
+
10
14
## [ 3.6.2] - 2025-05-05
11
15
12
16
### Changed
@@ -464,7 +468,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
464
468
### Added
465
469
- Initial implementation ([ #47 ] ( https://github.com/heroku/buildpacks-node/pull/47 ) )
466
470
467
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...HEAD
471
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...HEAD
472
+ [ 3.6.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...v3.6.3
468
473
[ 3.6.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2
469
474
[ 3.6.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.0...v3.6.1
470
475
[ 3.6.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...v3.6.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.6.2 "
5
+ version = " 3.6.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,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.3] - 2025-05-07
11
+
12
+ - No changes.
13
+
10
14
## [ 3.6.2] - 2025-05-05
11
15
12
16
### Changed
@@ -301,7 +305,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
301
305
302
306
- Initial release
303
307
304
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...HEAD
308
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...HEAD
309
+ [ 3.6.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...v3.6.3
305
310
[ 3.6.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2
306
311
[ 3.6.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.0...v3.6.1
307
312
[ 3.6.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...v3.6.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.6.2 "
5
+ version = " 3.6.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.6.3] - 2025-05-07
11
+
12
+ - No changes.
13
+
10
14
## [ 3.6.2] - 2025-05-05
11
15
12
16
### Changed
@@ -300,7 +304,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
300
304
301
305
- Initial release
302
306
303
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...HEAD
307
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...HEAD
308
+ [ 3.6.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...v3.6.3
304
309
[ 3.6.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2
305
310
[ 3.6.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.0...v3.6.1
306
311
[ 3.6.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...v3.6.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.6.2 "
5
+ version = " 3.6.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.6.3] - 2025-05-07
11
+
12
+ - No changes.
13
+
10
14
## [ 3.6.2] - 2025-05-05
11
15
12
16
### Changed
@@ -258,7 +262,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
258
262
259
263
- Initial release
260
264
261
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...HEAD
265
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...HEAD
266
+ [ 3.6.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...v3.6.3
262
267
[ 3.6.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2
263
268
[ 3.6.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.0...v3.6.1
264
269
[ 3.6.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...v3.6.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.6.2 "
5
+ version = " 3.6.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.6.3] - 2025-05-07
11
+
12
+ - No changes.
13
+
10
14
## [ 3.6.2] - 2025-05-05
11
15
12
16
### Changed
@@ -347,7 +351,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
347
351
348
352
- Initial release ([ #488 ] ( https://github.com/heroku/buildpacks-nodejs/pull/488 ) )
349
353
350
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...HEAD
354
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...HEAD
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
353
358
[ 3.6.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...v3.6.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.6.2 "
5
+ version = " 3.6.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.6.3] - 2025-05-07
11
+
12
+ - No changes.
13
+
10
14
## [ 3.6.2] - 2025-05-05
11
15
12
16
### Changed
@@ -468,7 +472,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
468
472
### Added
469
473
- Changelog entry for first release ([ #1 ] ( https://github.com/heroku/nodejs-yarn-buildpack/pull/1 ) )
470
474
471
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...HEAD
475
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...HEAD
476
+ [ 3.6.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...v3.6.3
472
477
[ 3.6.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2
473
478
[ 3.6.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.0...v3.6.1
474
479
[ 3.6.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...v3.6.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.6.2 "
5
+ version = " 3.6.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.6.3] - 2025-05-07
11
+
12
+ - No changes.
13
+
10
14
## [ 3.6.2] - 2025-05-05
11
15
12
16
- No changes.
@@ -413,7 +417,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
413
417
### Fixed
414
418
- Fix broken builds when a ` package-lock.json ` is missing ([ #9 ] ( https://github.com/heroku/nodejs-npm-buildpack/pull/9 ) )
415
419
416
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...HEAD
420
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...HEAD
421
+ [ 3.6.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...v3.6.3
417
422
[ 3.6.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2
418
423
[ 3.6.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.0...v3.6.1
419
424
[ 3.6.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...v3.6.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.6.2 "
5
+ version = " 3.6.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.6.3] - 2025-05-07
11
+
12
+ ### Changed
13
+
14
+ - Updated ` heroku/nodejs-engine ` to ` 3.6.3 ` .
15
+ - Updated ` heroku/nodejs-function-invoker ` to ` 3.6.3 ` .
16
+ - Updated ` heroku/nodejs-npm ` to ` 3.6.3 ` .
17
+
10
18
## [ 3.6.2] - 2025-05-05
11
19
12
20
### Changed
@@ -833,7 +841,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
833
841
### Changed
834
842
* Switch from the Riff based invoker buildpacks to ` heroku/nodejs-function ` ([ #48 ] ( https://github.com/heroku/buildpacks-node/pull/48 ) )
835
843
836
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...HEAD
844
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...HEAD
845
+ [ 3.6.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...v3.6.3
837
846
[ 3.6.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2
838
847
[ 3.6.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.0...v3.6.1
839
848
[ 3.6.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...v3.6.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.6.2 "
5
+ version = " 3.6.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.6.2 "
17
+ version = " 3.6.3 "
18
18
19
19
[[order .group ]]
20
20
id = " heroku/nodejs-npm"
21
- version = " 3.6.2 "
21
+ version = " 3.6.3 "
22
22
23
23
[[order .group ]]
24
24
id = " heroku/nodejs-function-invoker"
25
- version = " 3.6.2 "
25
+ version = " 3.6.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.6.3] - 2025-05-07
11
+
12
+ ### Changed
13
+
14
+ - Updated ` heroku/nodejs-corepack ` to ` 3.6.3 ` .
15
+ - Updated ` heroku/nodejs-engine ` to ` 3.6.3 ` .
16
+ - Updated ` heroku/nodejs-npm-engine ` to ` 3.6.3 ` .
17
+ - Updated ` heroku/nodejs-npm-install ` to ` 3.6.3 ` .
18
+ - Updated ` heroku/nodejs-pnpm-engine ` to ` 3.6.3 ` .
19
+ - Updated ` heroku/nodejs-pnpm-install ` to ` 3.6.3 ` .
20
+ - Updated ` heroku/nodejs-yarn ` to ` 3.6.3 ` .
21
+
10
22
## [ 3.6.2] - 2025-05-05
11
23
12
24
### Changed
@@ -1077,7 +1089,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1077
1089
### Changed
1078
1090
* Package meta buildpack with latest releases of buildpacks while testing against unreleased.
1079
1091
1080
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...HEAD
1092
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...HEAD
1093
+ [ 3.6.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...v3.6.3
1081
1094
[ 3.6.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2
1082
1095
[ 3.6.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.6.0...v3.6.1
1083
1096
[ 3.6.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...v3.6.0
You can’t perform that action at this time.
0 commit comments