Skip to content

Commit c550e4f

Browse files
committed
yarn minor upgrades
1 parent abe2483 commit c550e4f

10 files changed

Lines changed: 1764 additions & 305 deletions

File tree

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@
6767
"react-dnd": "patch:react-dnd@npm:16.0.1#./patches/react-dnd.patch"
6868
},
6969
"devDependencies": {
70-
"@actions/core": "1.10.1",
70+
"@actions/core": "1.11.1",
7171
"@actions/exec": "1.1.1",
72-
"@actions/tool-cache": "2.0.1",
73-
"@babel/core": "7.23.7",
74-
"@babel/plugin-proposal-explicit-resource-management": "7.23.3",
75-
"@babel/preset-env": "7.23.8",
76-
"@babel/preset-typescript": "7.23.3",
72+
"@actions/tool-cache": "2.0.2",
73+
"@babel/core": "7.28.5",
74+
"@babel/plugin-proposal-explicit-resource-management": "7.27.4",
75+
"@babel/preset-env": "7.28.5",
76+
"@babel/preset-typescript": "7.28.5",
7777
"@foxglove/eslint-plugin": "1.0.0",
7878
"@foxglove/eslint-plugin-studio": "workspace:*",
7979
"@foxglove/tsconfig": "2.0.0",
@@ -83,8 +83,8 @@
8383
"@storybook/addon-interactions": "7.6.20",
8484
"@storybook/react": "7.6.20",
8585
"@storybook/react-webpack5": "7.6.20",
86-
"@types/babel__core": "^7.20.3",
87-
"@types/babel__preset-env": "^7.9.6",
86+
"@types/babel__core": "^7.20.5",
87+
"@types/babel__preset-env": "^7.10.0",
8888
"@types/case-sensitive-paths-webpack-plugin": "2.1.9",
8989
"@types/jest": "29.5.12",
9090
"@types/license-checker": "^25.0.6",
@@ -114,7 +114,7 @@
114114
"jest-environment-jsdom": "29.7.0",
115115
"license-checker": "25.0.1",
116116
"prettier": "3.0.3",
117-
"rimraf": "5.0.5",
117+
"rimraf": "5.0.10",
118118
"semver": "7.5.4",
119119
"storybook": "7.6.20",
120120
"ts-node": "10.9.2",
@@ -124,6 +124,6 @@
124124
"webpack": "5.88.2",
125125
"webpack-cli": "5.1.4",
126126
"webpack-dev-server": "4.15.2",
127-
"webpack-hot-middleware": "2.26.0"
127+
"webpack-hot-middleware": "2.26.1"
128128
}
129129
}

