Skip to content

Commit f1e2849

Browse files
authored
Merge pull request #8384 from fossasia/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-5.12.1
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.12.0 to 5.12.1
2 parents 7f2e690 + aa8f29d commit f1e2849

File tree

2 files changed

+21
-55
lines changed

2 files changed

+21
-55
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@types/qunit": "^2.11.3",
5151
"@types/rsvp": "^4.0.4",
5252
"@types/url-parse": "^1.4.8",
53-
"@typescript-eslint/eslint-plugin": "^5.12.0",
53+
"@typescript-eslint/eslint-plugin": "^5.12.1",
5454
"@typescript-eslint/parser": "^5.12.1",
5555
"async": "^3.2.3",
5656
"babel-eslint": "^10.1.0",

yarn.lock

Lines changed: 20 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -2678,14 +2678,14 @@
26782678
resolved "https://registry.yarnpkg.com/@types/url-parse/-/url-parse-1.4.8.tgz#c3825047efbca1295b7f1646f38203d9145130d6"
26792679
integrity sha512-zqqcGKyNWgTLFBxmaexGUKQyWqeG7HjXj20EuQJSJWwXe54BjX0ihIo5cJB9yAQzH8dNugJ9GvkBYMjPXs/PJw==
26802680

2681-
"@typescript-eslint/eslint-plugin@^5.12.0":
2682-
version "5.12.0"
2683-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.12.0.tgz#bb46dd7ce7015c0928b98af1e602118e97df6c70"
2684-
integrity sha512-fwCMkDimwHVeIOKeBHiZhRUfJXU8n6xW1FL9diDxAyGAFvKcH4csy0v7twivOQdQdA0KC8TDr7GGRd3L4Lv0rQ==
2685-
dependencies:
2686-
"@typescript-eslint/scope-manager" "5.12.0"
2687-
"@typescript-eslint/type-utils" "5.12.0"
2688-
"@typescript-eslint/utils" "5.12.0"
2681+
"@typescript-eslint/eslint-plugin@^5.12.1":
2682+
version "5.12.1"
2683+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.12.1.tgz#b2cd3e288f250ce8332d5035a2ff65aba3374ac4"
2684+
integrity sha512-M499lqa8rnNK7mUv74lSFFttuUsubIRdAbHcVaP93oFcKkEmHmLqy2n7jM9C8DVmFMYK61ExrZU6dLYhQZmUpw==
2685+
dependencies:
2686+
"@typescript-eslint/scope-manager" "5.12.1"
2687+
"@typescript-eslint/type-utils" "5.12.1"
2688+
"@typescript-eslint/utils" "5.12.1"
26892689
debug "^4.3.2"
26902690
functional-red-black-tree "^1.0.1"
26912691
ignore "^5.1.8"
@@ -2703,14 +2703,6 @@
27032703
"@typescript-eslint/typescript-estree" "5.12.1"
27042704
debug "^4.3.2"
27052705

2706-
"@typescript-eslint/[email protected]":
2707-
version "5.12.0"
2708-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.12.0.tgz#59619e6e5e2b1ce6cb3948b56014d3a24da83f5e"
2709-
integrity sha512-GAMobtIJI8FGf1sLlUWNUm2IOkIjvn7laFWyRx7CLrv6nLBI7su+B7lbStqVlK5NdLvHRFiJo2HhiDF7Ki01WQ==
2710-
dependencies:
2711-
"@typescript-eslint/types" "5.12.0"
2712-
"@typescript-eslint/visitor-keys" "5.12.0"
2713-
27142706
"@typescript-eslint/[email protected]":
27152707
version "5.12.1"
27162708
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.12.1.tgz#58734fd45d2d1dec49641aacc075fba5f0968817"
@@ -2719,38 +2711,20 @@
27192711
"@typescript-eslint/types" "5.12.1"
27202712
"@typescript-eslint/visitor-keys" "5.12.1"
27212713

2722-
"@typescript-eslint/[email protected].0":
2723-
version "5.12.0"
2724-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.12.0.tgz#aaf45765de71c6d9707c66ccff76ec2b9aa31bb6"
2725-
integrity sha512-9j9rli3zEBV+ae7rlbBOotJcI6zfc6SHFMdKI9M3Nc0sy458LJ79Os+TPWeBBL96J9/e36rdJOfCuyRSgFAA0Q==
2714+
"@typescript-eslint/[email protected].1":
2715+
version "5.12.1"
2716+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.12.1.tgz#8d58c6a0bb176b5e9a91581cda1a7f91a114d3f0"
2717+
integrity sha512-Gh8feEhsNLeCz6aYqynh61Vsdy+tiNNkQtc+bN3IvQvRqHkXGUhYkUi+ePKzP0Mb42se7FDb+y2SypTbpbR/Sg==
27262718
dependencies:
2727-
"@typescript-eslint/utils" "5.12.0"
2719+
"@typescript-eslint/utils" "5.12.1"
27282720
debug "^4.3.2"
27292721
tsutils "^3.21.0"
27302722

