File tree 22 files changed +103
-39
lines changed
22 files changed +103
-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.12] - 2024-08-27
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.11] - 2024-08-12
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 implementation with libcnb.rs ([ #418 ] ( https://github.com/heroku/buildpacks-nodejs/pull/418 ) )
204
208
205
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...HEAD
209
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...HEAD
210
+ [ 3.2.12 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...v3.2.12
206
211
[ 3.2.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...v3.2.11
207
212
[ 3.2.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.9...v3.2.10
208
213
[ 3.2.9 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.8...v3.2.9
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.11 "
5
+ version = " 3.2.12 "
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.12] - 2024-08-27
11
+
10
12
### Added
11
13
12
14
- 22.7.0 (linux-amd64, linux-arm64)
@@ -646,7 +648,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
646
648
- Parse engines and add them to nodejs.toml ([ #25 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/25 ) )
647
649
- Add shellcheck to test suite ([ #24 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/24 ) )
648
650
649
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...HEAD
651
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...HEAD
652
+ [ 3.2.12 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...v3.2.12
650
653
[ 3.2.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...v3.2.11
651
654
[ 3.2.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.9...v3.2.10
652
655
[ 3.2.9 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.8...v3.2.9
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.11 "
5
+ version = " 3.2.12 "
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.12] - 2024-08-27
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.11] - 2024-08-12
11
15
12
16
- No changes.
@@ -332,7 +336,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
332
336
### Added
333
337
- Initial implementation ([ #47 ] ( https://github.com/heroku/buildpacks-node/pull/47 ) )
334
338
335
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...HEAD
339
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...HEAD
340
+ [ 3.2.12 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...v3.2.12
336
341
[ 3.2.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...v3.2.11
337
342
[ 3.2.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.9...v3.2.10
338
343
[ 3.2.9 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.8...v3.2.9
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.11 "
5
+ version = " 3.2.12 "
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.12] - 2024-08-27
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.11] - 2024-08-12
11
15
12
16
- No changes.
@@ -161,7 +165,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
161
165
162
166
- Initial release
163
167
164
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...HEAD
168
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...HEAD
169
+ [ 3.2.12 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...v3.2.12
165
170
[ 3.2.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...v3.2.11
166
171
[ 3.2.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.9...v3.2.10
167
172
[ 3.2.9 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.8...v3.2.9
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.11 "
5
+ version = " 3.2.12 "
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.12] - 2024-08-27
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.11] - 2024-08-12
11
15
12
16
- No changes.
@@ -155,7 +159,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
155
159
156
160
- Initial release
157
161
158
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...HEAD
162
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...HEAD
163
+ [ 3.2.12 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...v3.2.12
159
164
[ 3.2.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...v3.2.11
160
165
[ 3.2.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.9...v3.2.10
161
166
[ 3.2.9 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.8...v3.2.9
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.11 "
5
+ version = " 3.2.12 "
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.12] - 2024-08-27
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.11] - 2024-08-12
11
15
12
16
- No changes.
@@ -120,7 +124,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
120
124
121
125
- Initial release
122
126
123
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...HEAD
127
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...HEAD
128
+ [ 3.2.12 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...v3.2.12
124
129
[ 3.2.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...v3.2.11
125
130
[ 3.2.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.9...v3.2.10
126
131
[ 3.2.9 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.8...v3.2.9
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.11 "
5
+ version = " 3.2.12 "
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.12] - 2024-08-27
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.11] - 2024-08-12
11
15
12
16
- No changes.
@@ -207,7 +211,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
207
211
208
212
- Initial release ([ #488 ] ( https://github.com/heroku/buildpacks-nodejs/pull/488 ) )
209
213
210
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...HEAD
214
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...HEAD
215
+ [ 3.2.12 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...v3.2.12
211
216
[ 3.2.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...v3.2.11
212
217
[ 3.2.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.9...v3.2.10
213
218
[ 3.2.9 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.8...v3.2.9
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.11 "
5
+ version = " 3.2.12 "
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,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 3.2.12] - 2024-08-27
11
+
10
12
- Added Yarn version 4.4.1.
11
13
- Added Yarn version 3.8.5.
14
+
12
15
## [ 3.2.11] - 2024-08-12
13
16
14
17
- Added Yarn version 4.4.0.
@@ -315,7 +318,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
315
318
### Added
316
319
- Changelog entry for first release ([ #1 ] ( https://github.com/heroku/nodejs-yarn-buildpack/pull/1 ) )
317
320
318
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...HEAD
321
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...HEAD
322
+ [ 3.2.12 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...v3.2.12
319
323
[ 3.2.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...v3.2.11
320
324
[ 3.2.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.9...v3.2.10
321
325
[ 3.2.9 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.8...v3.2.9
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.11 "
5
+ version = " 3.2.12 "
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.12] - 2024-08-27
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.11] - 2024-08-12
11
15
12
16
- No changes.
@@ -283,7 +287,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
283
287
### Fixed
284
288
- Fix broken builds when a ` package-lock.json ` is missing ([ #9 ] ( https://github.com/heroku/nodejs-npm-buildpack/pull/9 ) )
285
289
286
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...HEAD
290
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...HEAD
291
+ [ 3.2.12 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...v3.2.12
287
292
[ 3.2.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...v3.2.11
288
293
[ 3.2.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.9...v3.2.10
289
294
[ 3.2.9 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.8...v3.2.9
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.11 "
5
+ version = " 3.2.12 "
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.12] - 2024-08-27
11
+
12
+ ### Changed
13
+
14
+ - Updated ` heroku/nodejs-engine ` to ` 3.2.12 ` .
15
+ - Updated ` heroku/nodejs-function-invoker ` to ` 3.2.12 ` .
16
+ - Updated ` heroku/nodejs-npm ` to ` 3.2.12 ` .
17
+
10
18
## [ 3.2.11] - 2024-08-12
11
19
12
20
### Changed
@@ -577,7 +585,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
577
585
### Changed
578
586
* Switch from the Riff based invoker buildpacks to ` heroku/nodejs-function ` ([ #48 ] ( https://github.com/heroku/buildpacks-node/pull/48 ) )
579
587
580
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...HEAD
588
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...HEAD
589
+ [ 3.2.12 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...v3.2.12
581
590
[ 3.2.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...v3.2.11
582
591
[ 3.2.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.9...v3.2.10
583
592
[ 3.2.9 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.8...v3.2.9
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.11 "
5
+ version = " 3.2.12 "
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.11 "
17
+ version = " 3.2.12 "
18
18
19
19
[[order .group ]]
20
20
id = " heroku/nodejs-npm"
21
- version = " 3.2.11 "
21
+ version = " 3.2.12 "
22
22
23
23
[[order .group ]]
24
24
id = " heroku/nodejs-function-invoker"
25
- version = " 3.2.11 "
25
+ version = " 3.2.12 "
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.12] - 2024-08-27
11
+
12
+ ### Changed
13
+
14
+ - Updated ` heroku/nodejs-corepack ` to ` 3.2.12 ` .
15
+ - Updated ` heroku/nodejs-engine ` to ` 3.2.12 ` .
16
+ - Updated ` heroku/nodejs-npm-engine ` to ` 3.2.12 ` .
17
+ - Updated ` heroku/nodejs-npm-install ` to ` 3.2.12 ` .
18
+ - Updated ` heroku/nodejs-pnpm-engine ` to ` 3.2.12 ` .
19
+ - Updated ` heroku/nodejs-pnpm-install ` to ` 3.2.12 ` .
20
+ - Updated ` heroku/nodejs-yarn ` to ` 3.2.12 ` .
21
+
10
22
## [ 3.2.11] - 2024-08-12
11
23
12
24
### Changed
@@ -693,7 +705,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
693
705
### Changed
694
706
* Package meta buildpack with latest releases of buildpacks while testing against unreleased.
695
707
696
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...HEAD
708
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...HEAD
709
+ [ 3.2.12 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...v3.2.12
697
710
[ 3.2.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...v3.2.11
698
711
[ 3.2.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.9...v3.2.10
699
712
[ 3.2.9 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.8...v3.2.9
You can’t perform that action at this time.
0 commit comments