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.13] - 2024-09-04
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.12] - 2024-08-27
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 implementation with libcnb.rs ([ #418 ] ( https://github.com/heroku/buildpacks-nodejs/pull/418 ) )
208
212
209
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...HEAD
213
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...HEAD
214
+ [ 3.2.13 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...v3.2.13
210
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
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.12 "
5
+ version = " 3.2.13 "
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.13] - 2024-09-04
11
+
10
12
### Added
11
13
12
14
- 22.8.0 (linux-amd64, linux-arm64)
@@ -652,7 +654,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
652
654
- Parse engines and add them to nodejs.toml ([ #25 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/25 ) )
653
655
- Add shellcheck to test suite ([ #24 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/24 ) )
654
656
655
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...HEAD
657
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...HEAD
658
+ [ 3.2.13 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...v3.2.13
656
659
[ 3.2.12 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...v3.2.12
657
660
[ 3.2.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...v3.2.11
658
661
[ 3.2.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.9...v3.2.10
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.12 "
5
+ version = " 3.2.13 "
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.13] - 2024-09-04
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.12] - 2024-08-27
11
15
12
16
- No changes.
@@ -336,7 +340,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
336
340
### Added
337
341
- Initial implementation ([ #47 ] ( https://github.com/heroku/buildpacks-node/pull/47 ) )
338
342
339
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...HEAD
343
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...HEAD
344
+ [ 3.2.13 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...v3.2.13
340
345
[ 3.2.12 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...v3.2.12
341
346
[ 3.2.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...v3.2.11
342
347
[ 3.2.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.9...v3.2.10
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.12 "
5
+ version = " 3.2.13 "
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.2.13] - 2024-09-04
11
+
10
12
- Added npm version 10.8.3.
13
+
11
14
## [ 3.2.12] - 2024-08-27
12
15
13
16
- No changes.
@@ -166,7 +169,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
166
169
167
170
- Initial release
168
171
169
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...HEAD
172
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...HEAD
173
+ [ 3.2.13 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...v3.2.13
170
174
[ 3.2.12 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...v3.2.12
171
175
[ 3.2.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...v3.2.11
172
176
[ 3.2.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.9...v3.2.10
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.12 "
5
+ version = " 3.2.13 "
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.13] - 2024-09-04
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.12] - 2024-08-27
11
15
12
16
- No changes.
@@ -159,7 +163,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
159
163
160
164
- Initial release
161
165
162
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...HEAD
166
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...HEAD
167
+ [ 3.2.13 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...v3.2.13
163
168
[ 3.2.12 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...v3.2.12
164
169
[ 3.2.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...v3.2.11
165
170
[ 3.2.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.9...v3.2.10
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.12 "
5
+ version = " 3.2.13 "
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.13] - 2024-09-04
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.12] - 2024-08-27
11
15
12
16
- No changes.
@@ -124,7 +128,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
124
128
125
129
- Initial release
126
130
127
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...HEAD
131
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...HEAD
132
+ [ 3.2.13 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...v3.2.13
128
133
[ 3.2.12 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...v3.2.12
129
134
[ 3.2.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...v3.2.11
130
135
[ 3.2.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.9...v3.2.10
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.12 "
5
+ version = " 3.2.13 "
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.13] - 2024-09-04
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.12] - 2024-08-27
11
15
12
16
- No changes.
@@ -211,7 +215,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
211
215
212
216
- Initial release ([ #488 ] ( https://github.com/heroku/buildpacks-nodejs/pull/488 ) )
213
217
214
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...HEAD
218
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...HEAD
219
+ [ 3.2.13 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...v3.2.13
215
220
[ 3.2.12 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...v3.2.12
216
221
[ 3.2.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...v3.2.11
217
222
[ 3.2.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.9...v3.2.10
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.12 "
5
+ version = " 3.2.13 "
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.13] - 2024-09-04
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.12] - 2024-08-27
11
15
12
16
- Added Yarn version 4.4.1.
@@ -318,7 +322,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
318
322
### Added
319
323
- Changelog entry for first release ([ #1 ] ( https://github.com/heroku/nodejs-yarn-buildpack/pull/1 ) )
320
324
321
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...HEAD
325
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...HEAD
326
+ [ 3.2.13 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...v3.2.13
322
327
[ 3.2.12 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...v3.2.12
323
328
[ 3.2.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...v3.2.11
324
329
[ 3.2.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.9...v3.2.10
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.12 "
5
+ version = " 3.2.13 "
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.13] - 2024-09-04
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.12] - 2024-08-27
11
15
12
16
- No changes.
@@ -287,7 +291,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
287
291
### Fixed
288
292
- Fix broken builds when a ` package-lock.json ` is missing ([ #9 ] ( https://github.com/heroku/nodejs-npm-buildpack/pull/9 ) )
289
293
290
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...HEAD
294
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...HEAD
295
+ [ 3.2.13 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...v3.2.13
291
296
[ 3.2.12 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...v3.2.12
292
297
[ 3.2.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...v3.2.11
293
298
[ 3.2.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.9...v3.2.10
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.12 "
5
+ version = " 3.2.13 "
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.13] - 2024-09-04
11
+
12
+ ### Changed
13
+
14
+ - Updated ` heroku/nodejs-engine ` to ` 3.2.13 ` .
15
+ - Updated ` heroku/nodejs-function-invoker ` to ` 3.2.13 ` .
16
+ - Updated ` heroku/nodejs-npm ` to ` 3.2.13 ` .
17
+
10
18
## [ 3.2.12] - 2024-08-27
11
19
12
20
### Changed
@@ -585,7 +593,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
585
593
### Changed
586
594
* Switch from the Riff based invoker buildpacks to ` heroku/nodejs-function ` ([ #48 ] ( https://github.com/heroku/buildpacks-node/pull/48 ) )
587
595
588
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...HEAD
596
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...HEAD
597
+ [ 3.2.13 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...v3.2.13
589
598
[ 3.2.12 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...v3.2.12
590
599
[ 3.2.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...v3.2.11
591
600
[ 3.2.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.9...v3.2.10
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.12 "
5
+ version = " 3.2.13 "
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.12 "
17
+ version = " 3.2.13 "
18
18
19
19
[[order .group ]]
20
20
id = " heroku/nodejs-npm"
21
- version = " 3.2.12 "
21
+ version = " 3.2.13 "
22
22
23
23
[[order .group ]]
24
24
id = " heroku/nodejs-function-invoker"
25
- version = " 3.2.12 "
25
+ version = " 3.2.13 "
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.13] - 2024-09-04
11
+
12
+ ### Changed
13
+
14
+ - Updated ` heroku/nodejs-corepack ` to ` 3.2.13 ` .
15
+ - Updated ` heroku/nodejs-engine ` to ` 3.2.13 ` .
16
+ - Updated ` heroku/nodejs-npm-engine ` to ` 3.2.13 ` .
17
+ - Updated ` heroku/nodejs-npm-install ` to ` 3.2.13 ` .
18
+ - Updated ` heroku/nodejs-pnpm-engine ` to ` 3.2.13 ` .
19
+ - Updated ` heroku/nodejs-pnpm-install ` to ` 3.2.13 ` .
20
+ - Updated ` heroku/nodejs-yarn ` to ` 3.2.13 ` .
21
+
10
22
## [ 3.2.12] - 2024-08-27
11
23
12
24
### Changed
@@ -705,7 +717,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
705
717
### Changed
706
718
* Package meta buildpack with latest releases of buildpacks while testing against unreleased.
707
719
708
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...HEAD
720
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...HEAD
721
+ [ 3.2.13 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...v3.2.13
709
722
[ 3.2.12 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...v3.2.12
710
723
[ 3.2.11 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...v3.2.11
711
724
[ 3.2.10 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.9...v3.2.10
You can’t perform that action at this time.
0 commit comments