Skip to content

Commit 7dc8e42

Browse files
authored
Update dependencies (Comcast#3820)
* Update dependencies * Update remaning deps
1 parent 9725fa8 commit 7dc8e42

3 files changed

Lines changed: 27 additions & 13 deletions

File tree

eslint.config.js

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -621,6 +621,7 @@ export default defineConfig([
621621
'vitest/no-hooks': 1,
622622
'vitest/no-identical-title': 1,
623623
'vitest/no-import-node-test': 1,
624+
'vitest/no-importing-vitest-globals': 1,
624625
'vitest/no-interpolation-in-snapshots': 0,
625626
'vitest/no-large-snapshots': 0,
626627
'vitest/no-mocks-import': 1,
@@ -629,6 +630,16 @@ export default defineConfig([
629630
'vitest/no-standalone-expect': 1,
630631
'vitest/no-test-prefixes': 0,
631632
'vitest/no-test-return-statement': 0,
633+
'vitest/padding-around-after-all-blocks': 0,
634+
'vitest/padding-around-after-each-blocks': 0,
635+
'vitest/padding-around-all': 0,
636+
'vitest/padding-around-before-all-blocks': 0,
637+
'vitest/padding-around-before-each-blocks': 0,
638+
'vitest/padding-around-describe-blocks': 0,
639+
'vitest/padding-around-expect-groups': 0,
640+
'vitest/padding-around-test-blocks': 0,
641+
'vitest/prefer-called-once': 1,
642+
'vitest/prefer-called-times': 0,
632643
'vitest/prefer-called-with': 0,
633644
'vitest/prefer-comparison-matcher': 1,
634645
'vitest/prefer-each': 1,
@@ -637,6 +648,7 @@ export default defineConfig([
637648
'vitest/prefer-expect-resolves': 1,
638649
'vitest/prefer-hooks-in-order': 1,
639650
'vitest/prefer-hooks-on-top': 1,
651+
'vitest/prefer-importing-vitest-globals': 0,
640652
'vitest/prefer-lowercase-title': 0,
641653
'vitest/prefer-mock-promise-shorthand': 1,
642654
'vitest/prefer-snapshot-hint': 0,
@@ -660,6 +672,7 @@ export default defineConfig([
660672
'vitest/valid-expect-in-promise': 1,
661673
'vitest/valid-expect': [1, { alwaysAwait: true }],
662674
'vitest/valid-title': 1,
675+
'vitest/warn-todo': 1,
663676

664677
// https://github.com/testing-library/eslint-plugin-jest-dom#supported-rules
665678
'jest-dom/prefer-checked': 1,
@@ -690,6 +703,7 @@ export default defineConfig([
690703
'testing-library/no-node-access': 0,
691704
'testing-library/no-promise-in-fire-event': 0,
692705
'testing-library/no-render-in-lifecycle': 0,
706+
'testing-library/no-test-id-queries': 0,
693707
'testing-library/no-unnecessary-act': 1,
694708
'testing-library/no-wait-for-multiple-assertions': 1,
695709
'testing-library/no-wait-for-side-effects': 1,

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -54,40 +54,40 @@
5454
"devDependencies": {
5555
"@babel/preset-typescript": "^7.27.1",
5656
"@biomejs/biome": "2.0.6",
57-
"@eslint/markdown": "^6.3.0",
58-
"@faker-js/faker": "^9.6.0",
57+
"@eslint/markdown": "^6.6.0",
58+
"@faker-js/faker": "^9.9.0",
5959
"@ianvs/prettier-plugin-sort-imports": "^4.4.2",
6060
"@linaria/core": "^6.3.0",
61-
"@tanstack/react-router": "^1.121.2",
62-
"@tanstack/router-plugin": "^1.121.4",
63-
"@types/node": "^24.0.0",
61+
"@tanstack/react-router": "^1.121.21",
62+
"@tanstack/router-plugin": "^1.124.0",
63+
"@types/node": "^24.0.10",
6464
"@types/react": "^19.1.3",
6565
"@types/react-dom": "^19.1.3",
66-
"@typescript-eslint/eslint-plugin": "^8.33.1",
67-
"@typescript-eslint/parser": "^8.33.1",
66+
"@typescript-eslint/eslint-plugin": "^8.35.1",
67+
"@typescript-eslint/parser": "^8.35.1",
6868
"@vitejs/plugin-react-oxc": "^0.2.3",
6969
"@vitest/browser": "^3.2.4",
7070
"@vitest/coverage-v8": "^3.2.4",
71-
"@vitest/eslint-plugin": "^1.2.7",
71+
"@vitest/eslint-plugin": "^1.3.4",
7272
"@wyw-in-js/rollup": "^0.7.0",
7373
"@wyw-in-js/vite": "^0.7.0",
74-
"eslint": "^9.28.0",
74+
"eslint": "^9.30.1",
7575
"eslint-plugin-jest-dom": "^5.5.0",
7676
"eslint-plugin-react": "^7.37.4",
7777
"eslint-plugin-react-compiler": "^19.1.0-rc.2",
7878
"eslint-plugin-react-hooks": "^5.2.0",
7979
"eslint-plugin-react-hooks-extra": "^1.51.3",
80-
"eslint-plugin-sonarjs": "^3.0.2",
80+
"eslint-plugin-sonarjs": "^3.0.4",
8181
"eslint-plugin-testing-library": "^7.5.0",
8282
"jspdf": "^3.0.1",
8383
"jspdf-autotable": "^5.0.2",
84-
"playwright": "^1.53.0",
84+
"playwright": "^1.53.2",
8585
"postcss": "^8.5.2",
8686
"prettier": "3.6.2",
8787
"react": "^19.1.0",
8888
"react-dom": "^19.1.0",
8989
"rolldown": "^1.0.0-beta.9",
90-
"rolldown-plugin-dts": "^0.13.3",
90+
"rolldown-plugin-dts": "^0.13.13",
9191
"typescript": "~5.8.2",
9292
"vite": "npm:rolldown-vite@^7.0.1",
9393
"vitest": "^3.2.4",

test/browser/events.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ describe('Events', () => {
133133
row: rows[0],
134134
rowIdx: 0
135135
});
136-
expect(onSelectedCellChange).toHaveBeenCalledTimes(1);
136+
expect(onSelectedCellChange).toHaveBeenCalledOnce();
137137

138138
// Selected by double click
139139
await userEvent.dblClick(getCellsAtRowIndex(0)[0]);

0 commit comments

Comments
 (0)