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.9] - 2025-02-21
11
+
12
+ - No changes.
13
+
10
14
## [ 3.4.8] - 2025-02-14
11
15
12
16
- No changes.
@@ -294,7 +298,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
294
298
295
299
- Initial implementation with libcnb.rs ([ #418 ] ( https://github.com/heroku/buildpacks-nodejs/pull/418 ) )
296
300
297
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.8...HEAD
301
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...HEAD
302
+ [ 3.4.9 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.8...v3.4.9
298
303
[ 3.4.8 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...v3.4.8
299
304
[ 3.4.7 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...v3.4.7
300
305
[ 3.4.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.5...v3.4.6
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.8 "
5
+ version = " 3.4.9 "
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.9] - 2025-02-21
11
+
10
12
### Added
11
13
12
14
- 18.20.7 (linux-amd64, linux-arm64)
@@ -776,7 +778,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
776
778
- Parse engines and add them to nodejs.toml ([ #25 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/25 ) )
777
779
- Add shellcheck to test suite ([ #24 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/24 ) )
778
780
779
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.8...HEAD
781
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...HEAD
782
+ [ 3.4.9 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.8...v3.4.9
780
783
[ 3.4.8 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...v3.4.8
781
784
[ 3.4.7 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...v3.4.7
782
785
[ 3.4.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.5...v3.4.6
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.8 "
5
+ version = " 3.4.9 "
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.9] - 2025-02-21
11
+
12
+ - No changes.
13
+
10
14
## [ 3.4.8] - 2025-02-14
11
15
12
16
- No changes.
@@ -420,7 +424,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
420
424
### Added
421
425
- Initial implementation ([ #47 ] ( https://github.com/heroku/buildpacks-node/pull/47 ) )
422
426
423
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.8...HEAD
427
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...HEAD
428
+ [ 3.4.9 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.8...v3.4.9
424
429
[ 3.4.8 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...v3.4.8
425
430
[ 3.4.7 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...v3.4.7
426
431
[ 3.4.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.5...v3.4.6
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.8 "
5
+ version = " 3.4.9 "
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.9] - 2025-02-21
11
+
12
+ - No changes.
13
+
10
14
## [ 3.4.8] - 2025-02-14
11
15
12
16
- No changes.
@@ -252,7 +256,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
252
256
253
257
- Initial release
254
258
255
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.8...HEAD
259
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...HEAD
260
+ [ 3.4.9 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.8...v3.4.9
256
261
[ 3.4.8 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...v3.4.8
257
262
[ 3.4.7 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...v3.4.7
258
263
[ 3.4.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.5...v3.4.6
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.8 "
5
+ version = " 3.4.9 "
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.9] - 2025-02-21
11
+
12
+ - No changes.
13
+
10
14
## [ 3.4.8] - 2025-02-14
11
15
12
16
- No changes.
@@ -252,7 +256,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
252
256
253
257
- Initial release
254
258
255
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.8...HEAD
259
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...HEAD
260
+ [ 3.4.9 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.8...v3.4.9
256
261
[ 3.4.8 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...v3.4.8
257
262
[ 3.4.7 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...v3.4.7
258
263
[ 3.4.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.5...v3.4.6
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.8 "
5
+ version = " 3.4.9 "
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.9] - 2025-02-21
11
+
12
+ - No changes.
13
+
10
14
## [ 3.4.8] - 2025-02-14
11
15
12
16
- No changes.
@@ -210,7 +214,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
210
214
211
215
- Initial release
212
216
213
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.8...HEAD
217
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...HEAD
218
+ [ 3.4.9 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.8...v3.4.9
214
219
[ 3.4.8 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...v3.4.8
215
220
[ 3.4.7 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...v3.4.7
216
221
[ 3.4.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.5...v3.4.6
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.8 "
5
+ version = " 3.4.9 "
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.9] - 2025-02-21
11
+
12
+ - No changes.
13
+
10
14
## [ 3.4.8] - 2025-02-14
11
15
12
16
- No changes.
@@ -299,7 +303,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
299
303
300
304
- Initial release ([ #488 ] ( https://github.com/heroku/buildpacks-nodejs/pull/488 ) )
301
305
302
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.8...HEAD
306
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...HEAD
307
+ [ 3.4.9 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.8...v3.4.9
303
308
[ 3.4.8 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...v3.4.8
304
309
[ 3.4.7 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...v3.4.7
305
310
[ 3.4.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.5...v3.4.6
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.8 "
5
+ version = " 3.4.9 "
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.9] - 2025-02-21
11
+
12
+ - No changes.
13
+
10
14
## [ 3.4.8] - 2025-02-14
11
15
12
16
- No changes.
@@ -409,7 +413,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
409
413
### Added
410
414
- Changelog entry for first release ([ #1 ] ( https://github.com/heroku/nodejs-yarn-buildpack/pull/1 ) )
411
415
412
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.8...HEAD
416
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...HEAD
417
+ [ 3.4.9 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.8...v3.4.9
413
418
[ 3.4.8 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...v3.4.8
414
419
[ 3.4.7 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...v3.4.7
415
420
[ 3.4.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.5...v3.4.6
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.8 "
5
+ version = " 3.4.9 "
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.9] - 2025-02-21
11
+
12
+ - No changes.
13
+
10
14
## [ 3.4.8] - 2025-02-14
11
15
12
16
- No changes.
@@ -371,7 +375,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
371
375
### Fixed
372
376
- Fix broken builds when a ` package-lock.json ` is missing ([ #9 ] ( https://github.com/heroku/nodejs-npm-buildpack/pull/9 ) )
373
377
374
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.8...HEAD
378
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...HEAD
379
+ [ 3.4.9 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.8...v3.4.9
375
380
[ 3.4.8 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...v3.4.8
376
381
[ 3.4.7 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...v3.4.7
377
382
[ 3.4.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.5...v3.4.6
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.8 "
5
+ version = " 3.4.9 "
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.9] - 2025-02-21
11
+
12
+ ### Changed
13
+
14
+ - Updated ` heroku/nodejs-engine ` to ` 3.4.9 ` .
15
+ - Updated ` heroku/nodejs-function-invoker ` to ` 3.4.9 ` .
16
+ - Updated ` heroku/nodejs-npm ` to ` 3.4.9 ` .
17
+
10
18
## [ 3.4.8] - 2025-02-14
11
19
12
20
### Changed
@@ -753,7 +761,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
753
761
### Changed
754
762
* Switch from the Riff based invoker buildpacks to ` heroku/nodejs-function ` ([ #48 ] ( https://github.com/heroku/buildpacks-node/pull/48 ) )
755
763
756
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.8...HEAD
764
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...HEAD
765
+ [ 3.4.9 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.8...v3.4.9
757
766
[ 3.4.8 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...v3.4.8
758
767
[ 3.4.7 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...v3.4.7
759
768
[ 3.4.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.5...v3.4.6
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.8 "
5
+ version = " 3.4.9 "
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.8 "
17
+ version = " 3.4.9 "
18
18
19
19
[[order .group ]]
20
20
id = " heroku/nodejs-npm"
21
- version = " 3.4.8 "
21
+ version = " 3.4.9 "
22
22
23
23
[[order .group ]]
24
24
id = " heroku/nodejs-function-invoker"
25
- version = " 3.4.8 "
25
+ version = " 3.4.9 "
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.9] - 2025-02-21
11
+
12
+ ### Changed
13
+
14
+ - Updated ` heroku/nodejs-corepack ` to ` 3.4.9 ` .
15
+ - Updated ` heroku/nodejs-engine ` to ` 3.4.9 ` .
16
+ - Updated ` heroku/nodejs-npm-engine ` to ` 3.4.9 ` .
17
+ - Updated ` heroku/nodejs-npm-install ` to ` 3.4.9 ` .
18
+ - Updated ` heroku/nodejs-pnpm-engine ` to ` 3.4.9 ` .
19
+ - Updated ` heroku/nodejs-pnpm-install ` to ` 3.4.9 ` .
20
+ - Updated ` heroku/nodejs-yarn ` to ` 3.4.9 ` .
21
+
10
22
## [ 3.4.8] - 2025-02-14
11
23
12
24
### Changed
@@ -957,7 +969,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
957
969
### Changed
958
970
* Package meta buildpack with latest releases of buildpacks while testing against unreleased.
959
971
960
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.8...HEAD
972
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...HEAD
973
+ [ 3.4.9 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.8...v3.4.9
961
974
[ 3.4.8 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...v3.4.8
962
975
[ 3.4.7 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...v3.4.7
963
976
[ 3.4.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.5...v3.4.6
You can’t perform that action at this time.
0 commit comments