Skip to content

Commit bb84d50

Browse files
sebavanCopilot
andcommitted
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/spector.bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/spector.bundle.js.LICENSE.txt

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,48 @@
11
/**
22
* @license React
3-
* react-dom.production.min.js
3+
* react-dom-client.production.js
44
*
5-
* Copyright (c) Facebook, Inc. and its affiliates.
5+
* Copyright (c) Meta Platforms, Inc. and affiliates.
66
*
77
* This source code is licensed under the MIT license found in the
88
* LICENSE file in the root directory of this source tree.
99
*/
1010

1111
/**
1212
* @license React
13-
* react-jsx-runtime.production.min.js
13+
* react-dom.production.js
1414
*
15-
* Copyright (c) Facebook, Inc. and its affiliates.
15+
* Copyright (c) Meta Platforms, Inc. and affiliates.
1616
*
1717
* This source code is licensed under the MIT license found in the
1818
* LICENSE file in the root directory of this source tree.
1919
*/
2020

2121
/**
2222
* @license React
23-
* react.production.min.js
23+
* react-jsx-runtime.production.js
2424
*
25-
* Copyright (c) Facebook, Inc. and its affiliates.
25+
* Copyright (c) Meta Platforms, Inc. and affiliates.
2626
*
2727
* This source code is licensed under the MIT license found in the
2828
* LICENSE file in the root directory of this source tree.
2929
*/
3030

3131
/**
3232
* @license React
33-
* scheduler.production.min.js
33+
* react.production.js
3434
*
35-
* Copyright (c) Facebook, Inc. and its affiliates.
35+
* Copyright (c) Meta Platforms, Inc. and affiliates.
36+
*
37+
* This source code is licensed under the MIT license found in the
38+
* LICENSE file in the root directory of this source tree.
39+
*/
40+
41+
/**
42+
* @license React
43+
* scheduler.production.js
44+
*
45+
* Copyright (c) Meta Platforms, Inc. and affiliates.
3646
*
3747
* This source code is licensed under the MIT license found in the
3848
* LICENSE file in the root directory of this source tree.

0 commit comments

Comments
 (0)