File tree 22 files changed +98
-40
lines changed
22 files changed +98
-40
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.1] - 2025-01-07
11
+
12
+ - No changes.
13
+
10
14
## [ 3.4.0] - 2024-12-13
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 implementation with libcnb.rs ([ #418 ] ( https://github.com/heroku/buildpacks-nodejs/pull/418 ) )
262
266
263
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.0...HEAD
267
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.1...HEAD
268
+ [ 3.4.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.0...v3.4.1
264
269
[ 3.4.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.5...v3.4.0
265
270
[ 3.3.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.4...v3.3.5
266
271
[ 3.3.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...v3.3.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.0 "
5
+ version = " 3.4.1 "
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.1] - 2025-01-07
11
+
10
12
### Added
11
13
12
14
- 23.5.0 (linux-amd64, linux-arm64)
@@ -731,7 +733,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
731
733
- Parse engines and add them to nodejs.toml ([ #25 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/25 ) )
732
734
- Add shellcheck to test suite ([ #24 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/24 ) )
733
735
734
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.0...HEAD
736
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.1...HEAD
737
+ [ 3.4.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.0...v3.4.1
735
738
[ 3.4.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.5...v3.4.0
736
739
[ 3.3.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.4...v3.3.5
737
740
[ 3.3.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...v3.3.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.0 "
5
+ version = " 3.4.1 "
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.1] - 2025-01-07
11
+
12
+ - No changes.
13
+
10
14
## [ 3.4.0] - 2024-12-13
11
15
12
16
- No changes.
@@ -388,7 +392,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
388
392
### Added
389
393
- Initial implementation ([ #47 ] ( https://github.com/heroku/buildpacks-node/pull/47 ) )
390
394
391
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.0...HEAD
395
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.1...HEAD
396
+ [ 3.4.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.0...v3.4.1
392
397
[ 3.4.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.5...v3.4.0
393
398
[ 3.3.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.4...v3.3.5
394
399
[ 3.3.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...v3.3.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.0 "
5
+ version = " 3.4.1 "
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,11 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 3.4.1] - 2025-01-07
11
+
10
12
### Changed
11
13
12
14
- Added npm version 11.0.0.
13
15
- Replaced ` commons ` output module with ` bullet_stream ` . ([ #993 ] ( https://github.com/heroku/buildpacks-nodejs/pull/993 ) )
14
-
16
+
15
17
## [ 3.4.0] - 2024-12-13
16
18
17
19
- No changes.
@@ -222,7 +224,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
222
224
223
225
- Initial release
224
226
225
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.0...HEAD
227
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.1...HEAD
228
+ [ 3.4.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.0...v3.4.1
226
229
[ 3.4.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.5...v3.4.0
227
230
[ 3.3.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.4...v3.3.5
228
231
[ 3.3.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...v3.3.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.0 "
5
+ version = " 3.4.1 "
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,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.1] - 2025-01-07
11
+
10
12
### Changed
11
13
12
14
- Replaced ` commons ` output module with ` bullet_stream ` ([ #993 ] ( https://github.com/heroku/buildpacks-nodejs/pull/993 ) )
@@ -219,7 +221,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
219
221
220
222
- Initial release
221
223
222
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.0...HEAD
224
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.1...HEAD
225
+ [ 3.4.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.0...v3.4.1
223
226
[ 3.4.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.5...v3.4.0
224
227
[ 3.3.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.4...v3.3.5
225
228
[ 3.3.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...v3.3.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.0 "
5
+ version = " 3.4.1 "
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,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.1] - 2025-01-07
11
+
10
12
### Changed
11
13
12
14
- Replaced ` commons ` output module with ` bullet_stream ` ([ #993 ] ( https://github.com/heroku/buildpacks-nodejs/pull/993 ) )
@@ -180,7 +182,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
180
182
181
183
- Initial release
182
184
183
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.0...HEAD
185
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.1...HEAD
186
+ [ 3.4.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.0...v3.4.1
184
187
[ 3.4.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.5...v3.4.0
185
188
[ 3.3.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.4...v3.3.5
186
189
[ 3.3.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...v3.3.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.0 "
5
+ version = " 3.4.1 "
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.1] - 2025-01-07
11
+
12
+ - No changes.
13
+
10
14
## [ 3.4.0] - 2024-12-13
11
15
12
16
### Changed
@@ -267,7 +271,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
267
271
268
272
- Initial release ([ #488 ] ( https://github.com/heroku/buildpacks-nodejs/pull/488 ) )
269
273
270
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.0...HEAD
274
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.1...HEAD
275
+ [ 3.4.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.0...v3.4.1
271
276
[ 3.4.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.5...v3.4.0
272
277
[ 3.3.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.4...v3.3.5
273
278
[ 3.3.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...v3.3.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.0 "
5
+ version = " 3.4.1 "
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,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.1] - 2025-01-07
11
+
10
12
- Added Yarn version 4.6.0.
13
+
11
14
## [ 3.4.0] - 2024-12-13
12
15
13
16
### Changed
@@ -378,7 +381,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
378
381
### Added
379
382
- Changelog entry for first release ([ #1 ] ( https://github.com/heroku/nodejs-yarn-buildpack/pull/1 ) )
380
383
381
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.0...HEAD
384
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.1...HEAD
385
+ [ 3.4.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.0...v3.4.1
382
386
[ 3.4.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.5...v3.4.0
383
387
[ 3.3.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.4...v3.3.5
384
388
[ 3.3.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...v3.3.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.0 "
5
+ version = " 3.4.1 "
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.1] - 2025-01-07
11
+
12
+ - No changes.
13
+
10
14
## [ 3.4.0] - 2024-12-13
11
15
12
16
- No changes.
@@ -339,7 +343,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
339
343
### Fixed
340
344
- Fix broken builds when a ` package-lock.json ` is missing ([ #9 ] ( https://github.com/heroku/nodejs-npm-buildpack/pull/9 ) )
341
345
342
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.0...HEAD
346
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.1...HEAD
347
+ [ 3.4.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.0...v3.4.1
343
348
[ 3.4.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.5...v3.4.0
344
349
[ 3.3.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.4...v3.3.5
345
350
[ 3.3.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...v3.3.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.0 "
5
+ version = " 3.4.1 "
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.1] - 2025-01-07
11
+
12
+ ### Changed
13
+
14
+ - Updated ` heroku/nodejs-engine ` to ` 3.4.1 ` .
15
+ - Updated ` heroku/nodejs-function-invoker ` to ` 3.4.1 ` .
16
+ - Updated ` heroku/nodejs-npm ` to ` 3.4.1 ` .
17
+
10
18
## [ 3.4.0] - 2024-12-13
11
19
12
20
### Changed
@@ -689,7 +697,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
689
697
### Changed
690
698
* Switch from the Riff based invoker buildpacks to ` heroku/nodejs-function ` ([ #48 ] ( https://github.com/heroku/buildpacks-node/pull/48 ) )
691
699
692
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.0...HEAD
700
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.1...HEAD
701
+ [ 3.4.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.0...v3.4.1
693
702
[ 3.4.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.5...v3.4.0
694
703
[ 3.3.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.4...v3.3.5
695
704
[ 3.3.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...v3.3.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.0 "
5
+ version = " 3.4.1 "
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.0 "
17
+ version = " 3.4.1 "
18
18
19
19
[[order .group ]]
20
20
id = " heroku/nodejs-npm"
21
- version = " 3.4.0 "
21
+ version = " 3.4.1 "
22
22
23
23
[[order .group ]]
24
24
id = " heroku/nodejs-function-invoker"
25
- version = " 3.4.0 "
25
+ version = " 3.4.1 "
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.1] - 2025-01-07
11
+
12
+ ### Changed
13
+
14
+ - Updated ` heroku/nodejs-corepack ` to ` 3.4.1 ` .
15
+ - Updated ` heroku/nodejs-engine ` to ` 3.4.1 ` .
16
+ - Updated ` heroku/nodejs-npm-engine ` to ` 3.4.1 ` .
17
+ - Updated ` heroku/nodejs-npm-install ` to ` 3.4.1 ` .
18
+ - Updated ` heroku/nodejs-pnpm-engine ` to ` 3.4.1 ` .
19
+ - Updated ` heroku/nodejs-pnpm-install ` to ` 3.4.1 ` .
20
+ - Updated ` heroku/nodejs-yarn ` to ` 3.4.1 ` .
21
+
10
22
## [ 3.4.0] - 2024-12-13
11
23
12
24
### Changed
@@ -861,7 +873,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
861
873
### Changed
862
874
* Package meta buildpack with latest releases of buildpacks while testing against unreleased.
863
875
864
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.0...HEAD
876
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.1...HEAD
877
+ [ 3.4.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.4.0...v3.4.1
865
878
[ 3.4.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.5...v3.4.0
866
879
[ 3.3.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.4...v3.3.5
867
880
[ 3.3.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...v3.3.4
You can’t perform that action at this time.
0 commit comments