Skip to content

Commit 39f1dfe

Browse files
Prepare release v3.0.0 (#796)
* Prepare release v3.0.0 ## heroku/nodejs - Bump to Buildpack API 0.10. ([#789](#789)) ### Changed - Updated `heroku/nodejs-corepack` to `3.0.0`. - Updated `heroku/nodejs-engine` to `3.0.0`. - Updated `heroku/nodejs-npm-engine` to `3.0.0`. - Updated `heroku/nodejs-npm-install` to `3.0.0`. - Updated `heroku/nodejs-pnpm-engine` to `3.0.0`. - Updated `heroku/nodejs-pnpm-install` to `3.0.0`. - Updated `heroku/nodejs-yarn` to `3.0.0`. ## heroku/nodejs-corepack - Bump to Buildpack API 0.10. ([#789](#789)) ## heroku/nodejs-engine - Added Node.js version 21.7.0. - Bump to Buildpack API 0.10. ([#789](#789)) ## heroku/nodejs-function - Bump to Buildpack API 0.10. ([#789](#789)) ### Changed - Updated `heroku/nodejs-engine` to `3.0.0`. - Updated `heroku/nodejs-function-invoker` to `3.0.0`. - Updated `heroku/nodejs-npm` to `3.0.0`. ## heroku/nodejs-function-invoker - Bump to Buildpack API 0.10. ([#789](#789)) ## heroku/nodejs-npm - No changes. ## heroku/nodejs-npm-engine - Bump to Buildpack API 0.10. ([#789](#789)) - Added npm version 10.5.0. - Added npm version 9.9.3. ## heroku/nodejs-npm-install - Bump to Buildpack API 0.10. ([#789](#789)) ## heroku/nodejs-pnpm-engine - Bump to Buildpack API 0.10. ([#789](#789)) ## heroku/nodejs-pnpm-install - Bump to Buildpack API 0.10. ([#789](#789)) ## heroku/nodejs-yarn - Bump to Buildpack API 0.10. ([#789](#789)) - Added Yarn version 4.1.1. - Added Yarn version 3.8.1. * Use BSD-3-Clause license --------- Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com> Co-authored-by: Josh W Lewis <[email protected]>
1 parent 671af6f commit 39f1dfe

File tree

23 files changed

+115
-44
lines changed

23 files changed

+115
-44
lines changed

LICENSE

+25-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,29 @@
1-
MIT License:
1+
BSD 3-Clause License
22

3-
Copyright (C) 2021 Heroku, Inc.
3+
Copyright (c) 2023 Salesforce, Inc.
4+
All rights reserved.
45

5-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6+
Redistribution and use in source and binary forms, with or without
7+
modification, are permitted provided that the following conditions are met:
68

7-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
9+
1. Redistributions of source code must retain the above copyright notice, this
10+
list of conditions and the following disclaimer.
811

9-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
12+
2. Redistributions in binary form must reproduce the above copyright notice,
13+
this list of conditions and the following disclaimer in the documentation
14+
and/or other materials provided with the distribution.
15+
16+
3. Neither the name of the copyright holder nor the names of its
17+
contributors may be used to endorse or promote products derived from
18+
this software without specific prior written permission.
19+
20+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
21+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
23+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
24+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
26+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
27+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
28+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

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.0.0] - 2024-03-08
11+
1012
- Bump to Buildpack API 0.10.
1113
([#789](https://github.com/heroku/buildpacks-nodejs/pull/789))
1214

@@ -122,7 +124,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
122124

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

125-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...HEAD
127+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...HEAD
128+
[3.0.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...v3.0.0
126129
[2.6.6]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.5...v2.6.6
127130
[2.6.5]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.4...v2.6.5
128131
[2.6.4]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.3...v2.6.4

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 = "2.6.6"
5+
version = "3.0.0"
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.0.0] - 2024-03-08
11+
1012
- Added Node.js version 21.7.0.
1113
- Bump to Buildpack API 0.10.
1214
([#789](https://github.com/heroku/buildpacks-nodejs/pull/789))
@@ -356,7 +358,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
356358
- Parse engines and add them to nodejs.toml ([#25](https://github.com/heroku/nodejs-engine-buildpack/pull/25))
357359
- Add shellcheck to test suite ([#24](https://github.com/heroku/nodejs-engine-buildpack/pull/24))
358360

359-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...HEAD
361+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...HEAD
362+
[3.0.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...v3.0.0
360363
[2.6.6]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.5...v2.6.6
361364
[2.6.5]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.4...v2.6.5
362365
[2.6.4]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.3...v2.6.4

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 = "2.6.6"
5+
version = "3.0.0"
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

+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.0.0] - 2024-03-08
11+
1012
- Bump to Buildpack API 0.10.
1113
([#789](https://github.com/heroku/buildpacks-nodejs/pull/789))
1214

@@ -250,7 +252,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
250252
### Added
251253
- Initial implementation ([#47](https://github.com/heroku/buildpacks-node/pull/47))
252254

253-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...HEAD
255+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...HEAD
256+
[3.0.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...v3.0.0
254257
[2.6.6]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.5...v2.6.6
255258
[2.6.5]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.4...v2.6.5
256259
[2.6.4]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.3...v2.6.4

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 = "2.6.6"
5+
version = "3.0.0"
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

+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.0.0] - 2024-03-08
11+
1012
- Bump to Buildpack API 0.10.
1113
([#789](https://github.com/heroku/buildpacks-nodejs/pull/789))
1214
- Added npm version 10.5.0.
@@ -80,7 +82,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8082

8183
- Initial release
8284

83-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...HEAD
85+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...HEAD
86+
[3.0.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...v3.0.0
8487
[2.6.6]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.5...v2.6.6
8588
[2.6.5]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.4...v2.6.5
8689
[2.6.4]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.3...v2.6.4

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 = "2.6.6"
5+
version = "3.0.0"
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

+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.0.0] - 2024-03-08
11+
1012
- Bump to Buildpack API 0.10.
1113
([#789](https://github.com/heroku/buildpacks-nodejs/pull/789))
1214

@@ -74,7 +76,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7476

7577
- Initial release
7678

77-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...HEAD
79+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...HEAD
80+
[3.0.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...v3.0.0
7881
[2.6.6]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.5...v2.6.6
7982
[2.6.5]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.4...v2.6.5
8083
[2.6.4]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.3...v2.6.4

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 = "2.6.6"
5+
version = "3.0.0"
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

+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.0.0] - 2024-03-08
11+
1012
- Bump to Buildpack API 0.10.
1113
([#789](https://github.com/heroku/buildpacks-nodejs/pull/789))
1214

@@ -40,7 +42,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4042

4143
- Initial release
4244

43-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...HEAD
45+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...HEAD
46+
[3.0.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...v3.0.0
4447
[2.6.6]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.5...v2.6.6
4548
[2.6.5]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.4...v2.6.5
4649
[2.6.4]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.3...v2.6.4

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 = "2.6.6"
5+
version = "3.0.0"
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

+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.0.0] - 2024-03-08
11+
1012
- Bump to Buildpack API 0.10.
1113
([#789](https://github.com/heroku/buildpacks-nodejs/pull/789))
1214

@@ -127,7 +129,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
127129

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

130-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...HEAD
132+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...HEAD
133+
[3.0.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...v3.0.0
131134
[2.6.6]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.5...v2.6.6
132135
[2.6.5]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.4...v2.6.5
133136
[2.6.4]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.3...v2.6.4

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 = "2.6.6"
5+
version = "3.0.0"
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

+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.0.0] - 2024-03-08
11+
1012
- Bump to Buildpack API 0.10.
1113
([#789](https://github.com/heroku/buildpacks-nodejs/pull/789))
1214
- Added Yarn version 4.1.1.
@@ -229,7 +231,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
229231
### Added
230232
- Changelog entry for first release ([#1](https://github.com/heroku/nodejs-yarn-buildpack/pull/1))
231233

232-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...HEAD
234+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...HEAD
235+
[3.0.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...v3.0.0
233236
[2.6.6]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.5...v2.6.6
234237
[2.6.5]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.4...v2.6.5
235238
[2.6.4]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.3...v2.6.4

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 = "2.6.6"
5+
version = "3.0.0"
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.0.0] - 2024-03-08
11+
12+
- No changes.
13+
1014
## [2.6.6] - 2024-02-15
1115

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

206-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...HEAD
210+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...HEAD
211+
[3.0.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...v3.0.0
207212
[2.6.6]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.5...v2.6.6
208213
[2.6.5]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.4...v2.6.5
209214
[2.6.4]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.3...v2.6.4

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 = "2.6.6"
5+
version = "3.0.0"
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,9 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.0.0] - 2024-03-08
11+
1012
- Bump to Buildpack API 0.10.
1113
([#789](https://github.com/heroku/buildpacks-nodejs/pull/789))
1214

15+
### Changed
16+
17+
- Updated `heroku/nodejs-engine` to `3.0.0`.
18+
- Updated `heroku/nodejs-function-invoker` to `3.0.0`.
19+
- Updated `heroku/nodejs-npm` to `3.0.0`.
20+
1321
## [2.6.6] - 2024-02-15
1422

1523
### Changed
@@ -417,7 +425,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
417425
### Changed
418426
* Switch from the Riff based invoker buildpacks to `heroku/nodejs-function` ([#48](https://github.com/heroku/buildpacks-node/pull/48))
419427

420-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...HEAD
428+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...HEAD
429+
[3.0.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...v3.0.0
421430
[2.6.6]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.5...v2.6.6
422431
[2.6.5]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.4...v2.6.5
423432
[2.6.4]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.3...v2.6.4

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 = "2.6.6"
5+
version = "3.0.0"
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 = "2.6.6"
17+
version = "3.0.0"
1818

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

2323
[[order.group]]
2424
id = "heroku/nodejs-function-invoker"
25-
version = "2.6.6"
25+
version = "3.0.0"
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,9 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.0.0] - 2024-03-08
11+
1012
- Bump to Buildpack API 0.10.
1113
([#789](https://github.com/heroku/buildpacks-nodejs/pull/789))
1214

15+
### Changed
16+
17+
- Updated `heroku/nodejs-corepack` to `3.0.0`.
18+
- Updated `heroku/nodejs-engine` to `3.0.0`.
19+
- Updated `heroku/nodejs-npm-engine` to `3.0.0`.
20+
- Updated `heroku/nodejs-npm-install` to `3.0.0`.
21+
- Updated `heroku/nodejs-pnpm-engine` to `3.0.0`.
22+
- Updated `heroku/nodejs-pnpm-install` to `3.0.0`.
23+
- Updated `heroku/nodejs-yarn` to `3.0.0`.
24+
1325
## [2.6.6] - 2024-02-15
1426

1527
### Changed
@@ -449,7 +461,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
449461
### Changed
450462
* Package meta buildpack with latest releases of buildpacks while testing against unreleased.
451463

452-
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...HEAD
464+
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v3.0.0...HEAD
465+
[3.0.0]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.6...v3.0.0
453466
[2.6.6]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.5...v2.6.6
454467
[2.6.5]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.4...v2.6.5
455468
[2.6.4]: https://github.com/heroku/buildpacks-nodejs/compare/v2.6.3...v2.6.4

0 commit comments

Comments
 (0)