Skip to content

Commit 4793cdc

Browse files
joao-oliveira-ctwctw-joao-luisrodrigo-rodrigues-ctwdependabot[bot]gabriela-almeida-ctw
authored
Release v1.24.0 (#972)
## User-Facing Changes Release 1.24.0 ## Description ## Checklist - [x] The web version was tested and it is running ok - [x] The desktop version was tested and it is running ok - [x] This change is covered by unit tests - [x] Files constants.ts, types.ts and *.style.ts have been checked and relevant code snippets have been relocated --------- Signed-off-by: Bezerra Luiz, (Luiz.Bezerra@ctw.bmwgroup.com) <luiz.bezerra+QCOM@ctw.bmwgroup.com> Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: ctw-joao-luis <Joao.Luis@ctw.bmwgroup.com> Signed-off-by: Thomas Sedlmayer <tsedlmayer@pmsfit.de> Signed-off-by: Taeseung Sohn <paulsohnjp@gmail.com> Signed-off-by: Gabriela Almeida <gabriela.almeida@criticaltechworks.com> Signed-off-by: Bezerra Luiz, (Luiz.Bezerra@ctw.bmwgroup.com) <198787532+luiz-bezerra-ctw-bmwgroup-com_QCOM@users.noreply.github.com> Co-authored-by: ctw-joao-luis <Joao.Luis@ctw.bmwgroup.com> Co-authored-by: Rodrigo CTW <rodrigo.PE.rodrigues@ctw.bmwgroup.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gabriela Almeida <gabriela.almeida@criticaltechworks.com> Co-authored-by: Alexandre Neuwald CTW <Alexandre.Neuwald@ctw.bmwgroup.com> Co-authored-by: Luiz Bezerra <luiz.bezerra@ctw.bmwgroup.com> Co-authored-by: Bezerra Luiz, (Luiz.Bezerra@ctw.bmwgroup.com) <luiz.bezerra+QCOM@ctw.bmwgroup.com> Co-authored-by: Alexandre Neuwald <alexandre.neuwald@criticaltechworks.com> Co-authored-by: Bruno Abreu <bmachadorj@gmail.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Bezerra Luiz, (Luiz.Bezerra@ctw.bmwgroup.com) <198787532+luiz-bezerra-ctw-bmwgroup-com_QCOM@users.noreply.github.com> Co-authored-by: Thomas Sedlmayer <tsedlmayer@pmsfit.de> Co-authored-by: Taeseung Sohn <paulsohnjp@gmail.com> Co-authored-by: Planck-Ho <wenloong.he@gmail.com> Co-authored-by: lichtblick-bot <lichtblick@bmwgroup.com> Co-authored-by: Joao Luis <joao.miguel.luis@criticaltechworks.com> Co-authored-by: andremarques94 <90326088+andremarques94@users.noreply.github.com> Co-authored-by: Taeseung Sohn <taeseung.sohn@tier4.jp>
1 parent 64f091b commit 4793cdc

File tree

124 files changed

+11980
-2035
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

124 files changed

+11980
-2035
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125

126126
- name: Upload Desktop E2E Test Reports (Shard ${{ matrix.shard }})
127127
if: always()
128-
uses: actions/upload-artifact@v6
128+
uses: actions/upload-artifact@v7
129129
with:
130130
name: blob-report-desktop-${{ matrix.shard }}
131131
path: blob-report
@@ -166,7 +166,7 @@ jobs:
166166

167167
- name: Upload Web E2E Test Reports
168168
if: always()
169-
uses: actions/upload-artifact@v6
169+
uses: actions/upload-artifact@v7
170170
with:
171171
name: e2e-web-reports
172172
path: e2e/reports/web/
@@ -201,14 +201,14 @@ jobs:
201201
- run: yarn install --immutable
202202

203203
- name: Download all desktop blob reports
204-
uses: actions/download-artifact@v7
204+
uses: actions/download-artifact@v8
205205
with:
206206
pattern: blob-report-desktop-*
207207
path: all-blob-reports-desktop
208208
merge-multiple: true
209209

210210
- name: Download web reports
211-
uses: actions/download-artifact@v7
211+
uses: actions/download-artifact@v8
212212
with:
213213
name: e2e-web-reports
214214
path: e2e/reports/web
@@ -237,7 +237,7 @@ jobs:
237237
238238
- name: Upload Merged E2E Test Reports
239239
if: always()
240-
uses: actions/upload-artifact@v6
240+
uses: actions/upload-artifact@v7
241241
with:
242242
name: e2e-test-reports-merged
243243
path: |

.github/workflows/pre-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,21 +45,21 @@ jobs:
4545
run: yarn run package:darwin
4646

4747
- name: Upload Windows artifact
48-
uses: actions/upload-artifact@v6
48+
uses: actions/upload-artifact@v7
4949
with:
5050
name: lichtblick-${{ env.version }}-windows
5151
path: dist/lichtblick-${{ env.version }}-win.exe
5252
retention-days: 30
5353

5454
- name: Upload Linux artifact
55-
uses: actions/upload-artifact@v6
55+
uses: actions/upload-artifact@v7
5656
with:
5757
name: lichtblick-${{ env.version }}-debian-amd64
5858
path: dist/lichtblick-${{ env.version }}-linux-amd64.deb
5959
retention-days: 30
6060

6161
- name: Upload MacOS artifact
62-
uses: actions/upload-artifact@v6
62+
uses: actions/upload-artifact@v7
6363
with:
6464
name: lichtblick-${{ env.version }}-macos
6565
path: dist/lichtblick-${{ env.version }}-mac-universal.dmg

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
issues: write
1212
pull-requests: write
1313
steps:
14-
- uses: actions/stale@v10.1.1
14+
- uses: actions/stale@v10.2.0
1515
with:
1616
stale-issue-message: "This issue has been marked as stale because there has been no activity in the past 12 months. Please add a comment to keep it open."
1717
stale-issue-label: stale

CONTRIBUTING.md

Lines changed: 452 additions & 63 deletions
Large diffs are not rendered by default.

benchmark/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"@lichtblick/suite-base": "workspace:*"
66
},
77
"devDependencies": {
8-
"@foxglove/schemas": "1.6.6",
8+
"@foxglove/schemas": "1.9.0",
99
"@lichtblick/den": "workspace:*",
1010
"@lichtblick/log": "workspace:*",
1111
"@lichtblick/rostime": "1.0.0",
@@ -19,7 +19,7 @@
1919
"mathjs": "11.12.0",
2020
"react": "18.3.1",
2121
"react-dom": "18.2.0",
22-
"webpack": "5.104.1",
23-
"webpack-dev-server": "5.2.2"
22+
"webpack": "5.105.3",
23+
"webpack-dev-server": "5.2.3"
2424
}
2525
}

