File tree 22 files changed +105
-39
lines changed
22 files changed +105
-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.7] - 2025-02-12
11
+
12
+ - No changes.
13
+
10
14
## [ 3.4.6] - 2025-02-11
11
15
12
16
- No changes.
@@ -286,7 +290,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
286
290
287
291
- Initial implementation with libcnb.rs ([ #418 ] ( https://github.com/heroku/buildpacks-nodejs/pull/418 ) )
288
292
289
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...HEAD
293
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...HEAD
294
+ [ 3.4.7 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...v3.4.7
290
295
[ 3.4.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.5...v3.4.6
291
296
[ 3.4.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.4...v3.4.5
292
297
[ 3.4.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.3...v3.4.4
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.6 "
5
+ version = " 3.4.7 "
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,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.7] - 2025-02-12
11
+
12
+ - No changes.
13
+
10
14
## [ 3.4.6] - 2025-02-11
11
15
12
16
### Added
@@ -764,7 +768,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
764
768
- Parse engines and add them to nodejs.toml ([ #25 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/25 ) )
765
769
- Add shellcheck to test suite ([ #24 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/24 ) )
766
770
767
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...HEAD
771
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...HEAD
772
+ [ 3.4.7 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...v3.4.7
768
773
[ 3.4.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.5...v3.4.6
769
774
[ 3.4.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.4...v3.4.5
770
775
[ 3.4.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.3...v3.4.4
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.6 "
5
+ version = " 3.4.7 "
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.7] - 2025-02-12
11
+
12
+ - No changes.
13
+
10
14
## [ 3.4.6] - 2025-02-11
11
15
12
16
- No changes.
@@ -412,7 +416,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
412
416
### Added
413
417
- Initial implementation ([ #47 ] ( https://github.com/heroku/buildpacks-node/pull/47 ) )
414
418
415
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...HEAD
419
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...HEAD
420
+ [ 3.4.7 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...v3.4.7
416
421
[ 3.4.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.5...v3.4.6
417
422
[ 3.4.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.4...v3.4.5
418
423
[ 3.4.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.3...v3.4.4
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.6 "
5
+ version = " 3.4.7 "
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.4.7] - 2025-02-12
11
+
10
12
- Added npm version 11.1.0.
13
+
11
14
## [ 3.4.6] - 2025-02-11
12
15
13
16
- No changes.
@@ -245,7 +248,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
245
248
246
249
- Initial release
247
250
248
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...HEAD
251
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...HEAD
252
+ [ 3.4.7 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...v3.4.7
249
253
[ 3.4.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.5...v3.4.6
250
254
[ 3.4.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.4...v3.4.5
251
255
[ 3.4.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.3...v3.4.4
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.6 "
5
+ version = " 3.4.7 "
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.7] - 2025-02-12
11
+
12
+ - No changes.
13
+
10
14
## [ 3.4.6] - 2025-02-11
11
15
12
16
- No changes.
@@ -244,7 +248,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
244
248
245
249
- Initial release
246
250
247
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...HEAD
251
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...HEAD
252
+ [ 3.4.7 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...v3.4.7
248
253
[ 3.4.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.5...v3.4.6
249
254
[ 3.4.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.4...v3.4.5
250
255
[ 3.4.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.3...v3.4.4
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.6 "
5
+ version = " 3.4.7 "
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.7] - 2025-02-12
11
+
12
+ - No changes.
13
+
10
14
## [ 3.4.6] - 2025-02-11
11
15
12
16
- No changes.
@@ -202,7 +206,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
202
206
203
207
- Initial release
204
208
205
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...HEAD
209
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...HEAD
210
+ [ 3.4.7 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...v3.4.7
206
211
[ 3.4.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.5...v3.4.6
207
212
[ 3.4.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.4...v3.4.5
208
213
[ 3.4.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.3...v3.4.4
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.6 "
5
+ version = " 3.4.7 "
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.7] - 2025-02-12
11
+
12
+ - No changes.
13
+
10
14
## [ 3.4.6] - 2025-02-11
11
15
12
16
- No changes.
@@ -291,7 +295,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
291
295
292
296
- Initial release ([ #488 ] ( https://github.com/heroku/buildpacks-nodejs/pull/488 ) )
293
297
294
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...HEAD
298
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...HEAD
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
297
302
[ 3.4.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.3...v3.4.4
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.6 "
5
+ version = " 3.4.7 "
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.7] - 2025-02-12
11
+
12
+ - No changes.
13
+
10
14
## [ 3.4.6] - 2025-02-11
11
15
12
16
- No changes.
@@ -401,7 +405,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
401
405
### Added
402
406
- Changelog entry for first release ([ #1 ] ( https://github.com/heroku/nodejs-yarn-buildpack/pull/1 ) )
403
407
404
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...HEAD
408
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...HEAD
409
+ [ 3.4.7 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...v3.4.7
405
410
[ 3.4.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.5...v3.4.6
406
411
[ 3.4.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.4...v3.4.5
407
412
[ 3.4.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.3...v3.4.4
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.6 "
5
+ version = " 3.4.7 "
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.7] - 2025-02-12
11
+
12
+ - No changes.
13
+
10
14
## [ 3.4.6] - 2025-02-11
11
15
12
16
- No changes.
@@ -363,7 +367,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
363
367
### Fixed
364
368
- Fix broken builds when a ` package-lock.json ` is missing ([ #9 ] ( https://github.com/heroku/nodejs-npm-buildpack/pull/9 ) )
365
369
366
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...HEAD
370
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...HEAD
371
+ [ 3.4.7 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...v3.4.7
367
372
[ 3.4.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.5...v3.4.6
368
373
[ 3.4.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.4...v3.4.5
369
374
[ 3.4.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.3...v3.4.4
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.6 "
5
+ version = " 3.4.7 "
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.7] - 2025-02-12
11
+
12
+ ### Changed
13
+
14
+ - Updated ` heroku/nodejs-engine ` to ` 3.4.7 ` .
15
+ - Updated ` heroku/nodejs-function-invoker ` to ` 3.4.7 ` .
16
+ - Updated ` heroku/nodejs-npm ` to ` 3.4.7 ` .
17
+
10
18
## [ 3.4.6] - 2025-02-11
11
19
12
20
### Changed
@@ -737,7 +745,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
737
745
### Changed
738
746
* Switch from the Riff based invoker buildpacks to ` heroku/nodejs-function ` ([ #48 ] ( https://github.com/heroku/buildpacks-node/pull/48 ) )
739
747
740
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...HEAD
748
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...HEAD
749
+ [ 3.4.7 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...v3.4.7
741
750
[ 3.4.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.5...v3.4.6
742
751
[ 3.4.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.4...v3.4.5
743
752
[ 3.4.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.3...v3.4.4
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.6 "
5
+ version = " 3.4.7 "
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.6 "
17
+ version = " 3.4.7 "
18
18
19
19
[[order .group ]]
20
20
id = " heroku/nodejs-npm"
21
- version = " 3.4.6 "
21
+ version = " 3.4.7 "
22
22
23
23
[[order .group ]]
24
24
id = " heroku/nodejs-function-invoker"
25
- version = " 3.4.6 "
25
+ version = " 3.4.7 "
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.7] - 2025-02-12
11
+
12
+ ### Changed
13
+
14
+ - Updated ` heroku/nodejs-corepack ` to ` 3.4.7 ` .
15
+ - Updated ` heroku/nodejs-engine ` to ` 3.4.7 ` .
16
+ - Updated ` heroku/nodejs-npm-engine ` to ` 3.4.7 ` .
17
+ - Updated ` heroku/nodejs-npm-install ` to ` 3.4.7 ` .
18
+ - Updated ` heroku/nodejs-pnpm-engine ` to ` 3.4.7 ` .
19
+ - Updated ` heroku/nodejs-pnpm-install ` to ` 3.4.7 ` .
20
+ - Updated ` heroku/nodejs-yarn ` to ` 3.4.7 ` .
21
+
10
22
## [ 3.4.6] - 2025-02-11
11
23
12
24
### Changed
@@ -933,7 +945,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
933
945
### Changed
934
946
* Package meta buildpack with latest releases of buildpacks while testing against unreleased.
935
947
936
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...HEAD
948
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.7...HEAD
949
+ [ 3.4.7 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.6...v3.4.7
937
950
[ 3.4.6 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.5...v3.4.6
938
951
[ 3.4.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.4...v3.4.5
939
952
[ 3.4.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.3...v3.4.4
You can’t perform that action at this time.
0 commit comments