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.10] - 2025-02-25
11
+
12
+ - No changes.
13
+
10
14
## [ 3.4.9] - 2025-02-21
11
15
12
16
- No changes.
@@ -298,7 +302,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
298
302
299
303
- Initial implementation with libcnb.rs ([ #418 ] ( https://github.com/heroku/buildpacks-nodejs/pull/418 ) )
300
304
301
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...HEAD
305
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...HEAD
306
+ [ 3.4.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...v3.4.10
302
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
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.9 "
5
+ version = " 3.4.10 "
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.10] - 2025-02-25
11
+
10
12
### Removed
11
13
12
14
- Removing the layer responsible for registering the Node.js Runtime Metrics collector. ([ #1021 ] ( https://github.com/heroku/buildpacks-nodejs/pull/1021 ) )
@@ -782,7 +784,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
782
784
- Parse engines and add them to nodejs.toml ([ #25 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/25 ) )
783
785
- Add shellcheck to test suite ([ #24 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/24 ) )
784
786
785
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...HEAD
787
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...HEAD
788
+ [ 3.4.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...v3.4.10
786
789
[ 3.4.9 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.8...v3.4.9
787
790
[ 3.4.8 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...v3.4.8
788
791
[ 3.4.7 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...v3.4.7
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.9 "
5
+ version = " 3.4.10 "
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.10] - 2025-02-25
11
+
12
+ - No changes.
13
+
10
14
## [ 3.4.9] - 2025-02-21
11
15
12
16
- No changes.
@@ -424,7 +428,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
424
428
### Added
425
429
- Initial implementation ([ #47 ] ( https://github.com/heroku/buildpacks-node/pull/47 ) )
426
430
427
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...HEAD
431
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...HEAD
432
+ [ 3.4.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...v3.4.10
428
433
[ 3.4.9 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.8...v3.4.9
429
434
[ 3.4.8 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...v3.4.8
430
435
[ 3.4.7 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...v3.4.7
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.9 "
5
+ version = " 3.4.10 "
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.10] - 2025-02-25
11
+
12
+ - No changes.
13
+
10
14
## [ 3.4.9] - 2025-02-21
11
15
12
16
- No changes.
@@ -256,7 +260,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
256
260
257
261
- Initial release
258
262
259
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...HEAD
263
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...HEAD
264
+ [ 3.4.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...v3.4.10
260
265
[ 3.4.9 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.8...v3.4.9
261
266
[ 3.4.8 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...v3.4.8
262
267
[ 3.4.7 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...v3.4.7
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.9 "
5
+ version = " 3.4.10 "
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.10] - 2025-02-25
11
+
12
+ - No changes.
13
+
10
14
## [ 3.4.9] - 2025-02-21
11
15
12
16
- No changes.
@@ -256,7 +260,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
256
260
257
261
- Initial release
258
262
259
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...HEAD
263
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...HEAD
264
+ [ 3.4.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...v3.4.10
260
265
[ 3.4.9 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.8...v3.4.9
261
266
[ 3.4.8 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...v3.4.8
262
267
[ 3.4.7 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...v3.4.7
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.9 "
5
+ version = " 3.4.10 "
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.10] - 2025-02-25
11
+
12
+ - No changes.
13
+
10
14
## [ 3.4.9] - 2025-02-21
11
15
12
16
- No changes.
@@ -214,7 +218,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
214
218
215
219
- Initial release
216
220
217
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...HEAD
221
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...HEAD
222
+ [ 3.4.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...v3.4.10
218
223
[ 3.4.9 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.8...v3.4.9
219
224
[ 3.4.8 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...v3.4.8
220
225
[ 3.4.7 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...v3.4.7
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.9 "
5
+ version = " 3.4.10 "
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.10] - 2025-02-25
11
+
12
+ - No changes.
13
+
10
14
## [ 3.4.9] - 2025-02-21
11
15
12
16
- No changes.
@@ -303,7 +307,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
303
307
304
308
- Initial release ([ #488 ] ( https://github.com/heroku/buildpacks-nodejs/pull/488 ) )
305
309
306
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...HEAD
310
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...HEAD
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
309
314
[ 3.4.7 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...v3.4.7
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.9 "
5
+ version = " 3.4.10 "
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.10] - 2025-02-25
11
+
12
+ - No changes.
13
+
10
14
## [ 3.4.9] - 2025-02-21
11
15
12
16
- No changes.
@@ -413,7 +417,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
413
417
### Added
414
418
- Changelog entry for first release ([ #1 ] ( https://github.com/heroku/nodejs-yarn-buildpack/pull/1 ) )
415
419
416
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...HEAD
420
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...HEAD
421
+ [ 3.4.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...v3.4.10
417
422
[ 3.4.9 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.8...v3.4.9
418
423
[ 3.4.8 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...v3.4.8
419
424
[ 3.4.7 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...v3.4.7
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.9 "
5
+ version = " 3.4.10 "
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.10] - 2025-02-25
11
+
12
+ - No changes.
13
+
10
14
## [ 3.4.9] - 2025-02-21
11
15
12
16
- No changes.
@@ -375,7 +379,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
375
379
### Fixed
376
380
- Fix broken builds when a ` package-lock.json ` is missing ([ #9 ] ( https://github.com/heroku/nodejs-npm-buildpack/pull/9 ) )
377
381
378
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...HEAD
382
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...HEAD
383
+ [ 3.4.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...v3.4.10
379
384
[ 3.4.9 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.8...v3.4.9
380
385
[ 3.4.8 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...v3.4.8
381
386
[ 3.4.7 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...v3.4.7
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.9 "
5
+ version = " 3.4.10 "
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.10] - 2025-02-25
11
+
12
+ ### Changed
13
+
14
+ - Updated ` heroku/nodejs-engine ` to ` 3.4.10 ` .
15
+ - Updated ` heroku/nodejs-function-invoker ` to ` 3.4.10 ` .
16
+ - Updated ` heroku/nodejs-npm ` to ` 3.4.10 ` .
17
+
10
18
## [ 3.4.9] - 2025-02-21
11
19
12
20
### Changed
@@ -761,7 +769,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
761
769
### Changed
762
770
* Switch from the Riff based invoker buildpacks to ` heroku/nodejs-function ` ([ #48 ] ( https://github.com/heroku/buildpacks-node/pull/48 ) )
763
771
764
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...HEAD
772
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...HEAD
773
+ [ 3.4.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...v3.4.10
765
774
[ 3.4.9 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.8...v3.4.9
766
775
[ 3.4.8 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...v3.4.8
767
776
[ 3.4.7 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...v3.4.7
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.9 "
5
+ version = " 3.4.10 "
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.9 "
17
+ version = " 3.4.10 "
18
18
19
19
[[order .group ]]
20
20
id = " heroku/nodejs-npm"
21
- version = " 3.4.9 "
21
+ version = " 3.4.10 "
22
22
23
23
[[order .group ]]
24
24
id = " heroku/nodejs-function-invoker"
25
- version = " 3.4.9 "
25
+ version = " 3.4.10 "
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.10] - 2025-02-25
11
+
12
+ ### Changed
13
+
14
+ - Updated ` heroku/nodejs-corepack ` to ` 3.4.10 ` .
15
+ - Updated ` heroku/nodejs-engine ` to ` 3.4.10 ` .
16
+ - Updated ` heroku/nodejs-npm-engine ` to ` 3.4.10 ` .
17
+ - Updated ` heroku/nodejs-npm-install ` to ` 3.4.10 ` .
18
+ - Updated ` heroku/nodejs-pnpm-engine ` to ` 3.4.10 ` .
19
+ - Updated ` heroku/nodejs-pnpm-install ` to ` 3.4.10 ` .
20
+ - Updated ` heroku/nodejs-yarn ` to ` 3.4.10 ` .
21
+
10
22
## [ 3.4.9] - 2025-02-21
11
23
12
24
### Changed
@@ -969,7 +981,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
969
981
### Changed
970
982
* Package meta buildpack with latest releases of buildpacks while testing against unreleased.
971
983
972
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...HEAD
984
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.10...HEAD
985
+ [ 3.4.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.9...v3.4.10
973
986
[ 3.4.9 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.8...v3.4.9
974
987
[ 3.4.8 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...v3.4.8
975
988
[ 3.4.7 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...v3.4.7
You can’t perform that action at this time.
0 commit comments