vastec / ember-unused-components

Search for unused components in your Ember project
51 stars 12 forks source link

Bump eslint from 5.16.0 to 6.2.1 #21

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps eslint from 5.16.0 to 6.2.1.

Release notes *Sourced from [eslint's releases](https://github.com/eslint/eslint/releases).* > ## v6.2.1 > * [`8c021b5`](https://github.com/eslint/eslint/commit/8c021b5917b3aa3c578ffe3972106d0a6bcf0838) Upgrade: eslint-utils 1.4.2 ([#12131](https://github-redirect.dependabot.com/eslint/eslint/issues/12131)) (Toru Nagashima) > * [`e82388b`](https://github.com/eslint/eslint/commit/e82388bd87717430200ec554634cc08806e38d3c) Sponsors: Sync README with website (ESLint Jenkins) > * [`4aeeeed`](https://github.com/eslint/eslint/commit/4aeeeedb656ee3519ea82ebf0cb41ca801215046) Docs: update docs for ecmaVersion 2020 ([#12120](https://github-redirect.dependabot.com/eslint/eslint/issues/12120)) (silverwind) > * [`6886148`](https://github.com/eslint/eslint/commit/6886148d1f528659ec3e125f61ef7a5f4c67556d) Docs: Add duplicate keys limitation to accessor-pairs ([#12124](https://github-redirect.dependabot.com/eslint/eslint/issues/12124)) (Milos Djermanovic) > > ## v6.2.0 > * [`fee6acb`](https://github.com/eslint/eslint/commit/fee6acbe13cecd4c028e681e185fc6a6d6ba9452) Update: support bigint and dynamic import (refs [#11803](https://github-redirect.dependabot.com/eslint/eslint/issues/11803)) ([#11983](https://github-redirect.dependabot.com/eslint/eslint/issues/11983)) (Toru Nagashima) > * [`afd8012`](https://github.com/eslint/eslint/commit/afd8012c2797f2f5bf3c360cb241ea2ba6e1a489) New: noInlineConfig setting (refs eslint/rfcs#22) ([#12091](https://github-redirect.dependabot.com/eslint/eslint/issues/12091)) (Toru Nagashima) > * [`3d12378`](https://github.com/eslint/eslint/commit/3d12378221961439c27ddae0ecda9845ac575107) Update: Fix accessor-pairs to enforce pairs per property in literals ([#12062](https://github-redirect.dependabot.com/eslint/eslint/issues/12062)) (Milos Djermanovic) > * [`8cd00b3`](https://github.com/eslint/eslint/commit/8cd00b308987e0db0bdb2e242bf13b2b07b350bd) New: function-call-argument-newline ([#12024](https://github-redirect.dependabot.com/eslint/eslint/issues/12024)) (finico) > * [`30ebf92`](https://github.com/eslint/eslint/commit/30ebf929f60684520b1201c1adfd86214c19d614) Fix: prefer-template autofix produces syntax error with octal escapes ([#12085](https://github-redirect.dependabot.com/eslint/eslint/issues/12085)) (Milos Djermanovic) > * [`13c3988`](https://github.com/eslint/eslint/commit/13c3988a4001ae368ea7b6c8d3dd0abfa7c6cf64) Fix: Check literal type explicitly in dot-notation ([#12095](https://github-redirect.dependabot.com/eslint/eslint/issues/12095)) (Milos Djermanovic) > * [`3e5ceca`](https://github.com/eslint/eslint/commit/3e5ceca4d2284b55a2292a1d3de9aa4cdf6fa213) Fix: Handle empty string property names in getFunctionNameWithKind ([#12104](https://github-redirect.dependabot.com/eslint/eslint/issues/12104)) (Milos Djermanovic) > * [`9a043ff`](https://github.com/eslint/eslint/commit/9a043ffbb864fc65baeb16fe5668435e3b7cfe34) Fix: no-duplicate-case false positives on Object.prototype keys ([#12107](https://github-redirect.dependabot.com/eslint/eslint/issues/12107)) (Milos Djermanovic) > * [`fe631af`](https://github.com/eslint/eslint/commit/fe631afee59641876598d19b1935967099cc6fa0) Chore: minor typo fix ([#12112](https://github-redirect.dependabot.com/eslint/eslint/issues/12112)) (James George) > * [`4cb7877`](https://github.com/eslint/eslint/commit/4cb78774f6cc687a3c8701462f8c7f7b587ecaf0) Fix: fix no-extra-parens ignores some nodes ([#11909](https://github-redirect.dependabot.com/eslint/eslint/issues/11909)) (Pig Fang) > * [`2dc23b8`](https://github.com/eslint/eslint/commit/2dc23b81e54defbce7a70a7f26c2e4c7b692cf58) Update: fix no-dupe-keys false negatives on empty string names ([#12069](https://github-redirect.dependabot.com/eslint/eslint/issues/12069)) (Milos Djermanovic) > * [`19ab666`](https://github.com/eslint/eslint/commit/19ab6666e8e4142a183bdee2be96e5bafbac0e21) Fix: yoda exceptRange false positives on empty string property names ([#12071](https://github-redirect.dependabot.com/eslint/eslint/issues/12071)) (Milos Djermanovic) > * [`d642150`](https://github.com/eslint/eslint/commit/d642150fe016608e71a1df2a72960e915b3cfbad) Update: Check empty string property names in sort-keys ([#12073](https://github-redirect.dependabot.com/eslint/eslint/issues/12073)) (Milos Djermanovic) > * [`acce6de`](https://github.com/eslint/eslint/commit/acce6de940e2b089ff5ba59e4518a54af1682d5e) Fix: class-methods-use-this reports 'undefined' names ([#12103](https://github-redirect.dependabot.com/eslint/eslint/issues/12103)) (Milos Djermanovic) > * [`92ec2cb`](https://github.com/eslint/eslint/commit/92ec2cb1731b7b6e0ac66336d583fbb782504290) Fix: Allow bind call with a single spread element in no-extra-bind ([#12088](https://github-redirect.dependabot.com/eslint/eslint/issues/12088)) (Milos Djermanovic) > * [`bfdb0c9`](https://github.com/eslint/eslint/commit/bfdb0c97003fc0e045aa6ed10b177c35305a6e46) Fix: no-extra-boolean-cast invalid autofix for Boolean() without args ([#12076](https://github-redirect.dependabot.com/eslint/eslint/issues/12076)) (Milos Djermanovic) > * [`34ccc0c`](https://github.com/eslint/eslint/commit/34ccc0cd81f495190e585c6efa8ae233d45bd3ed) Chore: Remove TDZ scope type condition from no-unused-vars ([#12055](https://github-redirect.dependabot.com/eslint/eslint/issues/12055)) (Milos Djermanovic) > * [`01d38ce`](https://github.com/eslint/eslint/commit/01d38ce2faf0abbc9dd5d25694baeee131036165) Docs: Remove TDZ scope from the scope manager interface documentation ([#12054](https://github-redirect.dependabot.com/eslint/eslint/issues/12054)) (Milos Djermanovic) > * [`1aff8fc`](https://github.com/eslint/eslint/commit/1aff8fc4f9394cd9126654a55f7f3a43ab1cf8f0) Update: warn about mixing ternary and logical operators (fixes [#11704](https://github-redirect.dependabot.com/eslint/eslint/issues/11704)) ([#12001](https://github-redirect.dependabot.com/eslint/eslint/issues/12001)) (Karthik Priyadarshan) > * [`11be2f8`](https://github.com/eslint/eslint/commit/11be2f8513bd61499f6247392a33ac0a26901c90) Docs: do not recommend global-installed usage ([#12016](https://github-redirect.dependabot.com/eslint/eslint/issues/12016)) (薛定谔的猫) > * [`cf31dab`](https://github.com/eslint/eslint/commit/cf31dab5d5982151e0cfcc32879e69a83180ec70) Fix: no-restricted-syntax - correct the schema ([#12051](https://github-redirect.dependabot.com/eslint/eslint/issues/12051)) (Brad Zacher) > * [`fbec99e`](https://github.com/eslint/eslint/commit/fbec99ea3e39316791685652c66e522d698f52d8) Update: fix class-methods-use-this false negatives with exceptMethods ([#12077](https://github-redirect.dependabot.com/eslint/eslint/issues/12077)) (Milos Djermanovic) > * [`fb08b7c`](https://github.com/eslint/eslint/commit/fb08b7c9d28bc68864eb940e26df274059228b6a) Docs: Remove readonly/writable global logic from no-undef (fixes [#11963](https://github-redirect.dependabot.com/eslint/eslint/issues/11963)) ([#12053](https://github-redirect.dependabot.com/eslint/eslint/issues/12053)) (Milos Djermanovic) > * [`5b5934b`](https://github.com/eslint/eslint/commit/5b5934b9513f9114f5bf8e12ff4f4981590d64d3) Sponsors: Sync README with website (ESLint Jenkins) > * [`9156760`](https://github.com/eslint/eslint/commit/915676022a100ae5dba788fa3329d34b3c1f18d3) Sponsors: Sync README with website (ESLint Jenkins) > * [`f5e0cc4`](https://github.com/eslint/eslint/commit/f5e0cc40795f175692acb05daaadb91e9e5ae5d3) Update: Check computed method keys in no-extra-parens ([#11973](https://github-redirect.dependabot.com/eslint/eslint/issues/11973)) (Milos Djermanovic) > * [`d961438`](https://github.com/eslint/eslint/commit/d9614388df8cfb977842ed7ac4725d76a3e05df3) Docs: Fix Incorrect Documentation ([#12045](https://github-redirect.dependabot.com/eslint/eslint/issues/12045)) (Michael Miceli) > * [`887d08c`](https://github.com/eslint/eslint/commit/887d08c244e32f1fc18359e63380e2cdb0cb3797) Sponsors: Sync README with website (ESLint Jenkins) > * [`d90183f`](https://github.com/eslint/eslint/commit/d90183ff6757cff854f4ca4d25b835143dfb4b21) Docs: add a case to func-names ([#12038](https://github-redirect.dependabot.com/eslint/eslint/issues/12038)) (Chiawen Chen) > * [`8a5b62d`](https://github.com/eslint/eslint/commit/8a5b62de2ae574f416c0f8ad91205da9b1837275) Docs: no use eslint.linter in code example ([#12037](https://github-redirect.dependabot.com/eslint/eslint/issues/12037)) (薛定谔的猫) > * [`5831767`](https://github.com/eslint/eslint/commit/58317673210e48be3975e317c2c566fae155c94f) Update: report location of func-names (fixes [#12022](https://github-redirect.dependabot.com/eslint/eslint/issues/12022)) ([#12028](https://github-redirect.dependabot.com/eslint/eslint/issues/12028)) (Pig Fang) > > ## v6.1.0 > * [`8f86cca`](https://github.com/eslint/eslint/commit/8f86ccaa89daf10123370868c5dcb48c1fcbef7d) Upgrade: eslint-scope@^5.0.0 ([#12011](https://github-redirect.dependabot.com/eslint/eslint/issues/12011)) (Kevin Partington) > * [`d08683e`](https://github.com/eslint/eslint/commit/d08683e3c807f92daf266894093c70f8d5ac6afa) Fix: glob processing (fixes [#11940](https://github-redirect.dependabot.com/eslint/eslint/issues/11940)) ([#11986](https://github-redirect.dependabot.com/eslint/eslint/issues/11986)) (Toru Nagashima) > * [`bfcf8b2`](https://github.com/eslint/eslint/commit/bfcf8b21011466b570b536ca31ec10fd228b3dca) Fix: dot-location errors with parenthesized objects (fixes [#11868](https://github-redirect.dependabot.com/eslint/eslint/issues/11868)) ([#11933](https://github-redirect.dependabot.com/eslint/eslint/issues/11933)) (Milos Djermanovic) > * [`79e8d09`](https://github.com/eslint/eslint/commit/79e8d099bbbebfa4d804484eeeeea9c074ede870) Fix: add parens for sequence expr in arrow-body-style (fixes [#11917](https://github-redirect.dependabot.com/eslint/eslint/issues/11917)) ([#11918](https://github-redirect.dependabot.com/eslint/eslint/issues/11918)) (Pig Fang) > * [`105c098`](https://github.com/eslint/eslint/commit/105c098f3cece8b83ab8d1566b8ea41dd94a60b9) Docs: update docs for object-curly-spacing (fixes [#11634](https://github-redirect.dependabot.com/eslint/eslint/issues/11634)) ([#12009](https://github-redirect.dependabot.com/eslint/eslint/issues/12009)) (Chiawen Chen) > * [`c90a12c`](https://github.com/eslint/eslint/commit/c90a12c283698befcafd2c86f8bd8942428fe80b) Chore: update release script for new website repo ([#12006](https://github-redirect.dependabot.com/eslint/eslint/issues/12006)) (Kai Cataldo) > * [`e2c08a9`](https://github.com/eslint/eslint/commit/e2c08a9c8d86238955ecc8fd5a626584ee91eba5) Sponsors: Sync README with website (ESLint Jenkins) > * [`b974fcb`](https://github.com/eslint/eslint/commit/b974fcbd3321ab382a914520018d4c051b2e5c62) Update: Check computed property keys in no-extra-parens ([#11952](https://github-redirect.dependabot.com/eslint/eslint/issues/11952)) (Milos Djermanovic) > * [`222d27c`](https://github.com/eslint/eslint/commit/222d27c32a6d6d8828233b3b99e93ecefa94c603) Update: Add for-in and for-of checks for props in no-param-reassign ([#11941](https://github-redirect.dependabot.com/eslint/eslint/issues/11941)) (Milos Djermanovic) > * [`e4c450f`](https://github.com/eslint/eslint/commit/e4c450febc9bd77b33f6473667afa9f955be6b71) Fix: no-extra-parens autofix with `in` in a for-loop init (fixes [#11706](https://github-redirect.dependabot.com/eslint/eslint/issues/11706)) ([#11848](https://github-redirect.dependabot.com/eslint/eslint/issues/11848)) (Milos Djermanovic) > ... (truncated)
Changelog *Sourced from [eslint's changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md).* > v6.2.1 - August 20, 2019 > > * [`8c021b5`](https://github.com/eslint/eslint/commit/8c021b5917b3aa3c578ffe3972106d0a6bcf0838) Upgrade: eslint-utils 1.4.2 ([#12131](https://github-redirect.dependabot.com/eslint/eslint/issues/12131)) (Toru Nagashima) > * [`e82388b`](https://github.com/eslint/eslint/commit/e82388bd87717430200ec554634cc08806e38d3c) Sponsors: Sync README with website (ESLint Jenkins) > * [`4aeeeed`](https://github.com/eslint/eslint/commit/4aeeeedb656ee3519ea82ebf0cb41ca801215046) Docs: update docs for ecmaVersion 2020 ([#12120](https://github-redirect.dependabot.com/eslint/eslint/issues/12120)) (silverwind) > * [`6886148`](https://github.com/eslint/eslint/commit/6886148d1f528659ec3e125f61ef7a5f4c67556d) Docs: Add duplicate keys limitation to accessor-pairs ([#12124](https://github-redirect.dependabot.com/eslint/eslint/issues/12124)) (Milos Djermanovic) > > v6.2.0 - August 18, 2019 > > * [`fee6acb`](https://github.com/eslint/eslint/commit/fee6acbe13cecd4c028e681e185fc6a6d6ba9452) Update: support bigint and dynamic import (refs [#11803](https://github-redirect.dependabot.com/eslint/eslint/issues/11803)) ([#11983](https://github-redirect.dependabot.com/eslint/eslint/issues/11983)) (Toru Nagashima) > * [`afd8012`](https://github.com/eslint/eslint/commit/afd8012c2797f2f5bf3c360cb241ea2ba6e1a489) New: noInlineConfig setting (refs eslint/rfcs#22) ([#12091](https://github-redirect.dependabot.com/eslint/eslint/issues/12091)) (Toru Nagashima) > * [`3d12378`](https://github.com/eslint/eslint/commit/3d12378221961439c27ddae0ecda9845ac575107) Update: Fix accessor-pairs to enforce pairs per property in literals ([#12062](https://github-redirect.dependabot.com/eslint/eslint/issues/12062)) (Milos Djermanovic) > * [`8cd00b3`](https://github.com/eslint/eslint/commit/8cd00b308987e0db0bdb2e242bf13b2b07b350bd) New: function-call-argument-newline ([#12024](https://github-redirect.dependabot.com/eslint/eslint/issues/12024)) (finico) > * [`30ebf92`](https://github.com/eslint/eslint/commit/30ebf929f60684520b1201c1adfd86214c19d614) Fix: prefer-template autofix produces syntax error with octal escapes ([#12085](https://github-redirect.dependabot.com/eslint/eslint/issues/12085)) (Milos Djermanovic) > * [`13c3988`](https://github.com/eslint/eslint/commit/13c3988a4001ae368ea7b6c8d3dd0abfa7c6cf64) Fix: Check literal type explicitly in dot-notation ([#12095](https://github-redirect.dependabot.com/eslint/eslint/issues/12095)) (Milos Djermanovic) > * [`3e5ceca`](https://github.com/eslint/eslint/commit/3e5ceca4d2284b55a2292a1d3de9aa4cdf6fa213) Fix: Handle empty string property names in getFunctionNameWithKind ([#12104](https://github-redirect.dependabot.com/eslint/eslint/issues/12104)) (Milos Djermanovic) > * [`9a043ff`](https://github.com/eslint/eslint/commit/9a043ffbb864fc65baeb16fe5668435e3b7cfe34) Fix: no-duplicate-case false positives on Object.prototype keys ([#12107](https://github-redirect.dependabot.com/eslint/eslint/issues/12107)) (Milos Djermanovic) > * [`fe631af`](https://github.com/eslint/eslint/commit/fe631afee59641876598d19b1935967099cc6fa0) Chore: minor typo fix ([#12112](https://github-redirect.dependabot.com/eslint/eslint/issues/12112)) (James George) > * [`4cb7877`](https://github.com/eslint/eslint/commit/4cb78774f6cc687a3c8701462f8c7f7b587ecaf0) Fix: fix no-extra-parens ignores some nodes ([#11909](https://github-redirect.dependabot.com/eslint/eslint/issues/11909)) (Pig Fang) > * [`2dc23b8`](https://github.com/eslint/eslint/commit/2dc23b81e54defbce7a70a7f26c2e4c7b692cf58) Update: fix no-dupe-keys false negatives on empty string names ([#12069](https://github-redirect.dependabot.com/eslint/eslint/issues/12069)) (Milos Djermanovic) > * [`19ab666`](https://github.com/eslint/eslint/commit/19ab6666e8e4142a183bdee2be96e5bafbac0e21) Fix: yoda exceptRange false positives on empty string property names ([#12071](https://github-redirect.dependabot.com/eslint/eslint/issues/12071)) (Milos Djermanovic) > * [`d642150`](https://github.com/eslint/eslint/commit/d642150fe016608e71a1df2a72960e915b3cfbad) Update: Check empty string property names in sort-keys ([#12073](https://github-redirect.dependabot.com/eslint/eslint/issues/12073)) (Milos Djermanovic) > * [`acce6de`](https://github.com/eslint/eslint/commit/acce6de940e2b089ff5ba59e4518a54af1682d5e) Fix: class-methods-use-this reports 'undefined' names ([#12103](https://github-redirect.dependabot.com/eslint/eslint/issues/12103)) (Milos Djermanovic) > * [`92ec2cb`](https://github.com/eslint/eslint/commit/92ec2cb1731b7b6e0ac66336d583fbb782504290) Fix: Allow bind call with a single spread element in no-extra-bind ([#12088](https://github-redirect.dependabot.com/eslint/eslint/issues/12088)) (Milos Djermanovic) > * [`bfdb0c9`](https://github.com/eslint/eslint/commit/bfdb0c97003fc0e045aa6ed10b177c35305a6e46) Fix: no-extra-boolean-cast invalid autofix for Boolean() without args ([#12076](https://github-redirect.dependabot.com/eslint/eslint/issues/12076)) (Milos Djermanovic) > * [`34ccc0c`](https://github.com/eslint/eslint/commit/34ccc0cd81f495190e585c6efa8ae233d45bd3ed) Chore: Remove TDZ scope type condition from no-unused-vars ([#12055](https://github-redirect.dependabot.com/eslint/eslint/issues/12055)) (Milos Djermanovic) > * [`01d38ce`](https://github.com/eslint/eslint/commit/01d38ce2faf0abbc9dd5d25694baeee131036165) Docs: Remove TDZ scope from the scope manager interface documentation ([#12054](https://github-redirect.dependabot.com/eslint/eslint/issues/12054)) (Milos Djermanovic) > * [`1aff8fc`](https://github.com/eslint/eslint/commit/1aff8fc4f9394cd9126654a55f7f3a43ab1cf8f0) Update: warn about mixing ternary and logical operators (fixes [#11704](https://github-redirect.dependabot.com/eslint/eslint/issues/11704)) ([#12001](https://github-redirect.dependabot.com/eslint/eslint/issues/12001)) (Karthik Priyadarshan) > * [`11be2f8`](https://github.com/eslint/eslint/commit/11be2f8513bd61499f6247392a33ac0a26901c90) Docs: do not recommend global-installed usage ([#12016](https://github-redirect.dependabot.com/eslint/eslint/issues/12016)) (薛定谔的猫) > * [`cf31dab`](https://github.com/eslint/eslint/commit/cf31dab5d5982151e0cfcc32879e69a83180ec70) Fix: no-restricted-syntax - correct the schema ([#12051](https://github-redirect.dependabot.com/eslint/eslint/issues/12051)) (Brad Zacher) > * [`fbec99e`](https://github.com/eslint/eslint/commit/fbec99ea3e39316791685652c66e522d698f52d8) Update: fix class-methods-use-this false negatives with exceptMethods ([#12077](https://github-redirect.dependabot.com/eslint/eslint/issues/12077)) (Milos Djermanovic) > * [`fb08b7c`](https://github.com/eslint/eslint/commit/fb08b7c9d28bc68864eb940e26df274059228b6a) Docs: Remove readonly/writable global logic from no-undef (fixes [#11963](https://github-redirect.dependabot.com/eslint/eslint/issues/11963)) ([#12053](https://github-redirect.dependabot.com/eslint/eslint/issues/12053)) (Milos Djermanovic) > * [`5b5934b`](https://github.com/eslint/eslint/commit/5b5934b9513f9114f5bf8e12ff4f4981590d64d3) Sponsors: Sync README with website (ESLint Jenkins) > * [`9156760`](https://github.com/eslint/eslint/commit/915676022a100ae5dba788fa3329d34b3c1f18d3) Sponsors: Sync README with website (ESLint Jenkins) > * [`f5e0cc4`](https://github.com/eslint/eslint/commit/f5e0cc40795f175692acb05daaadb91e9e5ae5d3) Update: Check computed method keys in no-extra-parens ([#11973](https://github-redirect.dependabot.com/eslint/eslint/issues/11973)) (Milos Djermanovic) > * [`d961438`](https://github.com/eslint/eslint/commit/d9614388df8cfb977842ed7ac4725d76a3e05df3) Docs: Fix Incorrect Documentation ([#12045](https://github-redirect.dependabot.com/eslint/eslint/issues/12045)) (Michael Miceli) > * [`887d08c`](https://github.com/eslint/eslint/commit/887d08c244e32f1fc18359e63380e2cdb0cb3797) Sponsors: Sync README with website (ESLint Jenkins) > * [`d90183f`](https://github.com/eslint/eslint/commit/d90183ff6757cff854f4ca4d25b835143dfb4b21) Docs: add a case to func-names ([#12038](https://github-redirect.dependabot.com/eslint/eslint/issues/12038)) (Chiawen Chen) > * [`8a5b62d`](https://github.com/eslint/eslint/commit/8a5b62de2ae574f416c0f8ad91205da9b1837275) Docs: no use eslint.linter in code example ([#12037](https://github-redirect.dependabot.com/eslint/eslint/issues/12037)) (薛定谔的猫) > * [`5831767`](https://github.com/eslint/eslint/commit/58317673210e48be3975e317c2c566fae155c94f) Update: report location of func-names (fixes [#12022](https://github-redirect.dependabot.com/eslint/eslint/issues/12022)) ([#12028](https://github-redirect.dependabot.com/eslint/eslint/issues/12028)) (Pig Fang) > > v6.1.0 - July 20, 2019 > > * [`8f86cca`](https://github.com/eslint/eslint/commit/8f86ccaa89daf10123370868c5dcb48c1fcbef7d) Upgrade: eslint-scope@^5.0.0 ([#12011](https://github-redirect.dependabot.com/eslint/eslint/issues/12011)) (Kevin Partington) > * [`d08683e`](https://github.com/eslint/eslint/commit/d08683e3c807f92daf266894093c70f8d5ac6afa) Fix: glob processing (fixes [#11940](https://github-redirect.dependabot.com/eslint/eslint/issues/11940)) ([#11986](https://github-redirect.dependabot.com/eslint/eslint/issues/11986)) (Toru Nagashima) > * [`bfcf8b2`](https://github.com/eslint/eslint/commit/bfcf8b21011466b570b536ca31ec10fd228b3dca) Fix: dot-location errors with parenthesized objects (fixes [#11868](https://github-redirect.dependabot.com/eslint/eslint/issues/11868)) ([#11933](https://github-redirect.dependabot.com/eslint/eslint/issues/11933)) (Milos Djermanovic) > * [`79e8d09`](https://github.com/eslint/eslint/commit/79e8d099bbbebfa4d804484eeeeea9c074ede870) Fix: add parens for sequence expr in arrow-body-style (fixes [#11917](https://github-redirect.dependabot.com/eslint/eslint/issues/11917)) ([#11918](https://github-redirect.dependabot.com/eslint/eslint/issues/11918)) (Pig Fang) > * [`105c098`](https://github.com/eslint/eslint/commit/105c098f3cece8b83ab8d1566b8ea41dd94a60b9) Docs: update docs for object-curly-spacing (fixes [#11634](https://github-redirect.dependabot.com/eslint/eslint/issues/11634)) ([#12009](https://github-redirect.dependabot.com/eslint/eslint/issues/12009)) (Chiawen Chen) > * [`c90a12c`](https://github.com/eslint/eslint/commit/c90a12c283698befcafd2c86f8bd8942428fe80b) Chore: update release script for new website repo ([#12006](https://github-redirect.dependabot.com/eslint/eslint/issues/12006)) (Kai Cataldo) > * [`e2c08a9`](https://github.com/eslint/eslint/commit/e2c08a9c8d86238955ecc8fd5a626584ee91eba5) Sponsors: Sync README with website (ESLint Jenkins) > ... (truncated)
Commits - [`9cadb59`](https://github.com/eslint/eslint/commit/9cadb590fec30d77d4909d99ce0c7830d13f7903) 6.2.1 - [`22b7802`](https://github.com/eslint/eslint/commit/22b7802c8b7d8dad6446a6f05d1cc559943573c3) Build: changelog update for 6.2.1 - [`8c021b5`](https://github.com/eslint/eslint/commit/8c021b5917b3aa3c578ffe3972106d0a6bcf0838) Upgrade: eslint-utils 1.4.2 ([#12131](https://github-redirect.dependabot.com/eslint/eslint/issues/12131)) - [`e82388b`](https://github.com/eslint/eslint/commit/e82388bd87717430200ec554634cc08806e38d3c) Sponsors: Sync README with website - [`4aeeeed`](https://github.com/eslint/eslint/commit/4aeeeedb656ee3519ea82ebf0cb41ca801215046) Docs: update docs for ecmaVersion 2020 ([#12120](https://github-redirect.dependabot.com/eslint/eslint/issues/12120)) - [`6886148`](https://github.com/eslint/eslint/commit/6886148d1f528659ec3e125f61ef7a5f4c67556d) Docs: Add duplicate keys limitation to accessor-pairs ([#12124](https://github-redirect.dependabot.com/eslint/eslint/issues/12124)) - [`320b7bd`](https://github.com/eslint/eslint/commit/320b7bdb696c0644e838ec649b08c214d27e3bd3) 6.2.0 - [`9601f5a`](https://github.com/eslint/eslint/commit/9601f5ab150ac8ae86bcf8b09c21e63d6b11f08f) Build: changelog update for 6.2.0 - [`fee6acb`](https://github.com/eslint/eslint/commit/fee6acbe13cecd4c028e681e185fc6a6d6ba9452) Update: support bigint and dynamic import (refs [#11803](https://github-redirect.dependabot.com/eslint/eslint/issues/11803)) ([#11983](https://github-redirect.dependabot.com/eslint/eslint/issues/11983)) - [`afd8012`](https://github.com/eslint/eslint/commit/afd8012c2797f2f5bf3c360cb241ea2ba6e1a489) New: noInlineConfig setting (refs eslint/rfcs#22) ([#12091](https://github-redirect.dependabot.com/eslint/eslint/issues/12091)) - Additional commits viewable in [compare view](https://github.com/eslint/eslint/compare/v5.16.0...v6.2.1)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.