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.8] - 2025-02-14
11
+
12
+ - No changes.
13
+
10
14
## [ 3.4.7] - 2025-02-12
11
15
12
16
- No changes.
@@ -290,7 +294,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
290
294
291
295
- Initial implementation with libcnb.rs ([ #418 ] ( https://github.com/heroku/buildpacks-nodejs/pull/418 ) )
292
296
293
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...HEAD
297
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.8...HEAD
298
+ [ 3.4.8 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...v3.4.8
294
299
[ 3.4.7 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...v3.4.7
295
300
[ 3.4.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.5...v3.4.6
296
301
[ 3.4.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.4...v3.4.5
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.7 "
5
+ version = " 3.4.8 "
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.8] - 2025-02-14
11
+
10
12
### Added
11
13
12
14
- 23.8.0 (linux-amd64, linux-arm64)
@@ -770,7 +772,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
770
772
- Parse engines and add them to nodejs.toml ([ #25 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/25 ) )
771
773
- Add shellcheck to test suite ([ #24 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/24 ) )
772
774
773
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...HEAD
775
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.8...HEAD
776
+ [ 3.4.8 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...v3.4.8
774
777
[ 3.4.7 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...v3.4.7
775
778
[ 3.4.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.5...v3.4.6
776
779
[ 3.4.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.4...v3.4.5
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.7 "
5
+ version = " 3.4.8 "
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.8] - 2025-02-14
11
+
12
+ - No changes.
13
+
10
14
## [ 3.4.7] - 2025-02-12
11
15
12
16
- No changes.
@@ -416,7 +420,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
416
420
### Added
417
421
- Initial implementation ([ #47 ] ( https://github.com/heroku/buildpacks-node/pull/47 ) )
418
422
419
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...HEAD
423
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.8...HEAD
424
+ [ 3.4.8 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...v3.4.8
420
425
[ 3.4.7 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...v3.4.7
421
426
[ 3.4.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.5...v3.4.6
422
427
[ 3.4.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.4...v3.4.5
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.7 "
5
+ version = " 3.4.8 "
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.8] - 2025-02-14
11
+
12
+ - No changes.
13
+
10
14
## [ 3.4.7] - 2025-02-12
11
15
12
16
- Added npm version 11.1.0.
@@ -248,7 +252,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
248
252
249
253
- Initial release
250
254
251
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...HEAD
255
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.8...HEAD
256
+ [ 3.4.8 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...v3.4.8
252
257
[ 3.4.7 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...v3.4.7
253
258
[ 3.4.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.5...v3.4.6
254
259
[ 3.4.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.4...v3.4.5
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.7 "
5
+ version = " 3.4.8 "
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.8] - 2025-02-14
11
+
12
+ - No changes.
13
+
10
14
## [ 3.4.7] - 2025-02-12
11
15
12
16
- No changes.
@@ -248,7 +252,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
248
252
249
253
- Initial release
250
254
251
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...HEAD
255
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.8...HEAD
256
+ [ 3.4.8 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...v3.4.8
252
257
[ 3.4.7 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...v3.4.7
253
258
[ 3.4.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.5...v3.4.6
254
259
[ 3.4.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.4...v3.4.5
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.7 "
5
+ version = " 3.4.8 "
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.8] - 2025-02-14
11
+
12
+ - No changes.
13
+
10
14
## [ 3.4.7] - 2025-02-12
11
15
12
16
- No changes.
@@ -206,7 +210,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
206
210
207
211
- Initial release
208
212
209
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...HEAD
213
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.8...HEAD
214
+ [ 3.4.8 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...v3.4.8
210
215
[ 3.4.7 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...v3.4.7
211
216
[ 3.4.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.5...v3.4.6
212
217
[ 3.4.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.4...v3.4.5
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.7 "
5
+ version = " 3.4.8 "
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.8] - 2025-02-14
11
+
12
+ - No changes.
13
+
10
14
## [ 3.4.7] - 2025-02-12
11
15
12
16
- No changes.
@@ -295,7 +299,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
295
299
296
300
- Initial release ([ #488 ] ( https://github.com/heroku/buildpacks-nodejs/pull/488 ) )
297
301
298
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...HEAD
302
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.8...HEAD
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
301
306
[ 3.4.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.4...v3.4.5
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.7 "
5
+ version = " 3.4.8 "
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.8] - 2025-02-14
11
+
12
+ - No changes.
13
+
10
14
## [ 3.4.7] - 2025-02-12
11
15
12
16
- No changes.
@@ -405,7 +409,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
405
409
### Added
406
410
- Changelog entry for first release ([ #1 ] ( https://github.com/heroku/nodejs-yarn-buildpack/pull/1 ) )
407
411
408
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...HEAD
412
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.8...HEAD
413
+ [ 3.4.8 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...v3.4.8
409
414
[ 3.4.7 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...v3.4.7
410
415
[ 3.4.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.5...v3.4.6
411
416
[ 3.4.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.4...v3.4.5
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.7 "
5
+ version = " 3.4.8 "
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.8] - 2025-02-14
11
+
12
+ - No changes.
13
+
10
14
## [ 3.4.7] - 2025-02-12
11
15
12
16
- No changes.
@@ -367,7 +371,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
367
371
### Fixed
368
372
- Fix broken builds when a ` package-lock.json ` is missing ([ #9 ] ( https://github.com/heroku/nodejs-npm-buildpack/pull/9 ) )
369
373
370
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...HEAD
374
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.8...HEAD
375
+ [ 3.4.8 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...v3.4.8
371
376
[ 3.4.7 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...v3.4.7
372
377
[ 3.4.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.5...v3.4.6
373
378
[ 3.4.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.4...v3.4.5
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.7 "
5
+ version = " 3.4.8 "
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.8] - 2025-02-14
11
+
12
+ ### Changed
13
+
14
+ - Updated ` heroku/nodejs-engine ` to ` 3.4.8 ` .
15
+ - Updated ` heroku/nodejs-function-invoker ` to ` 3.4.8 ` .
16
+ - Updated ` heroku/nodejs-npm ` to ` 3.4.8 ` .
17
+
10
18
## [ 3.4.7] - 2025-02-12
11
19
12
20
### Changed
@@ -745,7 +753,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
745
753
### Changed
746
754
* Switch from the Riff based invoker buildpacks to ` heroku/nodejs-function ` ([ #48 ] ( https://github.com/heroku/buildpacks-node/pull/48 ) )
747
755
748
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...HEAD
756
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.8...HEAD
757
+ [ 3.4.8 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...v3.4.8
749
758
[ 3.4.7 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...v3.4.7
750
759
[ 3.4.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.5...v3.4.6
751
760
[ 3.4.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.4...v3.4.5
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.7 "
5
+ version = " 3.4.8 "
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.7 "
17
+ version = " 3.4.8 "
18
18
19
19
[[order .group ]]
20
20
id = " heroku/nodejs-npm"
21
- version = " 3.4.7 "
21
+ version = " 3.4.8 "
22
22
23
23
[[order .group ]]
24
24
id = " heroku/nodejs-function-invoker"
25
- version = " 3.4.7 "
25
+ version = " 3.4.8 "
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.8] - 2025-02-14
11
+
12
+ ### Changed
13
+
14
+ - Updated ` heroku/nodejs-corepack ` to ` 3.4.8 ` .
15
+ - Updated ` heroku/nodejs-engine ` to ` 3.4.8 ` .
16
+ - Updated ` heroku/nodejs-npm-engine ` to ` 3.4.8 ` .
17
+ - Updated ` heroku/nodejs-npm-install ` to ` 3.4.8 ` .
18
+ - Updated ` heroku/nodejs-pnpm-engine ` to ` 3.4.8 ` .
19
+ - Updated ` heroku/nodejs-pnpm-install ` to ` 3.4.8 ` .
20
+ - Updated ` heroku/nodejs-yarn ` to ` 3.4.8 ` .
21
+
10
22
## [ 3.4.7] - 2025-02-12
11
23
12
24
### Changed
@@ -945,7 +957,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
945
957
### Changed
946
958
* Package meta buildpack with latest releases of buildpacks while testing against unreleased.
947
959
948
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...HEAD
960
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.8...HEAD
961
+ [ 3.4.8 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...v3.4.8
949
962
[ 3.4.7 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...v3.4.7
950
963
[ 3.4.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.5...v3.4.6
951
964
[ 3.4.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.4...v3.4.5
You can’t perform that action at this time.
0 commit comments