Skip to content

Commit 04d9836

Browse files
committed
Update npm, mlir and emscripten dependencies
Signed-off-by: Roberto Raggi <[email protected]>
1 parent d7275a7 commit 04d9836

File tree

8 files changed

+718
-1178
lines changed

8 files changed

+718
-1178
lines changed

Dockerfile.emsdk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM emscripten/emsdk:4.0.12 as em
1+
FROM emscripten/emsdk:4.0.16 as em
22

33
RUN apt-get update && apt-get install -y \
44
ninja-build \

package-lock.json

Lines changed: 679 additions & 1100 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -24,46 +24,8 @@
2424
"url": "https://github.com/robertoraggi/cplusplus/issues"
2525
},
2626
"devDependencies": {
27-
"@eslint/js": "^9.33.0",
28-
"@radix-ui/react-dialog": "^1.1.15",
29-
"@radix-ui/react-separator": "^1.1.7",
30-
"@radix-ui/react-slot": "^1.2.3",
31-
"@radix-ui/react-tooltip": "^1.2.8",
32-
"@tailwindcss/vite": "^4.1.12",
33-
"@tanstack/react-query": "^5.85.3",
34-
"@types/node": "^24.2.1",
35-
"@types/react": "^19.1.10",
36-
"@types/react-dom": "^19.1.7",
37-
"@types/react-window": "^1.8.8",
38-
"@vitejs/plugin-react": "^5.0.0",
39-
"birpc": "^2.5.0",
40-
"class-variance-authority": "^0.7.1",
41-
"clsx": "^2.1.1",
42-
"cxx-frontend": "^1.1.27",
43-
"esbuild": "^0.25.8",
44-
"eslint": "^9.33.0",
45-
"eslint-plugin-react-hooks": "^5.2.0",
46-
"eslint-plugin-react-refresh": "^0.4.20",
47-
"globals": "^16.3.0",
48-
"jsonc-cli": "^1.0.2",
49-
"lucide-react": "^0.539.0",
50-
"monaco-editor": "^0.52.2",
51-
"plugin-react": "^0.0.1-security",
52-
"prettier": "^3.6.2",
53-
"react": "^19.1.1",
54-
"react-dom": "^19.1.1",
55-
"react-resizable-panels": "^3.0.4",
56-
"react-virtualized-auto-sizer": "^1.0.26",
57-
"react-window": "^1.8.11",
58-
"tailwind-merge": "^3.3.1",
59-
"tailwindcss": "^4.1.12",
60-
"tw-animate-css": "^1.3.6",
61-
"typedoc": "^0.28.9",
62-
"typescript": "^5.9.2",
63-
"typescript-eslint": "^8.39.1",
64-
"use-debounce": "^10.0.5",
65-
"vite": "^7.1.2",
66-
"zx": "^8.8.0"
27+
"@types/node": "^24.8.1",
28+
"zx": "^8.8.5"
6729
},
6830
"workspaces": [
6931
"packages/*"

packages/cxx-frontend/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
"url": "https://github.com/robertoraggi/cplusplus/issues"
3838
},
3939
"devDependencies": {
40-
"@types/node": "^24.0.10",
41-
"esbuild": "^0.25.5",
40+
"@types/node": "^24.8.1",
41+
"esbuild": "^0.25.11",
4242
"prettier": "^3.6.2",
43-
"typedoc": "^0.28.7",
44-
"typescript": "^5.8.3",
45-
"zx": "^8.6.1"
43+
"typedoc": "^0.28.14",
44+
"typescript": "^5.9.3",
45+
"zx": "^8.8.5"
4646
}
4747
}

packages/cxx-gen-ast/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
},
1919
"license": "MIT",
2020
"devDependencies": {
21-
"@types/node": "^24.0.10",
21+
"@types/node": "^24.8.1",
2222
"@types/yargs": "^17.0.33",
2323
"prettier": "^3.6.2",
24-
"typescript": "^5.8.3",
24+
"typescript": "^5.9.3",
2525
"yargs": "^18.0.0",
26-
"zod": "^3.25.74"
26+
"zod": "^4.1.12"
2727
}
2828
}

