File tree Expand file tree Collapse file tree 6 files changed +2240
-564
lines changed Expand file tree Collapse file tree 6 files changed +2240
-564
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ jobs:
14
14
15
15
steps :
16
16
- 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
20
20
with :
21
- node-version : 18 .x
21
+ node-version : 22 .x
22
22
cache : " npm"
23
23
24
24
- name : Install Dependencies
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
15
15
16
16
steps :
17
17
- 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
21
21
with :
22
- node-version : 18 .x
22
+ node-version : 22 .x
23
23
24
24
- name : Install Dependencies
25
25
run : npm install
Original file line number Diff line number Diff line change @@ -6,6 +6,17 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
6
6
7
7
## [ Released]
8
8
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
+
9
20
##[ 3.0.0] ( #v3.0.0 ) (2024-02-01)
10
21
11
22
### Changed
You can’t perform that action at this time.
0 commit comments