Skip to content

Commit 6360223

Browse files
meta: bump the lint group across 1 directory with 5 updates (#7106)
Bumps the lint group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `14.2.11` | `14.2.14` | | [eslint-plugin-import-x](https://github.com/un-ts/eslint-plugin-import-x) | `4.2.1` | `4.3.1` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.36.1` | `7.37.1` | | [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) | `5.1.0-rc-4c58fce7-20240904` | `5.1.0-rc.0` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.8.0` | `8.8.1` | 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) Updates `typescript-eslint` from 8.8.0 to 8.8.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.8.1/packages/typescript-eslint) --- 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 - dependency-name: typescript-eslint dependency-type: direct:development update-type: version-update:semver-patch dependency-group: lint ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a6ff80c commit 6360223

File tree

3 files changed

+72
-162
lines changed

3 files changed

+72
-162
lines changed

apps/site/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -104,13 +104,13 @@
104104
"@types/react-dom": "^18.3.0",
105105
"@types/semver": "~7.5.8",
106106
"eslint": "~9.10.0",
107-
"eslint-config-next": "~14.2.11",
107+
"eslint-config-next": "~14.2.14",
108108
"eslint-import-resolver-typescript": "~3.6.3",
109-
"eslint-plugin-import-x": "~4.2.1",
109+
"eslint-plugin-import-x": "~4.3.1",
110110
"eslint-plugin-mdx": "~3.1.5",
111111
"eslint-plugin-no-relative-import-paths": "~1.5.5",
112-
"eslint-plugin-react": "~7.36.1",
113-
"eslint-plugin-react-hooks": "5.1.0-rc-4c58fce7-20240904",
112+
"eslint-plugin-react": "~7.37.1",
113+
"eslint-plugin-react-hooks": "5.1.0-rc.0",
114114
"eslint-plugin-storybook": "0.9.0--canary.156.26b630a.0",
115115
"handlebars": "4.7.8",
116116
"jest": "29.7.0",
@@ -124,7 +124,7 @@
124124
"stylelint-order": "6.0.4",
125125
"stylelint-selector-bem-pattern": "4.0.1",
126126
"typescript": "~5.5.4",
127-
"typescript-eslint": "~8.8.0",
127+
"typescript-eslint": "~8.8.1",
128128
"user-agent-data-types": "0.4.2"
129129
}
130130
}

package-lock.json

+65-155
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)