packages/den/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"async-mutex": "0.4.1",
1717
"comlink": "4.4.1",
18-
"xacro-parser": "0.3.9"
18+
"xacro-parser": "0.3.10"
1919
},
2020
"devDependencies": {
2121
"@foxglove/tsconfig": "2.0.0"

packages/mcap-support/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@foxglove/message-definition": "0.3.1",
3030
"@foxglove/omgidl-parser": "1.0.3",
3131
"@foxglove/omgidl-serialization": "1.0.4",
32-
"@foxglove/ros2idl-parser": "0.3.2",
32+
"@foxglove/ros2idl-parser": "0.3.6",
3333
"@foxglove/rosmsg": "4.2.2",
3434
"@foxglove/rosmsg-serialization": "2.0.3",
3535
"@foxglove/rosmsg2-serialization": "2.0.3",

packages/studio-base/package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"homepage": "https://foxglove.dev/",
1515
"main": "src/index",
1616
"devDependencies": {
17-
"@emotion/cache": "11.11.0",
18-
"@emotion/react": "11.11.3",
19-
"@emotion/styled": "11.11.0",
20-
"@fluentui/react-icons": "2.0.227",
17+
"@emotion/cache": "11.14.0",
18+
"@emotion/react": "11.14.0",
19+
"@emotion/styled": "11.14.1",
20+
"@fluentui/react-icons": "2.0.313",
2121
"@foxglove/avl": "1.0.0",
2222
"@foxglove/chartjs-plugin-zoom": "2.0.4",
2323
"@foxglove/comlink": "4.4.1",
@@ -29,11 +29,11 @@
2929
"@foxglove/mcap-support": "workspace:*",
3030
"@foxglove/message-definition": "0.3.1",
3131
"@foxglove/message-path": "workspace:*",
32-
"@foxglove/rosbag": "0.4.0",
32+
"@foxglove/rosbag": "0.4.1",
3333
"@foxglove/rosbag2-web": "4.1.1",
3434
"@foxglove/roslibjs": "0.0.3",
3535
"@foxglove/rosmsg": "4.2.2",
36-
"@foxglove/rosmsg-msgs-common": "3.1.0",
36+
"@foxglove/rosmsg-msgs-common": "3.2.3",
3737
"@foxglove/rosmsg-serialization": "2.0.3",
3838
"@foxglove/rosmsg2-serialization": "2.0.3",
3939
"@foxglove/rostime": "1.1.2",
@@ -43,7 +43,7 @@
4343
"@foxglove/three-text": "0.2.2",
4444
"@foxglove/tsconfig": "2.0.0",
4545
"@foxglove/typescript-transformers": "workspace:*",
46-
"@foxglove/ulog": "2.1.2",
46+
"@foxglove/ulog": "2.3.1",
4747
"@foxglove/velodyne-cloud": "1.0.1",
4848
"@foxglove/wasm-bz2": "0.1.1",
4949
"@foxglove/wasm-lz4": "1.0.2",
@@ -63,18 +63,18 @@
6363
"@types/base16": "^1.0.5",
6464
"@types/cytoscape": "^3.19.16",
6565
"@types/foxglove__roslibjs": "workspace:*",
66-
"@types/geojson": "7946.0.14",
66+
"@types/geojson": "7946.0.16",
6767
"@types/gl-matrix": "3.2.0",
68-
"@types/hammerjs": "2.0.45",
69-
"@types/leaflet": "1.9.7",
68+
"@types/hammerjs": "2.0.46",
69+
"@types/leaflet": "1.9.21",
7070
"@types/memoize-weak": "workspace:*",
71-
"@types/moment-duration-format": "2.2.6",
71+
"@types/moment-duration-format": "2.2.7",
7272
"@types/nearley": "2.11.5",
7373
"@types/ramda": "0.29.10",
7474
"@types/react": "18.2.23",
7575
"@types/react-dom": "18.2.7",
7676
"@types/react-hover-observer": "workspace:*",
77-
"@types/react-transition-group": "^4.4.8",
77+
"@types/react-transition-group": "^4.4.12",
7878
"@types/react-virtualized": "9.21.29",
7979
"@types/react-window": "^1.8.5",
8080
"@types/sanitize-html": "2.9.3",
@@ -84,7 +84,7 @@
8484
"@types/text-metrics": "workspace:*",
8585
"@types/three": "0.156.0",
8686
"@types/tinycolor2": "1.4.6",
87-
"@types/uuid": "9.0.7",
87+
"@types/uuid": "9.0.8",
8888
"@types/wicg-file-system-access": "2020.9.6",
8989
"@uiw/react-textarea-code-editor": "3.0.2",
9090
"babel-jest": "29.7.0",
@@ -105,11 +105,11 @@
105105
"fuzzysort": "2.0.4",
106106
"fzf": "0.5.2",
107107
"geojson": "0.5.0",
108-
"gl-matrix": "3.4.3",
108+
"gl-matrix": "3.4.4",
109109
"hammerjs": "2.0.8",
110110
"i18next": "23.5.1",
111111
"i18next-browser-languagedetector": "7.1.0",
112-
"idb-keyval": "6.2.1",
112+
"idb-keyval": "6.2.2",
113113
"immer": "10.0.3",
114114
"intervals-fn": "3.0.3",
115115
"jest-canvas-mock": "2.5.2",
@@ -126,7 +126,7 @@
126126
"natsort": "2.0.3",
127127
"nearley": "2.20.1",
128128
"nearley-loader": "2.0.0",
129-
"notistack": "3.0.1",
129+
"notistack": "3.0.2",
130130
"path-browserify": "1.0.1",
131131
"ramda": "0.29.1",
132132
"react": "18.2.0",
@@ -138,15 +138,15 @@
138138
"react-i18next": "14.0.1",
139139
"react-json-tree": "patch:react-json-tree@npm:0.15.1#../../patches/react-json-tree.patch",
140140
"react-markdown": "8.0.7",
141-
"react-mosaic-component": "6.1.0",
142-
"react-refresh-typescript": "2.0.9",
141+
"react-mosaic-component": "6.1.1",
142+
"react-refresh-typescript": "2.0.11",
143143
"react-resize-detector": "10.0.1",
144144
"react-transition-group": "4.4.5",
145145
"react-use": "17.4.2",
146-
"react-virtualized": "9.22.5",
146+
"react-virtualized": "9.22.6",
147147
"react-window": "1.8.9",
148148
"readable-stream": "4.5.2",
149-
"reselect": "5.1.0",
149+
"reselect": "5.1.1",
150150
"sanitize-html": "2.12.1",
151151
"seedrandom": "3.0.5",
152152
"shallowequal": "1.1.0",
@@ -162,7 +162,7 @@
162162
"ts-loader": "9.4.4",
163163
"tss-react": "4.9.2",
164164
"typescript": "5.2.2",
165-
"use-debounce": "10.0.0",
165+
"use-debounce": "10.0.6",
166166
"use-immer": "0.9.0",
167167
"uuid": "9.0.1",
168168
"web-streams-polyfill": "4.1.0",

packages/studio-base/src/util/formatTime.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ import parseFuzzyRosTime from "./parseFuzzyRosTime";
2424

2525
// All time functions that require `moment` should live in this file.
2626

27-
// @ts-expect-error suppress Argument of type 'typeof moment' is not assignable to parameter of type 'typeof import ...
28-
// There is some miss-match between the moment we import and the one the type declarations expect
2927
momentDurationFormatSetup(moment);
3028

3129
export function format(stamp: Time, timezone?: string): string {

packages/studio-desktop/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
"main": "./src/index.tsx",
66
"devDependencies": {
77
"@actions/exec": "1.1.1",
8-
"@actions/tool-cache": "2.0.1",
8+
"@actions/tool-cache": "2.0.2",
99
"@foxglove/den": "workspace:*",
1010
"@foxglove/electron-socket": "2.1.1",
1111
"@foxglove/log": "workspace:*",
1212
"@foxglove/mcap-support": "workspace:*",
13-
"@foxglove/rosbag": "0.4.0",
13+
"@foxglove/rosbag": "0.4.1",
1414
"@foxglove/rostime": "1.1.2",
1515
"@foxglove/studio-base": "workspace:*",
1616
"@foxglove/theme": "workspace:*",
@@ -19,13 +19,13 @@
1919
"@pmmmwh/react-refresh-webpack-plugin": "0.5.11",
2020
"@storybook/react": "7.6.20",
2121
"@types/electron-devtools-installer": "2.2.3",
22-
"@types/plist": "^3.0.3",
23-
"@types/pngjs": "^6.0.2",
24-
"@types/tinycolor2": "1.4.4",
22+
"@types/plist": "^3.0.5",
23+
"@types/pngjs": "^6.0.5",
24+
"@types/tinycolor2": "1.4.6",
2525
"@types/utif": "^3.0.2",
26-
"@xmldom/xmldom": "0.8.10",
26+
"@xmldom/xmldom": "0.8.11",
2727
"app-builder-lib": "*",
28-
"async-mutex": "0.4.0",
28+
"async-mutex": "0.4.1",
2929
"builder-util": "*",
3030
"clean-webpack-plugin": "4.0.0",
3131
"electron": "25.9.8",
@@ -45,7 +45,7 @@
4545
"quicklookjs": "0.0.3",
4646
"react": "18.2.0",
4747
"react-dom": "18.2.0",
48-
"react-refresh-typescript": "2.0.9",
48+
"react-refresh-typescript": "2.0.11",
4949
"react-use": "17.4.0",
5050
"tinycolor2": "1.6.0",
5151
"tss-react": "4.9.2",

packages/studio-web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
"@foxglove/studio-base": "workspace:*"
88
},
99
"devDependencies": {
10-
"@fluentui/react-icons": "2.0.227",
10+
"@fluentui/react-icons": "2.0.313",
1111
"@foxglove/log": "workspace:*",
1212
"@foxglove/theme": "workspace:*",
1313
"@foxglove/tsconfig": "2.0.0",
1414
"@mui/material": "5.15.6",
1515
"@pmmmwh/react-refresh-webpack-plugin": "0.5.11",
1616
"@storybook/react": "7.6.20",
17-
"@types/copy-webpack-plugin": "10.1.0",
17+
"@types/copy-webpack-plugin": "10.1.3",
1818
"clean-webpack-plugin": "4.0.0",
1919
"copy-webpack-plugin": "11.0.0",
2020
"html-webpack-plugin": "5.6.0",

packages/theme/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"homepage": "https://foxglove.dev/",
1414
"main": "./src/index",
1515
"devDependencies": {
16-
"@emotion/react": "11.11.3",
17-
"@emotion/styled": "11.11.0",
18-
"@fluentui/react-icons": "2.0.227",
16+
"@emotion/react": "11.14.0",
17+
"@emotion/styled": "11.14.1",
18+
"@fluentui/react-icons": "2.0.313",
1919
"@foxglove/tsconfig": "2.0.0",
2020
"@mui/icons-material": "5.15.5",
2121
"@mui/lab": "5.0.0-alpha.165",

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@foxglove/tsconfig": "2.0.0",
88
"@types/serve-handler": "^6",
99
"playwright": "1.56.1",
10-
"serve-handler": "6.1.5",
10+
"serve-handler": "6.1.6",
1111
"webpack": "5.88.2",
1212
"webpack-dev-server": "4.15.2"
1313
}

0 commit comments

Comments
 (0)