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.3.5] - 2024-12-11
11
+
12
+ - No changes.
13
+
10
14
## [ 3.3.4] - 2024-12-05
11
15
12
16
- No changes.
@@ -252,7 +256,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
252
256
253
257
- Initial implementation with libcnb.rs ([ #418 ] ( https://github.com/heroku/buildpacks-nodejs/pull/418 ) )
254
258
255
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.4...HEAD
259
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.5...HEAD
260
+ [ 3.3.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.4...v3.3.5
256
261
[ 3.3.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...v3.3.4
257
262
[ 3.3.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...v3.3.3
258
263
[ 3.3.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...v3.3.2
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.3.4 "
5
+ version = " 3.3.5 "
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.3.5] - 2024-12-11
11
+
10
12
### Added
11
13
12
14
- 23.4.0 (linux-amd64, linux-arm64)
@@ -723,7 +725,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
723
725
- Parse engines and add them to nodejs.toml ([ #25 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/25 ) )
724
726
- Add shellcheck to test suite ([ #24 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/24 ) )
725
727
726
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.4...HEAD
728
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.5...HEAD
729
+ [ 3.3.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.4...v3.3.5
727
730
[ 3.3.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...v3.3.4
728
731
[ 3.3.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...v3.3.3
729
732
[ 3.3.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...v3.3.2
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.3.4 "
5
+ version = " 3.3.5 "
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.3.5] - 2024-12-11
11
+
12
+ - No changes.
13
+
10
14
## [ 3.3.4] - 2024-12-05
11
15
12
16
- No changes.
@@ -380,7 +384,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
380
384
### Added
381
385
- Initial implementation ([ #47 ] ( https://github.com/heroku/buildpacks-node/pull/47 ) )
382
386
383
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.4...HEAD
387
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.5...HEAD
388
+ [ 3.3.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.4...v3.3.5
384
389
[ 3.3.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...v3.3.4
385
390
[ 3.3.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...v3.3.3
386
391
[ 3.3.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...v3.3.2
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.3.4 "
5
+ version = " 3.3.5 "
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.3.5] - 2024-12-11
11
+
10
12
- Added npm version 9.9.4.
13
+
11
14
## [ 3.3.4] - 2024-12-05
12
15
13
16
- Added npm version 10.9.2.
@@ -210,7 +213,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
210
213
211
214
- Initial release
212
215
213
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.4...HEAD
216
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.5...HEAD
217
+ [ 3.3.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.4...v3.3.5
214
218
[ 3.3.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...v3.3.4
215
219
[ 3.3.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...v3.3.3
216
220
[ 3.3.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...v3.3.2
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.3.4 "
5
+ version = " 3.3.5 "
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.3.5] - 2024-12-11
11
+
12
+ - No changes.
13
+
10
14
## [ 3.3.4] - 2024-12-05
11
15
12
16
- No changes.
@@ -205,7 +209,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
205
209
206
210
- Initial release
207
211
208
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.4...HEAD
212
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.5...HEAD
213
+ [ 3.3.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.4...v3.3.5
209
214
[ 3.3.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...v3.3.4
210
215
[ 3.3.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...v3.3.3
211
216
[ 3.3.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...v3.3.2
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.3.4 "
5
+ version = " 3.3.5 "
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.3.5] - 2024-12-11
11
+
12
+ - No changes.
13
+
10
14
## [ 3.3.4] - 2024-12-05
11
15
12
16
- No changes.
@@ -168,7 +172,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
168
172
169
173
- Initial release
170
174
171
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.4...HEAD
175
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.5...HEAD
176
+ [ 3.3.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.4...v3.3.5
172
177
[ 3.3.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...v3.3.4
173
178
[ 3.3.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...v3.3.3
174
179
[ 3.3.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...v3.3.2
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.3.4 "
5
+ version = " 3.3.5 "
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.3.5] - 2024-12-11
11
+
12
+ - No changes.
13
+
10
14
## [ 3.3.4] - 2024-12-05
11
15
12
16
- No changes.
@@ -257,7 +261,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
257
261
258
262
- Initial release ([ #488 ] ( https://github.com/heroku/buildpacks-nodejs/pull/488 ) )
259
263
260
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.4...HEAD
264
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.5...HEAD
265
+ [ 3.3.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.4...v3.3.5
261
266
[ 3.3.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...v3.3.4
262
267
[ 3.3.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...v3.3.3
263
268
[ 3.3.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...v3.3.2
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.3.4 "
5
+ version = " 3.3.5 "
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.3.5] - 2024-12-11
11
+
12
+ - No changes.
13
+
10
14
## [ 3.3.4] - 2024-12-05
11
15
12
16
- Added Yarn version 4.5.3.
@@ -367,7 +371,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
367
371
### Added
368
372
- Changelog entry for first release ([ #1 ] ( https://github.com/heroku/nodejs-yarn-buildpack/pull/1 ) )
369
373
370
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.4...HEAD
374
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.5...HEAD
375
+ [ 3.3.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.4...v3.3.5
371
376
[ 3.3.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...v3.3.4
372
377
[ 3.3.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...v3.3.3
373
378
[ 3.3.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...v3.3.2
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.3.4 "
5
+ version = " 3.3.5 "
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.3.5] - 2024-12-11
11
+
12
+ - No changes.
13
+
10
14
## [ 3.3.4] - 2024-12-05
11
15
12
16
- No changes.
@@ -331,7 +335,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
331
335
### Fixed
332
336
- Fix broken builds when a ` package-lock.json ` is missing ([ #9 ] ( https://github.com/heroku/nodejs-npm-buildpack/pull/9 ) )
333
337
334
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.4...HEAD
338
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.5...HEAD
339
+ [ 3.3.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.4...v3.3.5
335
340
[ 3.3.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...v3.3.4
336
341
[ 3.3.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...v3.3.3
337
342
[ 3.3.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...v3.3.2
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.3.4 "
5
+ version = " 3.3.5 "
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.3.5] - 2024-12-11
11
+
12
+ ### Changed
13
+
14
+ - Updated ` heroku/nodejs-engine ` to ` 3.3.5 ` .
15
+ - Updated ` heroku/nodejs-function-invoker ` to ` 3.3.5 ` .
16
+ - Updated ` heroku/nodejs-npm ` to ` 3.3.5 ` .
17
+
10
18
## [ 3.3.4] - 2024-12-05
11
19
12
20
### Changed
@@ -673,7 +681,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
673
681
### Changed
674
682
* Switch from the Riff based invoker buildpacks to ` heroku/nodejs-function ` ([ #48 ] ( https://github.com/heroku/buildpacks-node/pull/48 ) )
675
683
676
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.4...HEAD
684
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.5...HEAD
685
+ [ 3.3.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.4...v3.3.5
677
686
[ 3.3.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...v3.3.4
678
687
[ 3.3.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...v3.3.3
679
688
[ 3.3.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...v3.3.2
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.3.4 "
5
+ version = " 3.3.5 "
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.3.4 "
17
+ version = " 3.3.5 "
18
18
19
19
[[order .group ]]
20
20
id = " heroku/nodejs-npm"
21
- version = " 3.3.4 "
21
+ version = " 3.3.5 "
22
22
23
23
[[order .group ]]
24
24
id = " heroku/nodejs-function-invoker"
25
- version = " 3.3.4 "
25
+ version = " 3.3.5 "
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.3.5] - 2024-12-11
11
+
12
+ ### Changed
13
+
14
+ - Updated ` heroku/nodejs-corepack ` to ` 3.3.5 ` .
15
+ - Updated ` heroku/nodejs-engine ` to ` 3.3.5 ` .
16
+ - Updated ` heroku/nodejs-npm-engine ` to ` 3.3.5 ` .
17
+ - Updated ` heroku/nodejs-npm-install ` to ` 3.3.5 ` .
18
+ - Updated ` heroku/nodejs-pnpm-engine ` to ` 3.3.5 ` .
19
+ - Updated ` heroku/nodejs-pnpm-install ` to ` 3.3.5 ` .
20
+ - Updated ` heroku/nodejs-yarn ` to ` 3.3.5 ` .
21
+
10
22
## [ 3.3.4] - 2024-12-05
11
23
12
24
### Changed
@@ -837,7 +849,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
837
849
### Changed
838
850
* Package meta buildpack with latest releases of buildpacks while testing against unreleased.
839
851
840
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.4...HEAD
852
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.5...HEAD
853
+ [ 3.3.5 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.4...v3.3.5
841
854
[ 3.3.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...v3.3.4
842
855
[ 3.3.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...v3.3.3
843
856
[ 3.3.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...v3.3.2
You can’t perform that action at this time.
0 commit comments