Skip to content

Commit fb16d75

Browse files
meta: bump the lint group across 1 directory with 5 updates (#7033)
Bumps the lint group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [eslint](https://github.com/eslint/eslint) | `9.9.1` | `9.10.0` | | [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `14.2.6` | `14.2.8` | | [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` | | [stylelint](https://github.com/stylelint/stylelint) | `16.6.1` | `16.9.0` | | [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) | `36.0.0` | `36.0.1` | Updates `eslint` from 9.9.1 to 9.10.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.9.1...v9.10.0) Updates `eslint-config-next` from 14.2.6 to 14.2.8 - [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.8/packages/eslint-config-next) 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 `stylelint` from 16.6.1 to 16.9.0 - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](stylelint/stylelint@16.6.1...16.9.0) Updates `stylelint-config-standard` from 36.0.0 to 36.0.1 - [Release notes](https://github.com/stylelint/stylelint-config-standard/releases) - [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md) - [Commits](stylelint/stylelint-config-standard@36.0.0...36.0.1) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint - dependency-name: eslint-config-next dependency-type: direct:development update-type: version-update:semver-patch dependency-group: lint - dependency-name: eslint-plugin-react-hooks dependency-type: direct:development update-type: version-update:semver-patch dependency-group: lint - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint - dependency-name: stylelint-config-standard 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 150077f commit fb16d75

File tree

2 files changed

+959
-1060
lines changed

2 files changed

+959
-1060
lines changed

apps/site/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,15 +103,15 @@
103103
"@types/react": "^18.3.5",
104104
"@types/react-dom": "^18.3.0",
105105
"@types/semver": "~7.5.8",
106-
"eslint": "^9.9.1",
107-
"eslint-config-next": "~14.2.3",
106+
"eslint": "^9.10.0",
107+
"eslint-config-next": "~14.2.8",
108108
"eslint-config-prettier": "9.1.0",
109109
"eslint-import-resolver-typescript": "^3.6.3",
110110
"eslint-plugin-import-x": "^4.2.1",
111111
"eslint-plugin-mdx": "3.1.5",
112112
"eslint-plugin-no-relative-import-paths": "^1.5.3",
113113
"eslint-plugin-react": "^7.35.2",
114-
"eslint-plugin-react-hooks": "5.1.0-rc-4c58fce7-20240904",
114+
"eslint-plugin-react-hooks": "5.1.0-rc.0",
115115
"eslint-plugin-storybook": "0.9.0--canary.156.da7873a.0",
116116
"handlebars": "4.7.8",
117117
"jest": "29.7.0",
@@ -120,8 +120,8 @@
120120
"remark-frontmatter": "5.0.0",
121121
"remark-preset-lint-node": "5.1.2",
122122
"storybook": "~8.2.7",
123-
"stylelint": "16.6.1",
124-
"stylelint-config-standard": "36.0.0",
123+
"stylelint": "16.9.0",
124+
"stylelint-config-standard": "36.0.1",
125125
"stylelint-order": "6.0.4",
126126
"stylelint-selector-bem-pattern": "4.0.0",
127127
"typescript-eslint": "^8.4.0",

0 commit comments

Comments
 (0)