File tree 22 files changed +102
-39
lines changed
22 files changed +102
-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.3] - 2024-11-22
11
+
12
+ - No changes.
13
+
10
14
## [ 3.3.2] - 2024-11-13
11
15
12
16
- No changes.
@@ -244,7 +248,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
244
248
245
249
- Initial implementation with libcnb.rs ([ #418 ] ( https://github.com/heroku/buildpacks-nodejs/pull/418 ) )
246
250
247
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...HEAD
251
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...HEAD
252
+ [ 3.3.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...v3.3.3
248
253
[ 3.3.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...v3.3.2
249
254
[ 3.3.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...v3.3.1
250
255
[ 3.3.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...v3.3.0
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.2 "
5
+ version = " 3.3.3 "
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.3] - 2024-11-22
11
+
10
12
### Added
11
13
12
14
- 23.3.0 (linux-amd64, linux-arm64)
@@ -711,7 +713,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
711
713
- Parse engines and add them to nodejs.toml ([ #25 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/25 ) )
712
714
- Add shellcheck to test suite ([ #24 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/24 ) )
713
715
714
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...HEAD
716
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...HEAD
717
+ [ 3.3.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...v3.3.3
715
718
[ 3.3.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...v3.3.2
716
719
[ 3.3.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...v3.3.1
717
720
[ 3.3.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...v3.3.0
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.2 "
5
+ version = " 3.3.3 "
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.3] - 2024-11-22
11
+
12
+ - No changes.
13
+
10
14
## [ 3.3.2] - 2024-11-13
11
15
12
16
- No changes.
@@ -372,7 +376,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
372
376
### Added
373
377
- Initial implementation ([ #47 ] ( https://github.com/heroku/buildpacks-node/pull/47 ) )
374
378
375
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...HEAD
379
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...HEAD
380
+ [ 3.3.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...v3.3.3
376
381
[ 3.3.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...v3.3.2
377
382
[ 3.3.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...v3.3.1
378
383
[ 3.3.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...v3.3.0
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.2 "
5
+ version = " 3.3.3 "
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.3] - 2024-11-22
11
+
10
12
- Added npm version 10.9.1.
13
+
11
14
## [ 3.3.2] - 2024-11-13
12
15
13
16
- No changes.
@@ -202,7 +205,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
202
205
203
206
- Initial release
204
207
205
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...HEAD
208
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...HEAD
209
+ [ 3.3.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...v3.3.3
206
210
[ 3.3.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...v3.3.2
207
211
[ 3.3.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...v3.3.1
208
212
[ 3.3.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...v3.3.0
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.2 "
5
+ version = " 3.3.3 "
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.3] - 2024-11-22
11
+
12
+ - No changes.
13
+
10
14
## [ 3.3.2] - 2024-11-13
11
15
12
16
- No changes.
@@ -197,7 +201,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
197
201
198
202
- Initial release
199
203
200
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...HEAD
204
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...HEAD
205
+ [ 3.3.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...v3.3.3
201
206
[ 3.3.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...v3.3.2
202
207
[ 3.3.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...v3.3.1
203
208
[ 3.3.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...v3.3.0
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.2 "
5
+ version = " 3.3.3 "
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.3] - 2024-11-22
11
+
12
+ - No changes.
13
+
10
14
## [ 3.3.2] - 2024-11-13
11
15
12
16
- No changes.
@@ -160,7 +164,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
160
164
161
165
- Initial release
162
166
163
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...HEAD
167
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...HEAD
168
+ [ 3.3.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...v3.3.3
164
169
[ 3.3.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...v3.3.2
165
170
[ 3.3.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...v3.3.1
166
171
[ 3.3.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...v3.3.0
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.2 "
5
+ version = " 3.3.3 "
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.3] - 2024-11-22
11
+
12
+ - No changes.
13
+
10
14
## [ 3.3.2] - 2024-11-13
11
15
12
16
- No changes.
@@ -249,7 +253,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
249
253
250
254
- Initial release ([ #488 ] ( https://github.com/heroku/buildpacks-nodejs/pull/488 ) )
251
255
252
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...HEAD
256
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...HEAD
257
+ [ 3.3.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...v3.3.3
253
258
[ 3.3.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...v3.3.2
254
259
[ 3.3.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...v3.3.1
255
260
[ 3.3.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...v3.3.0
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.2 "
5
+ version = " 3.3.3 "
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.3.3] - 2024-11-22
11
+
10
12
- Added Yarn version 4.5.2.
13
+
11
14
## [ 3.3.2] - 2024-11-13
12
15
13
16
- No changes.
@@ -359,7 +362,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
359
362
### Added
360
363
- Changelog entry for first release ([ #1 ] ( https://github.com/heroku/nodejs-yarn-buildpack/pull/1 ) )
361
364
362
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...HEAD
365
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...HEAD
366
+ [ 3.3.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...v3.3.3
363
367
[ 3.3.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...v3.3.2
364
368
[ 3.3.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...v3.3.1
365
369
[ 3.3.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...v3.3.0
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.2 "
5
+ version = " 3.3.3 "
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.3] - 2024-11-22
11
+
12
+ - No changes.
13
+
10
14
## [ 3.3.2] - 2024-11-13
11
15
12
16
- No changes.
@@ -323,7 +327,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
323
327
### Fixed
324
328
- Fix broken builds when a ` package-lock.json ` is missing ([ #9 ] ( https://github.com/heroku/nodejs-npm-buildpack/pull/9 ) )
325
329
326
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...HEAD
330
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...HEAD
331
+ [ 3.3.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...v3.3.3
327
332
[ 3.3.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...v3.3.2
328
333
[ 3.3.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...v3.3.1
329
334
[ 3.3.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...v3.3.0
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.2 "
5
+ version = " 3.3.3 "
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.3] - 2024-11-22
11
+
12
+ ### Changed
13
+
14
+ - Updated ` heroku/nodejs-engine ` to ` 3.3.3 ` .
15
+ - Updated ` heroku/nodejs-function-invoker ` to ` 3.3.3 ` .
16
+ - Updated ` heroku/nodejs-npm ` to ` 3.3.3 ` .
17
+
10
18
## [ 3.3.2] - 2024-11-13
11
19
12
20
### Changed
@@ -657,7 +665,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
657
665
### Changed
658
666
* Switch from the Riff based invoker buildpacks to ` heroku/nodejs-function ` ([ #48 ] ( https://github.com/heroku/buildpacks-node/pull/48 ) )
659
667
660
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...HEAD
668
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...HEAD
669
+ [ 3.3.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...v3.3.3
661
670
[ 3.3.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...v3.3.2
662
671
[ 3.3.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...v3.3.1
663
672
[ 3.3.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...v3.3.0
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.2 "
5
+ version = " 3.3.3 "
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.2 "
17
+ version = " 3.3.3 "
18
18
19
19
[[order .group ]]
20
20
id = " heroku/nodejs-npm"
21
- version = " 3.3.2 "
21
+ version = " 3.3.3 "
22
22
23
23
[[order .group ]]
24
24
id = " heroku/nodejs-function-invoker"
25
- version = " 3.3.2 "
25
+ version = " 3.3.3 "
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.3] - 2024-11-22
11
+
12
+ ### Changed
13
+
14
+ - Updated ` heroku/nodejs-corepack ` to ` 3.3.3 ` .
15
+ - Updated ` heroku/nodejs-engine ` to ` 3.3.3 ` .
16
+ - Updated ` heroku/nodejs-npm-engine ` to ` 3.3.3 ` .
17
+ - Updated ` heroku/nodejs-npm-install ` to ` 3.3.3 ` .
18
+ - Updated ` heroku/nodejs-pnpm-engine ` to ` 3.3.3 ` .
19
+ - Updated ` heroku/nodejs-pnpm-install ` to ` 3.3.3 ` .
20
+ - Updated ` heroku/nodejs-yarn ` to ` 3.3.3 ` .
21
+
10
22
## [ 3.3.2] - 2024-11-13
11
23
12
24
### Changed
@@ -813,7 +825,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
813
825
### Changed
814
826
* Package meta buildpack with latest releases of buildpacks while testing against unreleased.
815
827
816
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...HEAD
828
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...HEAD
829
+ [ 3.3.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...v3.3.3
817
830
[ 3.3.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...v3.3.2
818
831
[ 3.3.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...v3.3.1
819
832
[ 3.3.0 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...v3.3.0
You can’t perform that action at this time.
0 commit comments