packages/cxx-gen-lsp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
},
1919
"license": "MIT",
2020
"devDependencies": {
21-
"@types/node": "^24.0.10",
21+
"@types/node": "^24.8.1",
2222
"prettier": "^3.6.2",
23-
"typescript": "^5.8.3"
23+
"typescript": "^5.9.3"
2424
}
2525
}

packages/cxx-playground/package.json

Lines changed: 25 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -10,39 +10,38 @@
1010
"preview": "vite preview"
1111
},
1212
"devDependencies": {
13-
"@eslint/js": "^9.30.1",
14-
"@radix-ui/react-dialog": "^1.1.14",
13+
"@eslint/js": "^9.38.0",
14+
"@radix-ui/react-dialog": "^1.1.15",
1515
"@radix-ui/react-separator": "^1.1.7",
1616
"@radix-ui/react-slot": "^1.2.3",
17-
"@radix-ui/react-tooltip": "^1.2.7",
18-
"@tailwindcss/vite": "^4.1.11",
19-
"@tanstack/react-query": "^5.81.5",
20-
"@types/react": "^19.1.8",
21-
"@types/react-dom": "^19.1.6",
22-
"@types/react-window": "^1.8.8",
23-
"@vitejs/plugin-react": "^4.6.0",
24-
"birpc": "^2.4.0",
17+
"@radix-ui/react-tooltip": "^1.2.8",
18+
"@tailwindcss/vite": "^4.1.14",
19+
"@tanstack/react-query": "^5.90.5",
20+
"@types/react": "^19.2.2",
21+
"@types/react-dom": "^19.2.2",
22+
"@vitejs/plugin-react": "^5.0.4",
23+
"birpc": "^2.6.1",
2524
"class-variance-authority": "^0.7.1",
2625
"clsx": "^2.1.1",
2726
"cxx-frontend": "^1.1.27",
28-
"eslint": "^9.30.1",
29-
"eslint-plugin-react-hooks": "^5.2.0",
30-
"eslint-plugin-react-refresh": "^0.4.20",
31-
"globals": "^16.3.0",
32-
"lucide-react": "^0.525.0",
33-
"monaco-editor": "^0.52.2",
27+
"eslint": "^9.38.0",
28+
"eslint-plugin-react-hooks": "^7.0.0",
29+
"eslint-plugin-react-refresh": "^0.4.24",
30+
"globals": "^16.4.0",
31+
"lucide-react": "^0.546.0",
32+
"monaco-editor": "^0.52.0",
3433
"prettier": "^3.6.2",
35-
"react": "^19.1.0",
36-
"react-dom": "^19.1.0",
37-
"react-resizable-panels": "^3.0.3",
34+
"react": "^19.2.0",
35+
"react-dom": "^19.2.0",
36+
"react-resizable-panels": "^3.0.6",
3837
"react-virtualized-auto-sizer": "^1.0.26",
39-
"react-window": "^1.8.11",
38+
"react-window": "^2.2.1",
4039
"tailwind-merge": "^3.3.1",
41-
"tailwindcss": "^4.1.11",
42-
"tw-animate-css": "^1.3.5",
43-
"typescript": "^5.8.3",
44-
"typescript-eslint": "^8.35.1",
45-
"use-debounce": "^10.0.5",
46-
"vite": "^7.0.2"
40+
"tailwindcss": "^4.1.14",
41+
"tw-animate-css": "^1.4.0",
42+
"typescript": "^5.9.3",
43+
"typescript-eslint": "^8.46.1",
44+
"use-debounce": "^10.0.6",
45+
"vite": "^7.1.10"
4746
}
4847
}

scripts/build-mlir.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ async function downloadLLVM({ packages, version, outdir }) {
5151
}
5252

5353
async function main() {
54-
const version = "20.1.8";
54+
const version = "21.1.3";
5555
const packages = ["cmake", "third-party", "llvm", "mlir"];
5656

5757
const llvm_source_dir = zx.path.resolve(

0 commit comments

Comments
 (0)