Skip to content

Commit 1a5c7b3

Browse files
👻 Bump the linting group across 1 directory with 4 updates
Bumps the linting group with 4 updates in the / directory: [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js), [eslint](https://github.com/eslint/eslint), [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) and [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh). Updates `@eslint/js` from 9.33.0 to 9.38.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/commits/v9.38.0/packages/js) Updates `eslint` from 9.33.0 to 9.38.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.33.0...v9.38.0) Updates `eslint-plugin-react-hooks` from 5.2.0 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 `eslint-plugin-react-refresh` from 0.4.20 to 0.4.24 - [Release notes](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases) - [Changelog](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md) - [Commits](ArnaudBarre/eslint-plugin-react-refresh@v0.4.20...v0.4.24) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 9.38.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: linting - dependency-name: eslint dependency-version: 9.38.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: linting - dependency-name: eslint-plugin-react-hooks dependency-version: 7.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: linting - dependency-name: eslint-plugin-react-refresh dependency-version: 0.4.24 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: linting ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fd489b2 commit 1a5c7b3

File tree

2 files changed

+97
-48
lines changed

2 files changed

+97
-48
lines changed

package-lock.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"typescript": "~5.8.3"
4141
},
4242
"devDependencies": {
43-
"@eslint/js": "^9.29.0",
43+
"@eslint/js": "^9.38.0",
4444
"@rollup/plugin-commonjs": "^28.0.6",
4545
"@rollup/plugin-json": "^6.1.0",
4646
"@rollup/plugin-node-resolve": "^16.0.0",
@@ -53,12 +53,12 @@
5353
"@types/react-syntax-highlighter": "^15.5.13",
5454
"concurrently": "^9.1.2",
5555
"copyfiles": "^2.4.1",
56-
"eslint": "^9.29.0",
56+
"eslint": "^9.38.0",
5757
"eslint-config-prettier": "^10.1.5",
5858
"eslint-plugin-prettier": "^5.5.1",
5959
"eslint-plugin-react": "^7.37.5",
60-
"eslint-plugin-react-hooks": "^5.2.0",
61-
"eslint-plugin-react-refresh": "^0.4.20",
60+
"eslint-plugin-react-hooks": "^7.0.0",
61+
"eslint-plugin-react-refresh": "^0.4.24",
6262
"globals": "^16.2.0",
6363
"prettier": "^3.6.2",
6464
"rimraf": "^6.0.1",

0 commit comments

Comments
 (0)