Skip to content

Commit 041be8d

Browse files
authored
Merge pull request #1231
* chore(37577) Update versions of node, pnpm and vite * chore(37577) Update versions of react * chore(37577) Update versions git action for node and pnpm * chore(37577) Update CYPRESS * chore(37577) fix pnpm allow-scripts * chore(37577) fix pnpm allow-scripts * chore(37577) fix pnpm allow-scripts * chore(37577) fix pnpm allow-scripts * chore(37577) revert enable-pre-post-scripts * chore(37577) update dependencies
1 parent 50b0c41 commit 041be8d

File tree

6 files changed

+1487
-1477
lines changed

6 files changed

+1487
-1477
lines changed

.github/actions/setup_node/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ runs:
1515
name: Install pnpm
1616
id: pnpm-install
1717
with:
18-
version: 9
18+
version: 10
1919
run_install: ${{ inputs.run-install }}
2020

2121
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
2222
with:
23-
node-version: 18.16.0
23+
node-version: 22.20.0
2424
cache: 'pnpm'
2525
cache-dependency-path: '**/pnpm-lock.yaml'
2626

hivemq-edge-frontend/.npmrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
11
strict-peer-dependencies=false
2+
only-built-dependencies[]=@percy/core
3+
only-built-dependencies[]=@sentry/cli
4+
only-built-dependencies[]=cypress
5+
only-built-dependencies[]=esbuild
6+
only-built-dependencies[]=msw
7+
only-built-dependencies[]=protobufjs

hivemq-edge-frontend/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v18.16.0
1+
v22.20.0

hivemq-edge-frontend/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ description = "Frontend for HiveMQ Edge"
99

1010
node {
1111
download.set(true)
12-
version.set("18.20.6")
13-
pnpmVersion.set("9")
12+
version.set("22.20.0")
13+
pnpmVersion.set("10")
1414
}
1515

1616
tasks.withType<PnpmTask>().configureEach {

hivemq-edge-frontend/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"axios": "1.12.0",
8484
"chakra-react-select": "4.7.6",
8585
"csstype": "3.1.3",
86-
"cypress-real-events": "1.14.0",
86+
"cypress-real-events": "1.15.0",
8787
"d3-array": "3.2.4",
8888
"d3-hierarchy": "3.1.2",
8989
"d3-scale-chromatic": "3.1.0",
@@ -101,9 +101,9 @@
101101
"mqtt-match": "3.0.0",
102102
"nyc": "17.1.0",
103103
"protobufjs": "7.2.6",
104-
"react": "18.2.0",
104+
"react": "18.3.1",
105105
"react-accessible-treeview": "2.9.1",
106-
"react-dom": "18.2.0",
106+
"react-dom": "18.3.1",
107107
"react-dropzone": "14.2.3",
108108
"react-hook-form": "7.43.9",
109109
"react-hotkeys-hook": "4.5.0",
@@ -141,10 +141,10 @@
141141
"axe-core": "4.10.3",
142142
"commander": "13.1.0",
143143
"copyfiles": "2.4.1",
144-
"cypress": "14.0.2",
144+
"cypress": "15.5.0",
145145
"cypress-axe": "1.7.0",
146146
"cypress-each": "1.14.1",
147-
"cypress-terminal-report": "7.1.0",
147+
"cypress-terminal-report": "7.3.3",
148148
"d3-scale-cluster": "2.0.1",
149149
"eslint": "9.26.0",
150150
"eslint-config-prettier": "10.1.8",
@@ -166,15 +166,15 @@
166166
"stylelint-config-standard-scss": "14.0.0",
167167
"typescript": "5.7.3",
168168
"typescript-eslint": "8.32.1",
169-
"vite": "6.3.6",
170-
"vite-plugin-istanbul": "6.0.2",
169+
"vite": "7.1.11",
170+
"vite-plugin-istanbul": "7.2.0",
171171
"vitest": "3.2.4"
172172
},
173173
"msw": {
174174
"workerDirectory": "public"
175175
},
176176
"engines": {
177-
"node": "18",
178-
"pnpm": "9"
177+
"node": "22",
178+
"pnpm": "10"
179179
}
180180
}

0 commit comments

Comments
 (0)