Skip to content

Commit 6e0386d

Browse files
renovate-botnodebb-misty
authored andcommitted
chore(deps): update dependency eslint-config-airbnb-base to v15
1 parent 22da242 commit 6e0386d

File tree

2 files changed

+28
-11
lines changed

2 files changed

+28
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@commitlint/cli": "14.1.0",
5252
"@commitlint/config-angular": "14.1.0",
5353
"eslint": "8.2.0",
54-
"eslint-config-airbnb-base": "12.1.0",
54+
"eslint-config-airbnb-base": "15.0.0",
5555
"eslint-plugin-import": "2.25.2",
5656
"husky": "7.0.4",
5757
"lint-staged": "11.2.6"

yarn.lock

Lines changed: 27 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -583,6 +583,11 @@ concat-map@0.0.1:
583583
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
584584
integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=
585585

586+
confusing-browser-globals@^1.0.10:
587+
version "1.0.10"
588+
resolved "https://registry.yarnpkg.com/confusing-browser-globals/-/confusing-browser-globals-1.0.10.tgz#30d1e7f3d1b882b25ec4933d1d1adac353d20a59"
589+
integrity sha512-gNld/3lySHwuhaVluJUKLePYirM3QNCKzVxqAdhJII9/WXKVX5PURzMVJspS1jTslSqjeuG4KMVTSouit5YPHA==
590+
586591
conventional-changelog-angular@^5.0.11:
587592
version "5.0.12"
588593
resolved "https://registry.yarnpkg.com/conventional-changelog-angular/-/conventional-changelog-angular-5.0.12.tgz#c979b8b921cbfe26402eb3da5bbfda02d865a2b9"
@@ -874,12 +879,15 @@ escodegen@^1.9.1:
874879
optionalDependencies:
875880
source-map "~0.6.1"
876881

877-
eslint-config-airbnb-base@12.1.0:
878-
version "12.1.0"
879-
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-12.1.0.tgz#386441e54a12ccd957b0a92564a4bafebd747944"
880-
integrity sha512-/vjm0Px5ZCpmJqnjIzcFb9TKZrKWz0gnuG/7Gfkt0Db1ELJR51xkZth+t14rYdqWgX836XbuxtArbIHlVhbLBA==
882+
eslint-config-airbnb-base@15.0.0:
883+
version "15.0.0"
884+
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-15.0.0.tgz#6b09add90ac79c2f8d723a2580e07f3925afd236"
885+
integrity sha512-xaX3z4ZZIcFLvh2oUNvcX5oEofXda7giYmuplVxoOg5A7EXJMrUyqRgR+mhDhPK8LZ4PttFOBvCYDbX3sUoUig==
881886
dependencies:
882-
eslint-restricted-globals "^0.1.1"
887+
confusing-browser-globals "^1.0.10"
888+
object.assign "^4.1.2"
889+
object.entries "^1.1.5"
890+
semver "^6.3.0"
883891

884892
eslint-import-resolver-node@^0.3.6:
885893
version "0.3.6"
@@ -917,11 +925,6 @@ eslint-plugin-import@2.25.2:
917925
resolve "^1.20.0"
918926
tsconfig-paths "^3.11.0"
919927

920-
eslint-restricted-globals@^0.1.1:
921-
version "0.1.1"
922-
resolved "https://registry.yarnpkg.com/eslint-restricted-globals/-/eslint-restricted-globals-0.1.1.tgz#35f0d5cbc64c2e3ed62e93b4b1a7af05ba7ed4d7"
923-
integrity sha1-NfDVy8ZMLj7WLpO0saevBbp+1Nc=
924-
925928
eslint-scope@^6.0.0:
926929
version "6.0.0"
927930
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-6.0.0.tgz#9cf45b13c5ac8f3d4c50f46a5121f61b3e318978"
@@ -2057,6 +2060,15 @@ object.assign@^4.1.2:
20572060
has-symbols "^1.0.1"
20582061
object-keys "^1.1.1"
20592062

2063+
object.entries@^1.1.5:
2064+
version "1.1.5"
2065+
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.5.tgz#e1acdd17c4de2cd96d5a08487cfb9db84d881861"
2066+
integrity sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==
2067+
dependencies:
2068+
call-bind "^1.0.2"
2069+
define-properties "^1.1.3"
2070+
es-abstract "^1.19.1"
2071+
20602072
object.values@^1.1.5:
20612073
version "1.1.5"
20622074
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.5.tgz#959f63e3ce9ef108720333082131e4a459b716ac"
@@ -2505,6 +2517,11 @@ semver@7.3.5, semver@^7.2.1, semver@^7.3.4:
25052517
dependencies:
25062518
lru-cache "^6.0.0"
25072519

2520+
semver@^6.3.0:
2521+
version "6.3.0"
2522+
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
2523+
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
2524+
25082525
shebang-command@^2.0.0:
25092526
version "2.0.0"
25102527
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"

0 commit comments

Comments
 (0)