From a0e9ca8229b1edea552031e45cd050961e16a018 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Apr 2021 08:54:44 +0000 Subject: [PATCH] Bump @angular-eslint/schematics from 2.0.2 to 2.1.0 Bumps [@angular-eslint/schematics](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/schematics) from 2.0.2 to 2.1.0. - [Release notes](https://github.com/angular-eslint/angular-eslint/releases) - [Changelog](https://github.com/angular-eslint/angular-eslint/blob/master/packages/schematics/CHANGELOG.md) - [Commits](https://github.com/angular-eslint/angular-eslint/commits/v2.1.0/packages/schematics) Signed-off-by: dependabot[bot] --- package-lock.json | 32 +++++++++++++++++++++++++++----- package.json | 2 +- 2 files changed, 28 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1500ed7..d2cff56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -255,15 +255,37 @@ } }, "@angular-eslint/schematics": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@angular-eslint/schematics/-/schematics-2.0.2.tgz", - "integrity": "sha512-nYXkkbY/vhwD5jHzd4GpGGpsKh4Llz/iOy62jcNNojfKFX2s0E9AQDGb80vBHZoRBfGiAbM6wve/YiwMHsrWfw==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@angular-eslint/schematics/-/schematics-2.1.0.tgz", + "integrity": "sha512-uIlLqOmmor9C/Kp2HR6fAV19z6kqCY7jHmfuho5WUpPoMFzc7H2P3SvTfRgi7D5yZTUBPEgWxFNAwi+ji3Jv8Q==", "dev": true, "requires": { - "@angular-eslint/eslint-plugin": "2.0.2", - "@angular-eslint/eslint-plugin-template": "2.0.2", + "@angular-eslint/eslint-plugin": "2.1.0", + "@angular-eslint/eslint-plugin-template": "2.1.0", "strip-json-comments": "3.1.1", "tslint-to-eslint-config": "2.2.0" + }, + "dependencies": { + "@angular-eslint/eslint-plugin": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin/-/eslint-plugin-2.1.0.tgz", + "integrity": "sha512-aykFAI0wve7vu4fj7L1CJ0iebe0YhMZz2o8aKOSwhTjXE+QwThqhwbx6WHEqAgZT9PcrazlATSEITCj2nrWfZA==", + "dev": true, + "requires": { + "@typescript-eslint/experimental-utils": "4.16.1" + } + }, + "@angular-eslint/eslint-plugin-template": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin-template/-/eslint-plugin-template-2.1.0.tgz", + "integrity": "sha512-m4/kxF6s2FppANuW2i5R2A6fJp7CplMZI6+d9kWXgQ2jhJ5Yf+tcVODTlA2wnV4ebE/Tcz/FU7MTAeFJhHENXQ==", + "dev": true, + "requires": { + "@typescript-eslint/experimental-utils": "4.16.1", + "aria-query": "^4.2.2", + "axobject-query": "^2.2.0" + } + } } }, "@angular-eslint/template-parser": { diff --git a/package.json b/package.json index 8e373c0..5075910 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@angular-eslint/builder": "^2.0.0", "@angular-eslint/eslint-plugin": "^2.0.0", "@angular-eslint/eslint-plugin-template": "^2.0.0", - "@angular-eslint/schematics": "2.0.2", + "@angular-eslint/schematics": "2.1.0", "@angular-eslint/template-parser": "^2.0.0", "@angular/cli": "~11.2.5", "@angular/compiler-cli": "~11.2.6",