Skip to content

Commit fc1714a

Browse files
committed
Update default runtime to node20
1 parent 6f0554a commit fc1714a

31 files changed

+23463
-584
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Node.js
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: '16'
22+
node-version: 20.x
2323
- uses: actions/cache@v4
2424
with:
2525
path: ~/.npm

.github/workflows/licensed.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,12 @@ jobs:
2323
- name: Setup Licensed
2424
uses: jonabc/setup-licensed@v1
2525
with:
26+
github_token: '${{ secrets.GITHUB_TOKEN }}'
2627
version: '4.x'
2728
- name: Setup Node.js
2829
uses: actions/setup-node@v4
2930
with:
30-
node-version: '16'
31+
node-version: 20.x
3132
- uses: actions/cache@v4
3233
with:
3334
path: ~/.npm

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v4
1717
- name: Extract release notes
1818
id: extract-release-notes
19-
uses: ffurrer2/extract-release-notes@v1
19+
uses: ffurrer2/extract-release-notes@v2
2020
- name: Create release
2121
env:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Node.js
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: '16'
21+
node-version: 20.x
2222
- uses: actions/cache@v4
2323
with:
2424
path: ~/.npm
@@ -50,7 +50,7 @@ jobs:
5050
intergration-test-1:
5151
strategy:
5252
matrix:
53-
os: [ 'ubuntu-20.04', 'macos-12', 'windows-2022' ]
53+
os: [ 'ubuntu-22.04', 'macos-12', 'windows-2022' ]
5454
runs-on: ${{ matrix.os }}
5555
steps:
5656
- name: Checkout
@@ -68,7 +68,7 @@ jobs:
6868
intergration-test-2:
6969
strategy:
7070
matrix:
71-
os: [ 'ubuntu-20.04', 'macos-12', 'windows-2022' ]
71+
os: [ 'ubuntu-22.04', 'macos-12', 'windows-2022' ]
7272
runs-on: ${{ matrix.os }}
7373
steps:
7474
- name: Checkout

.licenses/npm/@actions/core.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: "@actions/core"
3-
version: 1.10.0
3+
version: 1.10.1
44
type: npm
55
summary: Actions core lib
66
homepage: https://github.com/actions/toolkit/tree/main/packages/core

.licenses/npm/@actions/github.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: "@actions/github"
3-
version: 5.1.1
3+
version: 6.0.0
44
type: npm
55
summary: Actions github lib
66
homepage: https://github.com/actions/toolkit/tree/main/packages/github

.licenses/npm/@actions/http-client.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: "@actions/http-client"
3-
version: 2.0.1
3+
version: 2.2.0
44
type: npm
55
summary: Actions Http Client
66
homepage: https://github.com/actions/toolkit/tree/main/packages/http-client
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
11
---
2-
name: whatwg-url
3-
version: 5.0.0
2+
name: "@fastify/busboy"
3+
version: 2.0.0
44
type: npm
5-
summary: An implementation of the WHATWG URL Standard's URL API and parsing machinery
5+
summary: A streaming parser for HTML form data for node.js
66
homepage:
77
license: mit
88
licenses:
9-
- sources: LICENSE.txt
10-
text: |
11-
The MIT License (MIT)
12-
13-
Copyright (c) 2015–2016 Sebastian Mayr
9+
- sources: LICENSE
10+
text: |-
11+
Copyright Brian White. All rights reserved.
1412
1513
Permission is hereby granted, free of charge, to any person obtaining a copy
16-
of this software and associated documentation files (the "Software"), to deal
17-
in the Software without restriction, including without limitation the rights
18-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
19-
copies of the Software, and to permit persons to whom the Software is
14+
of this software and associated documentation files (the "Software"), to
15+
deal in the Software without restriction, including without limitation the
16+
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
17+
sell copies of the Software, and to permit persons to whom the Software is
2018
furnished to do so, subject to the following conditions:
2119
2220
The above copyright notice and this permission notice shall be included in
@@ -26,7 +24,7 @@ licenses:
2624
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2725
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2826
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
29-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
30-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
31-
THE SOFTWARE.
27+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
28+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
29+
IN THE SOFTWARE.
3230
notices: []

