Commit e19fd34
Upgrade dev tooling: webpack 5, eslint 8, prettier 3, husky 9
Major upgrades:
- webpack 4 → 5 (styleguide, vanilla-drylus, extract-emotion)
- webpack-cli 3 → 5, webpack-dev-server 3 → 5
- html-webpack-plugin 3 → 5, copy-webpack-plugin 5 → 12
- css-loader 2 → 7, style-loader 0.23 → 4, ts-loader 8 → 9
- babel-loader 8 → 9, tsconfig-paths-webpack-plugin 3 → 4
- eslint 6 → 8, babel-eslint → @babel/eslint-parser
- eslint-plugin-react 7.12 → 7.37, eslint-plugin-jest 23 → 27
- eslint-formatter-pretty 2 → 4
- prettier 1 → 3, husky 1 → 9, lint-staged 8 → 15
- rimraf 2 → 6
Removals:
- react-hot-loader + @hot-loader/react-dom (unused with webpack 5)
- memory-fs (replaced by memfs for webpack 5)
- file-loader (replaced by webpack 5 asset modules)
- friendly-errors-webpack-plugin, better-webpack-progress
- prettier-plugin-import-sort, import-sort-style-module
- Deprecated babel proposal plugins (using transform variants)
This removes all NODE_OPTIONS=--openssl-legacy-provider workarounds.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent b3a3b0a commit e19fd34
15 files changed
Lines changed: 7550 additions & 8890 deletions
File tree
- .husky
- packages
- extract-emotion
- styleguide
- app
- vanilla-drylus
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
| 11 | + | |
14 | 12 | | |
15 | 13 | | |
16 | 14 | | |
17 | 15 | | |
18 | 16 | | |
19 | | - | |
| 17 | + | |
20 | 18 | | |
21 | 19 | | |
22 | 20 | | |
| |||
36 | 34 | | |
37 | 35 | | |
38 | 36 | | |
39 | | - | |
| 37 | + | |
40 | 38 | | |
41 | 39 | | |
42 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
11 | 10 | | |
12 | 11 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
| |||
0 commit comments