Skip to content

Commit 44ebc7a

Browse files
Prepare release v3.3.3 (#963)
## heroku/nodejs ### Changed - Updated `heroku/nodejs-corepack` to `3.3.3`. - Updated `heroku/nodejs-engine` to `3.3.3`. - Updated `heroku/nodejs-npm-engine` to `3.3.3`. - Updated `heroku/nodejs-npm-install` to `3.3.3`. - Updated `heroku/nodejs-pnpm-engine` to `3.3.3`. - Updated `heroku/nodejs-pnpm-install` to `3.3.3`. - Updated `heroku/nodejs-yarn` to `3.3.3`. ## heroku/nodejs-corepack - No changes. ## heroku/nodejs-engine ### Added - 23.3.0 (linux-amd64, linux-arm64) - 20.18.1 (linux-amd64, linux-arm64) ## heroku/nodejs-function ### Changed - Updated `heroku/nodejs-engine` to `3.3.3`. - Updated `heroku/nodejs-function-invoker` to `3.3.3`. - Updated `heroku/nodejs-npm` to `3.3.3`. ## heroku/nodejs-function-invoker - No changes. ## heroku/nodejs-npm - No changes. ## heroku/nodejs-npm-engine - Added npm version 10.9.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.5.2. Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent c085f05 commit 44ebc7a

File tree

22 files changed

+102
-39
lines changed

22 files changed

+102
-39
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.3.3] - 2024-11-22
11+
12+
- No changes.
13+
1014
## [3.3.2] - 2024-11-13
1115

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

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

247-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...HEAD
251+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...HEAD
252+
[3.3.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...v3.3.3
248253
[3.3.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...v3.3.2
249254
[3.3.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...v3.3.1
250255
[3.3.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...v3.3.0

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.2"
5+
version = "3.3.3"
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.3.3] - 2024-11-22
11+
1012
### Added
1113

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

714-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...HEAD
716+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...HEAD
717+
[3.3.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...v3.3.3
715718
[3.3.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...v3.3.2
716719
[3.3.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...v3.3.1
717720
[3.3.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...v3.3.0

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.2"
5+
version = "3.3.3"
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.3] - 2024-11-22
11+
12+
- No changes.
13+
1014
## [3.3.2] - 2024-11-13
1115

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

375-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...HEAD
379+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...HEAD
380+
[3.3.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...v3.3.3
376381
[3.3.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...v3.3.2
377382
[3.3.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...v3.3.1
378383
[3.3.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...v3.3.0

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.2"
5+
version = "3.3.3"
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.3.3] - 2024-11-22
11+
1012
- Added npm version 10.9.1.
13+
1114
## [3.3.2] - 2024-11-13
1215

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

203206
- Initial release
204207

205-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...HEAD
208+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...HEAD
209+
[3.3.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...v3.3.3
206210
[3.3.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...v3.3.2
207211
[3.3.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...v3.3.1
208212
[3.3.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...v3.3.0

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.2"
5+
version = "3.3.3"
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.3] - 2024-11-22
11+
12+
- No changes.
13+
1014
## [3.3.2] - 2024-11-13
1115

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

198202
- Initial release
199203

200-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...HEAD
204+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...HEAD
205+
[3.3.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...v3.3.3
201206
[3.3.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...v3.3.2
202207
[3.3.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...v3.3.1
203208
[3.3.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...v3.3.0

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.2"
5+
version = "3.3.3"
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.3] - 2024-11-22
11+
12+
- No changes.
13+
1014
## [3.3.2] - 2024-11-13
1115

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

161165
- Initial release
162166

163-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...HEAD
167+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...HEAD
168+
[3.3.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...v3.3.3
164169
[3.3.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...v3.3.2
165170
[3.3.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...v3.3.1
166171
[3.3.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...v3.3.0

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.2"
5+
version = "3.3.3"
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.3] - 2024-11-22
11+
12+
- No changes.
13+
1014
## [3.3.2] - 2024-11-13
1115

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

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

252-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...HEAD
256+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...HEAD
257+
[3.3.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...v3.3.3
253258
[3.3.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...v3.3.2
254259
[3.3.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...v3.3.1
255260
[3.3.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...v3.3.0

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.2"
5+
version = "3.3.3"
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

+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.3.3] - 2024-11-22
11+
1012
- Added Yarn version 4.5.2.
13+
1114
## [3.3.2] - 2024-11-13
1215

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

362-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...HEAD
365+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...HEAD
366+
[3.3.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...v3.3.3
363367
[3.3.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...v3.3.2
364368
[3.3.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...v3.3.1
365369
[3.3.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...v3.3.0

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.2"
5+
version = "3.3.3"
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.3] - 2024-11-22
11+
12+
- No changes.
13+
1014
## [3.3.2] - 2024-11-13
1115

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

326-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...HEAD
330+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...HEAD
331+
[3.3.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...v3.3.3
327332
[3.3.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...v3.3.2
328333
[3.3.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...v3.3.1
329334
[3.3.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...v3.3.0

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.2"
5+
version = "3.3.3"
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.3] - 2024-11-22
11+
12+
### Changed
13+
14+
- Updated `heroku/nodejs-engine` to `3.3.3`.
15+
- Updated `heroku/nodejs-function-invoker` to `3.3.3`.
16+
- Updated `heroku/nodejs-npm` to `3.3.3`.
17+
1018
## [3.3.2] - 2024-11-13
1119

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

660-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...HEAD
668+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...HEAD
669+
[3.3.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...v3.3.3
661670
[3.3.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...v3.3.2
662671
[3.3.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...v3.3.1
663672
[3.3.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...v3.3.0

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

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

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

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

816-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...HEAD
828+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.3...HEAD
829+
[3.3.3]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.2...v3.3.3
817830
[3.3.2]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.1...v3.3.2
818831
[3.3.1]: https://github.com/heroku/buildpacks-nodejs/compare/v3.3.0...v3.3.1
819832
[3.3.0]: https://github.com/heroku/buildpacks-nodejs/compare/v3.2.18...v3.3.0

0 commit comments

Comments
 (0)