Skip to content

Commit

Permalink
Prepare release v1.1.7 (#683)
Browse files Browse the repository at this point in the history
## heroku/nodejs

### Changed

- Updated `heroku/nodejs-corepack` to `1.1.7`.
- Updated `heroku/nodejs-engine` to `1.1.7`.
- Updated `heroku/nodejs-npm` to `1.1.7`.
- Updated `heroku/nodejs-pnpm-install` to `1.1.7`.
- Updated `heroku/nodejs-yarn` to `1.1.7`.

## heroku/nodejs-corepack

- No changes.

## heroku/nodejs-engine

- Added Node.js version 20.8.1.
- Added Node.js version 18.18.2.
- Added Node.js version 18.18.1.
- Added Node.js version 20.8.0.
- Provides `npm` added to the build plan since a default version of `npm` is bundled with Node.js. ([#622](#622))

## heroku/nodejs-function

### Changed

- Updated `heroku/nodejs-engine` to `1.1.7`.
- Updated `heroku/nodejs-function-invoker` to `1.1.7`.
- Updated `heroku/nodejs-npm` to `1.1.7`.

## heroku/nodejs-function-invoker

- No changes.

## heroku/nodejs-npm

- No changes.

## heroku/nodejs-pnpm-install

- No changes.

## heroku/nodejs-yarn

- Added Yarn version 4.0.0-rc.53.
- Added Yarn version 4.0.0-rc.52.
- Added Yarn version 3.6.4.

Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
  • Loading branch information
heroku-linguist[bot] authored Oct 17, 2023
1 parent dd11e3a commit 82932e4
Show file tree
Hide file tree
Showing 16 changed files with 74 additions and 27 deletions.
7 changes: 6 additions & 1 deletion buildpacks/nodejs-corepack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.7] - 2023-10-17

- No changes.

## [1.1.6] - 2023-09-25

- Add basic OpenTelemetry tracing. ([#652](https://github.com/heroku/buildpacks-nodejs/pull/652))
Expand Down Expand Up @@ -48,7 +52,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.6...HEAD
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.7...HEAD
[1.1.7]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.6...v1.1.7
[1.1.6]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.5...v1.1.6
[1.1.5]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.4...v1.1.5
[1.1.4]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.3...v1.1.4
Expand Down
2 changes: 1 addition & 1 deletion buildpacks/nodejs-corepack/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.9"

[buildpack]
id = "heroku/nodejs-corepack"
version = "1.1.6"
version = "1.1.7"
name = "Heroku Node.js Corepack"
homepage = "https://github.com/heroku/buildpacks-nodejs"
keywords = ["corepack", "node", "node.js", "nodejs", "javascript", "js"]
Expand Down
5 changes: 4 additions & 1 deletion buildpacks/nodejs-engine/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.7] - 2023-10-17

- Added Node.js version 20.8.1.
- Added Node.js version 18.18.2.
- Added Node.js version 18.18.1.
Expand Down Expand Up @@ -258,7 +260,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Parse engines and add them to nodejs.toml ([#25](https://github.com/heroku/nodejs-engine-buildpack/pull/25))
- Add shellcheck to test suite ([#24](https://github.com/heroku/nodejs-engine-buildpack/pull/24))

[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.6...HEAD
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.7...HEAD
[1.1.7]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.6...v1.1.7
[1.1.6]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.5...v1.1.6
[1.1.5]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.4...v1.1.5
[1.1.4]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.3...v1.1.4
Expand Down
2 changes: 1 addition & 1 deletion buildpacks/nodejs-engine/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.9"

[buildpack]
id = "heroku/nodejs-engine"
version = "1.1.6"
version = "1.1.7"
name = "Heroku Node.js Engine"
homepage = "https://github.com/heroku/buildpacks-nodejs"
keywords = ["node", "node.js", "nodejs", "javascript", "js"]
Expand Down
7 changes: 6 additions & 1 deletion buildpacks/nodejs-function-invoker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.7] - 2023-10-17

- No changes.

## [1.1.6] - 2023-09-25

- No changes.
Expand Down Expand Up @@ -183,7 +187,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial implementation ([#47](https://github.com/heroku/buildpacks-node/pull/47))

[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.6...HEAD
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.7...HEAD
[1.1.7]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.6...v1.1.7
[1.1.6]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.5...v1.1.6
[1.1.5]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.4...v1.1.5
[1.1.4]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.3...v1.1.4
Expand Down
2 changes: 1 addition & 1 deletion buildpacks/nodejs-function-invoker/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.9"

[buildpack]
id = "heroku/nodejs-function-invoker"
version = "1.1.6"
version = "1.1.7"
name = "Heroku Node.js Function Invoker"
homepage = "https://github.com/heroku/buildpacks-nodejs"
keywords = ["nodejs", "node", "node.js", "javascript", "js", "function"]
Expand Down
7 changes: 6 additions & 1 deletion buildpacks/nodejs-pnpm-install/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.7] - 2023-10-17

- No changes.

## [1.1.6] - 2023-09-25

- No changes.
Expand Down Expand Up @@ -44,7 +48,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.6...HEAD
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.7...HEAD
[1.1.7]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.6...v1.1.7
[1.1.6]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.5...v1.1.6
[1.1.5]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.4...v1.1.5
[1.1.4]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.3...v1.1.4
Expand Down
2 changes: 1 addition & 1 deletion buildpacks/nodejs-pnpm-install/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.9"

[buildpack]
id = "heroku/nodejs-pnpm-install"
version = "1.1.6"
version = "1.1.7"
name = "Heroku Node.js pnpm install"
homepage = "https://github.com/heroku/buildpacks-nodejs"
keywords = ["node", "node.js", "nodejs", "javascript", "js", "pnpm"]
Expand Down
6 changes: 5 additions & 1 deletion buildpacks/nodejs-yarn/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.7] - 2023-10-17

- Added Yarn version 4.0.0-rc.53.
- Added Yarn version 4.0.0-rc.52.
- Added Yarn version 3.6.4.

## [1.1.6] - 2023-09-25

- No changes.
Expand Down Expand Up @@ -143,7 +146,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Changelog entry for first release ([#1](https://github.com/heroku/nodejs-yarn-buildpack/pull/1))

[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.6...HEAD
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.7...HEAD
[1.1.7]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.6...v1.1.7
[1.1.6]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.5...v1.1.6
[1.1.5]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.4...v1.1.5
[1.1.4]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.3...v1.1.4
Expand Down
2 changes: 1 addition & 1 deletion buildpacks/nodejs-yarn/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.9"

[buildpack]
id = "heroku/nodejs-yarn"
version = "1.1.6"
version = "1.1.7"
name = "Heroku Node.js Yarn"
homepage = "https://github.com/heroku/buildpacks-nodejs"
keywords = ["node", "node.js", "nodejs", "javascript", "js", "yarn", "yarnpkg"]
Expand Down
7 changes: 6 additions & 1 deletion buildpacks/npm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.7] - 2023-10-17

- No changes.

## [1.1.6] - 2023-09-25

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

[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.6...HEAD
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.7...HEAD
[1.1.7]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.6...v1.1.7
[1.1.6]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.5...v1.1.6
[1.1.5]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.4...v1.1.5
[1.1.4]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.3...v1.1.4
Expand Down
2 changes: 1 addition & 1 deletion buildpacks/npm/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.6"

[buildpack]
id = "heroku/nodejs-npm"
version = "1.1.6"
version = "1.1.7"
name = "NPM Buildpack"
homepage = "https://github.com/heroku/buildpacks-nodejs"
keywords = ["nodejs", "node", "npm"]
Expand Down
11 changes: 10 additions & 1 deletion meta-buildpacks/nodejs-function/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.7] - 2023-10-17

### Changed

- Updated `heroku/nodejs-engine` to `1.1.7`.
- Updated `heroku/nodejs-function-invoker` to `1.1.7`.
- Updated `heroku/nodejs-npm` to `1.1.7`.

## [1.1.6] - 2023-09-25

- Updated `heroku/nodejs-engine` to `1.1.6`.
Expand Down Expand Up @@ -281,7 +289,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
* Switch from the Riff based invoker buildpacks to `heroku/nodejs-function` ([#48](https://github.com/heroku/buildpacks-node/pull/48))

[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.6...HEAD
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.7...HEAD
[1.1.7]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.6...v1.1.7
[1.1.6]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.5...v1.1.6
[1.1.5]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.4...v1.1.5
[1.1.4]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.3...v1.1.4
Expand Down
8 changes: 4 additions & 4 deletions meta-buildpacks/nodejs-function/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.9"

[buildpack]
id = "heroku/nodejs-function"
version = "1.1.6"
version = "1.1.7"
name = "Node.js Function"
homepage = "https://github.com/heroku/buildpacks-nodejs"

Expand All @@ -13,15 +13,15 @@ type = "MIT"

[[order.group]]
id = "heroku/nodejs-engine"
version = "1.1.6"
version = "1.1.7"

[[order.group]]
id = "heroku/nodejs-npm"
version = "1.1.6"
version = "1.1.7"

[[order.group]]
id = "heroku/nodejs-function-invoker"
version = "1.1.6"
version = "1.1.7"

[metadata]
[metadata.release]
Expand Down
13 changes: 12 additions & 1 deletion meta-buildpacks/nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.7] - 2023-10-17

### Changed

- Updated `heroku/nodejs-corepack` to `1.1.7`.
- Updated `heroku/nodejs-engine` to `1.1.7`.
- Updated `heroku/nodejs-npm` to `1.1.7`.
- Updated `heroku/nodejs-pnpm-install` to `1.1.7`.
- Updated `heroku/nodejs-yarn` to `1.1.7`.

## [1.1.6] - 2023-09-25

- Updated `heroku/nodejs-corepack` to `1.1.6`.
Expand Down Expand Up @@ -255,7 +265,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
* Package meta buildpack with latest releases of buildpacks while testing against unreleased.

[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.6...HEAD
[unreleased]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.7...HEAD
[1.1.7]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.6...v1.1.7
[1.1.6]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.5...v1.1.6
[1.1.5]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.4...v1.1.5
[1.1.4]: https://github.com/heroku/buildpacks-nodejs/compare/v1.1.3...v1.1.4
Expand Down
18 changes: 9 additions & 9 deletions meta-buildpacks/nodejs/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.9"

[buildpack]
id = "heroku/nodejs"
version = "1.1.6"
version = "1.1.7"
name = "Node.js"
homepage = "https://github.com/heroku/buildpacks-nodejs"

Expand All @@ -13,15 +13,15 @@ type = "MIT"

[[order.group]]
id = "heroku/nodejs-engine"
version = "1.1.6"
version = "1.1.7"

[[order.group]]
id = "heroku/nodejs-corepack"
version = "1.1.6"
version = "1.1.7"

[[order.group]]
id = "heroku/nodejs-pnpm-install"
version = "1.1.6"
version = "1.1.7"

[[order.group]]
id = "heroku/procfile"
Expand All @@ -32,16 +32,16 @@ optional = true

[[order.group]]
id = "heroku/nodejs-engine"
version = "1.1.6"
version = "1.1.7"

[[order.group]]
id = "heroku/nodejs-corepack"
version = "1.1.6"
version = "1.1.7"
optional = true

[[order.group]]
id = "heroku/nodejs-yarn"
version = "1.1.6"
version = "1.1.7"

[[order.group]]
id = "heroku/procfile"
Expand All @@ -52,11 +52,11 @@ optional = true

[[order.group]]
id = "heroku/nodejs-engine"
version = "1.1.6"
version = "1.1.7"

[[order.group]]
id = "heroku/nodejs-npm"
version = "1.1.6"
version = "1.1.7"

[[order.group]]
id = "heroku/procfile"
Expand Down

0 comments on commit 82932e4

Please sign in to comment.