From cf06cb46cc51d6a1073b2db6bdf03cb6fe187268 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2020 21:14:40 +0000 Subject: [PATCH] chore(deps-dev): bump @clark/eslint-config-node from 1.16.0 to 1.20.0 Bumps [@clark/eslint-config-node](https://github.com/ClarkSource/eslint-config) from 1.16.0 to 1.20.0. - [Release notes](https://github.com/ClarkSource/eslint-config/releases) - [Commits](https://github.com/ClarkSource/eslint-config/compare/v1.16.0...v1.20.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 146 ++++++++++++++++++++++++++++----------------------- 2 files changed, 80 insertions(+), 68 deletions(-) diff --git a/package.json b/package.json index c709ffa..75a0a46 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "postcss-short": "^5.0.0" }, "devDependencies": { - "@clark/eslint-config-node": "^1.16.0", + "@clark/eslint-config-node": "^1.20.0", "@ember/optional-features": "^1.2.0", "broccoli-asset-rev": "^3.0.0", "ember-cli": "~3.14.0", diff --git a/yarn.lock b/yarn.lock index b63e71e..2dd2397 100644 --- a/yarn.lock +++ b/yarn.lock @@ -970,35 +970,35 @@ lodash "^4.17.13" to-fast-properties "^2.0.0" -"@clark/eslint-config-node-order-imports@^1.12.0": - version "1.12.0" - resolved "https://registry.yarnpkg.com/@clark/eslint-config-node-order-imports/-/eslint-config-node-order-imports-1.12.0.tgz#1883f3da1b0aa964ed5a51eb223c2038f27e83da" - integrity sha512-T/OTgCH9ublg8XeGeumuYo4G83pzDDFaP0jDe1ppShxEgVITwTVveTWJuCp2PKLEGrnNA3sDKBEMLj/44jKGgQ== +"@clark/eslint-config-node-order-imports@^1.19.0": + version "1.19.0" + resolved "https://registry.yarnpkg.com/@clark/eslint-config-node-order-imports/-/eslint-config-node-order-imports-1.19.0.tgz#2fb3d7a3f1c4df6db6c21733722c3c10e684aec3" + integrity sha512-tjwKHT/J9pgTqJIYCXZM0yDJ5yCmpNKhOHIgb0s0gwdMrq+TAn5kx9QTrKR53tqaXBBlxohoVV3dz5dp9RW8bQ== dependencies: eslint-plugin-import-helpers "^1.0.2" -"@clark/eslint-config-node@^1.16.0": - version "1.16.0" - resolved "https://registry.yarnpkg.com/@clark/eslint-config-node/-/eslint-config-node-1.16.0.tgz#aa40085f2fb75bf584708d59087e06e543672e48" - integrity sha512-l3QPbpcIzZMuLu+9/MskJ7A6W0RWd6DrjsRZJv7jmlLLWLLAyeSbYpkl53WhBrCCpDpa15bHoWr6ugJwGWra8Q== +"@clark/eslint-config-node@^1.20.0": + version "1.20.0" + resolved "https://registry.yarnpkg.com/@clark/eslint-config-node/-/eslint-config-node-1.20.0.tgz#b0dc2850840cfa9b29f81c3481fb0f7647b14855" + integrity sha512-3MKyOKeZJhP3jmbc5YcfkjMxkkkxjuEj3ANUCkPuqVltYvjqQGlemBLoTL1SmlIBoQ6dSzX9CUBNpqy1C6fiww== dependencies: - "@clark/eslint-config" "^1.16.0" - "@clark/eslint-config-node-order-imports" "^1.12.0" - eslint-plugin-node "^10.0.0" + "@clark/eslint-config" "^1.20.0" + "@clark/eslint-config-node-order-imports" "^1.19.0" + eslint-plugin-node "^11.0.0" lodash.merge "^4.6.2" -"@clark/eslint-config@^1.16.0": - version "1.16.0" - resolved "https://registry.yarnpkg.com/@clark/eslint-config/-/eslint-config-1.16.0.tgz#432d9a2fff18e4f729454e4e16ae23771291aeaa" - integrity sha512-Bzx67uj5BOqEO1ybZ78ntAPMGj3TTyn789ywIVX9BGpiJEQTXNX4ncspobT4ChWkAPDStVThkFjBA/glERut+g== +"@clark/eslint-config@^1.20.0": + version "1.20.0" + resolved "https://registry.yarnpkg.com/@clark/eslint-config/-/eslint-config-1.20.0.tgz#d34f70625931db6418cbd20dfb1fcfa387ac56e1" + integrity sha512-eog1qf+PZcXi/CoArx0M7EZJQxLUFsSeemLiBUeD2qdfiI8L9QBUV++LOA8Wfm4bYcCjMLGcEX6sls/Y3PvKGQ== dependencies: eslint-config-airbnb-base "^14.0.0" - eslint-config-prettier "^6.5.0" - eslint-config-xo-space "^0.21.0" - eslint-plugin-import "^2.18.2" - eslint-plugin-node "^10.0.0" - eslint-plugin-prettier "^3.1.1" - eslint-plugin-unicorn "^13.0.0" + eslint-config-prettier "^6.10.0" + eslint-config-xo-space "^0.22.0" + eslint-plugin-import "^2.20.1" + eslint-plugin-node "^11.0.0" + eslint-plugin-prettier "^3.1.2" + eslint-plugin-unicorn "^16.0.0" prettier "^1.19.1" "@cnakazawa/watch@^1.0.3": @@ -4183,24 +4183,24 @@ eslint-config-airbnb-base@^14.0.0: object.assign "^4.1.0" object.entries "^1.1.0" -eslint-config-prettier@^6.5.0: - version "6.7.0" - resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.7.0.tgz#9a876952e12df2b284adbd3440994bf1f39dfbb9" - integrity sha512-FamQVKM3jjUVwhG4hEMnbtsq7xOIDm+SY5iBPfR8gKsJoAB2IQnNF+bk1+8Fy44Nq7PPJaLvkRxILYdJWoguKQ== +eslint-config-prettier@^6.10.0: + version "6.10.0" + resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.10.0.tgz#7b15e303bf9c956875c948f6b21500e48ded6a7f" + integrity sha512-AtndijGte1rPILInUdHjvKEGbIV06NuvPrqlIEaEaWtbtvJh464mDeyGMdZEQMsGvC0ZVkiex1fSNcC4HAbRGg== dependencies: get-stdin "^6.0.0" -eslint-config-xo-space@^0.21.0: - version "0.21.0" - resolved "https://registry.yarnpkg.com/eslint-config-xo-space/-/eslint-config-xo-space-0.21.0.tgz#52987f385e44750056e760000561a2f8f843baac" - integrity sha512-4/Ko662Ghi1hgAF5H9Z37isg7WAeW1eGaY85pf/KLdLaif5qSPqpRZzaFzKjfCgkz3tU1GgpUIYYcMpLetNdyQ== +eslint-config-xo-space@^0.22.0: + version "0.22.0" + resolved "https://registry.yarnpkg.com/eslint-config-xo-space/-/eslint-config-xo-space-0.22.0.tgz#dbe57efa7ce93c38e924b9f0f1f1c04bc84426f0" + integrity sha512-c+qGdMg+2gw7DBcmZJnpIXLuKRLEMr/9/MFXPh2dY6gSb3Cx7O7sNUHTRLaB/DOMr5h29vwi+yhm6e5Ux1/TPA== dependencies: - eslint-config-xo "^0.26.0" + eslint-config-xo "^0.27.2" -eslint-config-xo@^0.26.0: - version "0.26.0" - resolved "https://registry.yarnpkg.com/eslint-config-xo/-/eslint-config-xo-0.26.0.tgz#19dcfb1e3038dd440f5c5e4b4d11bb3128801b24" - integrity sha512-l+93kmBSNr5rMrsqwC6xVWsi8LI4He3z6jSk38e9bAkMNsVsQ8XYO+qzXfJFgFX4i/+hiTswyHtl+nDut9rPaA== +eslint-config-xo@^0.27.2: + version "0.27.2" + resolved "https://registry.yarnpkg.com/eslint-config-xo/-/eslint-config-xo-0.27.2.tgz#71aff3d5b5554e9e5b5e1853e21da7799bb53f1f" + integrity sha512-qEuZP0zNQkWpOdNZvWnfY2GNp1AZ33uXgeOXl4DN5YVLHFvekHbeSM2FFZ8A489fp1rCCColVRlJsYMf28o4DA== eslint-import-resolver-node@^0.3.2: version "0.3.2" @@ -4218,12 +4218,12 @@ eslint-module-utils@^2.4.1: debug "^2.6.9" pkg-dir "^2.0.0" -eslint-plugin-es@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-2.0.0.tgz#0f5f5da5f18aa21989feebe8a73eadefb3432976" - integrity sha512-f6fceVtg27BR02EYnBhgWLFQfK6bN4Ll0nQFrBHOlCsAyxeZkn0NHns5O0YZOPrV1B3ramd6cgFwaoFLcSkwEQ== +eslint-plugin-es@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-3.0.0.tgz#98cb1bc8ab0aa807977855e11ad9d1c9422d014b" + integrity sha512-6/Jb/J/ZvSebydwbBJO1R9E5ky7YeElfK56Veh7e4QGFHCXoIXGH9HhVz+ibJLM3XJ1XjP+T7rKBLUa/Y7eIng== dependencies: - eslint-utils "^1.4.2" + eslint-utils "^2.0.0" regexpp "^3.0.0" eslint-plugin-import-helpers@^1.0.2: @@ -4231,10 +4231,10 @@ eslint-plugin-import-helpers@^1.0.2: resolved "https://registry.yarnpkg.com/eslint-plugin-import-helpers/-/eslint-plugin-import-helpers-1.0.2.tgz#ae0ab47c991c65e1b25b6370f49afa2cab4cbd9c" integrity sha512-aSoqeEEkJou/1NhbSO7Xr2SKSs8mI53qe8uFh9tMl4WCbrOwoel0eA3hRajlJ7MLCG44umf+mY3/dWuufneFzw== -eslint-plugin-import@^2.18.2: - version "2.19.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.19.1.tgz#5654e10b7839d064dd0d46cd1b88ec2133a11448" - integrity sha512-x68131aKoCZlCae7rDXKSAQmbT5DQuManyXo2sK6fJJ0aK5CWAkv6A6HJZGgqC8IhjQxYPgo6/IY4Oz8AFsbBw== +eslint-plugin-import@^2.20.1: + version "2.20.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.20.1.tgz#802423196dcb11d9ce8435a5fc02a6d3b46939b3" + integrity sha512-qQHgFOTjguR+LnYRoToeZWT62XM55MBVXObHM6SKFd1VzDcX/vqT1kAz8ssqigh5eMj8qXcRoXXGZpPP6RfdCw== dependencies: array-includes "^3.0.3" array.prototype.flat "^1.2.1" @@ -4249,29 +4249,29 @@ eslint-plugin-import@^2.18.2: read-pkg-up "^2.0.0" resolve "^1.12.0" -eslint-plugin-node@^10.0.0: - version "10.0.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-10.0.0.tgz#fd1adbc7a300cf7eb6ac55cf4b0b6fc6e577f5a6" - integrity sha512-1CSyM/QCjs6PXaT18+zuAXsjXGIGo5Rw630rSKwokSs2jrYURQc4R5JZpoanNCqwNmepg+0eZ9L7YiRUJb8jiQ== +eslint-plugin-node@^11.0.0: + version "11.0.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-11.0.0.tgz#365944bb0804c5d1d501182a9bc41a0ffefed726" + integrity sha512-chUs/NVID+sknFiJzxoN9lM7uKSOEta8GC8365hw1nDfwIPIjjpRSwwPvQanWv8dt/pDe9EV4anmVSwdiSndNg== dependencies: - eslint-plugin-es "^2.0.0" - eslint-utils "^1.4.2" + eslint-plugin-es "^3.0.0" + eslint-utils "^2.0.0" ignore "^5.1.1" minimatch "^3.0.4" resolve "^1.10.1" semver "^6.1.0" -eslint-plugin-prettier@^3.1.1: - version "3.1.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.1.1.tgz#507b8562410d02a03f0ddc949c616f877852f2ba" - integrity sha512-A+TZuHZ0KU0cnn56/9mfR7/KjUJ9QNVXUhwvRFSR7PGPe0zQR6PTkmyqg1AtUUEOzTqeRsUwyKFh0oVZKVCrtA== +eslint-plugin-prettier@^3.1.2: + version "3.1.2" + resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.1.2.tgz#432e5a667666ab84ce72f945c72f77d996a5c9ba" + integrity sha512-GlolCC9y3XZfv3RQfwGew7NnuFDKsfI4lbvRK+PIIo23SFH+LemGs4cKwzAaRa+Mdb+lQO/STaIayno8T5sJJA== dependencies: prettier-linter-helpers "^1.0.0" -eslint-plugin-unicorn@^13.0.0: - version "13.0.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-13.0.0.tgz#3d73a17cc34ade1aaa02655ae78bbd8a2053fa81" - integrity sha512-9CQk0v74vQpETMt6iqNgjf3IbWEFhrT0sjaLnjkl9SF3rJH6ZL9f7H42BXJ6LPENQR97QzhrIvB8VG0nD05wxQ== +eslint-plugin-unicorn@^16.0.0: + version "16.0.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-16.0.0.tgz#5fc03d70b2944fa85099bf511c352b3d50201738" + integrity sha512-zqWMYzTopdixyqu0+3td4vIGmpBxwdBVeWBm3TzwnFMvHoAE6tTQ/w2Xv5RG/MklKkfQdHsRqa8CVsSpjSA4qQ== dependencies: ci-info "^2.0.0" clean-regexp "^1.0.0" @@ -4282,13 +4282,13 @@ eslint-plugin-unicorn@^13.0.0: lodash.defaultsdeep "^4.6.1" lodash.kebabcase "^4.1.1" lodash.snakecase "^4.1.1" - lodash.topairs "^4.3.0" lodash.upperfirst "^4.3.1" - read-pkg-up "^7.0.0" + read-pkg-up "^7.0.1" + regexp-tree "^0.1.17" regexpp "^3.0.0" reserved-words "^0.1.2" safe-regex "^2.1.1" - semver "^6.3.0" + semver "^7.1.2" eslint-scope@^5.0.0: version "5.0.0" @@ -4307,13 +4307,20 @@ eslint-template-visitor@^1.1.0: espree "^6.1.1" multimap "^1.0.2" -eslint-utils@^1.4.2, eslint-utils@^1.4.3: +eslint-utils@^1.4.3: version "1.4.3" resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.4.3.tgz#74fec7c54d0776b6f67e0251040b5806564e981f" integrity sha512-fbBN5W2xdY45KulGXmLHZ3c3FHfVYmKg0IrAKGOkT/464PQsx2UeIzfz1RmEci+KLm1bBaAzZAh8+/E+XAeZ8Q== dependencies: eslint-visitor-keys "^1.1.0" +eslint-utils@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.0.0.tgz#7be1cc70f27a72a76cd14aa698bcabed6890e1cd" + integrity sha512-0HCPuJv+7Wv1bACm8y5/ECVfYdfsAm9xmVb7saeFlxjPYALefjhbYoCkBjPdPzGH8wWyTpAez82Fh3VKYEZ8OA== + dependencies: + eslint-visitor-keys "^1.1.0" + eslint-visitor-keys@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2" @@ -6183,11 +6190,6 @@ lodash.templatesettings@^4.0.0: dependencies: lodash._reinterpolate "^3.0.0" -lodash.topairs@^4.3.0: - version "4.3.0" - resolved "https://registry.yarnpkg.com/lodash.topairs/-/lodash.topairs-4.3.0.tgz#3b6deaa37d60fb116713c46c5f17ea190ec48d64" - integrity sha1-O23qo31g+xFnE8RsXxfqGQ7EjWQ= - lodash.uniq@^4.2.0: version "4.5.0" resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773" @@ -7820,7 +7822,7 @@ read-pkg-up@^2.0.0: find-up "^2.0.0" read-pkg "^2.0.0" -read-pkg-up@^7.0.0: +read-pkg-up@^7.0.1: version "7.0.1" resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-7.0.1.tgz#f3a6135758459733ae2b95638056e1854e7ef507" integrity sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg== @@ -7953,6 +7955,11 @@ regex-not@^1.0.0, regex-not@^1.0.2: extend-shallow "^3.0.2" safe-regex "^1.1.0" +regexp-tree@^0.1.17: + version "0.1.18" + resolved "https://registry.yarnpkg.com/regexp-tree/-/regexp-tree-0.1.18.tgz#ed4819a9f03ec2de9613421d6eaf47512e7fdaf1" + integrity sha512-mKLUfTDU1GE5jGR7cn2IEPDzYjmOviZOHYAR1XGe8Lg48Mdk684waD1Fqhv2Nef+TsDVdmIj08m/GUKTMk7J2Q== + regexp-tree@~0.1.1: version "0.1.11" resolved "https://registry.yarnpkg.com/regexp-tree/-/regexp-tree-0.1.11.tgz#c9c7f00fcf722e0a56c7390983a7a63dd6c272f3" @@ -8265,6 +8272,11 @@ semver@^6.0.0, semver@^6.1.0, semver@^6.1.1, semver@^6.1.2, semver@^6.3.0: resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d" integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== +semver@^7.1.2: + version "7.1.2" + resolved "https://registry.yarnpkg.com/semver/-/semver-7.1.2.tgz#847bae5bce68c5d08889824f02667199b70e3d87" + integrity sha512-BJs9T/H8sEVHbeigqzIEo57Iu/3DG6c4QoqTfbQB3BPA4zgzAomh/Fk9E7QtjWQ8mx2dgA9YCfSF4y9k9bHNpQ== + send@0.17.1: version "0.17.1" resolved "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz#c1d8b059f7900f7466dd4938bdc44e11ddb376c8"