Skip to content

Commit 1732bb3

Browse files
Bump the npm group with 3 updates (#1999)
Bumps the npm group with 3 updates: [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks), [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping) and [get-tsconfig](https://github.com/privatenumber/get-tsconfig). Updates `eslint-plugin-react-hooks` from 6.1.1 to 7.0.0 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks) Updates `baseline-browser-mapping` from 2.8.13 to 2.8.14 - [Release notes](https://github.com/web-platform-dx/baseline-browser-mapping/releases) - [Commits](web-platform-dx/baseline-browser-mapping@v2.8.13...v2.8.14) Updates `get-tsconfig` from 4.11.0 to 4.12.0 - [Release notes](https://github.com/privatenumber/get-tsconfig/releases) - [Commits](privatenumber/get-tsconfig@v4.11.0...v4.12.0) --- updated-dependencies: - dependency-name: eslint-plugin-react-hooks dependency-version: 7.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm - dependency-name: baseline-browser-mapping dependency-version: 2.8.14 dependency-type: indirect update-type: version-update:semver-patch dependency-group: npm - dependency-name: get-tsconfig dependency-version: 4.12.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: npm ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a24e7a9 commit 1732bb3

File tree

3 files changed

+30
-18
lines changed

3 files changed

+30
-18
lines changed

eslint.config.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,14 @@ export default defineConfig(
3535
// },
3636
// },
3737
// }),
38+
reactHooks.configs.flat.recommended,
3839
{
3940
files: ['src/**/*.{jsx,tsx}'],
4041
plugins: {
4142
'jsx-a11y': jsxA11yPlugin,
4243
'@stylistic': stylistic,
43-
'react-hooks': reactHooks,
4444
},
4545
extends: [
46-
'react-hooks/recommended',
4746
...compat.config(jsxA11yPlugin.configs.recommended),
4847
],
4948
settings: {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"eslint-plugin-import": "^2.32.0",
4747
"eslint-plugin-jsx-a11y": "^6.10.2",
4848
"eslint-plugin-react": "^7.37.5",
49-
"eslint-plugin-react-hooks": "^6.1.1",
49+
"eslint-plugin-react-hooks": "^7.0.0",
5050
"pnpm": "^10.18.1",
5151
"rimraf": "^6.0.1",
5252
"typescript": "^5.9.3",

pnpm-lock.yaml

Lines changed: 28 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)