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.4.11] - 2025-02-27
11
+
12
+ - No changes.
13
+
10
14
## [ 3.4.10] - 2025-02-25
11
15
12
16
- No changes.
@@ -302,7 +306,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
302
306
303
307
- Initial implementation with libcnb.rs ([ #418 ] ( https://github.com/heroku/buildpacks-nodejs/pull/418 ) )
304
308
305
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...HEAD
309
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...HEAD
310
+ [ 3.4.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...v3.4.11
306
311
[ 3.4.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...v3.4.10
307
312
[ 3.4.9 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.8...v3.4.9
308
313
[ 3.4.8 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...v3.4.8
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.4.10 "
5
+ version = " 3.4.11 "
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.4.11] - 2025-02-27
11
+
10
12
### Added
11
13
12
14
- 23.9.0 (linux-amd64, linux-arm64)
@@ -788,7 +790,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
788
790
- Parse engines and add them to nodejs.toml ([ #25 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/25 ) )
789
791
- Add shellcheck to test suite ([ #24 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/24 ) )
790
792
791
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...HEAD
793
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...HEAD
794
+ [ 3.4.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...v3.4.11
792
795
[ 3.4.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...v3.4.10
793
796
[ 3.4.9 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.8...v3.4.9
794
797
[ 3.4.8 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...v3.4.8
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.4.10 "
5
+ version = " 3.4.11 "
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.4.11] - 2025-02-27
11
+
12
+ - No changes.
13
+
10
14
## [ 3.4.10] - 2025-02-25
11
15
12
16
- No changes.
@@ -428,7 +432,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
428
432
### Added
429
433
- Initial implementation ([ #47 ] ( https://github.com/heroku/buildpacks-node/pull/47 ) )
430
434
431
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...HEAD
435
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...HEAD
436
+ [ 3.4.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...v3.4.11
432
437
[ 3.4.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...v3.4.10
433
438
[ 3.4.9 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.8...v3.4.9
434
439
[ 3.4.8 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...v3.4.8
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.4.10 "
5
+ version = " 3.4.11 "
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.4.11] - 2025-02-27
11
+
12
+ - No changes.
13
+
10
14
## [ 3.4.10] - 2025-02-25
11
15
12
16
- No changes.
@@ -260,7 +264,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
260
264
261
265
- Initial release
262
266
263
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...HEAD
267
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...HEAD
268
+ [ 3.4.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...v3.4.11
264
269
[ 3.4.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...v3.4.10
265
270
[ 3.4.9 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.8...v3.4.9
266
271
[ 3.4.8 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...v3.4.8
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.4.10 "
5
+ version = " 3.4.11 "
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.4.11] - 2025-02-27
11
+
12
+ - No changes.
13
+
10
14
## [ 3.4.10] - 2025-02-25
11
15
12
16
- No changes.
@@ -260,7 +264,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
260
264
261
265
- Initial release
262
266
263
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...HEAD
267
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...HEAD
268
+ [ 3.4.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...v3.4.11
264
269
[ 3.4.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...v3.4.10
265
270
[ 3.4.9 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.8...v3.4.9
266
271
[ 3.4.8 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...v3.4.8
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.4.10 "
5
+ version = " 3.4.11 "
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.4.11] - 2025-02-27
11
+
12
+ - No changes.
13
+
10
14
## [ 3.4.10] - 2025-02-25
11
15
12
16
- No changes.
@@ -218,7 +222,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
218
222
219
223
- Initial release
220
224
221
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...HEAD
225
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...HEAD
226
+ [ 3.4.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...v3.4.11
222
227
[ 3.4.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...v3.4.10
223
228
[ 3.4.9 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.8...v3.4.9
224
229
[ 3.4.8 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...v3.4.8
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.4.10 "
5
+ version = " 3.4.11 "
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.4.11] - 2025-02-27
11
+
12
+ - No changes.
13
+
10
14
## [ 3.4.10] - 2025-02-25
11
15
12
16
- No changes.
@@ -307,7 +311,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
307
311
308
312
- Initial release ([ #488 ] ( https://github.com/heroku/buildpacks-nodejs/pull/488 ) )
309
313
310
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...HEAD
314
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...HEAD
315
+ [ 3.4.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...v3.4.11
311
316
[ 3.4.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...v3.4.10
312
317
[ 3.4.9 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.8...v3.4.9
313
318
[ 3.4.8 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...v3.4.8
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.4.10 "
5
+ version = " 3.4.11 "
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.4.11] - 2025-02-27
11
+
12
+ - No changes.
13
+
10
14
## [ 3.4.10] - 2025-02-25
11
15
12
16
- No changes.
@@ -417,7 +421,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
417
421
### Added
418
422
- Changelog entry for first release ([ #1 ] ( https://github.com/heroku/nodejs-yarn-buildpack/pull/1 ) )
419
423
420
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...HEAD
424
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...HEAD
425
+ [ 3.4.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...v3.4.11
421
426
[ 3.4.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...v3.4.10
422
427
[ 3.4.9 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.8...v3.4.9
423
428
[ 3.4.8 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...v3.4.8
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.4.10 "
5
+ version = " 3.4.11 "
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.4.11] - 2025-02-27
11
+
12
+ - No changes.
13
+
10
14
## [ 3.4.10] - 2025-02-25
11
15
12
16
- No changes.
@@ -379,7 +383,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
379
383
### Fixed
380
384
- Fix broken builds when a ` package-lock.json ` is missing ([ #9 ] ( https://github.com/heroku/nodejs-npm-buildpack/pull/9 ) )
381
385
382
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...HEAD
386
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...HEAD
387
+ [ 3.4.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...v3.4.11
383
388
[ 3.4.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...v3.4.10
384
389
[ 3.4.9 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.8...v3.4.9
385
390
[ 3.4.8 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...v3.4.8
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.4.10 "
5
+ version = " 3.4.11 "
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.4.11] - 2025-02-27
11
+
12
+ ### Changed
13
+
14
+ - Updated ` heroku/nodejs-engine ` to ` 3.4.11 ` .
15
+ - Updated ` heroku/nodejs-function-invoker ` to ` 3.4.11 ` .
16
+ - Updated ` heroku/nodejs-npm ` to ` 3.4.11 ` .
17
+
10
18
## [ 3.4.10] - 2025-02-25
11
19
12
20
### Changed
@@ -769,7 +777,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
769
777
### Changed
770
778
* Switch from the Riff based invoker buildpacks to ` heroku/nodejs-function ` ([ #48 ] ( https://github.com/heroku/buildpacks-node/pull/48 ) )
771
779
772
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...HEAD
780
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...HEAD
781
+ [ 3.4.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...v3.4.11
773
782
[ 3.4.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...v3.4.10
774
783
[ 3.4.9 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.8...v3.4.9
775
784
[ 3.4.8 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...v3.4.8
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.4.10 "
5
+ version = " 3.4.11 "
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.4.10 "
17
+ version = " 3.4.11 "
18
18
19
19
[[order .group ]]
20
20
id = " heroku/nodejs-npm"
21
- version = " 3.4.10 "
21
+ version = " 3.4.11 "
22
22
23
23
[[order .group ]]
24
24
id = " heroku/nodejs-function-invoker"
25
- version = " 3.4.10 "
25
+ version = " 3.4.11 "
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.4.11] - 2025-02-27
11
+
12
+ ### Changed
13
+
14
+ - Updated ` heroku/nodejs-corepack ` to ` 3.4.11 ` .
15
+ - Updated ` heroku/nodejs-engine ` to ` 3.4.11 ` .
16
+ - Updated ` heroku/nodejs-npm-engine ` to ` 3.4.11 ` .
17
+ - Updated ` heroku/nodejs-npm-install ` to ` 3.4.11 ` .
18
+ - Updated ` heroku/nodejs-pnpm-engine ` to ` 3.4.11 ` .
19
+ - Updated ` heroku/nodejs-pnpm-install ` to ` 3.4.11 ` .
20
+ - Updated ` heroku/nodejs-yarn ` to ` 3.4.11 ` .
21
+
10
22
## [ 3.4.10] - 2025-02-25
11
23
12
24
### Changed
@@ -981,7 +993,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
981
993
### Changed
982
994
* Package meta buildpack with latest releases of buildpacks while testing against unreleased.
983
995
984
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...HEAD
996
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.11...HEAD
997
+ [ 3.4.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...v3.4.11
985
998
[ 3.4.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...v3.4.10
986
999
[ 3.4.9 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.8...v3.4.9
987
1000
[ 3.4.8 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...v3.4.8
You can’t perform that action at this time.
0 commit comments