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.2.18] - 2024-10-31
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.17] - 2024-10-25
11
15
12
16
- No changes.
@@ -226,7 +230,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
226
230
227
231
- Initial implementation with libcnb.rs ([ #418 ] ( https://github.com/heroku/buildpacks-nodejs/pull/418 ) )
228
232
229
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.17...HEAD
233
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...HEAD
234
+ [ 3.2.18 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.17...v3.2.18
230
235
[ 3.2.17 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.16...v3.2.17
231
236
[ 3.2.16 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.15...v3.2.16
232
237
[ 3.2.15 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.14...v3.2.15
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.2.17 "
5
+ version = " 3.2.18 "
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.2.18] - 2024-10-31
11
+
10
12
### Added
11
13
12
14
- 22.11.0 (linux-amd64, linux-arm64)
@@ -688,7 +690,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
688
690
- Parse engines and add them to nodejs.toml ([ #25 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/25 ) )
689
691
- Add shellcheck to test suite ([ #24 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/24 ) )
690
692
691
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.17...HEAD
693
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...HEAD
694
+ [ 3.2.18 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.17...v3.2.18
692
695
[ 3.2.17 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.16...v3.2.17
693
696
[ 3.2.16 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.15...v3.2.16
694
697
[ 3.2.15 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.14...v3.2.15
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.2.17 "
5
+ version = " 3.2.18 "
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.2.18] - 2024-10-31
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.17] - 2024-10-25
11
15
12
16
- No changes.
@@ -356,7 +360,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
356
360
### Added
357
361
- Initial implementation ([ #47 ] ( https://github.com/heroku/buildpacks-node/pull/47 ) )
358
362
359
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.17...HEAD
363
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...HEAD
364
+ [ 3.2.18 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.17...v3.2.18
360
365
[ 3.2.17 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.16...v3.2.17
361
366
[ 3.2.16 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.15...v3.2.16
362
367
[ 3.2.15 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.14...v3.2.15
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.2.17 "
5
+ version = " 3.2.18 "
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.2.18] - 2024-10-31
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.17] - 2024-10-25
11
15
12
16
- No changes.
@@ -185,7 +189,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
185
189
186
190
- Initial release
187
191
188
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.17...HEAD
192
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...HEAD
193
+ [ 3.2.18 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.17...v3.2.18
189
194
[ 3.2.17 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.16...v3.2.17
190
195
[ 3.2.16 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.15...v3.2.16
191
196
[ 3.2.15 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.14...v3.2.15
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.2.17 "
5
+ version = " 3.2.18 "
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.2.18] - 2024-10-31
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.17] - 2024-10-25
11
15
12
16
- No changes.
@@ -181,7 +185,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
181
185
182
186
- Initial release
183
187
184
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.17...HEAD
188
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...HEAD
189
+ [ 3.2.18 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.17...v3.2.18
185
190
[ 3.2.17 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.16...v3.2.17
186
191
[ 3.2.16 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.15...v3.2.16
187
192
[ 3.2.15 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.14...v3.2.15
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.2.17 "
5
+ version = " 3.2.18 "
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.2.18] - 2024-10-31
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.17] - 2024-10-25
11
15
12
16
- No changes.
@@ -144,7 +148,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
144
148
145
149
- Initial release
146
150
147
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.17...HEAD
151
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...HEAD
152
+ [ 3.2.18 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.17...v3.2.18
148
153
[ 3.2.17 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.16...v3.2.17
149
154
[ 3.2.16 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.15...v3.2.16
150
155
[ 3.2.15 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.14...v3.2.15
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.2.17 "
5
+ version = " 3.2.18 "
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.2.18] - 2024-10-31
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.17] - 2024-10-25
11
15
12
16
- No changes.
@@ -233,7 +237,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
233
237
234
238
- Initial release ([ #488 ] ( https://github.com/heroku/buildpacks-nodejs/pull/488 ) )
235
239
236
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.17...HEAD
240
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...HEAD
241
+ [ 3.2.18 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.17...v3.2.18
237
242
[ 3.2.17 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.16...v3.2.17
238
243
[ 3.2.16 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.15...v3.2.16
239
244
[ 3.2.15 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.14...v3.2.15
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.2.17 "
5
+ version = " 3.2.18 "
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.2.18] - 2024-10-31
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.17] - 2024-10-25
11
15
12
16
- No changes.
@@ -342,7 +346,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
342
346
### Added
343
347
- Changelog entry for first release ([ #1 ] ( https://github.com/heroku/nodejs-yarn-buildpack/pull/1 ) )
344
348
345
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.17...HEAD
349
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...HEAD
350
+ [ 3.2.18 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.17...v3.2.18
346
351
[ 3.2.17 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.16...v3.2.17
347
352
[ 3.2.16 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.15...v3.2.16
348
353
[ 3.2.15 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.14...v3.2.15
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.2.17 "
5
+ version = " 3.2.18 "
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.2.18] - 2024-10-31
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.17] - 2024-10-25
11
15
12
16
- No changes.
@@ -307,7 +311,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
307
311
### Fixed
308
312
- Fix broken builds when a ` package-lock.json ` is missing ([ #9 ] ( https://github.com/heroku/nodejs-npm-buildpack/pull/9 ) )
309
313
310
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.17...HEAD
314
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...HEAD
315
+ [ 3.2.18 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.17...v3.2.18
311
316
[ 3.2.17 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.16...v3.2.17
312
317
[ 3.2.16 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.15...v3.2.16
313
318
[ 3.2.15 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.14...v3.2.15
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.2.17 "
5
+ version = " 3.2.18 "
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.2.18] - 2024-10-31
11
+
12
+ ### Changed
13
+
14
+ - Updated ` heroku/nodejs-engine ` to ` 3.2.18 ` .
15
+ - Updated ` heroku/nodejs-function-invoker ` to ` 3.2.18 ` .
16
+ - Updated ` heroku/nodejs-npm ` to ` 3.2.18 ` .
17
+
10
18
## [ 3.2.17] - 2024-10-25
11
19
12
20
### Changed
@@ -625,7 +633,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
625
633
### Changed
626
634
* Switch from the Riff based invoker buildpacks to ` heroku/nodejs-function ` ([ #48 ] ( https://github.com/heroku/buildpacks-node/pull/48 ) )
627
635
628
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.17...HEAD
636
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...HEAD
637
+ [ 3.2.18 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.17...v3.2.18
629
638
[ 3.2.17 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.16...v3.2.17
630
639
[ 3.2.16 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.15...v3.2.16
631
640
[ 3.2.15 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.14...v3.2.15
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.2.17 "
5
+ version = " 3.2.18 "
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.2.17 "
17
+ version = " 3.2.18 "
18
18
19
19
[[order .group ]]
20
20
id = " heroku/nodejs-npm"
21
- version = " 3.2.17 "
21
+ version = " 3.2.18 "
22
22
23
23
[[order .group ]]
24
24
id = " heroku/nodejs-function-invoker"
25
- version = " 3.2.17 "
25
+ version = " 3.2.18 "
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.2.18] - 2024-10-31
11
+
12
+ ### Changed
13
+
14
+ - Updated ` heroku/nodejs-corepack ` to ` 3.2.18 ` .
15
+ - Updated ` heroku/nodejs-engine ` to ` 3.2.18 ` .
16
+ - Updated ` heroku/nodejs-npm-engine ` to ` 3.2.18 ` .
17
+ - Updated ` heroku/nodejs-npm-install ` to ` 3.2.18 ` .
18
+ - Updated ` heroku/nodejs-pnpm-engine ` to ` 3.2.18 ` .
19
+ - Updated ` heroku/nodejs-pnpm-install ` to ` 3.2.18 ` .
20
+ - Updated ` heroku/nodejs-yarn ` to ` 3.2.18 ` .
21
+
10
22
## [ 3.2.17] - 2024-10-25
11
23
12
24
### Changed
@@ -765,7 +777,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
765
777
### Changed
766
778
* Package meta buildpack with latest releases of buildpacks while testing against unreleased.
767
779
768
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.17...HEAD
780
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...HEAD
781
+ [ 3.2.18 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.17...v3.2.18
769
782
[ 3.2.17 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.16...v3.2.17
770
783
[ 3.2.16 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.15...v3.2.16
771
784
[ 3.2.15 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.14...v3.2.15
You can’t perform that action at this time.
0 commit comments