Skip to content

Commit 9c95032

Browse files
fix: update dependency eslint to v8.45.0 (#1461)
1 parent 0bb6dca commit 9c95032

6 files changed

+10
-12
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"commitizen": "4.3.0",
8080
"cz-conventional-changelog": "3.3.0",
8181
"env-cmd": "10.1.0",
82-
"eslint": "8.44.0",
82+
"eslint": "8.45.0",
8383
"eslint-config-prettier": "8.8.0",
8484
"execa": "5.1.1",
8585
"husky": "8.0.3",

packages/integration-tests/tests/__snapshots__/new-workspace-create-application-false-ng-add-then-project.test.ts.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ exports[`new-workspace-create-application-false-ng-add-then-project it should pa
1313
"@types/jasmine": "~4.3.0",
1414
"@typescript-eslint/eslint-plugin": "5.62.0",
1515
"@typescript-eslint/parser": "5.62.0",
16-
"eslint": "^8.44.0",
16+
"eslint": "^8.45.0",
1717
"jasmine-core": "~4.6.0",
1818
"karma": "~6.4.0",
1919
"karma-chrome-launcher": "~3.2.0",

packages/integration-tests/tests/__snapshots__/new-workspace-create-application-false-project-then-ng-add.test.ts.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ exports[`new-workspace-create-application-false-project-then-ng-add it should pa
1313
"@types/jasmine": "~4.3.0",
1414
"@typescript-eslint/eslint-plugin": "5.62.0",
1515
"@typescript-eslint/parser": "5.62.0",
16-
"eslint": "^8.44.0",
16+
"eslint": "^8.45.0",
1717
"jasmine-core": "~4.6.0",
1818
"karma": "~6.4.0",
1919
"karma-chrome-launcher": "~3.2.0",

packages/integration-tests/tests/__snapshots__/new-workspace.test.ts.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ exports[`new-workspace it should pass linting after creating a new workspace fro
1313
"@types/jasmine": "~4.3.0",
1414
"@typescript-eslint/eslint-plugin": "5.62.0",
1515
"@typescript-eslint/parser": "5.62.0",
16-
"eslint": "^8.44.0",
16+
"eslint": "^8.45.0",
1717
"jasmine-core": "~4.6.0",
1818
"karma": "~6.4.0",
1919
"karma-chrome-launcher": "~3.2.0",

packages/schematics/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"devDependencies": {
4545
"@types/tmp": "0.2.3",
4646
"@typescript-eslint/utils": "5.62.0",
47-
"eslint": "8.44.0"
47+
"eslint": "8.45.0"
4848
},
4949
"peerDependencies": {
5050
"@angular/cli": ">= 16.0.0 < 17.0.0"

yarn.lock

+5-7
Original file line numberDiff line numberDiff line change
@@ -4760,10 +4760,10 @@ eslint-visitor-keys@^3.0.0, eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4
47604760
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz#c22c48f48942d08ca824cc526211ae400478a994"
47614761
integrity sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==
47624762

4763-
eslint@8.44.0:
4764-
version "8.44.0"
4765-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.44.0.tgz#51246e3889b259bbcd1d7d736a0c10add4f0e500"
4766-
integrity sha512-0wpHoUbDUHgNCyvFB5aXLiQVfK9B0at6gUvzy83k4kAsQ/u769TQDX6iKC+aO4upIHO9WSaA3QoXYQDHbNwf1A==
4763+
eslint@8.45.0:
4764+
version "8.45.0"
4765+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.45.0.tgz#bab660f90d18e1364352c0a6b7c6db8edb458b78"
4766+
integrity sha512-pd8KSxiQpdYRfYa9Wufvdoct3ZPQQuVuU5O6scNgMuOMYuxvH0IGaYK0wUFjo4UYYQQCUndlXiMbnxopwvvTiw==
47674767
dependencies:
47684768
"@eslint-community/eslint-utils" "^4.2.0"
47694769
"@eslint-community/regexpp" "^4.4.0"
@@ -4790,7 +4790,6 @@ [email protected]:
47904790
globals "^13.19.0"
47914791
graphemer "^1.4.0"
47924792
ignore "^5.2.0"
4793-
import-fresh "^3.0.0"
47944793
imurmurhash "^0.1.4"
47954794
is-glob "^4.0.0"
47964795
is-path-inside "^3.0.3"
@@ -4802,7 +4801,6 @@ [email protected]:
48024801
natural-compare "^1.4.0"
48034802
optionator "^0.9.3"
48044803
strip-ansi "^6.0.1"
4805-
strip-json-comments "^3.1.0"
48064804
text-table "^0.2.0"
48074805

48084806
espree@^9.0.0:
@@ -9671,7 +9669,7 @@ strip-indent@^3.0.0:
96719669
dependencies:
96729670
min-indent "^1.0.0"
96739671

9674-
[email protected], strip-json-comments@^3.1.0, strip-json-comments@^3.1.1:
9672+
[email protected], strip-json-comments@^3.1.1:
96759673
version "3.1.1"
96769674
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
96779675
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==

0 commit comments

Comments
 (0)