Skip to content

Commit c337f89

Browse files
patch(3.0.1): update types (#586)
* patch(3.0.1): update packages * version pre pack * 3.0.1
1 parent 9d84ce5 commit c337f89

File tree

6 files changed

+2240
-564
lines changed

6 files changed

+2240
-564
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414

1515
steps:
1616
- name: Checkout Source Files
17-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
18-
- name: Use Node.js 18.x
19-
uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3
17+
uses: actions/checkout@v4
18+
- name: Use Node.js 22.x
19+
uses: actions/setup-node@v3
2020
with:
21-
node-version: 18.x
21+
node-version: 22.x
2222
cache: "npm"
2323

2424
- name: Install Dependencies

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515

1616
steps:
1717
- name: Checkout Source Files
18-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
19-
- name: Use Node.js 18.x
20-
uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3
18+
uses: actions/checkout@v4
19+
- name: Use Node.js 22.x
20+
uses: actions/setup-node@v3
2121
with:
22-
node-version: 18.x
22+
node-version: 22.x
2323

2424
- name: Install Dependencies
2525
run: npm install

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66

77
## [Released]
88

9+
##[3.0.1](#v3.0.1) (2025-05-20)
10+
11+
### Updated
12+
13+
- `@types/node`: `22.15.20`
14+
- `@typescript-eslint/eslint-plugin`: `8.32.1`
15+
- `@typescript-eslint/parser`: `8.32.1`
16+
- `@vscode/vsce`: `3.4.1`
17+
- `eslint`: `9.27.0`
18+
- `webpack-cli`: `6.0.1`
19+
920
##[3.0.0](#v3.0.0) (2024-02-01)
1021

1122
### Changed

0 commit comments

Comments
 (0)