Skip to content

Commit 88d1849

Browse files
Prepare release v3.2.4 (#860)
* Prepare release v3.2.4 ## heroku/nodejs ### Changed - Updated `heroku/nodejs-corepack` to `3.2.4`. - Updated `heroku/nodejs-engine` to `3.2.4`. - Updated `heroku/nodejs-npm-engine` to `3.2.4`. - Updated `heroku/nodejs-npm-install` to `3.2.4`. - Updated `heroku/nodejs-pnpm-engine` to `3.2.4`. - Updated `heroku/nodejs-pnpm-install` to `3.2.4`. - Updated `heroku/nodejs-yarn` to `3.2.4`. ## heroku/nodejs-corepack - No changes. ## heroku/nodejs-engine ### Added - 22.3.0 (linux-amd64, linux-arm64) ## heroku/nodejs-function ### Changed - Updated `heroku/nodejs-engine` to `3.2.4`. - Updated `heroku/nodejs-function-invoker` to `3.2.4`. - Updated `heroku/nodejs-npm` to `3.2.4`. ## heroku/nodejs-function-invoker - No changes. ## heroku/nodejs-npm - No changes. ## heroku/nodejs-npm-engine - Added npm version 10.8.1. ## heroku/nodejs-npm-install - No changes. ## heroku/nodejs-pnpm-engine - No changes. ## heroku/nodejs-pnpm-install - No changes. ## heroku/nodejs-yarn - Added Yarn version 4.3.0. * Fix new clippy warning about legacy constant --------- Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com> Co-authored-by: Colin Casey <[email protected]>
1 parent 5886802 commit 88d1849

File tree

23 files changed

+103
-40
lines changed

23 files changed

+103
-40
lines changed

buildpacks/nodejs-corepack/CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.2.4] - 2024-06-13
11+
12+
- No changes.
13+
1014
## [3.2.3] - 2024-05-29
1115

1216
- No changes.
@@ -170,7 +174,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
170174

