File tree 22 files changed +102
-39
lines changed
22 files changed +102
-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.1] - 2025-03-14
11
+
12
+ - No changes.
13
+
10
14
## [ 3.5.0] - 2025-02-28
11
15
12
16
### Changed
@@ -312,7 +316,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
312
316
313
317
- Initial implementation with libcnb.rs ([ #418 ] ( https://github.com/heroku/buildpacks-nodejs/pull/418 ) )
314
318
315
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...HEAD
319
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...HEAD
320
+ [ 3.5.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
316
321
[ 3.5.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...v3.5.0
317
322
[ 3.4.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...v3.4.11
318
323
[ 3.4.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...v3.4.10
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.0 "
5
+ version = " 3.5.1 "
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.1] - 2025-03-14
11
+
10
12
### Added
11
13
12
14
- 23.10.0 (linux-amd64, linux-arm64)
@@ -801,7 +803,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
801
803
- Parse engines and add them to nodejs.toml ([ #25 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/25 ) )
802
804
- Add shellcheck to test suite ([ #24 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/24 ) )
803
805
804
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...HEAD
806
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...HEAD
807
+ [ 3.5.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
805
808
[ 3.5.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...v3.5.0
806
809
[ 3.4.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...v3.4.11
807
810
[ 3.4.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...v3.4.10
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.0 "
5
+ version = " 3.5.1 "
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.1] - 2025-03-14
11
+
12
+ - No changes.
13
+
10
14
## [ 3.5.0] - 2025-02-28
11
15
12
16
### Changed
@@ -438,7 +442,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
438
442
### Added
439
443
- Initial implementation ([ #47 ] ( https://github.com/heroku/buildpacks-node/pull/47 ) )
440
444
441
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...HEAD
445
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...HEAD
446
+ [ 3.5.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
442
447
[ 3.5.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...v3.5.0
443
448
[ 3.4.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...v3.4.11
444
449
[ 3.4.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...v3.4.10
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.0 "
5
+ version = " 3.5.1 "
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.5.1] - 2025-03-14
11
+
10
12
- Added npm version 11.2.0.
13
+
11
14
## [ 3.5.0] - 2025-02-28
12
15
13
16
### Changed
@@ -271,7 +274,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
271
274
272
275
- Initial release
273
276
274
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...HEAD
277
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...HEAD
278
+ [ 3.5.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
275
279
[ 3.5.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...v3.5.0
276
280
[ 3.4.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...v3.4.11
277
281
[ 3.4.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...v3.4.10
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.0 "
5
+ version = " 3.5.1 "
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.1] - 2025-03-14
11
+
12
+ - No changes.
13
+
10
14
## [ 3.5.0] - 2025-02-28
11
15
12
16
### Changed
@@ -270,7 +274,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
270
274
271
275
- Initial release
272
276
273
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...HEAD
277
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...HEAD
278
+ [ 3.5.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
274
279
[ 3.5.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...v3.5.0
275
280
[ 3.4.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...v3.4.11
276
281
[ 3.4.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...v3.4.10
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.0 "
5
+ version = " 3.5.1 "
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.1] - 2025-03-14
11
+
12
+ - No changes.
13
+
10
14
## [ 3.5.0] - 2025-02-28
11
15
12
16
### Changed
@@ -228,7 +232,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
228
232
229
233
- Initial release
230
234
231
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...HEAD
235
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...HEAD
236
+ [ 3.5.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
232
237
[ 3.5.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...v3.5.0
233
238
[ 3.4.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...v3.4.11
234
239
[ 3.4.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...v3.4.10
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.0 "
5
+ version = " 3.5.1 "
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.1] - 2025-03-14
11
+
12
+ - No changes.
13
+
10
14
## [ 3.5.0] - 2025-02-28
11
15
12
16
### Changed
@@ -317,7 +321,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
317
321
318
322
- Initial release ([ #488 ] ( https://github.com/heroku/buildpacks-nodejs/pull/488 ) )
319
323
320
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...HEAD
324
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...HEAD
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
323
328
[ 3.4.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...v3.4.10
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.0 "
5
+ version = " 3.5.1 "
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,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.5.1] - 2025-03-14
11
+
10
12
- Added Yarn version 4.7.0.
13
+
11
14
## [ 3.5.0] - 2025-02-28
12
15
13
16
### Changed
@@ -428,7 +431,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
428
431
### Added
429
432
- Changelog entry for first release ([ #1 ] ( https://github.com/heroku/nodejs-yarn-buildpack/pull/1 ) )
430
433
431
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...HEAD
434
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...HEAD
435
+ [ 3.5.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
432
436
[ 3.5.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...v3.5.0
433
437
[ 3.4.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...v3.4.11
434
438
[ 3.4.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...v3.4.10
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.0 "
5
+ version = " 3.5.1 "
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.1] - 2025-03-14
11
+
12
+ - No changes.
13
+
10
14
## [ 3.5.0] - 2025-02-28
11
15
12
16
### Changed
@@ -389,7 +393,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
389
393
### Fixed
390
394
- Fix broken builds when a ` package-lock.json ` is missing ([ #9 ] ( https://github.com/heroku/nodejs-npm-buildpack/pull/9 ) )
391
395
392
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...HEAD
396
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...HEAD
397
+ [ 3.5.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
393
398
[ 3.5.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...v3.5.0
394
399
[ 3.4.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...v3.4.11
395
400
[ 3.4.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...v3.4.10
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.0 "
5
+ version = " 3.5.1 "
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.1] - 2025-03-14
11
+
12
+ ### Changed
13
+
14
+ - Updated ` heroku/nodejs-engine ` to ` 3.5.1 ` .
15
+ - Updated ` heroku/nodejs-function-invoker ` to ` 3.5.1 ` .
16
+ - Updated ` heroku/nodejs-npm ` to ` 3.5.1 ` .
17
+
10
18
## [ 3.5.0] - 2025-02-28
11
19
12
20
### Changed
@@ -785,7 +793,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
785
793
### Changed
786
794
* Switch from the Riff based invoker buildpacks to ` heroku/nodejs-function ` ([ #48 ] ( https://github.com/heroku/buildpacks-node/pull/48 ) )
787
795
788
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...HEAD
796
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...HEAD
797
+ [ 3.5.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
789
798
[ 3.5.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...v3.5.0
790
799
[ 3.4.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...v3.4.11
791
800
[ 3.4.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...v3.4.10
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.0 "
5
+ version = " 3.5.1 "
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.0 "
17
+ version = " 3.5.1 "
18
18
19
19
[[order .group ]]
20
20
id = " heroku/nodejs-npm"
21
- version = " 3.5.0 "
21
+ version = " 3.5.1 "
22
22
23
23
[[order .group ]]
24
24
id = " heroku/nodejs-function-invoker"
25
- version = " 3.5.0 "
25
+ version = " 3.5.1 "
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.1] - 2025-03-14
11
+
12
+ ### Changed
13
+
14
+ - Updated ` heroku/nodejs-corepack ` to ` 3.5.1 ` .
15
+ - Updated ` heroku/nodejs-engine ` to ` 3.5.1 ` .
16
+ - Updated ` heroku/nodejs-npm-engine ` to ` 3.5.1 ` .
17
+ - Updated ` heroku/nodejs-npm-install ` to ` 3.5.1 ` .
18
+ - Updated ` heroku/nodejs-pnpm-engine ` to ` 3.5.1 ` .
19
+ - Updated ` heroku/nodejs-pnpm-install ` to ` 3.5.1 ` .
20
+ - Updated ` heroku/nodejs-yarn ` to ` 3.5.1 ` .
21
+
10
22
## [ 3.5.0] - 2025-02-28
11
23
12
24
### Changed
@@ -1005,7 +1017,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1005
1017
### Changed
1006
1018
* Package meta buildpack with latest releases of buildpacks while testing against unreleased.
1007
1019
1008
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...HEAD
1020
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.1...HEAD
1021
+ [ 3.5.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.5.0...v3.5.1
1009
1022
[ 3.5.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...v3.5.0
1010
1023
[ 3.4.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...v3.4.11
1011
1024
[ 3.4.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...v3.4.10
You can’t perform that action at this time.
0 commit comments