diff --git a/.storybook/tsconfig.json b/.storybook/tsconfig.json index 21c1858663..658bc9eed7 100644 --- a/.storybook/tsconfig.json +++ b/.storybook/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@foxglove/tsconfig/base", + "extends": "@lichtblick/tsconfig/base", "include": ["./**/*", "../**/*.stories.*"], "compilerOptions": { "noEmit": true, diff --git a/benchmark/package.json b/benchmark/package.json index ef440a5ecc..b29955279e 100644 --- a/benchmark/package.json +++ b/benchmark/package.json @@ -6,11 +6,11 @@ }, "devDependencies": { "@foxglove/schemas": "1.6.3", - "@foxglove/tsconfig": "2.0.0", "@lichtblick/den": "workspace:*", "@lichtblick/log": "workspace:*", "@lichtblick/rostime": "1.0.0", "@lichtblick/suite": "workspace:*", + "@lichtblick/tsconfig": "1.0.0", "@pmmmwh/react-refresh-webpack-plugin": "0.5.11", "@types/react": "18.2.56", "@types/react-dom": "18.2.7", diff --git a/benchmark/src/tsconfig.json b/benchmark/src/tsconfig.json index faab4b8aae..0022eedf42 100644 --- a/benchmark/src/tsconfig.json +++ b/benchmark/src/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@foxglove/tsconfig/base", + "extends": "@lichtblick/tsconfig/base", "include": ["./**/*"], "compilerOptions": { "noEmit": true, diff --git a/benchmark/tsconfig.json b/benchmark/tsconfig.json index 6da50ec1d7..5928bb4af5 100644 --- a/benchmark/tsconfig.json +++ b/benchmark/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@foxglove/tsconfig/base", + "extends": "@lichtblick/tsconfig/base", "include": ["*.ts"], "compilerOptions": { "module": "commonjs", diff --git a/desktop/main/tsconfig.json b/desktop/main/tsconfig.json index 48095d7f16..dcb3a8ef19 100644 --- a/desktop/main/tsconfig.json +++ b/desktop/main/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@foxglove/tsconfig/base", + "extends": "@lichtblick/tsconfig/base", "include": ["./**/*", "../common/*", "../../package.json"], "compilerOptions": { "jsx": "react-jsx", diff --git a/desktop/package.json b/desktop/package.json index 0296522b37..29c38db92c 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -2,12 +2,12 @@ "name": "desktop", "private": true, "devDependencies": { - "@foxglove/tsconfig": "2.0.0", "@foxglove/ws-protocol": "0.7.4", "@lichtblick/den": "workspace:*", "@lichtblick/log": "workspace:*", "@lichtblick/suite-base": "workspace:*", "@lichtblick/suite-desktop": "workspace:*", + "@lichtblick/tsconfig": "1.0.0", "@types/ws": "^8", "electron": "25.8.4", "playwright": "1.37.1", diff --git a/desktop/preload/tsconfig.json b/desktop/preload/tsconfig.json index 9cd3f348ad..727f704fa6 100644 --- a/desktop/preload/tsconfig.json +++ b/desktop/preload/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@foxglove/tsconfig/base", + "extends": "@lichtblick/tsconfig/base", "include": ["./**/*", "../common/*", "../../package.json"], "compilerOptions": { "rootDir": "../../", diff --git a/desktop/quicklook/tsconfig.json b/desktop/quicklook/tsconfig.json index 533aee1f39..6707186455 100644 --- a/desktop/quicklook/tsconfig.json +++ b/desktop/quicklook/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@foxglove/tsconfig/base", + "extends": "@lichtblick/tsconfig/base", "include": ["./**/*"], "compilerOptions": { "rootDir": "../../", diff --git a/desktop/renderer/tsconfig.json b/desktop/renderer/tsconfig.json index 22913fcd82..0675628795 100644 --- a/desktop/renderer/tsconfig.json +++ b/desktop/renderer/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@foxglove/tsconfig/base", + "extends": "@lichtblick/tsconfig/base", "include": ["./**/*", "../common/**/*", "../../package.json"], "compilerOptions": { "rootDir": "../../", diff --git a/desktop/tsconfig.json b/desktop/tsconfig.json index d1eb189658..c179585e1c 100644 --- a/desktop/tsconfig.json +++ b/desktop/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@foxglove/tsconfig/base", + "extends": "@lichtblick/tsconfig/base", "include": ["*.ts", "common/**/*", "integration-test/**/*.ts", "../package.json"], "compilerOptions": { "lib": ["dom", "es2022", "esnext.disposable"], diff --git a/package.json b/package.json index 4b58110a6a..8864fa8ddf 100644 --- a/package.json +++ b/package.json @@ -76,9 +76,9 @@ "@babel/plugin-proposal-explicit-resource-management": "7.24.7", "@babel/preset-env": "7.25.3", "@babel/preset-typescript": "7.24.7", - "@foxglove/tsconfig": "2.0.0", "@lichtblick/eslint-plugin": "1.0.1", "@lichtblick/eslint-plugin-suite": "workspace:*", + "@lichtblick/tsconfig": "1.0.0", "@octokit/rest": "20.0.2", "@storybook/addon-actions": "7.6.10", "@storybook/addon-essentials": "7.6.10", diff --git a/packages/comlink-transfer-handlers/package.json b/packages/comlink-transfer-handlers/package.json index a04b87dd87..00118a63e4 100644 --- a/packages/comlink-transfer-handlers/package.json +++ b/packages/comlink-transfer-handlers/package.json @@ -20,7 +20,7 @@ "prepack": "tsc -b" }, "devDependencies": { - "@foxglove/tsconfig": "2.0.0", + "@lichtblick/tsconfig": "1.0.0", "comlink": "github:foxglove/comlink#9181fa505671b35b1e66e0a8361a6fc1bdd03307", "typescript": "5.3.3" } diff --git a/packages/comlink-transfer-handlers/tsconfig.json b/packages/comlink-transfer-handlers/tsconfig.json index 5bc2cef11f..829d395046 100644 --- a/packages/comlink-transfer-handlers/tsconfig.json +++ b/packages/comlink-transfer-handlers/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@foxglove/tsconfig/base", + "extends": "@lichtblick/tsconfig/base", "include": ["./src/**/*"], "compilerOptions": { "rootDir": "./src", diff --git a/packages/den/package.json b/packages/den/package.json index 4604898fe5..6a69df2cda 100644 --- a/packages/den/package.json +++ b/packages/den/package.json @@ -18,6 +18,6 @@ "xacro-parser": "0.3.9" }, "devDependencies": { - "@foxglove/tsconfig": "2.0.0" + "@lichtblick/tsconfig": "1.0.0" } } diff --git a/packages/den/tsconfig.json b/packages/den/tsconfig.json index 19f80b6df7..2d5413321b 100644 --- a/packages/den/tsconfig.json +++ b/packages/den/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@foxglove/tsconfig/base", + "extends": "@lichtblick/tsconfig/base", "include": ["./**/*"], "compilerOptions": { "rootDir": ".", diff --git a/packages/eslint-plugin-suite/fixture/tsconfig.json b/packages/eslint-plugin-suite/fixture/tsconfig.json index 70be44c8a4..57ed748eef 100644 --- a/packages/eslint-plugin-suite/fixture/tsconfig.json +++ b/packages/eslint-plugin-suite/fixture/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@foxglove/tsconfig/base", + "extends": "@lichtblick/tsconfig/base", "compilerOptions": { "lib": ["es2020", "dom"], "noEmit": true diff --git a/packages/eslint-plugin-suite/package.json b/packages/eslint-plugin-suite/package.json index 93cace5c22..cecf6ca4b5 100644 --- a/packages/eslint-plugin-suite/package.json +++ b/packages/eslint-plugin-suite/package.json @@ -16,7 +16,7 @@ "src" ], "devDependencies": { - "@foxglove/tsconfig": "2.0.0", + "@lichtblick/tsconfig": "1.0.0", "@typescript-eslint/rule-tester": "6.10.0", "@typescript-eslint/utils": "6.10.0" } diff --git a/packages/eslint-plugin-suite/tsconfig.json b/packages/eslint-plugin-suite/tsconfig.json index e137e799e4..2b507dcb38 100644 --- a/packages/eslint-plugin-suite/tsconfig.json +++ b/packages/eslint-plugin-suite/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@foxglove/tsconfig/base", + "extends": "@lichtblick/tsconfig/base", "include": ["./**/*.ts"], "compilerOptions": { "rootDir": ".", diff --git a/packages/hooks/package.json b/packages/hooks/package.json index 0a5bdf7842..eb5d761990 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -20,7 +20,7 @@ "prepack": "tsc -b" }, "devDependencies": { - "@foxglove/tsconfig": "2.0.0", + "@lichtblick/tsconfig": "1.0.0", "@testing-library/react": "16.0.0", "@types/foxglove__web": "workspace:*", "@types/lodash-es": "^4", diff --git a/packages/hooks/tsconfig.json b/packages/hooks/tsconfig.json index 41f6374029..3a9b365fac 100644 --- a/packages/hooks/tsconfig.json +++ b/packages/hooks/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@foxglove/tsconfig/base", + "extends": "@lichtblick/tsconfig/base", "include": ["./src/**/*"], "compilerOptions": { "rootDir": "./src", diff --git a/packages/log/package.json b/packages/log/package.json index 1a082ee41d..85ea9e9403 100644 --- a/packages/log/package.json +++ b/packages/log/package.json @@ -20,7 +20,7 @@ "prepack": "tsc -b" }, "devDependencies": { - "@foxglove/tsconfig": "2.0.0", + "@lichtblick/tsconfig": "1.0.0", "typescript": "5.3.3" } } diff --git a/packages/log/tsconfig.json b/packages/log/tsconfig.json index b716be0d06..ed6d7c5f7c 100644 --- a/packages/log/tsconfig.json +++ b/packages/log/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@foxglove/tsconfig/base", + "extends": "@lichtblick/tsconfig/base", "include": ["./src/**/*"], "compilerOptions": { "rootDir": "./src", diff --git a/packages/mcap-support/package.json b/packages/mcap-support/package.json index 6eb514fa14..6a4d7999c4 100644 --- a/packages/mcap-support/package.json +++ b/packages/mcap-support/package.json @@ -21,7 +21,7 @@ "prepack": "tsc -b" }, "devDependencies": { - "@foxglove/tsconfig": "2.0.0", + "@lichtblick/tsconfig": "1.0.0", "@types/protobufjs": "workspace:*", "typescript": "5.3.3" }, diff --git a/packages/mcap-support/tsconfig.json b/packages/mcap-support/tsconfig.json index 5bc2cef11f..829d395046 100644 --- a/packages/mcap-support/tsconfig.json +++ b/packages/mcap-support/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@foxglove/tsconfig/base", + "extends": "@lichtblick/tsconfig/base", "include": ["./src/**/*"], "compilerOptions": { "rootDir": "./src", diff --git a/packages/message-path/package.json b/packages/message-path/package.json index 39aee88f76..3dee0c32ef 100644 --- a/packages/message-path/package.json +++ b/packages/message-path/package.json @@ -23,7 +23,7 @@ "nearley": "2.20.1" }, "devDependencies": { - "@foxglove/tsconfig": "2.0.0", + "@lichtblick/tsconfig": "1.0.0", "@types/nearley": "2.11.5", "typescript": "5.3.3" } diff --git a/packages/message-path/tsconfig.json b/packages/message-path/tsconfig.json index b716be0d06..ed6d7c5f7c 100644 --- a/packages/message-path/tsconfig.json +++ b/packages/message-path/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@foxglove/tsconfig/base", + "extends": "@lichtblick/tsconfig/base", "include": ["./src/**/*"], "compilerOptions": { "rootDir": "./src", diff --git a/packages/suite-base/package.json b/packages/suite-base/package.json index 41d429bf0b..526549eeff 100644 --- a/packages/suite-base/package.json +++ b/packages/suite-base/package.json @@ -33,7 +33,6 @@ "@foxglove/schemas": "1.6.3", "@foxglove/theme": "workspace:*", "@foxglove/three-text": "0.2.2", - "@foxglove/tsconfig": "2.0.0", "@foxglove/typescript-transformers": "workspace:*", "@foxglove/ws-protocol": "0.7.2", "@foxglove/xmlrpc": "1.3.0", @@ -48,6 +47,7 @@ "@lichtblick/rosmsg-msgs-common": "1.0.1", "@lichtblick/rostime": "1.0.0", "@lichtblick/suite": "workspace:*", + "@lichtblick/tsconfig": "1.0.0", "@lichtblick/ulog": "1.0.0", "@lichtblick/velodyne-cloud": "1.0.0", "@lichtblick/wasm-bz2": "1.0.0", diff --git a/packages/suite-base/tsconfig.json b/packages/suite-base/tsconfig.json index eb8f47d1a8..94cb311ab7 100644 --- a/packages/suite-base/tsconfig.json +++ b/packages/suite-base/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@foxglove/tsconfig/base", + "extends": "@lichtblick/tsconfig/base", "include": ["./src/**/*", "./src/**/*.json", "../package.json"], "compilerOptions": { "rootDir": "./src", diff --git a/packages/suite-desktop/package.json b/packages/suite-desktop/package.json index 4a0ade9b99..8667ef4568 100644 --- a/packages/suite-desktop/package.json +++ b/packages/suite-desktop/package.json @@ -9,12 +9,12 @@ "@foxglove/mcap-support": "workspace:*", "@foxglove/rosbag": "0.4.1", "@foxglove/theme": "workspace:*", - "@foxglove/tsconfig": "2.0.0", "@lichtblick/den": "workspace:*", "@lichtblick/electron-socket": "1.0.0", "@lichtblick/log": "workspace:*", "@lichtblick/rostime": "1.0.0", "@lichtblick/suite-base": "workspace:*", + "@lichtblick/tsconfig": "1.0.0", "@mcap/core": "1.3.0", "@pmmmwh/react-refresh-webpack-plugin": "0.5.11", "@storybook/react": "7.6.10", diff --git a/packages/suite-desktop/src/main/tsconfig.json b/packages/suite-desktop/src/main/tsconfig.json index b289c0a157..3f4525eefe 100644 --- a/packages/suite-desktop/src/main/tsconfig.json +++ b/packages/suite-desktop/src/main/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@foxglove/tsconfig/base", + "extends": "@lichtblick/tsconfig/base", "include": ["./**/*", "../common/*", "../../package.json"], "compilerOptions": { "rootDir": "../../", diff --git a/packages/suite-desktop/src/preload/tsconfig.json b/packages/suite-desktop/src/preload/tsconfig.json index 9cd3f348ad..727f704fa6 100644 --- a/packages/suite-desktop/src/preload/tsconfig.json +++ b/packages/suite-desktop/src/preload/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@foxglove/tsconfig/base", + "extends": "@lichtblick/tsconfig/base", "include": ["./**/*", "../common/*", "../../package.json"], "compilerOptions": { "rootDir": "../../", diff --git a/packages/suite-desktop/src/quicklook/tsconfig.json b/packages/suite-desktop/src/quicklook/tsconfig.json index 533aee1f39..6707186455 100644 --- a/packages/suite-desktop/src/quicklook/tsconfig.json +++ b/packages/suite-desktop/src/quicklook/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@foxglove/tsconfig/base", + "extends": "@lichtblick/tsconfig/base", "include": ["./**/*"], "compilerOptions": { "rootDir": "../../", diff --git a/packages/suite-desktop/src/renderer/tsconfig.json b/packages/suite-desktop/src/renderer/tsconfig.json index f9da23d3f4..36f762f84d 100644 --- a/packages/suite-desktop/src/renderer/tsconfig.json +++ b/packages/suite-desktop/src/renderer/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@foxglove/tsconfig/base", + "extends": "@lichtblick/tsconfig/base", "include": ["./**/*", "../common/**/*", "../../package.json"], "compilerOptions": { "rootDir": "../../", diff --git a/packages/suite-desktop/tsconfig.json b/packages/suite-desktop/tsconfig.json index 382fc832da..d2189cea71 100644 --- a/packages/suite-desktop/tsconfig.json +++ b/packages/suite-desktop/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@foxglove/tsconfig/base", + "extends": "@lichtblick/tsconfig/base", "include": ["**/*"], "compilerOptions": { "jsx": "react-jsx", diff --git a/packages/suite-web/package.json b/packages/suite-web/package.json index 0de9f1a4a9..adfeff172c 100644 --- a/packages/suite-web/package.json +++ b/packages/suite-web/package.json @@ -9,8 +9,8 @@ "devDependencies": { "@fluentui/react-icons": "2.0.224", "@foxglove/theme": "workspace:*", - "@foxglove/tsconfig": "2.0.0", "@lichtblick/log": "workspace:*", + "@lichtblick/tsconfig": "1.0.0", "@mui/material": "5.13.5", "@pmmmwh/react-refresh-webpack-plugin": "0.5.11", "@storybook/react": "7.6.10", diff --git a/packages/suite-web/tsconfig.json b/packages/suite-web/tsconfig.json index 17f5fa72be..9841f7dfa0 100644 --- a/packages/suite-web/tsconfig.json +++ b/packages/suite-web/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@foxglove/tsconfig/base", + "extends": "@lichtblick/tsconfig/base", "include": ["**/*"], "compilerOptions": { "jsx": "react-jsx", diff --git a/packages/suite/package.json b/packages/suite/package.json index 3ace452abe..a444e0c027 100644 --- a/packages/suite/package.json +++ b/packages/suite/package.json @@ -19,7 +19,7 @@ "prepack": "tsc -b tsconfig.json" }, "devDependencies": { - "@foxglove/tsconfig": "2.0.0", + "@lichtblick/tsconfig": "1.0.0", "typescript": "5.3.3" } } diff --git a/packages/suite/tsconfig.json b/packages/suite/tsconfig.json index 3f161a63ee..f9331c76d4 100644 --- a/packages/suite/tsconfig.json +++ b/packages/suite/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@foxglove/tsconfig/base", + "extends": "@lichtblick/tsconfig/base", "include": ["./**/*"], "compilerOptions": { "composite": true, diff --git a/packages/theme/package.json b/packages/theme/package.json index 636194b73f..ab34ae3e6d 100644 --- a/packages/theme/package.json +++ b/packages/theme/package.json @@ -16,7 +16,7 @@ "@emotion/react": "11.13.0", "@emotion/styled": "11.13.0", "@fluentui/react-icons": "2.0.224", - "@foxglove/tsconfig": "2.0.0", + "@lichtblick/tsconfig": "1.0.0", "@mui/icons-material": "5.15.5", "@mui/lab": "5.0.0-alpha.161", "@mui/material": "5.13.5", diff --git a/packages/theme/tsconfig.json b/packages/theme/tsconfig.json index 6f60445ab6..141cec8bb2 100644 --- a/packages/theme/tsconfig.json +++ b/packages/theme/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@foxglove/tsconfig/base", + "extends": "@lichtblick/tsconfig/base", "include": ["./src/**/*", "./src/**/*.json", "../package.json"], "compilerOptions": { "rootDir": "./src", diff --git a/packages/typescript-transformers/package.json b/packages/typescript-transformers/package.json index 6b06ebaf35..803b4143f5 100644 --- a/packages/typescript-transformers/package.json +++ b/packages/typescript-transformers/package.json @@ -23,6 +23,6 @@ "typescript": "5.3.3" }, "devDependencies": { - "@foxglove/tsconfig": "2.0.0" + "@lichtblick/tsconfig": "1.0.0" } } diff --git a/packages/typescript-transformers/tsconfig.json b/packages/typescript-transformers/tsconfig.json index f7897f681e..5119aa8437 100644 --- a/packages/typescript-transformers/tsconfig.json +++ b/packages/typescript-transformers/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@foxglove/tsconfig/base", + "extends": "@lichtblick/tsconfig/base", "include": ["./src/**/*"], "compilerOptions": { "rootDir": "./src", diff --git a/tsconfig.eslint.json b/tsconfig.eslint.json index 2d35caf39d..564371687c 100644 --- a/tsconfig.eslint.json +++ b/tsconfig.eslint.json @@ -16,7 +16,7 @@ // More detailed discussion at: // https://github.com/typescript-eslint/typescript-eslint/issues/1192#issuecomment-846491212 { - "extends": "@foxglove/tsconfig/base", + "extends": "@lichtblick/tsconfig/base", "include": ["**/*", "**/.storybook/**/*"], "compilerOptions": { "jsx": "react-jsx", diff --git a/tsconfig.json b/tsconfig.json index 68ccf84b00..28978ff99c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,8 +1,8 @@ // Root tsconfig.json -// Do not "extend" from this file, use @foxglove/tsconfig/base instead. +// Do not "extend" from this file, use @lichtblick/tsconfig/base instead. // Do not "include" files here if they are already included by another tsconfig.json. { - "extends": "@foxglove/tsconfig/base", + "extends": "@lichtblick/tsconfig/base", "include": [ "./*.ts", "./*.js", diff --git a/web/package.json b/web/package.json index eb52204e8e..ac541ee6b0 100644 --- a/web/package.json +++ b/web/package.json @@ -2,9 +2,9 @@ "name": "web", "private": true, "devDependencies": { - "@foxglove/tsconfig": "2.0.0", "@lichtblick/log": "workspace:*", "@lichtblick/suite-web": "workspace:*", + "@lichtblick/tsconfig": "1.0.0", "@types/serve-handler": "^6", "playwright": "1.37.1", "serve-handler": "6.1.5", diff --git a/web/src/tsconfig.json b/web/src/tsconfig.json index faab4b8aae..0022eedf42 100644 --- a/web/src/tsconfig.json +++ b/web/src/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@foxglove/tsconfig/base", + "extends": "@lichtblick/tsconfig/base", "include": ["./**/*"], "compilerOptions": { "noEmit": true, diff --git a/web/tsconfig.json b/web/tsconfig.json index 6bab30690a..f48d649222 100644 --- a/web/tsconfig.json +++ b/web/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@foxglove/tsconfig/base", + "extends": "@lichtblick/tsconfig/base", "include": ["**/*"], "compilerOptions": { "jsx": "react-jsx", diff --git a/yarn.lock b/yarn.lock index 3441a51cb1..e5fee4a472 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2419,7 +2419,7 @@ __metadata: version: 0.0.0-use.local resolution: "@foxglove/comlink-transfer-handlers@workspace:packages/comlink-transfer-handlers" dependencies: - "@foxglove/tsconfig": 2.0.0 + "@lichtblick/tsconfig": 1.0.0 comlink: "github:foxglove/comlink#9181fa505671b35b1e66e0a8361a6fc1bdd03307" typescript: 5.3.3 languageName: unknown @@ -2449,11 +2449,11 @@ __metadata: "@foxglove/rosmsg-serialization": 2.0.2 "@foxglove/rosmsg2-serialization": 2.0.3 "@foxglove/schemas": 1.6.3 - "@foxglove/tsconfig": 2.0.0 "@lichtblick/message-definition": 1.0.0 "@lichtblick/omgidl-parser": 1.0.0 "@lichtblick/omgidl-serialization": 1.0.0 "@lichtblick/ros2idl-parser": 1.0.0 + "@lichtblick/tsconfig": 1.0.0 "@lichtblick/wasm-bz2": 1.0.0 "@lichtblick/wasm-lz4": 1.0.0 "@lichtblick/wasm-zstd": 1.0.0 @@ -2485,7 +2485,7 @@ __metadata: version: 0.0.0-use.local resolution: "@foxglove/message-path@workspace:packages/message-path" dependencies: - "@foxglove/tsconfig": 2.0.0 + "@lichtblick/tsconfig": 1.0.0 "@types/nearley": 2.11.5 nearley: 2.20.1 typescript: 5.3.3 @@ -2668,7 +2668,7 @@ __metadata: "@emotion/react": 11.13.0 "@emotion/styled": 11.13.0 "@fluentui/react-icons": 2.0.224 - "@foxglove/tsconfig": 2.0.0 + "@lichtblick/tsconfig": 1.0.0 "@mui/icons-material": 5.15.5 "@mui/lab": 5.0.0-alpha.161 "@mui/material": 5.13.5 @@ -2693,18 +2693,11 @@ __metadata: languageName: node linkType: hard -"@foxglove/tsconfig@npm:2.0.0": - version: 2.0.0 - resolution: "@foxglove/tsconfig@npm:2.0.0" - checksum: c6d581ff4e6e75e4c22d909a51f377b6f9b296805234009ca6950f86c76bbefc5f4f95eef92e24ede3134cb411c0d08e73d484a30c448d8e248414dcc98c1400 - languageName: node - linkType: hard - "@foxglove/typescript-transformers@workspace:*, @foxglove/typescript-transformers@workspace:packages/typescript-transformers": version: 0.0.0-use.local resolution: "@foxglove/typescript-transformers@workspace:packages/typescript-transformers" dependencies: - "@foxglove/tsconfig": 2.0.0 + "@lichtblick/tsconfig": 1.0.0 typescript: 5.3.3 languageName: unknown linkType: soft @@ -3240,7 +3233,7 @@ __metadata: version: 0.0.0-use.local resolution: "@lichtblick/den@workspace:packages/den" dependencies: - "@foxglove/tsconfig": 2.0.0 + "@lichtblick/tsconfig": 1.0.0 async-mutex: 0.4.0 comlink: "github:foxglove/comlink#9181fa505671b35b1e66e0a8361a6fc1bdd03307" xacro-parser: 0.3.9 @@ -3263,7 +3256,7 @@ __metadata: version: 0.0.0-use.local resolution: "@lichtblick/eslint-plugin-suite@workspace:packages/eslint-plugin-suite" dependencies: - "@foxglove/tsconfig": 2.0.0 + "@lichtblick/tsconfig": 1.0.0 "@typescript-eslint/rule-tester": 6.10.0 "@typescript-eslint/utils": 6.10.0 languageName: unknown @@ -3292,8 +3285,8 @@ __metadata: version: 0.0.0-use.local resolution: "@lichtblick/hooks@workspace:packages/hooks" dependencies: - "@foxglove/tsconfig": 2.0.0 "@lichtblick/log": "workspace:*" + "@lichtblick/tsconfig": 1.0.0 "@testing-library/react": 16.0.0 "@types/foxglove__web": "workspace:*" "@types/lodash-es": ^4 @@ -3309,7 +3302,7 @@ __metadata: version: 0.0.0-use.local resolution: "@lichtblick/log@workspace:packages/log" dependencies: - "@foxglove/tsconfig": 2.0.0 + "@lichtblick/tsconfig": 1.0.0 typescript: 5.3.3 languageName: unknown linkType: soft @@ -3398,7 +3391,6 @@ __metadata: "@foxglove/schemas": 1.6.3 "@foxglove/theme": "workspace:*" "@foxglove/three-text": 0.2.2 - "@foxglove/tsconfig": 2.0.0 "@foxglove/typescript-transformers": "workspace:*" "@foxglove/ws-protocol": 0.7.2 "@foxglove/xmlrpc": 1.3.0 @@ -3413,6 +3405,7 @@ __metadata: "@lichtblick/rosmsg-msgs-common": 1.0.1 "@lichtblick/rostime": 1.0.0 "@lichtblick/suite": "workspace:*" + "@lichtblick/tsconfig": 1.0.0 "@lichtblick/ulog": 1.0.0 "@lichtblick/velodyne-cloud": 1.0.0 "@lichtblick/wasm-bz2": 1.0.0 @@ -3559,12 +3552,12 @@ __metadata: "@foxglove/mcap-support": "workspace:*" "@foxglove/rosbag": 0.4.1 "@foxglove/theme": "workspace:*" - "@foxglove/tsconfig": 2.0.0 "@lichtblick/den": "workspace:*" "@lichtblick/electron-socket": 1.0.0 "@lichtblick/log": "workspace:*" "@lichtblick/rostime": 1.0.0 "@lichtblick/suite-base": "workspace:*" + "@lichtblick/tsconfig": 1.0.0 "@mcap/core": 1.3.0 "@pmmmwh/react-refresh-webpack-plugin": 0.5.11 "@storybook/react": 7.6.10 @@ -3611,9 +3604,9 @@ __metadata: dependencies: "@fluentui/react-icons": 2.0.224 "@foxglove/theme": "workspace:*" - "@foxglove/tsconfig": 2.0.0 "@lichtblick/log": "workspace:*" "@lichtblick/suite-base": "workspace:*" + "@lichtblick/tsconfig": 1.0.0 "@mui/material": 5.13.5 "@pmmmwh/react-refresh-webpack-plugin": 0.5.11 "@storybook/react": 7.6.10 @@ -3633,11 +3626,18 @@ __metadata: version: 0.0.0-use.local resolution: "@lichtblick/suite@workspace:packages/suite" dependencies: - "@foxglove/tsconfig": 2.0.0 + "@lichtblick/tsconfig": 1.0.0 typescript: 5.3.3 languageName: unknown linkType: soft +"@lichtblick/tsconfig@npm:1.0.0": + version: 1.0.0 + resolution: "@lichtblick/tsconfig@npm:1.0.0" + checksum: f3215bb523b8c84643332bfc12dc9d392d273b1beab0674999c730ebaee246c29aec788140d5ba4aefe493d4488bbef5b31d50ba7abf0dd869a06ab00ef42add + languageName: node + linkType: hard + "@lichtblick/ulog@npm:1.0.0": version: 1.0.0 resolution: "@lichtblick/ulog@npm:1.0.0" @@ -9116,12 +9116,12 @@ __metadata: resolution: "benchmark@workspace:benchmark" dependencies: "@foxglove/schemas": 1.6.3 - "@foxglove/tsconfig": 2.0.0 "@lichtblick/den": "workspace:*" "@lichtblick/log": "workspace:*" "@lichtblick/rostime": 1.0.0 "@lichtblick/suite": "workspace:*" "@lichtblick/suite-base": "workspace:*" + "@lichtblick/tsconfig": 1.0.0 "@pmmmwh/react-refresh-webpack-plugin": 0.5.11 "@types/react": 18.2.56 "@types/react-dom": 18.2.7 @@ -11108,12 +11108,12 @@ __metadata: version: 0.0.0-use.local resolution: "desktop@workspace:desktop" dependencies: - "@foxglove/tsconfig": 2.0.0 "@foxglove/ws-protocol": 0.7.4 "@lichtblick/den": "workspace:*" "@lichtblick/log": "workspace:*" "@lichtblick/suite-base": "workspace:*" "@lichtblick/suite-desktop": "workspace:*" + "@lichtblick/tsconfig": 1.0.0 "@types/ws": ^8 electron: 25.8.4 playwright: 1.37.1 @@ -16327,7 +16327,6 @@ __metadata: "@babel/plugin-proposal-explicit-resource-management": 7.24.7 "@babel/preset-env": 7.25.3 "@babel/preset-typescript": 7.24.7 - "@foxglove/tsconfig": 2.0.0 "@lichtblick/eslint-plugin": 1.0.1 "@lichtblick/eslint-plugin-suite": "workspace:*" "@lichtblick/hooks": "workspace:*" @@ -16336,6 +16335,7 @@ __metadata: "@lichtblick/omgidl-serialization": 1.0.0 "@lichtblick/ros2idl-parser": 1.0.0 "@lichtblick/suite": "workspace:*" + "@lichtblick/tsconfig": 1.0.0 "@mui/material": 5.13.5 "@octokit/rest": 20.0.2 "@storybook/addon-actions": 7.6.10 @@ -23270,9 +23270,9 @@ __metadata: version: 0.0.0-use.local resolution: "web@workspace:web" dependencies: - "@foxglove/tsconfig": 2.0.0 "@lichtblick/log": "workspace:*" "@lichtblick/suite-web": "workspace:*" + "@lichtblick/tsconfig": 1.0.0 "@types/serve-handler": ^6 playwright: 1.37.1 serve-handler: 6.1.5