Skip to content

Commit 20a46f9

Browse files
committed
client: Update dependencies
- @szhsin/react-menu: 4.2.3 → 4.3.1 https://github.com/szhsin/react-menu/releases/tag/v4.2.4 https://github.com/szhsin/react-menu/releases/tag/v4.3.0 https://github.com/szhsin/react-menu/releases/tag/v4.3.1 - autoprefixer: 10.4.20 → 10.4.21 https://github.com/postcss/autoprefixer/releases/tag/10.4.21 - core-js: 3.39.0 → 3.41.0 https://github.com/zloirock/core-js/releases/tag/v3.41.0 https://github.com/zloirock/core-js/releases/tag/v3.40.0 - dexie: 4.0.10 → 4.0.11 https://github.com/dexie/Dexie.js/releases/tag/v4.0.11 - @eslint/js: 9.17.0 → 9.22.0 - eslint: 9.17.0 → 9.22.0 https://github.com/eslint/eslint/blob/v9.22.0/CHANGELOG.md - eslint-config-prettier: 9.1.0 → 10.1.1 https://github.com/prettier/eslint-config-prettier/blob/v10.1.1/CHANGELOG.md - eslint-plugin-react: 7.37.3 → 7.37.4 https://github.com/jsx-eslint/eslint-plugin-react/releases/tag/v7.37.4 - eslint-plugin-react-hooks: 5.1.0 → 5.2.0 facebook/react@562f17e - Flat config fix: facebook/react@61e713c - focus-trap: 7.6.2 → 7.6.4 https://github.com/focus-trap/focus-trap/releases/tag/v7.6.4 https://github.com/focus-trap/focus-trap/releases/tag/v7.6.3 - globals: 15.14.0 → 16.0.0 https://github.com/sindresorhus/globals/releases/tag/v16.0.0 - `serviceWorker` is now autogenerated - postcss: 8.4.49 → 8.5.3 postcss/postcss@8.4.49...8.5.3 - prettier: 3.4.2 → 3.5.3 https://prettier.io/blog/2025/02/09/3.5.0.html https://github.com/prettier/prettier/blob/3.5.3/CHANGELOG.md - react-router: 7.1.1 → 7.3.0 https://github.com/remix-run/react-router/blob/85daf2fc8f43fe00e6ea234ac9d0c1b19b0c3c20/CHANGELOG.md#v730 - stylelint: 16.12.0 → 16.16.0 stylelint/stylelint@16.12.0...16.16.0 https://github.com/stylelint/stylelint/blob/16.16.0/CHANGELOG.md - yet-another-react-lightbox: 3.21.7 → 3.21.8 https://github.com/igordanchenko/yet-another-react-lightbox/releases/tag/v3.21.8
1 parent a39648f commit 20a46f9

File tree

3 files changed

+670
-439
lines changed

3 files changed

+670
-439
lines changed

client/eslint.config.js

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,10 @@ const config = {
4141
},
4242
};
4343

44-
// Does not currently support flat config.
45-
// https://github.com/facebook/react/issues/28313
46-
const eslintPluginReactHooksConfigsRecommended = {
47-
plugins: {
48-
'react-hooks': eslintPluginReactHooks,
49-
},
50-
rules: eslintPluginReactHooks.configs.recommended.rules,
51-
};
52-
5344
export default [
5445
js.configs.recommended,
5546
eslintPluginReact.configs.flat.recommended,
56-
eslintPluginReactHooksConfigsRecommended,
47+
eslintPluginReactHooks.configs['recommended-latest'],
5748
eslintConfigPrettier,
5849
config,
5950
];

0 commit comments

Comments
 (0)