Skip to content

Commit

Permalink
meta: bump the lint group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the lint group with 4 updates: [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next), [eslint-plugin-import-x](https://github.com/un-ts/eslint-plugin-import-x), [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) and [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks).


Updates `eslint-config-next` from 14.2.11 to 14.2.14
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v14.2.14/packages/eslint-config-next)

Updates `eslint-plugin-import-x` from 4.2.1 to 4.3.1
- [Release notes](https://github.com/un-ts/eslint-plugin-import-x/releases)
- [Changelog](https://github.com/un-ts/eslint-plugin-import-x/blob/master/CHANGELOG.md)
- [Commits](un-ts/eslint-plugin-import-x@v4.2.1...v4.3.1)

Updates `eslint-plugin-react` from 7.36.1 to 7.37.1
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-react@v7.36.1...v7.37.1)

Updates `eslint-plugin-react-hooks` from 5.1.0-rc-4c58fce7-20240904 to 5.1.0-rc.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks)

---
updated-dependencies:
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: lint
- dependency-name: eslint-plugin-import-x
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: lint
- dependency-name: eslint-plugin-react
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: lint
- dependency-name: eslint-plugin-react-hooks
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: lint
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent a6c9b86 commit ce4fbf1
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 33 deletions.
8 changes: 4 additions & 4 deletions apps/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,13 @@
"@types/react-dom": "^18.3.0",
"@types/semver": "~7.5.8",
"eslint": "~9.10.0",
"eslint-config-next": "~14.2.11",
"eslint-config-next": "~14.2.14",
"eslint-import-resolver-typescript": "~3.6.3",
"eslint-plugin-import-x": "~4.2.1",
"eslint-plugin-import-x": "~4.3.1",
"eslint-plugin-mdx": "~3.1.5",
"eslint-plugin-no-relative-import-paths": "~1.5.5",
"eslint-plugin-react": "~7.36.1",
"eslint-plugin-react-hooks": "5.1.0-rc-4c58fce7-20240904",
"eslint-plugin-react": "~7.37.1",
"eslint-plugin-react-hooks": "5.1.0-rc.0",
"eslint-plugin-storybook": "0.9.0--canary.156.26b630a.0",
"handlebars": "4.7.8",
"jest": "29.7.0",
Expand Down
51 changes: 23 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"devDependencies": {
"eslint": "~9.10.0",
"eslint-import-resolver-typescript": "~3.6.3",
"eslint-plugin-import-x": "~4.2.1",
"eslint-plugin-import-x": "~4.3.1",
"typescript": "~5.5.4",
"typescript-eslint": "~8.5.0"
}
Expand Down

0 comments on commit ce4fbf1

Please sign in to comment.