Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
feat: update dependency eslint to v8.18.0 (#1061)
  • Loading branch information
renovate[bot] committed Jun 23, 2022
1 parent c52a1d9 commit 6130377
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -70,7 +70,7 @@
"@typescript-eslint/eslint-plugin": "5.28.0",
"@typescript-eslint/parser": "5.28.0",
"env-cmd": "10.1.0",
"eslint": "8.17.0",
"eslint": "8.18.0",
"eslint-config-prettier": "8.5.0",
"execa": "5.1.1",
"husky": "8.0.1",
Expand Down
Expand Up @@ -2,7 +2,7 @@

exports[`v13-new-workspace-create-application-false-ng-add-then-project it should pass linting when adding a project before running ng-add 2`] = `
Object {
"@angular-devkit/build-angular": "~13.3.7",
"@angular-devkit/build-angular": "~13.3.8",
"@angular-eslint/builder": "9999.0.1-local-integration-tests",
"@angular-eslint/eslint-plugin": "9999.0.1-local-integration-tests",
"@angular-eslint/eslint-plugin-template": "9999.0.1-local-integration-tests",
Expand All @@ -14,7 +14,7 @@ Object {
"@types/node": "^12.11.1",
"@typescript-eslint/eslint-plugin": "5.28.0",
"@typescript-eslint/parser": "5.28.0",
"eslint": "^8.17.0",
"eslint": "^8.18.0",
"jasmine-core": "~4.0.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
Expand Down
Expand Up @@ -2,7 +2,7 @@

exports[`v13-new-workspace-create-application-false-project-then-ng-add it should pass linting when ng-add is run before adding a project 2`] = `
Object {
"@angular-devkit/build-angular": "~13.3.7",
"@angular-devkit/build-angular": "~13.3.8",
"@angular-eslint/builder": "9999.0.1-local-integration-tests",
"@angular-eslint/eslint-plugin": "9999.0.1-local-integration-tests",
"@angular-eslint/eslint-plugin-template": "9999.0.1-local-integration-tests",
Expand All @@ -14,7 +14,7 @@ Object {
"@types/node": "^12.11.1",
"@typescript-eslint/eslint-plugin": "5.28.0",
"@typescript-eslint/parser": "5.28.0",
"eslint": "^8.17.0",
"eslint": "^8.18.0",
"jasmine-core": "~4.0.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
Expand Down
Expand Up @@ -14,7 +14,7 @@ Object {
"@types/node": "^12.11.1",
"@typescript-eslint/eslint-plugin": "5.28.0",
"@typescript-eslint/parser": "5.28.0",
"eslint": "^8.17.0",
"eslint": "^8.18.0",
"jasmine-core": "~4.0.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/schematics/package.json
Expand Up @@ -42,7 +42,7 @@
"devDependencies": {
"@types/tmp": "0.2.3",
"@typescript-eslint/experimental-utils": "5.28.0",
"eslint": "8.17.0",
"eslint": "8.18.0",
"tslint-to-eslint-config": "2.4.0"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -6254,10 +6254,10 @@ 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.17.0:
version "8.17.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.17.0.tgz#1cfc4b6b6912f77d24b874ca1506b0fe09328c21"
integrity sha512-gq0m0BTJfci60Fz4nczYxNAlED+sMcihltndR8t9t1evnU/azx53x3t2UHXC/uRjcbvRw/XctpaNygSTcQD+Iw==
eslint@8.18.0:
version "8.18.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.18.0.tgz#78d565d16c993d0b73968c523c0446b13da784fd"
integrity sha512-As1EfFMVk7Xc6/CvhssHUjsAQSkpfXvUGMFC3ce8JDe6WvqCgRrLOBQbVpsBFr1X1V+RACOadnzVvcUS5ni2bA==
dependencies:
"@eslint/eslintrc" "^1.3.0"
"@humanwhocodes/config-array" "^0.9.2"
Expand Down

0 comments on commit 6130377

Please sign in to comment.