Skip to content

Commit ee07b98

Browse files
authored
Bump AG Grid to v32 (#3007)
* Bump ag-grid to v32 * Bump TS and mantine hooks * Restore comment ordering * Fix breaking changes
1 parent ab303c4 commit ee07b98

File tree

3 files changed

+29
-22
lines changed

3 files changed

+29
-22
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@blueprintjs/datetime2": "^2.3.3",
3131
"@blueprintjs/icons": "^5.9.0",
3232
"@blueprintjs/select": "^5.1.3",
33-
"@mantine/hooks": "^7.7.0",
33+
"@mantine/hooks": "^7.11.2",
3434
"@octokit/rest": "^20.0.0",
3535
"@reduxjs/toolkit": "^1.9.7",
3636
"@sentry/browser": "^7.57.0",
@@ -42,8 +42,8 @@
4242
"@tremor/react": "^1.8.2",
4343
"ace-builds": "^1.4.14",
4444
"acorn": "^8.9.0",
45-
"ag-grid-community": "^31.0.0",
46-
"ag-grid-react": "^31.0.0",
45+
"ag-grid-community": "^32.0.2",
46+
"ag-grid-react": "^32.0.2",
4747
"array-move": "^4.0.0",
4848
"browserfs": "^1.4.3",
4949
"classnames": "^2.3.2",
@@ -162,7 +162,7 @@
162162
"stream-browserify": "^3.0.0",
163163
"stream-http": "^3.2.0",
164164
"timers-browserify": "^2.0.12",
165-
"typescript": "^5.5.2",
165+
"typescript": "^5.5.3",
166166
"typescript-eslint": "^7.14.1",
167167
"url": "^0.11.1",
168168
"webpack-bundle-analyzer": "^4.9.0"

src/commons/sourceRecorder/SourceRecorderTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ class SourcecastTable extends React.Component<SourceRecorderTableProps, State> {
191191
this.setState({ filterValue: changeVal });
192192

193193
if (this.gridApi) {
194-
this.gridApi.setQuickFilter(changeVal);
194+
this.gridApi.setGridOption('quickFilterText', changeVal);
195195
}
196196
};
197197

yarn.lock

Lines changed: 24 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1983,10 +1983,10 @@
19831983
resolved "https://registry.yarnpkg.com/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz#b2ac626d6cb9c8718ab459166d4bb405b8ffa78b"
19841984
integrity sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==
19851985

1986-
"@mantine/hooks@^7.7.0":
1987-
version "7.7.1"
1988-
resolved "https://registry.yarnpkg.com/@mantine/hooks/-/hooks-7.7.1.tgz#04fd8999fe109615d064bf42a8ff04435c93b927"
1989-
integrity sha512-3YH2FzKMlg840tb04PBDcDXyBCi9puFOxEBVgc6Y/pN6KFqfOoAnQE/YvgOtwSNXZlbTWyDlQoYj+3je7pA7og==
1986+
"@mantine/hooks@^7.11.2":
1987+
version "7.11.2"
1988+
resolved "https://registry.yarnpkg.com/@mantine/hooks/-/hooks-7.11.2.tgz#5629dff7ae7253f94e819c26b3b1adf97e68fd48"
1989+
integrity sha512-jhyVe/sbDEG2U8rr2lMecUPgQxcfr5hh9HazqGfkS7ZRIMDO7uJ947yAcTMGGkp5Lxtt5TBFt1Cb6tiB2/1agg==
19901990

19911991
"@mapbox/node-pre-gyp@^1.0.0":
19921992
version "1.0.10"
@@ -3764,17 +3764,24 @@ adjust-sourcemap-loader@^4.0.0:
37643764
loader-utils "^2.0.0"
37653765
regex-parser "^2.2.11"
37663766

3767-
ag-[email protected], ag-grid-community@^31.0.0:
3768-
version "31.1.1"
3769-
resolved "https://registry.yarnpkg.com/ag-grid-community/-/ag-grid-community-31.1.1.tgz#212fc3e358d4be1865bc4618f6d0d865faaed385"
3770-
integrity sha512-tiQZ7VQ07yJScTMIQpaYoUMPgiyXMwYDcwTxe4riRrcYGTg0e258XEihoPUZFejR60P1fYWMxdJaR2JUnyhGrg==
3767+
3768+
version "10.0.2"
3769+
resolved "https://registry.yarnpkg.com/ag-charts-types/-/ag-charts-types-10.0.2.tgz#fe4d7aa3cdc4ba6f354d7b4bbf65818e242f2fd6"
3770+
integrity sha512-Nxo5slHOXlaeg0gRIsVnovAosQzzlYfWJtdDy0Aq/VvpJru/PJ+5i2c9aCyEhgRxhBjImsoegwkgRj7gNOWV6Q==
37713771

3772-
ag-grid-react@^31.0.0:
3773-
version "31.1.1"
3774-
resolved "https://registry.yarnpkg.com/ag-grid-react/-/ag-grid-react-31.1.1.tgz#196c078a89bf977e81d64e3948fa31e23dca46b2"
3775-
integrity sha512-aaDMSP8MGhoXL5M9c4UmhBClRlc3mEMMC0E0/1mhXU6bdiz0QxXT/xQtDe3DFC62VrtXVda9x20Lpj6p6Bfy8g==
3772+
ag-grid-community@32.0.2, ag-grid-community@^32.0.2:
3773+
version "32.0.2"
3774+
resolved "https://registry.yarnpkg.com/ag-grid-community/-/ag-grid-community-32.0.2.tgz#a69d99ee944fa07ab5faa103f6f930fbd2d4b432"
3775+
integrity sha512-vLJJUjnsG9hNK41GNuW2EHu1W264kxA/poOpcX4kmyrjU5Uzvelsbj3HdKAO9POV28iqyRdKGYfAWdn8QzA7KA==
37763776
dependencies:
3777-
ag-grid-community "31.1.1"
3777+
ag-charts-types "10.0.2"
3778+
3779+
ag-grid-react@^32.0.2:
3780+
version "32.0.2"
3781+
resolved "https://registry.yarnpkg.com/ag-grid-react/-/ag-grid-react-32.0.2.tgz#675b477f23f1f1338af0c15f174f9da3c68baec9"
3782+
integrity sha512-IWYsoyJ/Z763rWbE5/9SaT1n5xwIKrm/QzOG14l7i8z5J6JdJwfV0aQFATmEE8Xws2H48vlLcLdW1cv4hwV3eg==
3783+
dependencies:
3784+
ag-grid-community "32.0.2"
37783785
prop-types "^15.8.1"
37793786

37803787
agent-base@6, agent-base@^6.0.2:
@@ -13458,10 +13465,10 @@ typescript-tuple@^2.2.1:
1345813465
dependencies:
1345913466
typescript-compare "^0.0.2"
1346013467

13461-
typescript@^5.5.2:
13462-
version "5.5.2"
13463-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.2.tgz#c26f023cb0054e657ce04f72583ea2d85f8d0507"
13464-
integrity sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==
13468+
typescript@^5.5.3:
13469+
version "5.5.3"
13470+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.3.tgz#e1b0a3c394190838a0b168e771b0ad56a0af0faa"
13471+
integrity sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==
1346513472

1346613473
unbox-primitive@^1.0.2:
1346713474
version "1.0.2"

0 commit comments

Comments
 (0)