Commit bb84d50
fix: resolve tslint errors and update all dependencies
TSLint fixes:
- Add braces to all single-line if/else bodies (curly rule)
- Add public visibility modifiers to ExternalStore members (member-access)
- Remove unnecessary semicolons from arrow function properties (semicolon)
- Add tslint:disable-next-line for react-dom/client submodule imports
- Rename shadowed variable in SourceCode.tsx (no-shadowed-variable)
- Use T[] syntax instead of Array<T> in types.ts (array-type)
Dependency updates:
- React 18 → 19, react-dom 18 → 19
- TypeScript 4.7 → 5.9
- webpack 5.73 → 5.105, webpack-cli 4 → 7
- css-loader 6 → 7, style-loader 3 → 4, sass-loader 13 → 16
- sass 1.53 → 1.98, ts-loader 9.3 → 9.5
- exports-loader 4 → 5, livereload 0.9 → 0.10
- @shaderfrog/glsl-parser 5 → 7
- @types/webxr 0.5.1 → 0.5.24
Webpack config fixes for breaking changes:
- style-loader v4: replace query string syntax with options object
- sass v1.98: add silenceDeprecations for @import warnings
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent b7f5131 commit bb84d50
15 files changed
Lines changed: 1067 additions & 742 deletions
File tree
- dist
- src/embeddedFrontend/react
- CaptureMenu
- ResultView
- JSON
- Menu
- SourceCode
- VisualStateList
- test/fixtures
- tools
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
36 | 46 | | |
37 | 47 | | |
38 | 48 | | |
| |||
0 commit comments