171175
- Initial implementation with libcnb.rs ([#418](https://github.com/heroku/buildpacks-nodejs/pull/418))
172176

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
174179
[3.2.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.2...v3.2.3
175180
[3.2.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.1...v3.2.2
176181
[3.2.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.0...v3.2.1

buildpacks/nodejs-corepack/buildpack.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api = "0.10"
22

33
[buildpack]
44
id = "heroku/nodejs-corepack"
5-
version = "3.2.3"
5+
version = "3.2.4"
66
name = "Heroku Node.js Corepack"
77
homepage = "https://github.com/heroku/buildpacks-nodejs"
88
description = "Heroku's Node.js Corepack buildpack. A component of the 'heroku/nodejs' buildpack."

buildpacks/nodejs-engine/CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.2.4] - 2024-06-13
11+
1012
### Added
1113

1214
- 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
595597
- Parse engines and add them to nodejs.toml ([#25](https://github.com/heroku/nodejs-engine-buildpack/pull/25))
596598
- Add shellcheck to test suite ([#24](https://github.com/heroku/nodejs-engine-buildpack/pull/24))
597599

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
599602
[3.2.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.2...v3.2.3
600603
[3.2.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.1...v3.2.2
601604
[3.2.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.0...v3.2.1

buildpacks/nodejs-engine/buildpack.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api = "0.10"
22

33
[buildpack]
44
id = "heroku/nodejs-engine"
5-
version = "3.2.3"
5+
version = "3.2.4"
66
name = "Heroku Node.js Engine"
77
homepage = "https://github.com/heroku/buildpacks-nodejs"
88
description = "Heroku's Node.js engine buildpack. A component of the 'heroku/nodejs' buildpack."

buildpacks/nodejs-function-invoker/CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.2.4] - 2024-06-13
11+
12+
- No changes.
13+
1014
## [3.2.3] - 2024-05-29
1115

1216
- No changes.
@@ -300,7 +304,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
300304
### Added
301305
- Initial implementation ([#47](https://github.com/heroku/buildpacks-node/pull/47))
302306

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
304309
[3.2.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.2...v3.2.3
305310
[3.2.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.1...v3.2.2
306311
[3.2.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.0...v3.2.1

buildpacks/nodejs-function-invoker/buildpack.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api = "0.10"
22

33
[buildpack]
44
id = "heroku/nodejs-function-invoker"
5-
version = "3.2.3"
5+
version = "3.2.4"
66
name = "Salesforce Node.js Function Invoker"
77
homepage = "https://github.com/heroku/buildpacks-nodejs"
88
description = "Salesforce's Node.js function invoker buildpack. A component of the 'heroku/nodejs-function' buildpack."

buildpacks/nodejs-npm-engine/CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.2.4] - 2024-06-13
11+
1012
- Added npm version 10.8.1.
13+
1114
## [3.2.3] - 2024-05-29
1215

1316
- No changes.
@@ -130,7 +133,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
130133

131134
- Initial release
132135

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
134138
[3.2.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.2...v3.2.3
135139
[3.2.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.1...v3.2.2
136140
[3.2.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.0...v3.2.1

buildpacks/nodejs-npm-engine/buildpack.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api = "0.10"
22

33
[buildpack]
44
id = "heroku/nodejs-npm-engine"
5-
version = "3.2.3"
5+
version = "3.2.4"
66
name = "Heroku Node.js npm Engine"
77
homepage = "https://github.com/heroku/buildpacks-nodejs"
88
description = "Heroku's Node.js npm engine buildpack. A component of the 'heroku/nodejs' buildpack."

buildpacks/nodejs-npm-install/CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.2.4] - 2024-06-13
11+
12+
- No changes.
13+
1014
## [3.2.3] - 2024-05-29
1115

1216
- 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
123127

124128
- Initial release
125129

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
127132
[3.2.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.2...v3.2.3
128133
[3.2.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.1...v3.2.2
129134
[3.2.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.0...v3.2.1

buildpacks/nodejs-npm-install/buildpack.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api = "0.10"
22

33
[buildpack]
44
id = "heroku/nodejs-npm-install"
5-
version = "3.2.3"
5+
version = "3.2.4"
66
name = "Heroku Node.js npm Install"
77
homepage = "https://github.com/heroku/buildpacks-nodejs"
88
description = "Heroku's Node.js npm install buildpack. A component of the 'heroku/nodejs' buildpack."

buildpacks/nodejs-pnpm-engine/CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.2.4] - 2024-06-13
11+
12+
- No changes.
13+
1014
## [3.2.3] - 2024-05-29
1115

1216
- No changes.
@@ -88,7 +92,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8892

8993
- Initial release
9094

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
9297
[3.2.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.2...v3.2.3
9398
[3.2.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.1...v3.2.2
9499
[3.2.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.0...v3.2.1

buildpacks/nodejs-pnpm-engine/buildpack.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api = "0.10"
22

33
[buildpack]
44
id = "heroku/nodejs-pnpm-engine"
5-
version = "3.2.3"
5+
version = "3.2.4"
66
name = "Heroku Node.js pnpm Engine"
77
homepage = "https://github.com/heroku/buildpacks-nodejs"
88
description = "Heroku's Node.js pnpm Engine buildpack. A component of the 'heroku/nodejs' buildpack."

buildpacks/nodejs-pnpm-install/CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.2.4] - 2024-06-13
11+
12+
- No changes.
13+
1014
## [3.2.3] - 2024-05-29
1115

1216
- No changes.
@@ -175,7 +179,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
175179

176180
- Initial release ([#488](https://github.com/heroku/buildpacks-nodejs/pull/488))
177181

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
179184
[3.2.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.2...v3.2.3
180185
[3.2.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.1...v3.2.2
181186
[3.2.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.0...v3.2.1

buildpacks/nodejs-pnpm-install/buildpack.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api = "0.10"
22

33
[buildpack]
44
id = "heroku/nodejs-pnpm-install"
5-
version = "3.2.3"
5+
version = "3.2.4"
66
name = "Heroku Node.js pnpm install"
77
homepage = "https://github.com/heroku/buildpacks-nodejs"
88
description = "Heroku's Node.js pnpm install buildpack. A component of the 'heroku/nodejs' buildpack."

buildpacks/nodejs-pnpm-install/src/store.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ mod tests {
5151

5252
#[test]
5353
fn test_set_cache_use_count() {
54-
let margin = std::f64::EPSILON;
54+
let margin = f64::EPSILON;
5555
let mut md = toml::Table::default();
5656
set_cache_use_count(&mut md, 3);
5757
let expected = 3f64;

buildpacks/nodejs-yarn/CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.2.4] - 2024-06-13
11+
1012
- Added Yarn version 4.3.0.
13+
1114
## [3.2.3] - 2024-05-29
1215

1316
- No changes.
@@ -280,7 +283,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
280283
### Added
281284
- Changelog entry for first release ([#1](https://github.com/heroku/nodejs-yarn-buildpack/pull/1))
282285

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
284288
[3.2.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.2...v3.2.3
285289
[3.2.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.1...v3.2.2
286290
[3.2.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.0...v3.2.1

buildpacks/nodejs-yarn/buildpack.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api = "0.10"
22

33
[buildpack]
44
id = "heroku/nodejs-yarn"
5-
version = "3.2.3"
5+
version = "3.2.4"
66
name = "Heroku Node.js Yarn"
77
homepage = "https://github.com/heroku/buildpacks-nodejs"
88
description = "Heroku's Node.js Yarn buildpack. A component of the 'heroku/nodejs' buildpack."

buildpacks/npm/CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.2.4] - 2024-06-13
11+
12+
- No changes.
13+
1014
## [3.2.3] - 2024-05-29
1115

1216
- No changes.
@@ -251,7 +255,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
251255
### Fixed
252256
- Fix broken builds when a `package-lock.json` is missing ([#9](https://github.com/heroku/nodejs-npm-buildpack/pull/9))
253257

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
255260
[3.2.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.2...v3.2.3
256261
[3.2.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.1...v3.2.2
257262
[3.2.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.0...v3.2.1

buildpacks/npm/buildpack.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api = "0.7"
22

33
[buildpack]
44
id = "heroku/nodejs-npm"
5-
version = "3.2.3"
5+
version = "3.2.4"
66
name = "Heroku Node.js npm (DEPRECATED)"
77
homepage = "https://github.com/heroku/buildpacks-nodejs"
88
description = "[DEPRECATED] Heroku's Node.js npm buildpack. Replaced by the 'heroku/nodejs-npm-engine' and 'heroku/nodejs-npm-install' buildpacks."

meta-buildpacks/nodejs-function/CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

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+
1018
## [3.2.3] - 2024-05-29
1119

1220
### Changed
@@ -513,7 +521,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
513521
### Changed
514522
* Switch from the Riff based invoker buildpacks to `heroku/nodejs-function` ([#48](https://github.com/heroku/buildpacks-node/pull/48))
515523

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
517526
[3.2.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.2...v3.2.3
518527
[3.2.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.1...v3.2.2
519528
[3.2.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.0...v3.2.1

meta-buildpacks/nodejs-function/buildpack.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api = "0.10"
22

33
[buildpack]
44
id = "heroku/nodejs-function"
5-
version = "3.2.3"
5+
version = "3.2.4"
66
name = "Salesforce Node.js Function"
77
homepage = "https://github.com/heroku/buildpacks-nodejs"
88
description = "Salesforce's buildpack for Node.js Functions."
@@ -14,15 +14,15 @@ type = "MIT"
1414

1515
[[order.group]]
1616
id = "heroku/nodejs-engine"
17-
version = "3.2.3"
17+
version = "3.2.4"
1818

1919
[[order.group]]
2020
id = "heroku/nodejs-npm"
21-
version = "3.2.3"
21+
version = "3.2.4"
2222

2323
[[order.group]]
2424
id = "heroku/nodejs-function-invoker"
25-
version = "3.2.3"
25+
version = "3.2.4"
2626

2727
[metadata.release]
2828
image = { repository = "docker.io/heroku/buildpack-nodejs-function" }

meta-buildpacks/nodejs/CHANGELOG.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

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+
1022
## [3.2.3] - 2024-05-29
1123

1224
### Changed
@@ -597,7 +609,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
597609
### Changed
598610
* Package meta buildpack with latest releases of buildpacks while testing against unreleased.
599611

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
601614
[3.2.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.2...v3.2.3
602615
[3.2.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.1...v3.2.2
603616
[3.2.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.0...v3.2.1

0 commit comments

Comments
 (0)