Skip to content

Commit d64e75f

Browse files
authored
Merge branch 'main' into iterable-iterator-pathset
2 parents f9a2966 + e30db61 commit d64e75f

30 files changed

+530
-710
lines changed

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@
6262
"@codemirror/lang-cpp": "^6.0.3",
6363
"@codemirror/lang-javascript": "^6.2.4",
6464
"@codemirror/lang-rust": "^6.0.2",
65-
"@codemirror/language": "^6.11.2",
65+
"@codemirror/language": "^6.11.3",
6666
"@codemirror/state": "^6.5.2",
6767
"@codemirror/view": "^6.38.1",
68-
"@firefox-devtools/react-contextmenu": "^5.2.2",
68+
"@firefox-devtools/react-contextmenu": "^5.2.3",
6969
"@fluent/bundle": "^0.19.1",
7070
"@fluent/langneg": "^0.7.0",
7171
"@fluent/react": "^0.15.2",
@@ -77,7 +77,7 @@
7777
"classnames": "^2.5.1",
7878
"common-tags": "^1.8.2",
7979
"copy-to-clipboard": "^3.3.3",
80-
"core-js": "^3.44.0",
80+
"core-js": "^3.45.0",
8181
"escape-string-regexp": "^4.0.0",
8282
"gecko-profiler-demangle": "^0.3.3",
8383
"idb": "^8.0.3",
@@ -89,7 +89,7 @@
8989
"mixedtuplemap": "^1.0.0",
9090
"namedtuplemap": "^1.0.0",
9191
"photon-colors": "^3.3.2",
92-
"protobufjs": "^7.5.3",
92+
"protobufjs": "^7.5.4",
9393
"query-string": "^9.2.2",
9494
"react": "^18.3.1",
9595
"react-dom": "^18.3.1",
@@ -106,24 +106,24 @@
106106
"workbox-window": "^7.3.0"
107107
},
108108
"devDependencies": {
109-
"@babel/cli": "^7.28.0",
110-
"@babel/core": "^7.28.0",
109+
"@babel/cli": "^7.28.3",
110+
"@babel/core": "^7.28.3",
111111
"@babel/eslint-parser": "^7.28.0",
112112
"@babel/eslint-plugin": "^7.27.1",
113113
"@babel/plugin-proposal-class-properties": "^7.18.6",
114-
"@babel/preset-env": "^7.28.0",
114+
"@babel/preset-env": "^7.28.3",
115115
"@babel/preset-react": "^7.27.1",
116116
"@babel/preset-typescript": "^7.27.1",
117117
"@fetch-mock/jest": "^0.2.16",
118-
"@testing-library/dom": "^10.4.0",
118+
"@testing-library/dom": "^10.4.1",
119119
"@testing-library/jest-dom": "^6.6.4",
120120
"@testing-library/react": "^16.3.0",
121121
"@types/clamp": "^1.0.3",
122122
"@types/common-tags": "^1.8.4",
123123
"@types/jest": "^30.0.0",
124124
"@types/minimist": "^1.2.5",
125125
"@types/query-string": "^6.3.0",
126-
"@types/react": "^18.3.1",
126+
"@types/react": "^18.3.24",
127127
"@types/react-dom": "^18.3.1",
128128
"@types/react-splitter-layout": "^4.0.0",
129129
"@types/react-transition-group": "^4.4.5",
@@ -133,14 +133,14 @@
133133
"@typescript-eslint/parser": "^8.38.0",
134134
"alex": "^11.0.1",
135135
"autoprefixer": "^10.4.21",
136-
"babel-jest": "^30.0.4",
136+
"babel-jest": "^30.0.5",
137137
"babel-loader": "^10.0.0",
138138
"babel-plugin-module-resolver": "^5.0.2",
139-
"browserslist": "^4.25.1",
140-
"caniuse-lite": "^1.0.30001727",
139+
"browserslist": "^4.25.2",
140+
"caniuse-lite": "^1.0.30001731",
141141
"circular-dependency-plugin": "^5.2.1",
142142
"codecov": "^3.8.3",
143-
"copy-webpack-plugin": "^13.0.0",
143+
"copy-webpack-plugin": "^13.0.1",
144144
"cross-env": "^10.0.0",
145145
"css-loader": "^7.1.2",
146146
"cssnano": "^7.1.0",
@@ -153,15 +153,15 @@
153153
"eslint-plugin-jest-dom": "^5.5.0",
154154
"eslint-plugin-jest-formatting": "^3.1.0",
155155
"eslint-plugin-react": "^7.37.5",
156-
"eslint-plugin-testing-library": "^7.6.0",
156+
"eslint-plugin-testing-library": "^7.6.3",
157157
"espree": "^10.4.0",
158-
"fake-indexeddb": "^6.0.1",
158+
"fake-indexeddb": "^6.1.0",
159159
"file-loader": "^6.2.0",
160160
"glob": "^11.0.3",
161-
"html-webpack-plugin": "^5.6.3",
161+
"html-webpack-plugin": "^5.6.4",
162162
"husky": "^4.3.8",
163-
"jest": "^30.0.4",
164-
"jest-environment-jsdom": "^30.0.4",
163+
"jest": "^30.0.5",
164+
"jest-environment-jsdom": "^30.0.5",
165165
"jest-extended": "^6.0.0",
166166
"json-loader": "^0.5.7",
167167
"local-web-server": "^5.4.0",
@@ -177,18 +177,18 @@
177177
"raw-loader": "^4.0.2",
178178
"rimraf": "^5.0.10",
179179
"style-loader": "^4.0.0",
180-
"stylelint": "^16.21.1",
180+
"stylelint": "^16.23.0",
181181
"stylelint-config-idiomatic-order": "^10.0.0",
182-
"stylelint-config-standard": "^38.0.0",
182+
"stylelint-config-standard": "^39.0.0",
183183
"typescript": "^5.8.3",
184-
"webpack": "^5.100.2",
184+
"webpack": "^5.101.3",
185185
"webpack-cli": "^6.0.1",
186186
"webpack-dev-server": "^5.2.2",
187187
"workbox-webpack-plugin": "^7.3.0",
188188
"yargs": "^18.0.0"
189189
},
190190
"resolutions": {
191-
"@types/react-splitter-layout/@types/react": "^18.3.1",
191+
"@types/react-splitter-layout/@types/react": "^18.3.24",
192192
"@types/trusted-types": "^2.0.7"
193193
},
194194
"jest": {

src/components/app/AppHeader.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ export class AppHeader extends React.PureComponent<{}> {
2222
id="AppHeader--app-header"
2323
elems={{
2424
header: (
25-
// $FlowExpectError Flow doesn't know about this fluent rule for react component.
2625
<InnerNavigationLink
2726
dataSource="none"
2827
className="appHeaderLink"

src/components/app/CompareHome.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
.compareHomeForm {
1818
display: grid;
1919
align-items: center;
20-
grid-gap: 1em;
20+
gap: 1em;
2121
grid-template-columns: auto 1fr;
2222
}
2323

src/components/app/Home.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,6 @@ class HomeImpl extends React.PureComponent<HomeProps, HomeState> {
660660
id="Home--compare-recordings-info"
661661
elems={{
662662
a: (
663-
// $FlowExpectError Flow doesn't know about this fluent rule for react component.
664663
<InnerNavigationLink dataSource="compare">
665664
Compare
666665
</InnerNavigationLink>

src/components/app/KeyboardShortcut.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
.appKeyboardShortcutsContent {
6565
display: grid;
6666
margin: 40px;
67-
grid-gap: 80px;
67+
gap: 80px;
6868
grid-template-columns: 1fr 1fr;
6969
}
7070

src/components/flame-graph/Canvas.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
.flameGraphCanvasTooltip > .tooltipHeader {
2020
display: grid;
21-
grid-gap: 2px 0;
21+
gap: 2px 0;
2222
grid-template-columns: min-content auto;
2323
}
2424

src/components/js-tracer/Chart.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ class JsTracerExpensiveChartImpl extends React.PureComponent<Props> {
104104
chartProps={{
105105
jsTracerTimingRows,
106106
jsTracerTable,
107-
// $FlowFixMe Error introduced by upgrading to v0.96.0. See issue #1936.
108107
updatePreviewSelection,
109108
rangeStart: timeRange.start,
110109
rangeEnd: timeRange.end,

src/components/marker-chart/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ class MarkerChartImpl extends React.PureComponent<Props> {
153153
getMarker,
154154
getMarkerLabel,
155155
markerListLength,
156-
// $FlowFixMe Error introduced by upgrading to v0.96.0. See issue #1936.
157156
updatePreviewSelection,
158157
changeMouseTimePosition,
159158
changeRightClickedMarker,

src/components/shared/CodeView.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,9 @@
128128
.cm-content {
129129
font-family: ui-monospace, 'Roboto Mono', monospace;
130130
hyphens: none;
131+
overflow-wrap: normal;
131132
word-break: normal;
132133
word-spacing: normal;
133-
word-wrap: normal;
134134
}
135135

136136
/**

src/components/sidebar/sidebar.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
display: grid;
2222
align-content: start; /* the grid isn't vertically stretched */
2323
align-items: center;
24-
grid-gap: 2px 5px;
24+
gap: 2px 5px;
2525
grid-template-columns:
2626
/* Label */
2727
1fr
@@ -51,7 +51,7 @@
5151

5252
.sidebar-title-label {
5353
display: grid;
54-
grid-gap: 5px;
54+
gap: 5px;
5555
grid-template-columns: min-content 1fr;
5656
}
5757

0 commit comments

Comments
 (0)