From e17d91862ca8831041ce9e1c63297703b16ad897 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Aug 2024 06:00:10 +0200 Subject: [PATCH] Bump @stylistic/eslint-plugin-js in /vscExtension in the eslint group (#91) Bumps the eslint group in /vscExtension with 1 update: [@stylistic/eslint-plugin-js](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin-js). Updates `@stylistic/eslint-plugin-js` from 2.3.0 to 2.6.1 - [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.6.1/packages/eslint-plugin-js) --- updated-dependencies: - dependency-name: "@stylistic/eslint-plugin-js" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- vscExtension/package-lock.json | 20 ++++++++++---------- vscExtension/package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/vscExtension/package-lock.json b/vscExtension/package-lock.json index e6738ca..94366b5 100644 --- a/vscExtension/package-lock.json +++ b/vscExtension/package-lock.json @@ -8,7 +8,7 @@ "name": "pack-analyzer", "version": "1.1.1", "devDependencies": { - "@stylistic/eslint-plugin-js": "^2.3.0", + "@stylistic/eslint-plugin-js": "^2.6.1", "@types/node": "^20.14.12", "@types/vscode": "^1.91.0", "@vscode/vsce": "^2.31.1", @@ -472,15 +472,15 @@ } }, "node_modules/@stylistic/eslint-plugin-js": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-js/-/eslint-plugin-js-2.3.0.tgz", - "integrity": "sha512-lQwoiYb0Fs6Yc5QS3uT8+T9CPKK2Eoxc3H8EnYJgM26v/DgtW+1lvy2WNgyBflU+ThShZaHm3a6CdD9QeKx23w==", + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-js/-/eslint-plugin-js-2.6.1.tgz", + "integrity": "sha512-iLOiVzcvqzDGD9U0EuVOX680v+XOPiPAjkxWj+Q6iV2GLOM5NB27tKVOpJY7AzBhidwpRbaLTgg3T4UzYx09jw==", "dev": true, "dependencies": { - "@types/eslint": "^8.56.10", - "acorn": "^8.11.3", + "@types/eslint": "^9.6.0", + "acorn": "^8.12.1", "eslint-visitor-keys": "^4.0.0", - "espree": "^10.0.1" + "espree": "^10.1.0" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -490,9 +490,9 @@ } }, "node_modules/@types/eslint": { - "version": "8.56.11", - "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.56.11.tgz", - "integrity": "sha512-sVBpJMf7UPo/wGecYOpk2aQya2VUGeHhe38WG7/mN5FufNSubf5VT9Uh9Uyp8/eLJpu1/tuhJ/qTo4mhSB4V4Q==", + "version": "9.6.0", + "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-9.6.0.tgz", + "integrity": "sha512-gi6WQJ7cHRgZxtkQEoyHMppPjq9Kxo5Tjn2prSKDSmZrCz8TZ3jSRCeTJm+WoM+oB0WG37bRqLzaaU3q7JypGg==", "dev": true, "dependencies": { "@types/estree": "*", diff --git a/vscExtension/package.json b/vscExtension/package.json index 1989ef6..1dbf86b 100644 --- a/vscExtension/package.json +++ b/vscExtension/package.json @@ -72,7 +72,7 @@ "sideload-win": "npx serve --cors -l 5000 --ssl-cert %userprofile%\\certs\\localhost.pem --ssl-key %userprofile%\\certs\\localhost-key.pem" }, "devDependencies": { - "@stylistic/eslint-plugin-js": "^2.3.0", + "@stylistic/eslint-plugin-js": "^2.6.1", "@types/node": "^20.14.12", "@types/vscode": "^1.91.0", "@vscode/vsce": "^2.31.1",