Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update default runtime to node20
Browse files Browse the repository at this point in the history
ffurrer2 committed Jan 27, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 6f0554a commit fc1714a
Showing 31 changed files with 23,463 additions and 584 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '16'
node-version: 20.x
- uses: actions/cache@v4
with:
path: ~/.npm
3 changes: 2 additions & 1 deletion .github/workflows/licensed.yml
Original file line number Diff line number Diff line change
@@ -23,11 +23,12 @@ jobs:
- name: Setup Licensed
uses: jonabc/setup-licensed@v1
with:
github_token: '${{ secrets.GITHUB_TOKEN }}'
version: '4.x'
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '16'
node-version: 20.x
- uses: actions/cache@v4
with:
path: ~/.npm
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4
- name: Extract release notes
id: extract-release-notes
uses: ffurrer2/extract-release-notes@v1
uses: ffurrer2/extract-release-notes@v2
- name: Create release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '16'
node-version: 20.x
- uses: actions/cache@v4
with:
path: ~/.npm
@@ -50,7 +50,7 @@ jobs:
intergration-test-1:
strategy:
matrix:
os: [ 'ubuntu-20.04', 'macos-12', 'windows-2022' ]
os: [ 'ubuntu-22.04', 'macos-12', 'windows-2022' ]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
@@ -68,7 +68,7 @@ jobs:
intergration-test-2:
strategy:
matrix:
os: [ 'ubuntu-20.04', 'macos-12', 'windows-2022' ]
os: [ 'ubuntu-22.04', 'macos-12', 'windows-2022' ]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
2 changes: 1 addition & 1 deletion .licenses/npm/@actions/core.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: "@actions/core"
version: 1.10.0
version: 1.10.1
type: npm
summary: Actions core lib
homepage: https://github.com/actions/toolkit/tree/main/packages/core
2 changes: 1 addition & 1 deletion .licenses/npm/@actions/github.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: "@actions/github"
version: 5.1.1
version: 6.0.0
type: npm
summary: Actions github lib
homepage: https://github.com/actions/toolkit/tree/main/packages/github
2 changes: 1 addition & 1 deletion .licenses/npm/@actions/http-client.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: "@actions/http-client"
version: 2.0.1
version: 2.2.0
type: npm
summary: Actions Http Client
homepage: https://github.com/actions/toolkit/tree/main/packages/http-client
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
---
name: whatwg-url
version: 5.0.0
name: "@fastify/busboy"
version: 2.0.0
type: npm
summary: An implementation of the WHATWG URL Standard's URL API and parsing machinery
summary: A streaming parser for HTML form data for node.js
homepage:
license: mit
licenses:
- sources: LICENSE.txt
text: |
The MIT License (MIT)
Copyright (c) 2015–2016 Sebastian Mayr
- sources: LICENSE
text: |-
Copyright Brian White. All rights reserved.
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
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:
The above copyright notice and this permission notice shall be included in
@@ -26,7 +24,7 @@ licenses:
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.
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.
notices: []
2 changes: 1 addition & 1 deletion .licenses/npm/@octokit/auth-token.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: "@octokit/auth-token"
version: 2.5.0
version: 4.0.0
type: npm
summary: GitHub API token authentication for browsers and Node.js
homepage:
2 changes: 1 addition & 1 deletion .licenses/npm/@octokit/core.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: "@octokit/core"
version: 3.6.0
version: 5.0.1
type: npm
summary: Extendable client for GitHub's REST & GraphQL APIs
homepage:
2 changes: 1 addition & 1 deletion .licenses/npm/@octokit/endpoint.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: "@octokit/endpoint"
version: 6.0.12
version: 9.0.1
type: npm
summary: Turns REST API endpoints into generic request options
homepage:
2 changes: 1 addition & 1 deletion .licenses/npm/@octokit/graphql.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: "@octokit/graphql"
version: 4.8.0
version: 7.0.2
type: npm
summary: GitHub GraphQL API client for browsers and Node
homepage:
2 changes: 1 addition & 1 deletion .licenses/npm/@octokit/openapi-types.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: "@octokit/openapi-types"
version: 11.2.0
version: 19.0.0
type: npm
summary: Generated TypeScript definitions based on GitHub's OpenAPI spec for api.github.com
homepage:
2 changes: 1 addition & 1 deletion .licenses/npm/@octokit/plugin-paginate-rest.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: "@octokit/plugin-paginate-rest"
version: 2.17.0
version: 9.0.0
type: npm
summary: Octokit plugin to paginate REST API endpoint responses
homepage:
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: "@octokit/plugin-rest-endpoint-methods"
version: 5.13.0
version: 10.0.1
type: npm
summary: Octokit plugin adding one method for all of api.github.com REST API endpoints
homepage:
2 changes: 1 addition & 1 deletion .licenses/npm/@octokit/request-error.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: "@octokit/request-error"
version: 2.1.0
version: 5.0.1
type: npm
summary: Error class for Octokit request errors
homepage:
2 changes: 1 addition & 1 deletion .licenses/npm/@octokit/request.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: "@octokit/request"
version: 5.6.3
version: 8.1.4
type: npm
summary: Send parameterized requests to GitHub's APIs with sensible defaults in browsers
and Node
2 changes: 1 addition & 1 deletion .licenses/npm/@octokit/types.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: "@octokit/types"
version: 6.34.0
version: 12.0.0
type: npm
summary: Shared TypeScript definitions for Octokit projects
homepage:
2 changes: 1 addition & 1 deletion .licenses/npm/before-after-hook.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: before-after-hook
version: 2.2.2
version: 2.2.3
type: npm
summary: asynchronous before/error/after hooks for internal functionality
homepage:
29 changes: 0 additions & 29 deletions .licenses/npm/encoding.dep.yml