.licenses/npm/@octokit/auth-token.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: "@octokit/auth-token"
3-
version: 2.5.0
3+
version: 4.0.0
44
type: npm
55
summary: GitHub API token authentication for browsers and Node.js
66
homepage:

.licenses/npm/@octokit/core.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: "@octokit/core"
3-
version: 3.6.0
3+
version: 5.0.1
44
type: npm
55
summary: Extendable client for GitHub's REST & GraphQL APIs
66
homepage:

.licenses/npm/@octokit/endpoint.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: "@octokit/endpoint"
3-
version: 6.0.12
3+
version: 9.0.1
44
type: npm
55
summary: Turns REST API endpoints into generic request options
66
homepage:

.licenses/npm/@octokit/graphql.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: "@octokit/graphql"
3-
version: 4.8.0
3+
version: 7.0.2
44
type: npm
55
summary: GitHub GraphQL API client for browsers and Node
66
homepage:

.licenses/npm/@octokit/openapi-types.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: "@octokit/openapi-types"
3-
version: 11.2.0
3+
version: 19.0.0
44
type: npm
55
summary: Generated TypeScript definitions based on GitHub's OpenAPI spec for api.github.com
66
homepage:

.licenses/npm/@octokit/plugin-paginate-rest.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: "@octokit/plugin-paginate-rest"
3-
version: 2.17.0
3+
version: 9.0.0
44
type: npm
55
summary: Octokit plugin to paginate REST API endpoint responses
66
homepage:

.licenses/npm/@octokit/plugin-rest-endpoint-methods.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: "@octokit/plugin-rest-endpoint-methods"
3-
version: 5.13.0
3+
version: 10.0.1
44
type: npm
55
summary: Octokit plugin adding one method for all of api.github.com REST API endpoints
66
homepage:

.licenses/npm/@octokit/request-error.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: "@octokit/request-error"
3-
version: 2.1.0
3+
version: 5.0.1
44
type: npm
55
summary: Error class for Octokit request errors
66
homepage:

.licenses/npm/@octokit/request.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: "@octokit/request"
3-
version: 5.6.3
3+
version: 8.1.4
44
type: npm
55
summary: Send parameterized requests to GitHub's APIs with sensible defaults in browsers
66
and Node

.licenses/npm/@octokit/types.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: "@octokit/types"
3-
version: 6.34.0
3+
version: 12.0.0
44
type: npm
55
summary: Shared TypeScript definitions for Octokit projects
66
homepage:

.licenses/npm/before-after-hook.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: before-after-hook
3-
version: 2.2.2
3+
version: 2.2.3
44
type: npm
55
summary: asynchronous before/error/after hooks for internal functionality
66
homepage:

.licenses/npm/encoding.dep.yml

-29
This file was deleted.

.licenses/npm/iconv-lite.dep.yml

-33
This file was deleted.

.licenses/npm/node-fetch.dep.yml

-56
This file was deleted.

.licenses/npm/tr46.dep.yml

-30
This file was deleted.

.licenses/npm/safer-buffer.dep.yml .licenses/npm/undici.dep.yml

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
2-
name: safer-buffer
3-
version: 2.1.2
2+
name: undici
3+
version: 5.26.3
44
type: npm
5-
summary: Modern Buffer API polyfill without footguns
6-
homepage:
5+
summary: An HTTP/1.1 client, written from scratch for Node.js
6+
homepage: https://undici.nodejs.org
77
license: mit
88
licenses:
99
- sources: LICENSE
1010
text: |
1111
MIT License
1212
13-
Copyright (c) 2018 Nikita Skovoroda <chalkerx@gmail.com>
13+
Copyright (c) Matteo Collina and Undici contributors
1414
1515
Permission is hereby granted, free of charge, to any person obtaining a copy
1616
of this software and associated documentation files (the "Software"), to deal
@@ -29,4 +29,6 @@ licenses:
2929
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3030
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3131
SOFTWARE.
32+
- sources: README.md
33+
text: MIT
3234
notices: []

0 commit comments

Comments
 (0)