Skip to content

Commit 14b5166

Browse files
authored
[CHORE] Upgrade deps (#87)
1 parent fd377a1 commit 14b5166

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+2805
-3244
lines changed

.github/workflows/build-and-deploy-preview-web-ui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Cache node_modules
3131
uses: actions/setup-node@v4
3232
with:
33-
node-version: 18
33+
node-version: 22
3434

3535
- name: Install Dependencies
3636
run: npm ci

.github/workflows/build-and-deploy-prod-web-ui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Cache node_modules
2626
uses: actions/setup-node@v4
2727
with:
28-
node-version: 18
28+
node-version: 22
2929

3030
- name: Install Dependencies
3131
run: npm ci

ui/biome.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.1.2/schema.json",
33
"vcs": {
44
"enabled": false,
55
"clientKind": "git",
66
"useIgnoreFile": false
77
},
88
"files": {
99
"ignoreUnknown": false,
10-
"ignore": []
10+
"includes": ["**", "!**/index.css"]
1111
},
1212
"formatter": {
1313
"enabled": true,
1414
"indentStyle": "space",
1515
"lineWidth": 100
1616
},
17-
"organizeImports": {
18-
"enabled": true
19-
},
17+
"assist": { "actions": { "source": { "organizeImports": "on" } } },
2018
"linter": {
2119
"enabled": true,
2220
"rules": {

ui/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66

77
node {
88
download.set(true)
9-
version.set("20.12.2")
9+
version.set("22.17.1")
1010
}
1111

1212
tasks.register("build", NpmTask::class) {

ui/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<link href="/favicon.ico" rel="icon"/>
66
<meta content="width=device-width, initial-scale=1" name="viewport"/>
77
<meta content="Hoverfly API UI Editor" name="description"/>
8-
<link href="https://rsms.me/inter/inter.css" rel="stylesheet"/>
98
<title>Hoverfly Simulation UI</title>
109
</head>
1110
<body>
File renamed without changes.

0 commit comments

Comments
 (0)