2731-
"@typescript-eslint/[email protected]":
2732-
version "5.12.0"
2733-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.12.0.tgz#5b4030a28222ee01e851836562c07769eecda0b8"
2734-
integrity sha512-JowqbwPf93nvf8fZn5XrPGFBdIK8+yx5UEGs2QFAYFI8IWYfrzz+6zqlurGr2ctShMaJxqwsqmra3WXWjH1nRQ==
2735-
27362723
"@typescript-eslint/[email protected]":
27372724
version "5.12.1"
27382725
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.12.1.tgz#46a36a28ff4d946821b58fe5a73c81dc2e12aa89"
27392726
integrity sha512-hfcbq4qVOHV1YRdhkDldhV9NpmmAu2vp6wuFODL71Y0Ixak+FLeEU4rnPxgmZMnGreGEghlEucs9UZn5KOfHJA==
27402727

2741-
"@typescript-eslint/[email protected]":
2742-
version "5.12.0"
2743-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.12.0.tgz#cabf545fd592722f0e2b4104711e63bf89525cd2"
2744-
integrity sha512-Dd9gVeOqt38QHR0BEA8oRaT65WYqPYbIc5tRFQPkfLquVEFPD1HAtbZT98TLBkEcCkvwDYOAvuSvAD9DnQhMfQ==
2745-
dependencies:
2746-
"@typescript-eslint/types" "5.12.0"
2747-
"@typescript-eslint/visitor-keys" "5.12.0"
2748-
debug "^4.3.2"
2749-
globby "^11.0.4"
2750-
is-glob "^4.0.3"
2751-
semver "^7.3.5"
2752-
tsutils "^3.21.0"
2753-
27542728
"@typescript-eslint/[email protected]":
27552729
version "5.12.1"
27562730
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.12.1.tgz#6a9425b9c305bcbc38e2d1d9a24c08e15e02b722"
@@ -2764,26 +2738,18 @@
27642738
semver "^7.3.5"
27652739
tsutils "^3.21.0"
27662740

2767-
"@typescript-eslint/[email protected].0":
2768-
version "5.12.0"
2769-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.12.0.tgz#92fd3193191621ab863add2f553a7b38b65646af"
2770-
integrity sha512-k4J2WovnMPGI4PzKgDtQdNrCnmBHpMUFy21qjX2CoPdoBcSBIMvVBr9P2YDP8jOqZOeK3ThOL6VO/sy6jtnvzw==
2741+
"@typescript-eslint/[email protected].1":
2742+
version "5.12.1"
2743+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.12.1.tgz#447c24a05d9c33f9c6c64cb48f251f2371eef920"
2744+
integrity sha512-Qq9FIuU0EVEsi8fS6pG+uurbhNTtoYr4fq8tKjBupsK5Bgbk2I32UGm0Sh+WOyjOPgo/5URbxxSNV6HYsxV4MQ==
27712745
dependencies:
27722746
"@types/json-schema" "^7.0.9"
2773-
"@typescript-eslint/scope-manager" "5.12.0"
2774-
"@typescript-eslint/types" "5.12.0"
2775-
"@typescript-eslint/typescript-estree" "5.12.0"
2747+
"@typescript-eslint/scope-manager" "5.12.1"
2748+
"@typescript-eslint/types" "5.12.1"
2749+
"@typescript-eslint/typescript-estree" "5.12.1"
27762750
eslint-scope "^5.1.1"
27772751
eslint-utils "^3.0.0"
27782752

2779-
"@typescript-eslint/[email protected]":
2780-
version "5.12.0"
2781-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.12.0.tgz#1ac9352ed140b07ba144ebf371b743fdf537ec16"
2782-
integrity sha512-cFwTlgnMV6TgezQynx2c/4/tx9Tufbuo9LPzmWqyRC3QC4qTGkAG1C6pBr0/4I10PAI/FlYunI3vJjIcu+ZHMg==
2783-
dependencies:
2784-
"@typescript-eslint/types" "5.12.0"
2785-
eslint-visitor-keys "^3.0.0"
2786-
27872753
"@typescript-eslint/[email protected]":
27882754
version "5.12.1"
27892755
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.12.1.tgz#f722da106c8f9695ae5640574225e45af3e52ec3"

0 commit comments

Comments
 (0)