File tree 22 files changed +104
-39
lines changed
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.5.2] - 2025-03-28
11
+
12
+ - No changes.
13
+
10
14
## [ 3.5.1] - 2025-03-14
11
15
12
16
- No changes.
@@ -316,7 +320,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
316
320
317
321
- Initial implementation with libcnb.rs ([ #418 ] ( https://github.com/heroku/buildpacks-nodejs/pull/418 ) )
318
322
319
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...HEAD
323
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...HEAD
324
+ [ 3.5.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...v3.5.2
320
325
[ 3.5.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
321
326
[ 3.5.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...v3.5.0
322
327
[ 3.4.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...v3.4.11
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.1 "
5
+ version = " 3.5.2 "
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.2] - 2025-03-28
11
+
10
12
### Added
11
13
12
14
- 18.20.8 (linux-amd64, linux-arm64)
@@ -807,7 +809,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
807
809
- Parse engines and add them to nodejs.toml ([ #25 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/25 ) )
808
810
- Add shellcheck to test suite ([ #24 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/24 ) )
809
811
810
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...HEAD
812
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...HEAD
813
+ [ 3.5.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...v3.5.2
811
814
[ 3.5.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
812
815
[ 3.5.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...v3.5.0
813
816
[ 3.4.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...v3.4.11
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.1 "
5
+ version = " 3.5.2 "
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.2] - 2025-03-28
11
+
12
+ - No changes.
13
+
10
14
## [ 3.5.1] - 2025-03-14
11
15
12
16
- No changes.
@@ -442,7 +446,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
442
446
### Added
443
447
- Initial implementation ([ #47 ] ( https://github.com/heroku/buildpacks-node/pull/47 ) )
444
448
445
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...HEAD
449
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...HEAD
450
+ [ 3.5.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...v3.5.2
446
451
[ 3.5.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
447
452
[ 3.5.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...v3.5.0
448
453
[ 3.4.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...v3.4.11
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.1 "
5
+ version = " 3.5.2 "
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.5.2] - 2025-03-28
11
+
12
+ - No changes.
13
+
10
14
## [ 3.5.1] - 2025-03-14
11
15
12
16
- Added npm version 11.2.0.
@@ -274,7 +278,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
274
278
275
279
- Initial release
276
280
277
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...HEAD
281
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...HEAD
282
+ [ 3.5.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...v3.5.2
278
283
[ 3.5.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
279
284
[ 3.5.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...v3.5.0
280
285
[ 3.4.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...v3.4.11
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.1 "
5
+ version = " 3.5.2 "
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.5.2] - 2025-03-28
11
+
12
+ - No changes.
13
+
10
14
## [ 3.5.1] - 2025-03-14
11
15
12
16
- No changes.
@@ -274,7 +278,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
274
278
275
279
- Initial release
276
280
277
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...HEAD
281
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...HEAD
282
+ [ 3.5.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...v3.5.2
278
283
[ 3.5.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
279
284
[ 3.5.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...v3.5.0
280
285
[ 3.4.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...v3.4.11
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.1 "
5
+ version = " 3.5.2 "
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.5.2] - 2025-03-28
11
+
12
+ - No changes.
13
+
10
14
## [ 3.5.1] - 2025-03-14
11
15
12
16
- No changes.
@@ -232,7 +236,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
232
236
233
237
- Initial release
234
238
235
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...HEAD
239
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...HEAD
240
+ [ 3.5.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...v3.5.2
236
241
[ 3.5.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
237
242
[ 3.5.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...v3.5.0
238
243
[ 3.4.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...v3.4.11
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.1 "
5
+ version = " 3.5.2 "
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.5.2] - 2025-03-28
11
+
12
+ - No changes.
13
+
10
14
## [ 3.5.1] - 2025-03-14
11
15
12
16
- No changes.
@@ -321,7 +325,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
321
325
322
326
- Initial release ([ #488 ] ( https://github.com/heroku/buildpacks-nodejs/pull/488 ) )
323
327
324
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...HEAD
328
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...HEAD
329
+ [ 3.5.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...v3.5.2
325
330
[ 3.5.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
326
331
[ 3.5.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...v3.5.0
327
332
[ 3.4.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...v3.4.11
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.1 "
5
+ version = " 3.5.2 "
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.5.2] - 2025-03-28
11
+
12
+ - No changes.
13
+
10
14
## [ 3.5.1] - 2025-03-14
11
15
12
16
- Added Yarn version 4.7.0.
@@ -431,7 +435,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
431
435
### Added
432
436
- Changelog entry for first release ([ #1 ] ( https://github.com/heroku/nodejs-yarn-buildpack/pull/1 ) )
433
437
434
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...HEAD
438
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...HEAD
439
+ [ 3.5.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...v3.5.2
435
440
[ 3.5.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
436
441
[ 3.5.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...v3.5.0
437
442
[ 3.4.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...v3.4.11
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.1 "
5
+ version = " 3.5.2 "
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.2] - 2025-03-28
11
+
12
+ - No changes.
13
+
10
14
## [ 3.5.1] - 2025-03-14
11
15
12
16
- No changes.
@@ -393,7 +397,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
393
397
### Fixed
394
398
- Fix broken builds when a ` package-lock.json ` is missing ([ #9 ] ( https://github.com/heroku/nodejs-npm-buildpack/pull/9 ) )
395
399
396
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...HEAD
400
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...HEAD
401
+ [ 3.5.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...v3.5.2
397
402
[ 3.5.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
398
403
[ 3.5.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...v3.5.0
399
404
[ 3.4.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...v3.4.11
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.1 "
5
+ version = " 3.5.2 "
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.2] - 2025-03-28
11
+
12
+ ### Changed
13
+
14
+ - Updated ` heroku/nodejs-engine ` to ` 3.5.2 ` .
15
+ - Updated ` heroku/nodejs-function-invoker ` to ` 3.5.2 ` .
16
+ - Updated ` heroku/nodejs-npm ` to ` 3.5.2 ` .
17
+
10
18
## [ 3.5.1] - 2025-03-14
11
19
12
20
### Changed
@@ -793,7 +801,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
793
801
### Changed
794
802
* Switch from the Riff based invoker buildpacks to ` heroku/nodejs-function ` ([ #48 ] ( https://github.com/heroku/buildpacks-node/pull/48 ) )
795
803
796
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...HEAD
804
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...HEAD
805
+ [ 3.5.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...v3.5.2
797
806
[ 3.5.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
798
807
[ 3.5.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...v3.5.0
799
808
[ 3.4.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...v3.4.11
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.1 "
5
+ version = " 3.5.2 "
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.1 "
17
+ version = " 3.5.2 "
18
18
19
19
[[order .group ]]
20
20
id = " heroku/nodejs-npm"
21
- version = " 3.5.1 "
21
+ version = " 3.5.2 "
22
22
23
23
[[order .group ]]
24
24
id = " heroku/nodejs-function-invoker"
25
- version = " 3.5.1 "
25
+ version = " 3.5.2 "
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.2] - 2025-03-28
11
+
12
+ ### Changed
13
+
14
+ - Updated ` heroku/nodejs-corepack ` to ` 3.5.2 ` .
15
+ - Updated ` heroku/nodejs-engine ` to ` 3.5.2 ` .
16
+ - Updated ` heroku/nodejs-npm-engine ` to ` 3.5.2 ` .
17
+ - Updated ` heroku/nodejs-npm-install ` to ` 3.5.2 ` .
18
+ - Updated ` heroku/nodejs-pnpm-engine ` to ` 3.5.2 ` .
19
+ - Updated ` heroku/nodejs-pnpm-install ` to ` 3.5.2 ` .
20
+ - Updated ` heroku/nodejs-yarn ` to ` 3.5.2 ` .
21
+
10
22
## [ 3.5.1] - 2025-03-14
11
23
12
24
### Changed
@@ -1017,7 +1029,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1017
1029
### Changed
1018
1030
* Package meta buildpack with latest releases of buildpacks while testing against unreleased.
1019
1031
1020
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...HEAD
1032
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.2...HEAD
1033
+ [ 3.5.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...v3.5.2
1021
1034
[ 3.5.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
1022
1035
[ 3.5.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...v3.5.0
1023
1036
[ 3.4.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...v3.4.11
You can’t perform that action at this time.
0 commit comments