Skip to content

Commit 3d3f9ed

Browse files
Prepare release v3.6.5 (#1108)
## heroku/nodejs ### Changed - Updated `heroku/nodejs-corepack` to `3.6.5`. - Updated `heroku/nodejs-engine` to `3.6.5`. - Updated `heroku/nodejs-npm-engine` to `3.6.5`. - Updated `heroku/nodejs-npm-install` to `3.6.5`. - Updated `heroku/nodejs-pnpm-engine` to `3.6.5`. - Updated `heroku/nodejs-pnpm-install` to `3.6.5`. - Updated `heroku/nodejs-yarn` to `3.6.5`. ## heroku/nodejs-corepack - No changes. ## heroku/nodejs-engine ### Added - 24.0.2 (linux-amd64, linux-arm64) - 23.11.1 (linux-amd64, linux-arm64) - 22.15.1 (linux-amd64, linux-arm64) - 20.19.2 (linux-amd64, linux-arm64) ## heroku/nodejs-function ### Changed - Updated `heroku/nodejs-engine` to `3.6.5`. - Updated `heroku/nodejs-function-invoker` to `3.6.5`. - Updated `heroku/nodejs-npm` to `3.6.5`. ## heroku/nodejs-function-invoker - No changes. ## heroku/nodejs-npm - No changes. ## heroku/nodejs-npm-engine - Added npm version 11.4.0. ## heroku/nodejs-npm-install - No changes. ## heroku/nodejs-pnpm-engine - No changes. ## heroku/nodejs-pnpm-install - No changes. ## heroku/nodejs-yarn - No changes. Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 0ff47e2 commit 3d3f9ed

File tree

22 files changed

+103
-39
lines changed

22 files changed

+103
-39
lines changed

buildpacks/nodejs-corepack/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
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.6.5] - 2025-05-16
11+
12+
- No changes.
13+
1014
## [3.6.4] - 2025-05-09
1115

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

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

353-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.4...HEAD
357+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.5...HEAD
358+
[3.6.5]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.4...v3.6.5
354359
[3.6.4]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...v3.6.4
355360
[3.6.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...v3.6.3
356361
[3.6.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2

buildpacks/nodejs-corepack/buildpack.toml

Lines changed: 1 addition & 1 deletion
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.6.4"
5+
version = "3.6.5"
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

Lines changed: 4 additions & 1 deletion
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.6.5] - 2025-05-16
11+
1012
### Added
1113

1214
- 24.0.2 (linux-amd64, linux-arm64)
@@ -858,7 +860,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
858860
- Parse engines and add them to nodejs.toml ([#25](https://github.com/heroku/nodejs-engine-buildpack/pull/25))
859861
- Add shellcheck to test suite ([#24](https://github.com/heroku/nodejs-engine-buildpack/pull/24))
860862

861-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.4...HEAD
863+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.5...HEAD
864+
[3.6.5]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.4...v3.6.5
862865
[3.6.4]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...v3.6.4
863866
[3.6.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...v3.6.3
864867
[3.6.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2

buildpacks/nodejs-engine/buildpack.toml

Lines changed: 1 addition & 1 deletion
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.6.4"
5+
version = "3.6.5"
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

Lines changed: 6 additions & 1 deletion
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.6.5] - 2025-05-16
11+
12+
- No changes.
13+
1014
## [3.6.4] - 2025-05-09
1115

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

475-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.4...HEAD
479+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.5...HEAD
480+
[3.6.5]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.4...v3.6.5
476481
[3.6.4]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...v3.6.4
477482
[3.6.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...v3.6.3
478483
[3.6.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2

buildpacks/nodejs-function-invoker/buildpack.toml

Lines changed: 1 addition & 1 deletion
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.6.4"
5+
version = "3.6.5"
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

Lines changed: 5 additions & 1 deletion
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.6.5] - 2025-05-16
11+
1012
- Added npm version 11.4.0.
13+
1114
## [3.6.4] - 2025-05-09
1215

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

311314
- Initial release
312315

313-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.4...HEAD
316+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.5...HEAD
317+
[3.6.5]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.4...v3.6.5
314318
[3.6.4]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...v3.6.4
315319
[3.6.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...v3.6.3
316320
[3.6.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2

buildpacks/nodejs-npm-engine/buildpack.toml

Lines changed: 1 addition & 1 deletion
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.6.4"
5+
version = "3.6.5"
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

Lines changed: 6 additions & 1 deletion
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.6.5] - 2025-05-16
11+
12+
- No changes.
13+
1014
## [3.6.4] - 2025-05-09
1115

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

309313
- Initial release
310314

311-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.4...HEAD
315+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.5...HEAD
316+
[3.6.5]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.4...v3.6.5
312317
[3.6.4]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.3...v3.6.4
313318
[3.6.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.2...v3.6.3
314319
[3.6.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.6.1...v3.6.2

buildpacks/nodejs-npm-install/buildpack.toml

Lines changed: 1 addition & 1 deletion
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.6.4"
5+
version = "3.6.5"
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."

0 commit comments

Comments
 (0)