This file was deleted.

33 changes: 0 additions & 33 deletions .licenses/npm/iconv-lite.dep.yml

This file was deleted.

56 changes: 0 additions & 56 deletions .licenses/npm/node-fetch.dep.yml

This file was deleted.

30 changes: 0 additions & 30 deletions .licenses/npm/tr46.dep.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
name: safer-buffer
version: 2.1.2
name: undici
version: 5.26.3
type: npm
summary: Modern Buffer API polyfill without footguns
homepage:
summary: An HTTP/1.1 client, written from scratch for Node.js
homepage: https://undici.nodejs.org
license: mit
licenses:
- sources: LICENSE
text: |
MIT License
Copyright (c) 2018 Nikita Skovoroda <[email protected]>
Copyright (c) Matteo Collina and Undici contributors
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@@ -29,4 +29,6 @@ licenses:
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.
- sources: README.md
text: MIT
notices: []
23 changes: 0 additions & 23 deletions .licenses/npm/webidl-conversions.dep.yml

This file was deleted.

8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -20,6 +20,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

### Security

## [2.0.0] - 2024-01-27

### Changed

- Default runtime updated to node20

## [1.17.0] - 2023-07-08

### Changed
@@ -143,7 +149,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

- Initial release of the `extract-release-notes` action

[unreleased]: https://github.com/ffurrer2/extract-release-notes/compare/v1.17.0...HEAD
[Unreleased]: https://github.com/ffurrer2/extract-release-notes/compare/v1.17.0...HEAD
[1.17.0]: https://github.com/ffurrer2/extract-release-notes/compare/v1.16.0...v1.17.0
[1.16.0]: https://github.com/ffurrer2/extract-release-notes/compare/v1.15.0...v1.16.0
[1.15.0]: https://github.com/ffurrer2/extract-release-notes/compare/v1.14.0...v1.15.0
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -49,7 +49,7 @@ jobs:
uses: actions/checkout@v4
- name: Extract release notes
id: extract-release-notes
uses: ffurrer2/extract-release-notes@v1
uses: ffurrer2/extract-release-notes@v2
- name: Create release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -71,7 +71,7 @@ jobs:
uses: actions/checkout@v4
- name: Extract release notes
id: extract-release-notes
uses: ffurrer2/extract-release-notes@v1
uses: ffurrer2/extract-release-notes@v2
with:
changelog_file: MY_CHANGELOG.md
```
@@ -86,7 +86,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Extract release notes
uses: ffurrer2/extract-release-notes@v1
uses: ffurrer2/extract-release-notes@v2
with:
release_notes_file: RELEASE_NOTES.md
```
@@ -103,7 +103,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Extract release notes
uses: ffurrer2/extract-release-notes@v1
uses: ffurrer2/extract-release-notes@v2
with:
prerelease: true
```
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -21,5 +21,5 @@ outputs:
release_notes:
description: 'The escaped release notes.'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
23,773 changes: 23,408 additions & 365 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "extract-release-notes",
"version": "1.14.0",
"version": "2.0.0",
"description": "extract release notes action",
"main": "src/index.js",
"scripts": {

0 comments on commit fc1714a

Please sign in to comment.