Skip to content

Commit 2e00edc

Browse files
Prepare release v3.3.1 (#956)
## heroku/nodejs ### Changed - Updated `heroku/nodejs-corepack` to `3.3.1`. - Updated `heroku/nodejs-engine` to `3.3.1`. - Updated `heroku/nodejs-npm-engine` to `3.3.1`. - Updated `heroku/nodejs-npm-install` to `3.3.1`. - Updated `heroku/nodejs-pnpm-engine` to `3.3.1`. - Updated `heroku/nodejs-pnpm-install` to `3.3.1`. - Updated `heroku/nodejs-yarn` to `3.3.1`. ## heroku/nodejs-corepack ### Changed - Use tracing features provided by `libcnb.rs` ([#954](#954)) ## heroku/nodejs-engine - No changes. ## heroku/nodejs-function ### Changed - Updated `heroku/nodejs-engine` to `3.3.1`. - Updated `heroku/nodejs-function-invoker` to `3.3.1`. - Updated `heroku/nodejs-npm` to `3.3.1`. ## heroku/nodejs-function-invoker - No changes. ## heroku/nodejs-npm - No changes. ## heroku/nodejs-npm-engine - No changes. ## 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 0bf51c3 commit 2e00edc

File tree

22 files changed

+104
-39
lines changed

22 files changed

+104
-39
lines changed

buildpacks/nodejs-corepack/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.3.1] - 2024-11-06
11+
1012
### Changed
1113