e2e/fixtures/urls.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
// SPDX-License-Identifier: MPL-2.0
33

44
export const TEST_MCAP_URL =
5-
"https://assets.foxglove.dev/NuScenes-v1.0-mini-scene-0061-df24c12.mcap";
5+
"https://mcap-proxy.lichtblick.workers.dev/NuScenes-v1.0-mini-scene-sample.mcap";

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -79,17 +79,17 @@
7979
"dompurify": "3.2.4",
8080
"js-yaml": "4.1.1",
8181
"qs": "6.14.1",
82-
"tar": "7.5.7",
82+
"tar": "7.5.9",
8383
"undici": "6.23.0"
8484
},
8585
"devDependencies": {
8686
"@actions/core": "1.11.1",
8787
"@actions/exec": "1.1.1",
8888
"@actions/tool-cache": "2.0.2",
89-
"@babel/core": "7.28.5",
90-
"@babel/plugin-proposal-decorators": "7.28.0",
89+
"@babel/core": "7.29.0",
90+
"@babel/plugin-proposal-decorators": "7.29.0",
9191
"@babel/plugin-proposal-explicit-resource-management": "7.27.4",
92-
"@babel/preset-env": "7.28.5",
92+
"@babel/preset-env": "7.29.0",
9393
"@babel/preset-react": "7.28.5",
9494
"@babel/preset-typescript": "7.28.5",
9595
"@lichtblick/eslint-plugin": "1.0.4",
@@ -127,7 +127,7 @@
127127
"eslint-plugin-import": "2.31.0",
128128
"eslint-plugin-jest": "29.0.1",
129129
"eslint-plugin-prettier": "5.5.4",
130-
"eslint-plugin-react": "7.33.2",
130+
"eslint-plugin-react": "7.37.5",
131131
"eslint-plugin-react-hooks": "4.6.0",
132132
"eslint-plugin-storybook": "0.6.15",
133133
"eslint-plugin-tss-unused-classes": "1.0.3",
@@ -137,18 +137,18 @@
137137
"license-checker": "25.0.1",
138138
"playwright": "1.55.1",
139139
"prettier": "3.6.2",
140-
"react-refresh": "0.14.2",
140+
"react-refresh": "0.18.0",
141141
"rimraf": "6.0.1",
142142
"semver": "7.7.2",
143-
"storybook": "9.1.17",
143+
"storybook": "9.1.19",
144144
"ts-loader": "9.5.4",
145145
"ts-node": "10.9.2",
146146
"ts-unused-exports": "11.0.1",
147147
"tslib": "2.8.1",
148148
"typescript": "5.9.3",
149-
"webpack": "5.104.1",
149+
"webpack": "5.105.3",
150150
"webpack-cli": "6.0.1",
151-
"webpack-dev-server": "5.2.2",
151+
"webpack-dev-server": "5.2.3",
152152
"webpack-hot-middleware": "2.26.0"
153153
},
154154
"dependencies": {

packages/eslint-plugin-suite/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"extends": "@lichtblick/tsconfig/base",
33
"include": ["./**/*.ts"],
44
"compilerOptions": {
5+
"noEmit": true,
56
"rootDir": ".",
67
"lib": ["es2022"],
78
"module": "NodeNext",

packages/mcap-support/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"typescript": "5.9.3"
2727
},
2828
"dependencies": {
29-
"@foxglove/schemas": "1.6.6",
29+
"@foxglove/schemas": "1.9.0",
3030
"@lichtblick/message-definition": "1.0.0",
3131
"@lichtblick/omgidl-parser": "1.0.0",
3232
"@lichtblick/omgidl-serialization": "1.0.0",
@@ -37,7 +37,7 @@
3737
"@lichtblick/wasm-bz2": "1.0.0",
3838
"@lichtblick/wasm-lz4": "1.0.0",
3939
"@lichtblick/wasm-zstd": "1.0.0",
40-
"@mcap/core": "2.1.6",
40+
"@mcap/core": "2.2.0",
4141
"@protobufjs/base64": "1.1.2",
4242
"flatbuffers": "25.9.23",
4343
"flatbuffers_reflection": "0.0.7",

packages/suite-base/package.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@emotion/react": "11.14.0",
2121
"@emotion/styled": "11.14.1",
2222
"@fluentui/react-icons": "2.0.308",
23-
"@foxglove/schemas": "1.6.6",
23+
"@foxglove/schemas": "1.9.0",
2424
"@foxglove/ws-protocol": "0.8.0",
2525
"@lichtblick/avl": "1.0.0",
2626
"@lichtblick/chartjs-plugin-zoom": "1.0.0",
@@ -54,17 +54,18 @@
5454
"@lichtblick/wasm-bz2": "1.0.0",
5555
"@lichtblick/wasm-lz4": "1.0.0",
5656
"@lichtblick/xmlrpc": "1.0.0",
57-
"@mcap/core": "2.1.6",
58-
"@mui/icons-material": "5.15.5",
57+
"@mcap/core": "2.2.0",
58+
"@mui/icons-material": "7.3.8",
5959
"@mui/material": "7.2.0",
60+
"@mui/x-data-grid": "7.24.1",
6061
"@popperjs/core": "^2.11.8",
6162
"@protobufjs/base64": "1.1.2",
6263
"@storybook/jest": "0.2.3",
6364
"@storybook/react": "9.1.9",
6465
"@storybook/testing-library": "0.2.2",
6566
"@svgr/webpack": "8.1.0",
6667
"@tanstack/react-table": "8.21.2",
67-
"@tanstack/react-virtual": "3.13.12",
68+
"@tanstack/react-virtual": "3.13.18",
6869
"@testing-library/jest-dom": "6.6.2",
6970
"@testing-library/react": "16.0.0",
7071
"@testing-library/user-event": "14.5.2",
@@ -144,7 +145,7 @@
144145
"natsort": "2.0.3",
145146
"nearley": "2.20.1",
146147
"nearley-loader": "2.0.0",
147-
"notistack": "3.0.1",
148+
"notistack": "3.0.2",
148149
"path-browserify": "1.0.1",
149150
"prettier": "3.6.2",
150151
"ramda": "0.31.3",
@@ -173,10 +174,10 @@
173174
"sanitize-html": "2.17.0",
174175
"seedrandom": "3.0.5",
175176
"shallowequal": "1.1.0",
176-
"storybook": "9.1.17",
177+
"storybook": "9.1.19",
177178
"string-hash": "1.1.3",
178179
"string-replace-loader": "3.1.0",
179-
"style-loader": "3.3.3",
180+
"style-loader": "4.0.0",
180181
"text-metrics": "3.0.0",
181182
"three": "patch:three@0.156.1#../../patches/three.patch",
182183
"tinycolor2": "1.6.0",
@@ -189,7 +190,7 @@
189190
"use-immer": "0.11.0",
190191
"uuid": "11.1.0",
191192
"vm-browserify": "1.1.2",
192-
"webpack": "5.104.1",
193+
"webpack": "5.105.3",
193194
"zustand": "4.5.7"
194195
}
195196
}

0 commit comments

Comments
 (0)