Skip to content
This repository was archived by the owner on May 21, 2026. It is now read-only.

Commit 02fbef0

Browse files
chore(deps-dev): bump the eslint-packages group across 1 directory with 3 updates
Bumps the eslint-packages group with 3 updates in the / directory: [eslint](https://github.com/eslint/eslint), [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) and [eslint-plugin-format](https://github.com/antfu/eslint-plugin-format). Updates `eslint` from 9.37.0 to 9.39.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.37.0...v9.39.1) Updates `eslint-plugin-react-refresh` from 0.4.23 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.23...v0.4.24) Updates `eslint-plugin-format` from 1.0.2 to 1.1.0 - [Release notes](https://github.com/antfu/eslint-plugin-format/releases) - [Commits](antfu/eslint-plugin-format@v1.0.2...v1.1.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 9.39.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint-packages - dependency-name: eslint-plugin-react-refresh dependency-version: 0.4.24 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint-packages - dependency-name: eslint-plugin-format dependency-version: 1.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint-packages ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 05a2a26 commit 02fbef0

4 files changed

Lines changed: 409 additions & 366 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@types/node": "^20.0.0",
2626
"@typescript-eslint/eslint-plugin": "^8.0.0",
2727
"@typescript-eslint/parser": "^8.0.0",
28-
"eslint": "^9.28.0",
28+
"eslint": "^9.39.1",
2929
"eslint-import-resolver-typescript": "^4.4.4",
3030
"eslint-plugin-import": "^2.32.0",
3131
"husky": "^9.1.7",

packages/inspector/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@
101101
"@types/react-dom": "^19.2.1",
102102
"@vitejs/plugin-react": "^5.0.4",
103103
"concurrently": "^9.2.1",
104-
"eslint": "^9.36.0",
104+
"eslint": "^9.39.1",
105105
"eslint-plugin-react-hooks": "^5.2.0",
106-
"eslint-plugin-react-refresh": "^0.4.0",
106+
"eslint-plugin-react-refresh": "^0.4.24",
107107
"express": "^4.21.2",
108108
"tailwindcss": "^4.1.14",
109109
"tsx": "^4.6.0",

packages/mcp-use/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@
145145
"@types/react": "^19.2.2",
146146
"@types/ws": "^8.18.1",
147147
"cors": "^2.8.5",
148-
"eslint": "^9.28.0",
149-
"eslint-plugin-format": "^1.0.1",
148+
"eslint": "^9.39.1",
149+
"eslint-plugin-format": "^1.1.0",
150150
"express": "^4.18.2",
151151
"husky": "^9.1.7",
152152
"lint-staged": "^15.2.11",

0 commit comments

Comments
 (0)