1214
- Use tracing features provided by `libcnb.rs` ([#954](https://github.com/heroku/buildpacks-nodejs/pull/954))
@@ -238,7 +240,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
238240

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

241-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...HEAD
243+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...HEAD
244+
[3.3.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...v3.3.1
242245
[3.3.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...v3.3.0
243246
[3.2.18]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.17...v3.2.18
244247
[3.2.17]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.16...v3.2.17

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.3.0"
5+
version = "3.3.1"
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

+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.3.1] - 2024-11-06
11+
12+
- No changes.
13+
1014
## [3.3.0] - 2024-10-31
1115

1216
### Changed
@@ -697,7 +701,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
697701
- Parse engines and add them to nodejs.toml ([#25](https://github.com/heroku/nodejs-engine-buildpack/pull/25))
698702
- Add shellcheck to test suite ([#24](https://github.com/heroku/nodejs-engine-buildpack/pull/24))
699703

700-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...HEAD
704+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...HEAD
705+
[3.3.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...v3.3.1
701706
[3.3.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...v3.3.0
702707
[3.2.18]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.17...v3.2.18
703708
[3.2.17]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.16...v3.2.17

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.3.0"
5+
version = "3.3.1"
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.3.1] - 2024-11-06
11+
12+
- No changes.
13+
1014
## [3.3.0] - 2024-10-31
1115

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

367-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...HEAD
371+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...HEAD
372+
[3.3.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...v3.3.1
368373
[3.3.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...v3.3.0
369374
[3.2.18]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.17...v3.2.18
370375
[3.2.17]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.16...v3.2.17

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.3.0"
5+
version = "3.3.1"
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

+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.3.1] - 2024-11-06
11+
12+
- No changes.
13+
1014
## [3.3.0] - 2024-10-31
1115

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

194198
- Initial release
195199

196-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...HEAD
200+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...HEAD
201+
[3.3.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...v3.3.1
197202
[3.3.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...v3.3.0
198203
[3.2.18]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.17...v3.2.18
199204
[3.2.17]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.16...v3.2.17

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.3.0"
5+
version = "3.3.1"
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.3.1] - 2024-11-06
11+
12+
- No changes.
13+
1014
## [3.3.0] - 2024-10-31
1115

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

190194
- Initial release
191195

192-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...HEAD
196+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...HEAD
197+
[3.3.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...v3.3.1
193198
[3.3.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...v3.3.0
194199
[3.2.18]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.17...v3.2.18
195200
[3.2.17]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.16...v3.2.17

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.3.0"
5+
version = "3.3.1"
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.3.1] - 2024-11-06
11+
12+
- No changes.
13+
1014
## [3.3.0] - 2024-10-31
1115

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

153157
- Initial release
154158

155-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...HEAD
159+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...HEAD
160+
[3.3.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...v3.3.1
156161
[3.3.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...v3.3.0
157162
[3.2.18]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.17...v3.2.18
158163
[3.2.17]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.16...v3.2.17

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.3.0"
5+
version = "3.3.1"
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.3.1] - 2024-11-06
11+
12+
- No changes.
13+
1014
## [3.3.0] - 2024-10-31
1115

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

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

244-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...HEAD
248+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...HEAD
249+
[3.3.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...v3.3.1
245250
[3.3.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...v3.3.0
246251
[3.2.18]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.17...v3.2.18
247252
[3.2.17]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.16...v3.2.17

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.3.0"
5+
version = "3.3.1"
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-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.3.1] - 2024-11-06
11+
12+
- No changes.
13+
1014
## [3.3.0] - 2024-10-31
1115

1216
- No changes.
@@ -350,7 +354,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
350354
### Added
351355
- Changelog entry for first release ([#1](https://github.com/heroku/nodejs-yarn-buildpack/pull/1))
352356

353-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...HEAD
357+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...HEAD
358+
[3.3.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...v3.3.1
354359
[3.3.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...v3.3.0
355360
[3.2.18]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.17...v3.2.18
356361
[3.2.17]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.16...v3.2.17

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.3.0"
5+
version = "3.3.1"
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.3.1] - 2024-11-06
11+
12+
- No changes.
13+
1014
## [3.3.0] - 2024-10-31
1115

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

318-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...HEAD
322+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...HEAD
323+
[3.3.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...v3.3.1
319324
[3.3.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...v3.3.0
320325
[3.2.18]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.17...v3.2.18
321326
[3.2.17]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.16...v3.2.17

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.3.0"
5+
version = "3.3.1"
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.3.1] - 2024-11-06
11+
12+
### Changed
13+
14+
- Updated `heroku/nodejs-engine` to `3.3.1`.
15+
- Updated `heroku/nodejs-function-invoker` to `3.3.1`.
16+
- Updated `heroku/nodejs-npm` to `3.3.1`.
17+
1018
## [3.3.0] - 2024-10-31
1119

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

644-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...HEAD
652+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...HEAD
653+
[3.3.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...v3.3.1
645654
[3.3.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...v3.3.0
646655
[3.2.18]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.17...v3.2.18
647656
[3.2.17]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.16...v3.2.17

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.3.0"
5+
version = "3.3.1"
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.3.0"
17+
version = "3.3.1"
1818

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

2323
[[order.group]]
2424
id = "heroku/nodejs-function-invoker"
25-
version = "3.3.0"
25+
version = "3.3.1"
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.3.1] - 2024-11-06
11+
12+
### Changed
13+
14+
- Updated `heroku/nodejs-corepack` to `3.3.1`.
15+
- Updated `heroku/nodejs-engine` to `3.3.1`.
16+
- Updated `heroku/nodejs-npm-engine` to `3.3.1`.
17+
- Updated `heroku/nodejs-npm-install` to `3.3.1`.
18+
- Updated `heroku/nodejs-pnpm-engine` to `3.3.1`.
19+
- Updated `heroku/nodejs-pnpm-install` to `3.3.1`.
20+
- Updated `heroku/nodejs-yarn` to `3.3.1`.
21+
1022
## [3.3.0] - 2024-10-31
1123

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

792-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...HEAD
804+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...HEAD
805+
[3.3.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...v3.3.1
793806
[3.3.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...v3.3.0
794807
[3.2.18]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.17...v3.2.18
795808
[3.2.17]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.16...v3.2.17

0 commit comments

Comments
 (0)