From fae785d995e45a40dad3e94487c8950f7d6167b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 02:17:30 +0000 Subject: [PATCH] chore(deps): update eslint monorepo to v9.11.0 --- package-lock.json | 26 +++++++++---------- package.json | 4 +-- .../dependencies/common/package.json | 2 +- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 748cfd10e2..09ac5ec90d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "vue-router": "4.4.5" }, "devDependencies": { - "@eslint/js": "9.10.0", + "@eslint/js": "9.11.0", "@prettier/plugin-pug": "3.1.0", "@prettier/plugin-xml": "3.4.1", "@tikui/core": "6.2.0", @@ -28,7 +28,7 @@ "@vitest/coverage-istanbul": "2.1.1", "@vue/test-utils": "2.4.6", "cypress": "13.14.2", - "eslint": "9.10.0", + "eslint": "9.11.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-cypress": "3.5.0", "eslint-plugin-pug": "1.2.5", @@ -1252,9 +1252,9 @@ } }, "node_modules/@eslint/js": { - "version": "9.10.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.10.0.tgz", - "integrity": "sha512-fuXtbiP5GWIn8Fz+LWoOMVf/Jxm+aajZYkhi6CuEm4SxymFM+eUWzbO9qXT+L0iCkL5+KGYMCSGxo686H19S1g==", + "version": "9.11.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.11.0.tgz", + "integrity": "sha512-LPkkenkDqyzTFauZLLAPhIb48fj6drrfMvRGSL9tS3AcZBSVTllemLSNyCvHNNL2t797S/6DJNSIwRwXgMO/eQ==", "dev": true, "license": "MIT", "engines": { @@ -1272,9 +1272,9 @@ } }, "node_modules/@eslint/plugin-kit": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.1.0.tgz", - "integrity": "sha512-autAXT203ixhqei9xt+qkYOvY8l6LAFIdT2UXc/RPNeUVfqRF1BV94GTJyVPFKT8nFM6MyVJhjLj9E8JWvf5zQ==", + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.2.0.tgz", + "integrity": "sha512-vH9PiIMMwvhCx31Af3HiGzsVNULDbyVkHXwlemn/B0TFj/00ho3y55efXrUZTfQipxoHC5u4xq6zblww1zm1Ig==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -4878,9 +4878,9 @@ } }, "node_modules/eslint": { - "version": "9.10.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.10.0.tgz", - "integrity": "sha512-Y4D0IgtBZfOcOUAIQTSXBKoNGfY0REGqHJG6+Q81vNippW5YlKjHFj4soMxamKK1NXHUWuBZTLdU3Km+L/pcHw==", + "version": "9.11.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-9.11.0.tgz", + "integrity": "sha512-yVS6XODx+tMFMDFcG4+Hlh+qG7RM6cCJXtQhCKLSsr3XkLvWggHjCqjfh0XsPPnt1c56oaT6PMgW9XWQQjdHXA==", "dev": true, "license": "MIT", "dependencies": { @@ -4888,8 +4888,8 @@ "@eslint-community/regexpp": "^4.11.0", "@eslint/config-array": "^0.18.0", "@eslint/eslintrc": "^3.1.0", - "@eslint/js": "9.10.0", - "@eslint/plugin-kit": "^0.1.0", + "@eslint/js": "9.11.0", + "@eslint/plugin-kit": "^0.2.0", "@humanwhocodes/module-importer": "^1.0.1", "@humanwhocodes/retry": "^0.3.0", "@nodelib/fs.walk": "^1.2.8", diff --git a/package.json b/package.json index d1397251e3..4619ad8324 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "vue-router": "4.4.5" }, "devDependencies": { - "@eslint/js": "9.10.0", + "@eslint/js": "9.11.0", "@prettier/plugin-pug": "3.1.0", "@prettier/plugin-xml": "3.4.1", "@tikui/core": "6.2.0", @@ -66,7 +66,7 @@ "@vitest/coverage-istanbul": "2.1.1", "@vue/test-utils": "2.4.6", "cypress": "13.14.2", - "eslint": "9.10.0", + "eslint": "9.11.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-cypress": "3.5.0", "eslint-plugin-pug": "1.2.5", diff --git a/src/main/resources/generator/dependencies/common/package.json b/src/main/resources/generator/dependencies/common/package.json index 217f4571bb..8ef810c670 100644 --- a/src/main/resources/generator/dependencies/common/package.json +++ b/src/main/resources/generator/dependencies/common/package.json @@ -22,7 +22,7 @@ "browser-sync": "3.0.2", "cssnano": "7.0.6", "cypress": "13.14.2", - "eslint": "9.10.0", + "eslint": "9.11.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-cypress": "3.5.0", "eslint-plugin-import-x": "4.2.1",