From 51c11014884e64b815b328b1ebcbb68642fcd23e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 03:18:27 +0000 Subject: [PATCH 1/2] build(deps-dev): bump eslint from 9.39.2 to 10.0.0 Bumps [eslint](https://github.com/eslint/eslint) from 9.39.2 to 10.0.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/compare/v9.39.2...v10.0.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4e43ae8..8b6e440 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@tailwindcss/vite": "^4.1.18", "@vitejs/plugin-react": "5.1.2", "babel-plugin-react-compiler": "1.0.0", - "eslint": "^9.39.2", + "eslint": "^10.0.0", "eslint-config-prettier": "^10.1.8", "eslint-import-resolver-alias": "^1.1.2", "eslint-plugin-import": "^2.32.0", From 07242332cbac15b8f60dbb8cd8d055d6642af160 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 9 Feb 2026 03:18:43 +0000 Subject: [PATCH 2/2] docs: update changelog with eslint dependency bump --- public/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/public/CHANGELOG.md b/public/CHANGELOG.md index cecd340..4d69384 100644 --- a/public/CHANGELOG.md +++ b/public/CHANGELOG.md @@ -75,6 +75,7 @@ - Bump `@vercel/analytics` to v1.6.1 - Bump `@vercel/speed-insights` to v1.3.1 - Bump `prettier-plugin-tailwindcss` to v0.7.2 +- Bump dev dependency `eslint` from 9.39.2 to 10.0.0 ---