From abc1cb85c3130a31eb21463c8057e60972d35e9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 08:57:20 +0000 Subject: [PATCH] chore(deps-dev): bump @stylistic/eslint-plugin-ts Bumps the eslint group in /vscode/microsoft-kiota with 1 update: [@stylistic/eslint-plugin-ts](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin-ts). Updates `@stylistic/eslint-plugin-ts` from 2.11.0 to 2.12.0 - [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases) - [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v2.12.0/packages/eslint-plugin-ts) --- updated-dependencies: - dependency-name: "@stylistic/eslint-plugin-ts" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint ... Signed-off-by: dependabot[bot] --- vscode/microsoft-kiota/package-lock.json | 8 ++++---- vscode/microsoft-kiota/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/vscode/microsoft-kiota/package-lock.json b/vscode/microsoft-kiota/package-lock.json index e61e96b16c..1194460020 100644 --- a/vscode/microsoft-kiota/package-lock.json +++ b/vscode/microsoft-kiota/package-lock.json @@ -17,7 +17,7 @@ "vscode-jsonrpc": "^8.2.1" }, "devDependencies": { - "@stylistic/eslint-plugin-ts": "^2.11.0", + "@stylistic/eslint-plugin-ts": "^2.12.0", "@types/adm-zip": "^0.5.7", "@types/chai": "^5.0.1", "@types/mocha": "^10.0.10", @@ -620,9 +620,9 @@ "license": "(Unlicense OR Apache-2.0)" }, "node_modules/@stylistic/eslint-plugin-ts": { - "version": "2.11.0", - "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-ts/-/eslint-plugin-ts-2.11.0.tgz", - "integrity": "sha512-ZBxnfSjzxUiwCibbVCeYCYwZw+P5xaQw+pNA8B8uR42fdMQIOhUstXjJuS2nTHoW5CF4+vGSxbL4gklI8WxhyA==", + "version": "2.12.0", + "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-ts/-/eslint-plugin-ts-2.12.0.tgz", + "integrity": "sha512-JqoHGQCeW0dC3LN/7+ZRwTOCs3kBum2b4k7ovx+0RXeaDIINs5F+/Mp/NvTCPqDzUlBkd1HOaviKyaEWpKA7Yw==", "dev": true, "dependencies": { "@typescript-eslint/utils": "^8.13.0", diff --git a/vscode/microsoft-kiota/package.json b/vscode/microsoft-kiota/package.json index d6cbe9723c..cb29ed8d7c 100644 --- a/vscode/microsoft-kiota/package.json +++ b/vscode/microsoft-kiota/package.json @@ -491,7 +491,7 @@ "test-with-coverage": "npm run pretest && vscode-test --coverage" }, "devDependencies": { - "@stylistic/eslint-plugin-ts": "^2.11.0", + "@stylistic/eslint-plugin-ts": "^2.12.0", "@types/adm-zip": "^0.5.7", "@types/chai": "^5.0.1", "@types/mocha": "^10.0.10",