From b43f295072b5772aaaa1179018ae951e147599d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 11:04:06 +0000 Subject: [PATCH] chore(deps-dev): bump @appium/eslint-config-appium-ts Bumps [@appium/eslint-config-appium-ts](https://github.com/appium/appium/tree/HEAD/packages/eslint-config-appium-ts) from 2.0.5 to 3.0.0. - [Release notes](https://github.com/appium/appium/releases) - [Changelog](https://github.com/appium/appium/blob/master/packages/eslint-config-appium-ts/CHANGELOG.md) - [Commits](https://github.com/appium/appium/commits/@appium/eslint-config-appium-ts@3.0.0/packages/eslint-config-appium-ts) --- updated-dependencies: - dependency-name: "@appium/eslint-config-appium-ts" dependency-version: 3.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 a649318..9190d81 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "singleQuote": true }, "devDependencies": { - "@appium/eslint-config-appium-ts": "^2.0.5", + "@appium/eslint-config-appium-ts": "^3.0.0", "@appium/tsconfig": "^1.0.0", "@semantic-release/changelog": "^6.0.1", "@semantic-release/git": "^10.0.1",