Skip to content

Commit 0beacee

Browse files
authored
Merge pull request #616 from VATSIM-UK/yarn-bump
chore: Security update
2 parents e70ec9d + 15e12d5 commit 0beacee

3 files changed

Lines changed: 1970 additions & 2786 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ jobs:
7070
7171
# Setup all the yarn things and node modules
7272
- name: Setup Yarn
73-
uses: actions/setup-node@v4
73+
uses: actions/setup-node@v6
7474
with:
75-
node-version: "16"
75+
node-version: "24"
7676

7777
- name: Get Yarn Cache Directory
7878
id: yarn-cache-dir-path
@@ -199,9 +199,9 @@ jobs:
199199

200200
# Setup all the yarn things and node modules
201201
- name: Setup Yarn
202-
uses: actions/setup-node@v4
202+
uses: actions/setup-node@v6
203203
with:
204-
node-version: "16"
204+
node-version: "24"
205205

206206
- name: Get Yarn Cache Directory
207207
id: yarn-cache-dir-path

package.json

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,17 @@
99
},
1010
"dependencies": {},
1111
"devDependencies": {
12-
"@semantic-release/changelog": "^5.0.1",
13-
"@semantic-release/commit-analyzer": "^8.0.1",
14-
"@semantic-release/git": "^9.0.0",
15-
"@semantic-release/github": "^7.2.3",
16-
"@semantic-release/release-notes-generator": "^9.0.3",
17-
"cz-conventional-changelog": "^3.3.0",
18-
"semantic-release": "19"
12+
"@semantic-release/changelog": "^6.0.3",
13+
"@semantic-release/commit-analyzer": "^13.0.1",
14+
"@semantic-release/git": "^10.0.1",
15+
"@semantic-release/github": "^12.0.6",
16+
"@semantic-release/release-notes-generator": "^14.1.0",
17+
"semantic-release": "25.0.3"
1918
},
2019
"repository": {
2120
"type": "git",
2221
"url": "git+https://github.com/VATSIM-UK/uk-controller-plugin.git"
2322
},
24-
"scripts": {
25-
"commit": "cz"
26-
},
2723
"keywords": [
2824
"vatsim",
2925
"vatsim-uk",
@@ -36,17 +32,18 @@
3632
"url": "https://github.com/VATSIM-UK/uk-controller-plugin/issues"
3733
},
3834
"homepage": "https://github.com/VATSIM-UK/uk-controller-plugin#readme",
39-
"config": {
40-
"commitizen": {
41-
"path": "./node_modules/cz-conventional-changelog"
42-
}
43-
},
4435
"release": {
4536
"repositoryUrl": "https://github.com/VATSIM-UK/uk-controller-plugin",
4637
"branches": [
4738
"main",
48-
{"name": "beta", "prerelease": true},
49-
{"name": "alpha", "prerelease": true}
39+
{
40+
"name": "beta",
41+
"prerelease": true
42+
},
43+
{
44+
"name": "alpha",
45+
"prerelease": true
46+
}
5047
],
5148
"tagFormat": "${version}",
5249
"plugins": [

0 commit comments

Comments
 (0)