File tree 23 files changed +103
-40
lines changed
23 files changed +103
-40
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.4] - 2024-06-13
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.3] - 2024-05-29
11
15
12
16
- No changes.
@@ -170,7 +174,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
170
174
171
175
- Initial implementation with libcnb.rs ([ #418 ] ( https://github.com/heroku/buildpacks-nodejs/pull/418 ) )
172
176
173
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.3...HEAD
177
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.4...HEAD
178
+ [ 3.2.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.3...v3.2.4
174
179
[ 3.2.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.2...v3.2.3
175
180
[ 3.2.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.1...v3.2.2
176
181
[ 3.2.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.0...v3.2.1
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.3 "
5
+ version = " 3.2.4 "
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.4] - 2024-06-13
11
+
10
12
### Added
11
13
12
14
- 22.3.0 (linux-amd64, linux-arm64)
@@ -595,7 +597,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
595
597
- Parse engines and add them to nodejs.toml ([ #25 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/25 ) )
596
598
- Add shellcheck to test suite ([ #24 ] ( https://github.com/heroku/nodejs-engine-buildpack/pull/24 ) )
597
599
598
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.3...HEAD
600
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.4...HEAD
601
+ [ 3.2.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.3...v3.2.4
599
602
[ 3.2.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.2...v3.2.3
600
603
[ 3.2.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.1...v3.2.2
601
604
[ 3.2.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.0...v3.2.1
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.3 "
5
+ version = " 3.2.4 "
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.4] - 2024-06-13
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.3] - 2024-05-29
11
15
12
16
- No changes.
@@ -300,7 +304,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
300
304
### Added
301
305
- Initial implementation ([ #47 ] ( https://github.com/heroku/buildpacks-node/pull/47 ) )
302
306
303
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.3...HEAD
307
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.4...HEAD
308
+ [ 3.2.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.3...v3.2.4
304
309
[ 3.2.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.2...v3.2.3
305
310
[ 3.2.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.1...v3.2.2
306
311
[ 3.2.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.0...v3.2.1
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.3 "
5
+ version = " 3.2.4 "
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.4] - 2024-06-13
11
+
10
12
- Added npm version 10.8.1.
13
+
11
14
## [ 3.2.3] - 2024-05-29
12
15
13
16
- No changes.
@@ -130,7 +133,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
130
133
131
134
- Initial release
132
135
133
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.3...HEAD
136
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.4...HEAD
137
+ [ 3.2.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.3...v3.2.4
134
138
[ 3.2.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.2...v3.2.3
135
139
[ 3.2.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.1...v3.2.2
136
140
[ 3.2.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.0...v3.2.1
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.3 "
5
+ version = " 3.2.4 "
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.4] - 2024-06-13
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.3] - 2024-05-29
11
15
12
16
- Fix for npm permission error when executing without root
@@ -123,7 +127,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
123
127
124
128
- Initial release
125
129
126
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.3...HEAD
130
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.4...HEAD
131
+ [ 3.2.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.3...v3.2.4
127
132
[ 3.2.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.2...v3.2.3
128
133
[ 3.2.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.1...v3.2.2
129
134
[ 3.2.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.0...v3.2.1
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.3 "
5
+ version = " 3.2.4 "
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.4] - 2024-06-13
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.3] - 2024-05-29
11
15
12
16
- No changes.
@@ -88,7 +92,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
92
89
93
- Initial release
90
94
91
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.3...HEAD
95
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.4...HEAD
96
+ [ 3.2.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.3...v3.2.4
92
97
[ 3.2.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.2...v3.2.3
93
98
[ 3.2.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.1...v3.2.2
94
99
[ 3.2.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.0...v3.2.1
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.3 "
5
+ version = " 3.2.4 "
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.4] - 2024-06-13
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.3] - 2024-05-29
11
15
12
16
- No changes.
@@ -175,7 +179,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
175
179
176
180
- Initial release ([ #488 ] ( https://github.com/heroku/buildpacks-nodejs/pull/488 ) )
177
181
178
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.3...HEAD
182
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.4...HEAD
183
+ [ 3.2.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.3...v3.2.4
179
184
[ 3.2.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.2...v3.2.3
180
185
[ 3.2.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.1...v3.2.2
181
186
[ 3.2.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.0...v3.2.1
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.3 "
5
+ version = " 3.2.4 "
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 @@ -51,7 +51,7 @@ mod tests {
51
51
52
52
#[ test]
53
53
fn test_set_cache_use_count ( ) {
54
- let margin = std :: f64:: EPSILON ;
54
+ let margin = f64:: EPSILON ;
55
55
let mut md = toml:: Table :: default ( ) ;
56
56
set_cache_use_count ( & mut md, 3 ) ;
57
57
let expected = 3f64 ;
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.4] - 2024-06-13
11
+
10
12
- Added Yarn version 4.3.0.
13
+
11
14
## [ 3.2.3] - 2024-05-29
12
15
13
16
- No changes.
@@ -280,7 +283,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
280
283
### Added
281
284
- Changelog entry for first release ([ #1 ] ( https://github.com/heroku/nodejs-yarn-buildpack/pull/1 ) )
282
285
283
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.3...HEAD
286
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.4...HEAD
287
+ [ 3.2.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.3...v3.2.4
284
288
[ 3.2.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.2...v3.2.3
285
289
[ 3.2.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.1...v3.2.2
286
290
[ 3.2.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.0...v3.2.1
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.3 "
5
+ version = " 3.2.4 "
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.4] - 2024-06-13
11
+
12
+ - No changes.
13
+
10
14
## [ 3.2.3] - 2024-05-29
11
15
12
16
- No changes.
@@ -251,7 +255,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
251
255
### Fixed
252
256
- Fix broken builds when a ` package-lock.json ` is missing ([ #9 ] ( https://github.com/heroku/nodejs-npm-buildpack/pull/9 ) )
253
257
254
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.3...HEAD
258
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.4...HEAD
259
+ [ 3.2.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.3...v3.2.4
255
260
[ 3.2.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.2...v3.2.3
256
261
[ 3.2.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.1...v3.2.2
257
262
[ 3.2.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.0...v3.2.1
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.3 "
5
+ version = " 3.2.4 "
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.4] - 2024-06-13
11
+
12
+ ### Changed
13
+
14
+ - Updated ` heroku/nodejs-engine ` to ` 3.2.4 ` .
15
+ - Updated ` heroku/nodejs-function-invoker ` to ` 3.2.4 ` .
16
+ - Updated ` heroku/nodejs-npm ` to ` 3.2.4 ` .
17
+
10
18
## [ 3.2.3] - 2024-05-29
11
19
12
20
### Changed
@@ -513,7 +521,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
513
521
### Changed
514
522
* Switch from the Riff based invoker buildpacks to ` heroku/nodejs-function ` ([ #48 ] ( https://github.com/heroku/buildpacks-node/pull/48 ) )
515
523
516
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.3...HEAD
524
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.4...HEAD
525
+ [ 3.2.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.3...v3.2.4
517
526
[ 3.2.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.2...v3.2.3
518
527
[ 3.2.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.1...v3.2.2
519
528
[ 3.2.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.0...v3.2.1
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.3 "
5
+ version = " 3.2.4 "
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.3 "
17
+ version = " 3.2.4 "
18
18
19
19
[[order .group ]]
20
20
id = " heroku/nodejs-npm"
21
- version = " 3.2.3 "
21
+ version = " 3.2.4 "
22
22
23
23
[[order .group ]]
24
24
id = " heroku/nodejs-function-invoker"
25
- version = " 3.2.3 "
25
+ version = " 3.2.4 "
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.4] - 2024-06-13
11
+
12
+ ### Changed
13
+
14
+ - Updated ` heroku/nodejs-corepack ` to ` 3.2.4 ` .
15
+ - Updated ` heroku/nodejs-engine ` to ` 3.2.4 ` .
16
+ - Updated ` heroku/nodejs-npm-engine ` to ` 3.2.4 ` .
17
+ - Updated ` heroku/nodejs-npm-install ` to ` 3.2.4 ` .
18
+ - Updated ` heroku/nodejs-pnpm-engine ` to ` 3.2.4 ` .
19
+ - Updated ` heroku/nodejs-pnpm-install ` to ` 3.2.4 ` .
20
+ - Updated ` heroku/nodejs-yarn ` to ` 3.2.4 ` .
21
+
10
22
## [ 3.2.3] - 2024-05-29
11
23
12
24
### Changed
@@ -597,7 +609,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
597
609
### Changed
598
610
* Package meta buildpack with latest releases of buildpacks while testing against unreleased.
599
611
600
- [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.3...HEAD
612
+ [ unreleased ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.4...HEAD
613
+ [ 3.2.4 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.3...v3.2.4
601
614
[ 3.2.3 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.2...v3.2.3
602
615
[ 3.2.2 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.1...v3.2.2
603
616
[ 3.2.1 ] : https://github.com/heroku/buildpacks-nodejs/compare/v3.2.0...v3.2.1
You can’t perform that action at this time.
0 commit comments