-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps-dev): bump @clark/eslint-config-node from 2.1.0 to 2.2.0
Bumps [@clark/eslint-config-node](https://github.com/ClarkSource/eslint-config) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/ClarkSource/eslint-config/releases) - [Changelog](https://github.com/ClarkSource/eslint-config/blob/main/CHANGELOG.md) - [Commits](ClarkSource/eslint-config@v2.1.0...v2.2.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
- Loading branch information
1 parent
61be0c3
commit a28b796
Showing
2 changed files
with
103 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,6 +47,37 @@ | |
semver "^5.4.1" | ||
source-map "^0.5.0" | ||
|
||
"@babel/core@^7.12.16": | ||
version "7.13.10" | ||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.10.tgz#07de050bbd8193fcd8a3c27918c0890613a94559" | ||
integrity sha512-bfIYcT0BdKeAZrovpMqX2Mx5NrgAckGbwT982AkdS5GNfn3KMGiprlBAtmBcFZRUmpaufS6WZFP8trvx8ptFDw== | ||
dependencies: | ||
"@babel/code-frame" "^7.12.13" | ||
"@babel/generator" "^7.13.9" | ||
"@babel/helper-compilation-targets" "^7.13.10" | ||
"@babel/helper-module-transforms" "^7.13.0" | ||
"@babel/helpers" "^7.13.10" | ||
"@babel/parser" "^7.13.10" | ||
"@babel/template" "^7.12.13" | ||
"@babel/traverse" "^7.13.0" | ||
"@babel/types" "^7.13.0" | ||
convert-source-map "^1.7.0" | ||
debug "^4.1.0" | ||
gensync "^1.0.0-beta.2" | ||
json5 "^2.1.2" | ||
lodash "^4.17.19" | ||
semver "^6.3.0" | ||
source-map "^0.5.0" | ||
|
||
"@babel/eslint-parser@^7.12.16": | ||
version "7.13.10" | ||
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.13.10.tgz#e272979914f36bb6cea144c14c32bb51632696dd" | ||
integrity sha512-/I1HQ3jGPhIpeBFeI3wO9WwWOnBYpuR0pX0KlkdGcRQAVX9prB/FCS2HBpL7BiFbzhny1YCiBH8MTZD2jJa7Hg== | ||
dependencies: | ||
eslint-scope "5.1.0" | ||
eslint-visitor-keys "^1.3.0" | ||
semver "^6.3.0" | ||
|
||
"@babel/generator@^7.12.15": | ||
version "7.12.15" | ||
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.15.tgz#4617b5d0b25cc572474cc1aafee1edeaf9b5368f" | ||
|
@@ -56,7 +87,7 @@ | |
jsesc "^2.5.1" | ||
source-map "^0.5.0" | ||
|
||
"@babel/generator@^7.13.0": | ||
"@babel/generator@^7.13.0", "@babel/generator@^7.13.9": | ||
version "7.13.9" | ||
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.9.tgz#3a7aa96f9efb8e2be42d38d80e2ceb4c64d8de39" | ||
integrity sha512-mHOOmY0Axl/JCTkxTU6Lf5sWOg/v8nUa+Xkt4zMTftX0wqmb6Sh7J8gvcehBw7q0AhrhAR+FDacKjCZ2X8K+Sw== | ||
|
@@ -80,7 +111,7 @@ | |
"@babel/helper-explode-assignable-expression" "^7.10.4" | ||
"@babel/types" "^7.10.4" | ||
|
||
"@babel/helper-compilation-targets@^7.12.0", "@babel/helper-compilation-targets@^7.12.1", "@babel/helper-compilation-targets@^7.13.0": | ||
"@babel/helper-compilation-targets@^7.12.0", "@babel/helper-compilation-targets@^7.12.1", "@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.13.10": | ||
version "7.13.10" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.10.tgz#1310a1678cb8427c07a753750da4f8ce442bdd0c" | ||
integrity sha512-/Xju7Qg1GQO4mHZ/Kcs6Au7gfafgZnwm+a7sy/ow/tV1sHeraRUHbjdat8/UvDor4Tez+siGKDk6zIKtCPKVJA== | ||
|
@@ -446,6 +477,15 @@ | |
"@babel/traverse" "^7.12.13" | ||
"@babel/types" "^7.12.13" | ||
|
||
"@babel/helpers@^7.13.10": | ||
version "7.13.10" | ||
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.10.tgz#fd8e2ba7488533cdeac45cc158e9ebca5e3c7df8" | ||
integrity sha512-4VO883+MWPDUVRF3PhiLBUFHoX/bsLTGFpFK/HqvvfBZz2D57u9XzPVNFVBTc0PW/CWR9BXTOKt8NF4DInUHcQ== | ||
dependencies: | ||
"@babel/template" "^7.12.13" | ||
"@babel/traverse" "^7.13.0" | ||
"@babel/types" "^7.13.0" | ||
|
||
"@babel/highlight@^7.10.4": | ||
version "7.10.4" | ||
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.10.4.tgz#7d1bdfd65753538fabe6c38596cdb76d9ac60143" | ||
|
@@ -484,6 +524,11 @@ | |
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.11.tgz#f93ebfc99d21c1772afbbaa153f47e7ce2f50b88" | ||
integrity sha512-PhuoqeHoO9fc4ffMEVk4qb/w/s2iOSWohvbHxLtxui0eBg3Lg5gN1U8wp1V1u61hOWkPQJJyJzGH6Y+grwkq8Q== | ||
|
||
"@babel/parser@^7.13.10": | ||
version "7.13.12" | ||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.12.tgz#ba320059420774394d3b0c0233ba40e4250b81d1" | ||
integrity sha512-4T7Pb244rxH24yR116LAuJ+adxXXnHhZaLJjegJVKSdoNCe4x1eDBaud5YIcQFcqzsaD5BHvJw5BQ0AZapdCRw== | ||
|
||
"@babel/plugin-proposal-async-generator-functions@^7.12.1": | ||
version "7.12.1" | ||
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.12.1.tgz#dc6c1170e27d8aca99ff65f4925bd06b1c90550e" | ||
|
@@ -1203,12 +1248,12 @@ | |
dependencies: | ||
eslint-plugin-import-helpers "^1.1.0" | ||
|
||
"@clark/eslint-config-node@^2.1.0": | ||
version "2.1.0" | ||
resolved "https://registry.yarnpkg.com/@clark/eslint-config-node/-/eslint-config-node-2.1.0.tgz#a08af123e986cedab238d0e2a98c9c1b34be96f8" | ||
integrity sha512-Bv+FqN6pFSKhLh4CC823rtGOjySwqaRTXrNHMgY3IhxMctYn485Y/DypLQvEmSF7BG5D7XN6/otvHsgbGKn7qQ== | ||
"@clark/eslint-config-node@^2.2.0": | ||
version "2.2.0" | ||
resolved "https://registry.yarnpkg.com/@clark/eslint-config-node/-/eslint-config-node-2.2.0.tgz#6513cbd756a67e731cc6e135f9e37d47767d8ad3" | ||
integrity sha512-CywPb07I46f0TE3BkN1ZDIBiFgcuXm4yLeIfrjBUU0FcdOPIeRcMSSqMcAIIXql2ZbbjH5AZzXncGyWoKz+o4w== | ||
dependencies: | ||
"@clark/eslint-config" "^2.1.0" | ||
"@clark/eslint-config" "^2.2.0" | ||
"@clark/eslint-config-node-order-imports" "^2.0.0" | ||
eslint-plugin-node "^11.1.0" | ||
lodash.merge "^4.6.2" | ||
|
@@ -1237,19 +1282,19 @@ | |
eslint-plugin-unicorn "^21.0.0" | ||
prettier "^2.1.1" | ||
|
||
"@clark/eslint-config@^2.1.0": | ||
version "2.1.0" | ||
resolved "https://registry.yarnpkg.com/@clark/eslint-config/-/eslint-config-2.1.0.tgz#5d70bc9a4b7ab0512cbcbd81b135644d7708e299" | ||
integrity sha512-fXWdhV2Ycq+RI8M5lMpAeSfgldvrQvYu09UfT8ldQeLmKOs8V9qsrOGaSokQCQb4IySihK1VIWzEmAphxSBlfQ== | ||
"@clark/eslint-config@^2.2.0": | ||
version "2.2.0" | ||
resolved "https://registry.yarnpkg.com/@clark/eslint-config/-/eslint-config-2.2.0.tgz#b0b1cca37d835c450a8d2ca14bcfcff80ddc209e" | ||
integrity sha512-ALS7cdVmsVWjSJ+pUW86pEpQMxoZ4BU4XR1iMQh/NiMaBgehe1Tq5qw3IQGVHtJsElTzmieBGxM4snrWH+1YeA== | ||
dependencies: | ||
"@clark/prettier-config" "^2.1.0" | ||
"@clark/prettier-config" "^2.2.0" | ||
eslint-config-airbnb-base "^14.2.1" | ||
eslint-config-prettier "^7.2.0" | ||
eslint-config-xo-space "^0.26.0" | ||
eslint-plugin-import "^2.22.1" | ||
eslint-plugin-node "^11.1.0" | ||
eslint-plugin-prettier "^3.3.1" | ||
eslint-plugin-unicorn "^24.0.0" | ||
eslint-plugin-unicorn "^28.0.1" | ||
prettier "^2.2.1" | ||
|
||
"@clark/eslint-plugin-import-helpers-with-package@^1.28.2": | ||
|
@@ -1273,7 +1318,7 @@ | |
resolved "https://registry.yarnpkg.com/@clark/prettier-config/-/prettier-config-1.28.2.tgz#76e476c62e5cdf782460881370ea8b7b5e691a65" | ||
integrity sha512-1xmaaTK95gsQgwR1mPXxRKKagPQ+gc1zDdKbNswSv5jAjrVSXT8ITRFwR32NY05Ru+yKERJDYGk5fJ01iYIujw== | ||
|
||
"@clark/prettier-config@^2.1.0", "@clark/prettier-config@^2.2.0": | ||
"@clark/prettier-config@^2.2.0": | ||
version "2.2.0" | ||
resolved "https://registry.yarnpkg.com/@clark/prettier-config/-/prettier-config-2.2.0.tgz#9a6b622bfb7b924f33249796dafa0f3b281a95cd" | ||
integrity sha512-WjqHNxSjB2w4xh+vLkhHmUhoAkJWnDPlpPktFPXOEgKDknuSDbGHO8muKnJLRrLJPNtqAs79EzAIIX8FQFTfnQ== | ||
|
@@ -6739,25 +6784,33 @@ eslint-plugin-unicorn@^21.0.0: | |
safe-regex "^2.1.1" | ||
semver "^7.3.2" | ||
|
||
eslint-plugin-unicorn@^24.0.0: | ||
version "24.0.0" | ||
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-24.0.0.tgz#08017ccd7ac704777d459cff6e13a35f54cbcab1" | ||
integrity sha512-NfLjIZas/ZUwc3S+pUtbTRqgCkODxPEkJBJ5ZR8wIu90BmX4jmXp10hoOZMScR2CR1NYTtrx0OX4BQvBnbzZzA== | ||
eslint-plugin-unicorn@^28.0.1: | ||
version "28.0.2" | ||
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-28.0.2.tgz#ab9884ebae04590ecd9c1c294330d889a74b7c37" | ||
integrity sha512-k4AoFP7n8/oq6lBXkdc9Flid6vw2B8j7aXFCxgzJCyKvmaKrCUFb1TFPhG9eSJQFZowqmymMPRtl8oo9NKLUbw== | ||
dependencies: | ||
ci-info "^2.0.0" | ||
clean-regexp "^1.0.0" | ||
eslint-ast-utils "^1.1.0" | ||
eslint-template-visitor "^2.2.1" | ||
eslint-template-visitor "^2.2.2" | ||
eslint-utils "^2.1.0" | ||
import-modules "^2.0.0" | ||
eslint-visitor-keys "^2.0.0" | ||
import-modules "^2.1.0" | ||
lodash "^4.17.20" | ||
pluralize "^8.0.0" | ||
read-pkg-up "^7.0.1" | ||
regexp-tree "^0.1.21" | ||
regexp-tree "^0.1.22" | ||
reserved-words "^0.1.2" | ||
safe-regex "^2.1.1" | ||
semver "^7.3.4" | ||
|
||
[email protected]: | ||
version "5.1.0" | ||
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.0.tgz#d0f971dfe59c69e0cada684b23d49dbf82600ce5" | ||
integrity sha512-iiGRvtxWqgtx5m8EyQUJihBloE4EnYeGE/bz1wSPwJE6tZuJUtHlhqDM4Xj2ukE8Dyy1+HCZ4hE0fzIVMzb58w== | ||
dependencies: | ||
esrecurse "^4.1.0" | ||
estraverse "^4.1.1" | ||
|
||
eslint-scope@^4.0.3: | ||
version "4.0.3" | ||
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.3.tgz#ca03833310f6889a3264781aa82e63eb9cfe7848" | ||
|
@@ -6774,7 +6827,7 @@ eslint-scope@^5.0.0, eslint-scope@^5.1.1: | |
esrecurse "^4.3.0" | ||
estraverse "^4.1.1" | ||
|
||
eslint-template-visitor@^2.0.0, eslint-template-visitor@^2.2.1: | ||
eslint-template-visitor@^2.0.0: | ||
version "2.2.1" | ||
resolved "https://registry.yarnpkg.com/eslint-template-visitor/-/eslint-template-visitor-2.2.1.tgz#2dccb1ab28fa7429e56ba6dd0144def2d89bc2d6" | ||
integrity sha512-q3SxoBXz0XjPGkUpwGVAwIwIPIxzCAJX1uwfVc8tW3v7u/zS7WXNH3I2Mu2MDz2NgSITAyKLRaQFPHu/iyKxDQ== | ||
|
@@ -6784,6 +6837,17 @@ eslint-template-visitor@^2.0.0, eslint-template-visitor@^2.2.1: | |
esquery "^1.3.1" | ||
multimap "^1.1.0" | ||
|
||
eslint-template-visitor@^2.2.2: | ||
version "2.3.2" | ||
resolved "https://registry.yarnpkg.com/eslint-template-visitor/-/eslint-template-visitor-2.3.2.tgz#b52f96ff311e773a345d79053ccc78275bbc463d" | ||
integrity sha512-3ydhqFpuV7x1M9EK52BPNj6V0Kwu0KKkcIAfpUhwHbR8ocRln/oUHgfxQupY8O1h4Qv/POHDumb/BwwNfxbtnA== | ||
dependencies: | ||
"@babel/core" "^7.12.16" | ||
"@babel/eslint-parser" "^7.12.16" | ||
eslint-visitor-keys "^2.0.0" | ||
esquery "^1.3.1" | ||
multimap "^1.1.0" | ||
|
||
eslint-utils@^2.0.0, eslint-utils@^2.1.0: | ||
version "2.1.0" | ||
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27" | ||
|
@@ -7673,6 +7737,11 @@ gensync@^1.0.0-beta.1: | |
resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.1.tgz#58f4361ff987e5ff6e1e7a210827aa371eaac269" | ||
integrity sha512-r8EC6NO1sngH/zdD9fiRDLdcgnbayXah+mLgManTaIZJqEC1MZstmnox8KpnI2/fxQwrp5OpCOYWLp4rBl4Jcg== | ||
|
||
gensync@^1.0.0-beta.2: | ||
version "1.0.0-beta.2" | ||
resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0" | ||
integrity sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg== | ||
|
||
get-caller-file@^2.0.1, get-caller-file@^2.0.5: | ||
version "2.0.5" | ||
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e" | ||
|
@@ -8445,6 +8514,11 @@ import-modules@^2.0.0: | |
resolved "https://registry.yarnpkg.com/import-modules/-/import-modules-2.0.0.tgz#9c1e13b4e7a15682f70a6e3fa29534e4540cfc5d" | ||
integrity sha512-iczM/v9drffdNnABOKwj0f9G3cFDon99VcG1mxeBsdqnbd+vnQ5c2uAiCHNQITqFTOPaEvwg3VjoWCur0uHLEw== | ||
|
||
import-modules@^2.1.0: | ||
version "2.1.0" | ||
resolved "https://registry.yarnpkg.com/import-modules/-/import-modules-2.1.0.tgz#abe7df297cb6c1f19b57246eb8b8bd9664b6d8c2" | ||
integrity sha512-8HEWcnkbGpovH9yInoisxaSoIg9Brbul+Ju3Kqe2UsYDUBJD/iQjSgEj0zPcTDPKfPp2fs5xlv1i+JSye/m1/A== | ||
|
||
imurmurhash@^0.1.4: | ||
version "0.1.4" | ||
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea" | ||
|
@@ -11508,6 +11582,11 @@ regexp-tree@^0.1.21, regexp-tree@~0.1.1: | |
resolved "https://registry.yarnpkg.com/regexp-tree/-/regexp-tree-0.1.21.tgz#55e2246b7f7d36f1b461490942fa780299c400d7" | ||
integrity sha512-kUUXjX4AnqnR8KRTCrayAo9PzYMRKmVoGgaz2tBuz0MF3g1ZbGebmtW0yFHfFK9CmBjQKeYIgoL22pFLBJY7sw== | ||
|
||
regexp-tree@^0.1.22: | ||
version "0.1.23" | ||
resolved "https://registry.yarnpkg.com/regexp-tree/-/regexp-tree-0.1.23.tgz#8a8ce1cc5e971acef62213a7ecdb1f6e18a1f1b2" | ||
integrity sha512-+7HWfb4Bvu8Rs2eQTUIpX9I/PlQkYOuTNbRpKLJlQpSgwSkzFYh+pUj0gtvglnOZLKB6YgnIgRuJ2/IlpL48qw== | ||
|
||
regexpp@^3.0.0, regexpp@^3.1.0: | ||
version "3.1.0" | ||
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.1.0.tgz#206d0ad0a5648cffbdb8ae46438f3dc51c9f78e2" | ||
|