Commit 34a6926
authored
chore: upgrade to Node 22.22.2 and fix yarn build (#131)
- Bump NODE_VERSION 20.20.2 → 22.22.2 in Dockerfile and .nvmrc
- Replace node-sass@8 (EOL, no Node 22 binary) with sass@^1.77 (dart-sass)
- Bump webpack@^5.94, webpack-cli@^5.1.4 (resolves OpenSSL-3 legacy hash issue)
- Bump copy-webpack-plugin@^11 for webpack 5.94+ compatibility
- Add util:false to webpack.common.js resolve.fallback (webpack 5.106 is
stricter than 5.70 about unresolved Node built-ins; jsdom/tough-cookie
transitively require util which should not be browser-polyfilled)
- Drop unused devDeps: clean-webpack-plugin, html-webpack-plugin,
optimize-css-assets-webpack-plugin, path polyfill, webpack-node-externals
- Regenerate yarn.lock1 parent 3f48186 commit 34a6926
5 files changed
Lines changed: 280 additions & 2465 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
| 29 | + | |
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
35 | | - | |
36 | 34 | | |
37 | 35 | | |
38 | 36 | | |
39 | 37 | | |
40 | 38 | | |
41 | 39 | | |
42 | 40 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | 41 | | |
47 | 42 | | |
48 | 43 | | |
| |||
55 | 50 | | |
56 | 51 | | |
57 | 52 | | |
| 53 | + | |
58 | 54 | | |
59 | 55 | | |
60 | 56 | | |
61 | 57 | | |
62 | 58 | | |
63 | 59 | | |
64 | | - | |
65 | | - | |
| 60 | + | |
| 61 | + | |
66 | 62 | | |
67 | | - | |
68 | | - | |
| 63 | + | |
69 | 64 | | |
70 | 65 | | |
71 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
| |||
0 commit comments