Commit 7af12c0
authored
Clean up dev dependencies and migrate ESLint config (#19206)
Clean up unused dev dependencies, migrate ESLint config to native flat
config, and fix npm audit vulnerabilities.%0A%0ARemoved unused
devDependencies: @types/mocha, css-loader, style-loader,
ncp.%0A%0AMigrated eslint.config.mjs from FlatCompat to native ESLint 9
flat config. Replaced @typescript-eslint/eslint-plugin +
@typescript-eslint/parser with unified typescript-eslint package.
Removed @eslint/eslintrc.%0A%0ABumped copy-webpack-plugin to 14.0.0 and
terser-webpack-plugin to 5.3.17 to fix serialize-javascript
vulnerability (GHSA-5c6j-r48x-rmvq).
###### Microsoft Reviewers: [Open in
CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/Azure/bicep/pull/19206)1 parent 20b991e commit 7af12c0
File tree
6 files changed
+2196
-2695
lines changed- src/vscode-bicep
- src
- test/fakes
- visualizer/app
- components/Graph
- hooks
6 files changed
+2196
-2695
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | 4 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
19 | 9 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
40 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
41 | 30 | | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
| 31 | + | |
| 32 | + | |
49 | 33 | | |
50 | | - | |
51 | 34 | | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
60 | 40 | | |
61 | | - | |
62 | | - | |
63 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
64 | 48 | | |
65 | 49 | | |
66 | | - | |
| 50 | + | |
0 commit comments