File tree 22 files changed +93
-40
lines changed
22 files changed +93
-40
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.5.3] - 2025-04-03
11
+
10
12
### Changed
11
13
12
14
- Updated libcnb to 0.28.1, which includes tracing improvements/fixes. ([ #1063 ] ( https://github.com/heroku/buildpacks-nodejs/pull/1063 ) )
@@ -324,7 +326,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
324
326
325
327
- Initial implementation with libcnb.rs ([ #418 ] ( https://github.com/heroku/buildpacks-nodejs/pull/418 ) )
326
328
327
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...HEAD
329
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...HEAD
330
+ [ 3.5.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...v3.5.3
328
331
[ 3.5.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...v3.5.2
329
332
[ 3.5.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
330
333
[ 3.5.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...v3.5.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.5.2 "
5
+ version = " 3.5.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.5.3] - 2025-04-03
11
+
10
12
### Changed
11
13
12
14
- Updated libcnb to 0.28.1, which includes tracing improvements/fixes. ([ #1063 ] ( https://github.com/heroku/buildpacks-nodejs/pull/1063 ) )
@@ -817,7 +819,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
817
819
- Parse engines and add them to nodejs.toml ([ #25 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/25 ) )
818
820
- Add shellcheck to test suite ([ #24 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/24 ) )
819
821
820
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...HEAD
822
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...HEAD
823
+ [ 3.5.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...v3.5.3
821
824
[ 3.5.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...v3.5.2
822
825
[ 3.5.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
823
826
[ 3.5.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...v3.5.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.5.2 "
5
+ version = " 3.5.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.5.3] - 2025-04-03
11
+
12
+ - No changes.
13
+
10
14
## [ 3.5.2] - 2025-03-28
11
15
12
16
- No changes.
@@ -446,7 +450,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
446
450
### Added
447
451
- Initial implementation ([ #47 ] ( https://github.com/heroku/buildpacks-node/pull/47 ) )
448
452
449
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...HEAD
453
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...HEAD
454
+ [ 3.5.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...v3.5.3
450
455
[ 3.5.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...v3.5.2
451
456
[ 3.5.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
452
457
[ 3.5.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...v3.5.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.5.2 "
5
+ version = " 3.5.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,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 3.5.3] - 2025-04-03
11
+
10
12
### Changed
11
13
12
14
- Updated libcnb to 0.28.1, which includes tracing improvements/fixes. ([ #1063 ] ( https://github.com/heroku/buildpacks-nodejs/pull/1063 ) )
@@ -282,7 +284,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
282
284
283
285
- Initial release
284
286
285
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...HEAD
287
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...HEAD
288
+ [ 3.5.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...v3.5.3
286
289
[ 3.5.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...v3.5.2
287
290
[ 3.5.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
288
291
[ 3.5.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...v3.5.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.5.2 "
5
+ version = " 3.5.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,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 3.5.3] - 2025-04-03
11
+
10
12
### Changed
11
13
12
14
- Updated libcnb to 0.28.1, which includes tracing improvements/fixes. ([ #1063 ] ( https://github.com/heroku/buildpacks-nodejs/pull/1063 ) )
@@ -282,7 +284,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
282
284
283
285
- Initial release
284
286
285
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...HEAD
287
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...HEAD
288
+ [ 3.5.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...v3.5.3
286
289
[ 3.5.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...v3.5.2
287
290
[ 3.5.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
288
291
[ 3.5.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...v3.5.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.5.2 "
5
+ version = " 3.5.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,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 3.5.3] - 2025-04-03
11
+
10
12
### Changed
11
13
12
14
- Updated libcnb to 0.28.1, which includes tracing improvements/fixes. ([ #1063 ] ( https://github.com/heroku/buildpacks-nodejs/pull/1063 ) )
@@ -240,7 +242,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
240
242
241
243
- Initial release
242
244
243
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...HEAD
245
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...HEAD
246
+ [ 3.5.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...v3.5.3
244
247
[ 3.5.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...v3.5.2
245
248
[ 3.5.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
246
249
[ 3.5.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...v3.5.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.5.2 "
5
+ version = " 3.5.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,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 3.5.3] - 2025-04-03
11
+
10
12
### Changed
11
13
12
14
- Updated libcnb to 0.28.1, which includes tracing improvements/fixes. ([ #1063 ] ( https://github.com/heroku/buildpacks-nodejs/pull/1063 ) )
@@ -329,7 +331,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
329
331
330
332
- Initial release ([ #488 ] ( https://github.com/heroku/buildpacks-nodejs/pull/488 ) )
331
333
332
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...HEAD
334
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...HEAD
335
+ [ 3.5.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...v3.5.3
333
336
[ 3.5.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...v3.5.2
334
337
[ 3.5.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
335
338
[ 3.5.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...v3.5.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.5.2 "
5
+ version = " 3.5.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,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 3.5.3] - 2025-04-03
11
+
10
12
### Changed
11
13
12
14
- Updated libcnb to 0.28.1, which includes tracing improvements/fixes. ([ #1063 ] ( https://github.com/heroku/buildpacks-nodejs/pull/1063 ) )
@@ -15,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
17
16
18
- Added Yarn version 4.8.1.
17
19
- Added Yarn version 4.8.0.
18
-
20
+
19
21
## [ 3.5.2] - 2025-03-28
20
22
21
23
- No changes.
@@ -444,7 +446,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
444
446
### Added
445
447
- Changelog entry for first release ([ #1 ] ( https://github.com/heroku/nodejs-yarn-buildpack/pull/1 ) )
446
448
447
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...HEAD
449
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...HEAD
450
+ [ 3.5.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...v3.5.3
448
451
[ 3.5.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...v3.5.2
449
452
[ 3.5.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
450
453
[ 3.5.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...v3.5.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.5.2 "
5
+ version = " 3.5.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.5.3] - 2025-04-03
11
+
12
+ - No changes.
13
+
10
14
## [ 3.5.2] - 2025-03-28
11
15
12
16
- No changes.
@@ -397,7 +401,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
397
401
### Fixed
398
402
- Fix broken builds when a ` package-lock.json ` is missing ([ #9 ] ( https://github.com/heroku/nodejs-npm-buildpack/pull/9 ) )
399
403
400
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...HEAD
404
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...HEAD
405
+ [ 3.5.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...v3.5.3
401
406
[ 3.5.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...v3.5.2
402
407
[ 3.5.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
403
408
[ 3.5.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...v3.5.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.5.2 "
5
+ version = " 3.5.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.5.3] - 2025-04-03
11
+
12
+ ### Changed
13
+
14
+ - Updated ` heroku/nodejs-engine ` to ` 3.5.3 ` .
15
+ - Updated ` heroku/nodejs-function-invoker ` to ` 3.5.3 ` .
16
+ - Updated ` heroku/nodejs-npm ` to ` 3.5.3 ` .
17
+
10
18
## [ 3.5.2] - 2025-03-28
11
19
12
20
### Changed
@@ -801,7 +809,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
801
809
### Changed
802
810
* Switch from the Riff based invoker buildpacks to ` heroku/nodejs-function ` ([ #48 ] ( https://github.com/heroku/buildpacks-node/pull/48 ) )
803
811
804
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...HEAD
812
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...HEAD
813
+ [ 3.5.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...v3.5.3
805
814
[ 3.5.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...v3.5.2
806
815
[ 3.5.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
807
816
[ 3.5.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...v3.5.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.5.2 "
5
+ version = " 3.5.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.5.2 "
17
+ version = " 3.5.3 "
18
18
19
19
[[order .group ]]
20
20
id = " heroku/nodejs-npm"
21
- version = " 3.5.2 "
21
+ version = " 3.5.3 "
22
22
23
23
[[order .group ]]
24
24
id = " heroku/nodejs-function-invoker"
25
- version = " 3.5.2 "
25
+ version = " 3.5.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.5.3] - 2025-04-03
11
+
12
+ ### Changed
13
+
14
+ - Updated ` heroku/nodejs-corepack ` to ` 3.5.3 ` .
15
+ - Updated ` heroku/nodejs-engine ` to ` 3.5.3 ` .
16
+ - Updated ` heroku/nodejs-npm-engine ` to ` 3.5.3 ` .
17
+ - Updated ` heroku/nodejs-npm-install ` to ` 3.5.3 ` .
18
+ - Updated ` heroku/nodejs-pnpm-engine ` to ` 3.5.3 ` .
19
+ - Updated ` heroku/nodejs-pnpm-install ` to ` 3.5.3 ` .
20
+ - Updated ` heroku/nodejs-yarn ` to ` 3.5.3 ` .
21
+
10
22
## [ 3.5.2] - 2025-03-28
11
23
12
24
### Changed
@@ -1029,7 +1041,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1029
1041
### Changed
1030
1042
* Package meta buildpack with latest releases of buildpacks while testing against unreleased.
1031
1043
1032
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...HEAD
1044
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.3...HEAD
1045
+ [ 3.5.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...v3.5.3
1033
1046
[ 3.5.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...v3.5.2
1034
1047
[ 3.5.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
1035
1048
[ 3.5.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...v3.5.0
You can’t perform that action at this time.
0 commit comments