From cec0b903a4fb8bc8edf225c2dba9a7e7554b83c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 01:14:09 +0000 Subject: [PATCH] chore(deps-dev): bump eslint from 10.4.1 to 10.6.0 Bumps [eslint](https://github.com/eslint/eslint) from 10.4.1 to 10.6.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/compare/v10.4.1...v10.6.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.6.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++++---- package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f16d6ca..ed343c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@eslint/markdown": "^8.0.2", "@stylistic/eslint-plugin": "^5.10.0", "commit-and-tag-version": "^12.7.3", - "eslint": "^10.4.1", + "eslint": "^10.6.0", "eslint-plugin-import-x": "^4.16.2", "globals": "^17.6.0", "prettier": "^3.8.3" @@ -1727,11 +1727,14 @@ } }, "node_modules/eslint": { - "version": "10.4.1", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.4.1.tgz", - "integrity": "sha512-AyIKhnOBuOAdueD7RB3xB+YeAWScb9jHsJBgH2Hcde8InP5JYhqrRR6iTMHyTEwgENK54Cp44e4v8BwNhsuHuw==", + "version": "10.6.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.6.0.tgz", + "integrity": "sha512-6lVbcqSodALYo+4ELD0heG6lFiFxnLMuLkiMi2qV8LMp54N8tE8FT1GMH+ev4Ti00nFjNze2+Su6DsV5OQW3Dg==", "dev": true, "license": "MIT", + "workspaces": [ + "packages/*" + ], "dependencies": { "@eslint-community/eslint-utils": "^4.8.0", "@eslint-community/regexpp": "^4.12.2", diff --git a/package.json b/package.json index f1074f2..75ad68b 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@eslint/markdown": "^8.0.2", "@stylistic/eslint-plugin": "^5.10.0", "commit-and-tag-version": "^12.7.3", - "eslint": "^10.4.1", + "eslint": "^10.6.0", "eslint-plugin-import-x": "^4.16.2", "globals": "^17.6.0", "prettier": "^3.8.3"