Skip to content

Commit cbd26db

Browse files
Prepare release v3.2.13 (#920)
## heroku/nodejs ### Changed - Updated `heroku/nodejs-corepack` to `3.2.13`. - Updated `heroku/nodejs-engine` to `3.2.13`. - Updated `heroku/nodejs-npm-engine` to `3.2.13`. - Updated `heroku/nodejs-npm-install` to `3.2.13`. - Updated `heroku/nodejs-pnpm-engine` to `3.2.13`. - Updated `heroku/nodejs-pnpm-install` to `3.2.13`. - Updated `heroku/nodejs-yarn` to `3.2.13`. ## heroku/nodejs-corepack - No changes. ## heroku/nodejs-engine ### Added - 22.8.0 (linux-amd64, linux-arm64) ## heroku/nodejs-function ### Changed - Updated `heroku/nodejs-engine` to `3.2.13`. - Updated `heroku/nodejs-function-invoker` to `3.2.13`. - Updated `heroku/nodejs-npm` to `3.2.13`. ## heroku/nodejs-function-invoker - No changes. ## heroku/nodejs-npm - No changes. ## heroku/nodejs-npm-engine - Added npm version 10.8.3. ## 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 c17411a commit cbd26db

File tree

22 files changed

+103
-39
lines changed

22 files changed

+103
-39
lines changed

Diff for: 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.13] - 2024-09-04
11+
12+
- No changes.
13+
1014
## [3.2.12] - 2024-08-27
1115

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

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

209-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...HEAD
213+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...HEAD
214+
[3.2.13]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...v3.2.13
210215
[3.2.12]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...v3.2.12
211216
[3.2.11]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...v3.2.11
212217
[3.2.10]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.9...v3.2.10

Diff for: 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.12"
5+
version = "3.2.13"
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."

Diff for: 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.13] - 2024-09-04
11+
1012
### Added
1113

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

655-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...HEAD
657+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...HEAD
658+
[3.2.13]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...v3.2.13
656659
[3.2.12]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...v3.2.12
657660
[3.2.11]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...v3.2.11
658661
[3.2.10]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.9...v3.2.10

Diff for: 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.12"
5+
version = "3.2.13"
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."

Diff for: 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.13] - 2024-09-04
11+
12+
- No changes.
13+
1014
## [3.2.12] - 2024-08-27
1115

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

339-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...HEAD
343+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...HEAD
344+
[3.2.13]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...v3.2.13
340345
[3.2.12]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...v3.2.12
341346
[3.2.11]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...v3.2.11
342347
[3.2.10]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.9...v3.2.10

Diff for: 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.12"
5+
version = "3.2.13"
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."

Diff for: 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.13] - 2024-09-04
11+
1012
- Added npm version 10.8.3.
13+
1114
## [3.2.12] - 2024-08-27
1215

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

167170
- Initial release
168171

169-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...HEAD
172+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...HEAD
173+
[3.2.13]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...v3.2.13
170174
[3.2.12]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...v3.2.12
171175
[3.2.11]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...v3.2.11
172176
[3.2.10]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.9...v3.2.10

Diff for: 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.12"
5+
version = "3.2.13"
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."

Diff for: 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.13] - 2024-09-04
11+
12+
- No changes.
13+
1014
## [3.2.12] - 2024-08-27
1115

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

160164
- Initial release
161165

162-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...HEAD
166+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...HEAD
167+
[3.2.13]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...v3.2.13
163168
[3.2.12]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...v3.2.12
164169
[3.2.11]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...v3.2.11
165170
[3.2.10]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.9...v3.2.10

Diff for: 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.12"
5+
version = "3.2.13"
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."

Diff for: 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.13] - 2024-09-04
11+
12+
- No changes.
13+
1014
## [3.2.12] - 2024-08-27
1115

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

125129
- Initial release
126130

127-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...HEAD
131+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...HEAD
132+
[3.2.13]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...v3.2.13
128133
[3.2.12]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...v3.2.12
129134
[3.2.11]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...v3.2.11
130135
[3.2.10]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.9...v3.2.10

Diff for: 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.12"
5+
version = "3.2.13"
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."

Diff for: 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.13] - 2024-09-04
11+
12+
- No changes.
13+
1014
## [3.2.12] - 2024-08-27
1115

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

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

214-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...HEAD
218+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...HEAD
219+
[3.2.13]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...v3.2.13
215220
[3.2.12]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...v3.2.12
216221
[3.2.11]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...v3.2.11
217222
[3.2.10]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.9...v3.2.10

Diff for: 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.12"
5+
version = "3.2.13"
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."

Diff for: buildpacks/nodejs-yarn/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.13] - 2024-09-04
11+
12+
- No changes.
13+
1014
## [3.2.12] - 2024-08-27
1115

1216
- Added Yarn version 4.4.1.
@@ -318,7 +322,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
318322
### Added
319323
- Changelog entry for first release ([#1](https://github.com/heroku/nodejs-yarn-buildpack/pull/1))
320324

321-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...HEAD
325+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...HEAD
326+
[3.2.13]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...v3.2.13
322327
[3.2.12]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...v3.2.12
323328
[3.2.11]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...v3.2.11
324329
[3.2.10]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.9...v3.2.10

Diff for: 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.12"
5+
version = "3.2.13"
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."

Diff for: 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.13] - 2024-09-04
11+
12+
- No changes.
13+
1014
## [3.2.12] - 2024-08-27
1115

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

290-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...HEAD
294+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...HEAD
295+
[3.2.13]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...v3.2.13
291296
[3.2.12]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...v3.2.12
292297
[3.2.11]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...v3.2.11
293298
[3.2.10]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.9...v3.2.10

Diff for: 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.12"
5+
version = "3.2.13"
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."

Diff for: 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.13] - 2024-09-04
11+
12+
### Changed
13+
14+
- Updated `heroku/nodejs-engine` to `3.2.13`.
15+
- Updated `heroku/nodejs-function-invoker` to `3.2.13`.
16+
- Updated `heroku/nodejs-npm` to `3.2.13`.
17+
1018
## [3.2.12] - 2024-08-27
1119

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

588-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...HEAD
596+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...HEAD
597+
[3.2.13]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...v3.2.13
589598
[3.2.12]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...v3.2.12
590599
[3.2.11]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...v3.2.11
591600
[3.2.10]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.9...v3.2.10

Diff for: 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.12"
5+
version = "3.2.13"
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.12"
17+
version = "3.2.13"
1818

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

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

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

Diff for: 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.13] - 2024-09-04
11+
12+
### Changed
13+
14+
- Updated `heroku/nodejs-corepack` to `3.2.13`.
15+
- Updated `heroku/nodejs-engine` to `3.2.13`.
16+
- Updated `heroku/nodejs-npm-engine` to `3.2.13`.
17+
- Updated `heroku/nodejs-npm-install` to `3.2.13`.
18+
- Updated `heroku/nodejs-pnpm-engine` to `3.2.13`.
19+
- Updated `heroku/nodejs-pnpm-install` to `3.2.13`.
20+
- Updated `heroku/nodejs-yarn` to `3.2.13`.
21+
1022
## [3.2.12] - 2024-08-27
1123

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

708-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...HEAD
720+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.13...HEAD
721+
[3.2.13]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.12...v3.2.13
709722
[3.2.12]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.11...v3.2.12
710723
[3.2.11]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.10...v3.2.11
711724
[3.2.10]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.9...v3.2.10

0 commit comments

Comments
 (0)