From c671e7484d4dad81c345d176cfedf01d45b5f820 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Nov 2022 13:47:29 +0400 Subject: [PATCH] fix: update dependency eslint to v8.28.0 (#1210) --- package.json | 2 +- ...ate-application-false-ng-add-then-project.test.ts.snap | 2 +- ...ate-application-false-project-then-ng-add.test.ts.snap | 2 +- .../tests/__snapshots__/v13-new-workspace.test.ts.snap | 2 +- packages/schematics/package.json | 2 +- yarn.lock | 8 ++++---- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index fe747ab09..469a57e24 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "@typescript-eslint/eslint-plugin": "5.43.0", "@typescript-eslint/parser": "5.43.0", "env-cmd": "10.1.0", - "eslint": "8.27.0", + "eslint": "8.28.0", "eslint-config-prettier": "8.5.0", "execa": "5.1.1", "husky": "8.0.2", diff --git a/packages/integration-tests/tests/__snapshots__/v13-new-workspace-create-application-false-ng-add-then-project.test.ts.snap b/packages/integration-tests/tests/__snapshots__/v13-new-workspace-create-application-false-ng-add-then-project.test.ts.snap index 98b1aaa68..f47a49f14 100644 --- a/packages/integration-tests/tests/__snapshots__/v13-new-workspace-create-application-false-ng-add-then-project.test.ts.snap +++ b/packages/integration-tests/tests/__snapshots__/v13-new-workspace-create-application-false-ng-add-then-project.test.ts.snap @@ -13,7 +13,7 @@ Object { "@types/jasmine": "~4.0.0", "@typescript-eslint/eslint-plugin": "5.43.0", "@typescript-eslint/parser": "5.43.0", - "eslint": "^8.27.0", + "eslint": "^8.28.0", "jasmine-core": "~4.3.0", "karma": "~6.4.0", "karma-chrome-launcher": "~3.1.0", diff --git a/packages/integration-tests/tests/__snapshots__/v13-new-workspace-create-application-false-project-then-ng-add.test.ts.snap b/packages/integration-tests/tests/__snapshots__/v13-new-workspace-create-application-false-project-then-ng-add.test.ts.snap index 6c7931ebd..69f1583de 100644 --- a/packages/integration-tests/tests/__snapshots__/v13-new-workspace-create-application-false-project-then-ng-add.test.ts.snap +++ b/packages/integration-tests/tests/__snapshots__/v13-new-workspace-create-application-false-project-then-ng-add.test.ts.snap @@ -13,7 +13,7 @@ Object { "@types/jasmine": "~4.0.0", "@typescript-eslint/eslint-plugin": "5.43.0", "@typescript-eslint/parser": "5.43.0", - "eslint": "^8.27.0", + "eslint": "^8.28.0", "jasmine-core": "~4.3.0", "karma": "~6.4.0", "karma-chrome-launcher": "~3.1.0", diff --git a/packages/integration-tests/tests/__snapshots__/v13-new-workspace.test.ts.snap b/packages/integration-tests/tests/__snapshots__/v13-new-workspace.test.ts.snap index c6e6b9396..5be893382 100644 --- a/packages/integration-tests/tests/__snapshots__/v13-new-workspace.test.ts.snap +++ b/packages/integration-tests/tests/__snapshots__/v13-new-workspace.test.ts.snap @@ -13,7 +13,7 @@ Object { "@types/jasmine": "~4.0.0", "@typescript-eslint/eslint-plugin": "5.43.0", "@typescript-eslint/parser": "5.43.0", - "eslint": "^8.27.0", + "eslint": "^8.28.0", "jasmine-core": "~4.3.0", "karma": "~6.4.0", "karma-chrome-launcher": "~3.1.0", diff --git a/packages/schematics/package.json b/packages/schematics/package.json index 0fe2d8c5b..f898eb833 100644 --- a/packages/schematics/package.json +++ b/packages/schematics/package.json @@ -42,7 +42,7 @@ "devDependencies": { "@types/tmp": "0.2.3", "@typescript-eslint/utils": "5.43.0", - "eslint": "8.27.0", + "eslint": "8.28.0", "tslint-to-eslint-config": "2.4.0" }, "peerDependencies": { diff --git a/yarn.lock b/yarn.lock index 3dfeba3ff..197743960 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6277,10 +6277,10 @@ eslint-visitor-keys@^3.0.0, eslint-visitor-keys@^3.3.0: resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826" integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA== -eslint@8.27.0: - version "8.27.0" - resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.27.0.tgz#d547e2f7239994ad1faa4bb5d84e5d809db7cf64" - integrity sha512-0y1bfG2ho7mty+SiILVf9PfuRA49ek4Nc60Wmmu62QlobNR+CeXa4xXIJgcuwSQgZiWaPH+5BDsctpIW0PR/wQ== +eslint@8.28.0: + version "8.28.0" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.28.0.tgz#81a680732634677cc890134bcdd9fdfea8e63d6e" + integrity sha512-S27Di+EVyMxcHiwDrFzk8dJYAaD+/5SoWKxL1ri/71CRHsnJnRDPNt2Kzj24+MT9FDupf4aqqyqPrvI8MvQ4VQ== dependencies: "@eslint/eslintrc" "^1.3.3" "@humanwhocodes/config-array" "^0.11.6"