You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/10/22 14:33:23 UTC

[GitHub] [cordova-plugin-dialogs] dependabot[bot] opened a new pull request #131: Bump eslint from 3.19.0 to 6.5.1

dependabot[bot] opened a new pull request #131: Bump eslint from 3.19.0 to 6.5.1
URL: https://github.com/apache/cordova-plugin-dialogs/pull/131
 
 
   Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 to 6.5.1.
   <details>
   <summary>Release notes</summary>
   
   *Sourced from [eslint's releases](https://github.com/eslint/eslint/releases).*
   
   > ## v6.5.1
   > * [`0d3d7d9`](https://github.com/eslint/eslint/commit/0d3d7d9cdd83a7f0e035c95f716a91b9ecc4868b) Docs: fix typo in no-magic-numbers ([#12345](https://github-redirect.dependabot.com/eslint/eslint/issues/12345)) (Josiah Rooney)
   > * [`447ac87`](https://github.com/eslint/eslint/commit/447ac877e8ca2858d61b1e983f72d39e3e2ca74d) Fix: no-useless-rename handles ExperimentalRestProperty (fixes [#12335](https://github-redirect.dependabot.com/eslint/eslint/issues/12335)) ([#12339](https://github-redirect.dependabot.com/eslint/eslint/issues/12339)) (Kai Cataldo)
   > * [`b6ff73c`](https://github.com/eslint/eslint/commit/b6ff73cad13282fbfc91186cf4bc2f20278a8936) Sponsors: Sync README with website (ESLint Jenkins)
   > 
   > ## v6.5.0
   > * [`73596cb`](https://github.com/eslint/eslint/commit/73596cbdf0a12e2878b2994783f9b969b0c5fbeb) Update: Add enforceForSwitchCase option to use-isnan ([#12106](https://github-redirect.dependabot.com/eslint/eslint/issues/12106)) (Milos Djermanovic)
   > * [`d592a24`](https://github.com/eslint/eslint/commit/d592a248d67920f7200925c003f10853d29f1f8d) Fix: exclude `\u000d` so new line won't convert to text (fixes [#12027](https://github-redirect.dependabot.com/eslint/eslint/issues/12027)) ([#12031](https://github-redirect.dependabot.com/eslint/eslint/issues/12031)) (zamboney)
   > * [`e85d27a`](https://github.com/eslint/eslint/commit/e85d27af427d6185ac553a0d801b5103153426d4) Fix: no-regex-spaces false positives and invalid autofix (fixes [#12226](https://github-redirect.dependabot.com/eslint/eslint/issues/12226)) ([#12231](https://github-redirect.dependabot.com/eslint/eslint/issues/12231)) (Milos Djermanovic)
   > * [`b349bf7`](https://github.com/eslint/eslint/commit/b349bf79ad56dded826bc99cb52c3551af34fa63) Fix: prefer-named-capture-group incorrect locations (fixes [#12233](https://github-redirect.dependabot.com/eslint/eslint/issues/12233)) ([#12247](https://github-redirect.dependabot.com/eslint/eslint/issues/12247)) (Milos Djermanovic)
   > * [`7dc1ea9`](https://github.com/eslint/eslint/commit/7dc1ea9a1b9a21daaffcf712ba9c0e91af81b906) Fix: no-useless-return autofix removes comments ([#12292](https://github-redirect.dependabot.com/eslint/eslint/issues/12292)) (Milos Djermanovic)
   > * [`0e68677`](https://github.com/eslint/eslint/commit/0e68677ec0aaf060a071ecf71e4af954dddb6af0) Fix: no-extra-bind autofix removes comments ([#12293](https://github-redirect.dependabot.com/eslint/eslint/issues/12293)) (Milos Djermanovic)
   > * [`6ad7e86`](https://github.com/eslint/eslint/commit/6ad7e864303e56a39c89569d50c6caf80752ee21) Fix: no-extra-label autofix removes comments ([#12298](https://github-redirect.dependabot.com/eslint/eslint/issues/12298)) (Milos Djermanovic)
   > * [`acec201`](https://github.com/eslint/eslint/commit/acec201f06df780791179ad92cfc484f9b6d23d4) Fix: no-undef-init autofix removes comments ([#12299](https://github-redirect.dependabot.com/eslint/eslint/issues/12299)) (Milos Djermanovic)
   > * [`d89390b`](https://github.com/eslint/eslint/commit/d89390b75e3e9993f347387a49b0ac5550f45c7f) Fix: use async reading of stdin in bin/eslint.js (fixes [#12212](https://github-redirect.dependabot.com/eslint/eslint/issues/12212)) ([#12230](https://github-redirect.dependabot.com/eslint/eslint/issues/12230)) (Barrie Treloar)
   > * [`334ca7c`](https://github.com/eslint/eslint/commit/334ca7c8b9c18ac097849c1cefaa43097a4e51dc) Update: no-useless-rename also reports default values (fixes [#12301](https://github-redirect.dependabot.com/eslint/eslint/issues/12301)) ([#12322](https://github-redirect.dependabot.com/eslint/eslint/issues/12322)) (Kai Cataldo)
   > * [`41bfe91`](https://github.com/eslint/eslint/commit/41bfe919c06932b7e58cd9ead20157e06656160a) Update: Fix handling of chained new expressions in new-parens ([#12303](https://github-redirect.dependabot.com/eslint/eslint/issues/12303)) (Milos Djermanovic)
   > * [`160b7c4`](https://github.com/eslint/eslint/commit/160b7c46b556ccb6023eb411a8be8801a4bda6df) Chore: add autofix npm script ([#12330](https://github-redirect.dependabot.com/eslint/eslint/issues/12330)) (Kai Cataldo)
   > * [`04b6adb`](https://github.com/eslint/eslint/commit/04b6adb7f1bcb2b6cb3fa377b1ca4cecd810630e) Chore: enable eslint-plugin-jsdoc (refs [#11146](https://github-redirect.dependabot.com/eslint/eslint/issues/11146)) ([#12332](https://github-redirect.dependabot.com/eslint/eslint/issues/12332)) (Kai Cataldo)
   > * [`9b86167`](https://github.com/eslint/eslint/commit/9b86167e6f053e4a72bf68ebc79db53903f7f8c3) Docs: Add new ES environments to Configuring ESLint ([#12289](https://github-redirect.dependabot.com/eslint/eslint/issues/12289)) (Milos Djermanovic)
   > * [`c9aeab2`](https://github.com/eslint/eslint/commit/c9aeab21a71c6743f51163b7a8fdf4f0cbfcdbde) Docs: Add supported ECMAScript version to README ([#12290](https://github-redirect.dependabot.com/eslint/eslint/issues/12290)) (Milos Djermanovic)
   > * [`8316e7b`](https://github.com/eslint/eslint/commit/8316e7be5a9429513d7ecf2ee2afc40ab4415b8f) Fix: no-useless-rename autofix removes comments ([#12300](https://github-redirect.dependabot.com/eslint/eslint/issues/12300)) (Milos Djermanovic)
   > * [`29c12f1`](https://github.com/eslint/eslint/commit/29c12f18726a3afb21fc89ab1bdacc6972d49e68) Chore: cache results in runtime-info ([#12320](https://github-redirect.dependabot.com/eslint/eslint/issues/12320)) (Kai Cataldo)
   > * [`f5537b2`](https://github.com/eslint/eslint/commit/f5537b2ed0b0b5e51a34c22cdd4ebfd024eaea3d) Fix: prefer-numeric-literals autofix removes comments ([#12313](https://github-redirect.dependabot.com/eslint/eslint/issues/12313)) (Milos Djermanovic)
   > * [`11ae6fc`](https://github.com/eslint/eslint/commit/11ae6fcb5d5503e5dea41c02780369efe51f0bb9) Update: Fix call, new and member expressions in no-extra-parens ([#12302](https://github-redirect.dependabot.com/eslint/eslint/issues/12302)) (Milos Djermanovic)
   > * [`a7894eb`](https://github.com/eslint/eslint/commit/a7894ebb43523152d36720efa770bb1fe8b58c07) New: add --env-info flag to CLI ([#12270](https://github-redirect.dependabot.com/eslint/eslint/issues/12270)) (Kai Cataldo)
   > * [`61392ff`](https://github.com/eslint/eslint/commit/61392ff5ec660bfc01ac2ff0e9660d259cf88fd6) Sponsors: Sync README with website (ESLint Jenkins)
   > * [`2c6bf8e`](https://github.com/eslint/eslint/commit/2c6bf8ea9c8a8f94746f980bd5bea0a8c5c4d6b7) Docs: English fix ([#12306](https://github-redirect.dependabot.com/eslint/eslint/issues/12306)) (Daniel Nixon)
   > * [`6f11877`](https://github.com/eslint/eslint/commit/6f118778366613fc53036cb6a7537e1b4c6e7af8) Sponsors: Sync README with website (ESLint Jenkins)
   > * [`2e202ca`](https://github.com/eslint/eslint/commit/2e202ca2228846e6226aa8dd99c614d572fb86a8) Docs: fix links in array-callback-return ([#12288](https://github-redirect.dependabot.com/eslint/eslint/issues/12288)) (Milos Djermanovic)
   > * [`e39c631`](https://github.com/eslint/eslint/commit/e39c6318af0fd27edd5fd2aaf2b24a3e204005dd) Docs: add example for CLIEngine#executeOnText 3rd arg ([#12286](https://github-redirect.dependabot.com/eslint/eslint/issues/12286)) (Kai Cataldo)
   > * [`d4f9a16`](https://github.com/eslint/eslint/commit/d4f9a16af7e00021e2ed63823d9c2f149bc985d6) Update: add support for JSXFragments in indent rule (fixes [#12208](https://github-redirect.dependabot.com/eslint/eslint/issues/12208)) ([#12210](https://github-redirect.dependabot.com/eslint/eslint/issues/12210)) (Kai Cataldo)
   > * [`c6af95f`](https://github.com/eslint/eslint/commit/c6af95f5bf1ef10f08545d54fd52b98e85fdf7f7) Sponsors: Sync README with website (ESLint Jenkins)
   > * [`8cadd52`](https://github.com/eslint/eslint/commit/8cadd5229b7372aed0d4785dcae15532a399bf55) Sponsors: Sync README with website (ESLint Jenkins)
   > * [`f9fc695`](https://github.com/eslint/eslint/commit/f9fc695d77c19cd5ecb3f0e97e1ea124c8543409) Chore: enable default-param-last ([#12244](https://github-redirect.dependabot.com/eslint/eslint/issues/12244)) (薛定谔的猫)
   > * [`9984c3e`](https://github.com/eslint/eslint/commit/9984c3e27c92de76b8c05a58525dbcea12b10b83) Docs: Update README team and sponsors (ESLint Jenkins)
   > 
   > ## v6.4.0
   > * [`e915fff`](https://github.com/eslint/eslint/commit/e915fffb6089a23ff1cae926cc607f9b87dc1819) Docs: Improve examples and clarify default option ([#12067](https://github-redirect.dependabot.com/eslint/eslint/issues/12067)) (Yuping Zuo)
   > * [`540296f`](https://github.com/eslint/eslint/commit/540296fcecd232a09dc873a5a22f5839b59b7842) Update: enforceForClassMembers option to accessor-pairs (fixes [#12063](https://github-redirect.dependabot.com/eslint/eslint/issues/12063)) ([#12192](https://github-redirect.dependabot.com/eslint/eslint/issues/12192)) (Milos Djermanovic)
   > * [`d3c2334`](https://github.com/eslint/eslint/commit/d3c2334646eae9287d5be9e457d041e445efb512) Update: flag nested block with declaration as error ([#12193](https://github-redirect.dependabot.com/eslint/eslint/issues/12193)) (David Waller)
   > * [`b2498d2`](https://github.com/eslint/eslint/commit/b2498d284b9c30ed1543429c2f45d9014e12fe22) Update: Fix handling of property names in no-self-assign ([#12105](https://github-redirect.dependabot.com/eslint/eslint/issues/12105)) (Milos Djermanovic)
   > * [`1ee61b0`](https://github.com/eslint/eslint/commit/1ee61b06715fcc750be2c923034a1e59ba663287) Update: enforceForClassMembers computed-property-spacing (fixes [#12049](https://github-redirect.dependabot.com/eslint/eslint/issues/12049)) ([#12214](https://github-redirect.dependabot.com/eslint/eslint/issues/12214)) (Milos Djermanovic)
   > * [`520c922`](https://github.com/eslint/eslint/commit/520c92270eed6e90c1a796e8af275980f01705e0) Docs: Added naming convention details to plugin usage ([#12202](https://github-redirect.dependabot.com/eslint/eslint/issues/12202)) (Henrique Barcelos)
   > * [`f826eab`](https://github.com/eslint/eslint/commit/f826eabbeecddb047f58f4e7308a14c18148d369) Fix: Allow line comment exception in object-curly-spacing (fixes [#11902](https://github-redirect.dependabot.com/eslint/eslint/issues/11902)) ([#12216](https://github-redirect.dependabot.com/eslint/eslint/issues/12216)) (Milos Djermanovic)
   > * [`db2a29b`](https://github.com/eslint/eslint/commit/db2a29beb0fa28183f65bf9e659c66c03a8918b5) Update: indentation of comment followed by semicolon (fixes [#12232](https://github-redirect.dependabot.com/eslint/eslint/issues/12232)) ([#12243](https://github-redirect.dependabot.com/eslint/eslint/issues/12243)) (Kai Cataldo)
   > * [`ae17d1c`](https://github.com/eslint/eslint/commit/ae17d1ca59dd466aa64da0680ec2453c2dc3b80d) Fix: no-sequences is reporting incorrect locations ([#12241](https://github-redirect.dependabot.com/eslint/eslint/issues/12241)) (Milos Djermanovic)
   > * [`365331a`](https://github.com/eslint/eslint/commit/365331a42e22af5a77ac9cfa9673d6a8f653eb5a) Fix: object-shorthand providing invalid fixes for typescript ([#12260](https://github-redirect.dependabot.com/eslint/eslint/issues/12260)) (Brad Zacher)
   > * [`1c921c6`](https://github.com/eslint/eslint/commit/1c921c6dfd7ddfb0308c8103e53d32c1241475f0) New: add no-import-assign (fixes [#12237](https://github-redirect.dependabot.com/eslint/eslint/issues/12237)) ([#12252](https://github-redirect.dependabot.com/eslint/eslint/issues/12252)) (Toru Nagashima)
   > * [`3be04fd`](https://github.com/eslint/eslint/commit/3be04fd6a4e7b3f5a5ecb845a29cf29b71fe2dfb) New: Add prefer-regex-literals rule (fixes [#12238](https://github-redirect.dependabot.com/eslint/eslint/issues/12238)) ([#12254](https://github-redirect.dependabot.com/eslint/eslint/issues/12254)) (Milos Djermanovic)
   ></tr></table> ... (truncated)
   </details>
   <details>
   <summary>Changelog</summary>
   
   *Sourced from [eslint's changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md).*
   
   > v6.5.1 - September 30, 2019
   > 
   > * [`0d3d7d9`](https://github.com/eslint/eslint/commit/0d3d7d9cdd83a7f0e035c95f716a91b9ecc4868b) Docs: fix typo in no-magic-numbers ([#12345](https://github-redirect.dependabot.com/eslint/eslint/issues/12345)) (Josiah Rooney)
   > * [`447ac87`](https://github.com/eslint/eslint/commit/447ac877e8ca2858d61b1e983f72d39e3e2ca74d) Fix: no-useless-rename handles ExperimentalRestProperty (fixes [#12335](https://github-redirect.dependabot.com/eslint/eslint/issues/12335)) ([#12339](https://github-redirect.dependabot.com/eslint/eslint/issues/12339)) (Kai Cataldo)
   > * [`b6ff73c`](https://github.com/eslint/eslint/commit/b6ff73cad13282fbfc91186cf4bc2f20278a8936) Sponsors: Sync README with website (ESLint Jenkins)
   > 
   > v6.5.0 - September 29, 2019
   > 
   > * [`73596cb`](https://github.com/eslint/eslint/commit/73596cbdf0a12e2878b2994783f9b969b0c5fbeb) Update: Add enforceForSwitchCase option to use-isnan ([#12106](https://github-redirect.dependabot.com/eslint/eslint/issues/12106)) (Milos Djermanovic)
   > * [`d592a24`](https://github.com/eslint/eslint/commit/d592a248d67920f7200925c003f10853d29f1f8d) Fix: exclude `\u000d` so new line won't convert to text (fixes [#12027](https://github-redirect.dependabot.com/eslint/eslint/issues/12027)) ([#12031](https://github-redirect.dependabot.com/eslint/eslint/issues/12031)) (zamboney)
   > * [`e85d27a`](https://github.com/eslint/eslint/commit/e85d27af427d6185ac553a0d801b5103153426d4) Fix: no-regex-spaces false positives and invalid autofix (fixes [#12226](https://github-redirect.dependabot.com/eslint/eslint/issues/12226)) ([#12231](https://github-redirect.dependabot.com/eslint/eslint/issues/12231)) (Milos Djermanovic)
   > * [`b349bf7`](https://github.com/eslint/eslint/commit/b349bf79ad56dded826bc99cb52c3551af34fa63) Fix: prefer-named-capture-group incorrect locations (fixes [#12233](https://github-redirect.dependabot.com/eslint/eslint/issues/12233)) ([#12247](https://github-redirect.dependabot.com/eslint/eslint/issues/12247)) (Milos Djermanovic)
   > * [`7dc1ea9`](https://github.com/eslint/eslint/commit/7dc1ea9a1b9a21daaffcf712ba9c0e91af81b906) Fix: no-useless-return autofix removes comments ([#12292](https://github-redirect.dependabot.com/eslint/eslint/issues/12292)) (Milos Djermanovic)
   > * [`0e68677`](https://github.com/eslint/eslint/commit/0e68677ec0aaf060a071ecf71e4af954dddb6af0) Fix: no-extra-bind autofix removes comments ([#12293](https://github-redirect.dependabot.com/eslint/eslint/issues/12293)) (Milos Djermanovic)
   > * [`6ad7e86`](https://github.com/eslint/eslint/commit/6ad7e864303e56a39c89569d50c6caf80752ee21) Fix: no-extra-label autofix removes comments ([#12298](https://github-redirect.dependabot.com/eslint/eslint/issues/12298)) (Milos Djermanovic)
   > * [`acec201`](https://github.com/eslint/eslint/commit/acec201f06df780791179ad92cfc484f9b6d23d4) Fix: no-undef-init autofix removes comments ([#12299](https://github-redirect.dependabot.com/eslint/eslint/issues/12299)) (Milos Djermanovic)
   > * [`d89390b`](https://github.com/eslint/eslint/commit/d89390b75e3e9993f347387a49b0ac5550f45c7f) Fix: use async reading of stdin in bin/eslint.js (fixes [#12212](https://github-redirect.dependabot.com/eslint/eslint/issues/12212)) ([#12230](https://github-redirect.dependabot.com/eslint/eslint/issues/12230)) (Barrie Treloar)
   > * [`334ca7c`](https://github.com/eslint/eslint/commit/334ca7c8b9c18ac097849c1cefaa43097a4e51dc) Update: no-useless-rename also reports default values (fixes [#12301](https://github-redirect.dependabot.com/eslint/eslint/issues/12301)) ([#12322](https://github-redirect.dependabot.com/eslint/eslint/issues/12322)) (Kai Cataldo)
   > * [`41bfe91`](https://github.com/eslint/eslint/commit/41bfe919c06932b7e58cd9ead20157e06656160a) Update: Fix handling of chained new expressions in new-parens ([#12303](https://github-redirect.dependabot.com/eslint/eslint/issues/12303)) (Milos Djermanovic)
   > * [`160b7c4`](https://github.com/eslint/eslint/commit/160b7c46b556ccb6023eb411a8be8801a4bda6df) Chore: add autofix npm script ([#12330](https://github-redirect.dependabot.com/eslint/eslint/issues/12330)) (Kai Cataldo)
   > * [`04b6adb`](https://github.com/eslint/eslint/commit/04b6adb7f1bcb2b6cb3fa377b1ca4cecd810630e) Chore: enable eslint-plugin-jsdoc (refs [#11146](https://github-redirect.dependabot.com/eslint/eslint/issues/11146)) ([#12332](https://github-redirect.dependabot.com/eslint/eslint/issues/12332)) (Kai Cataldo)
   > * [`9b86167`](https://github.com/eslint/eslint/commit/9b86167e6f053e4a72bf68ebc79db53903f7f8c3) Docs: Add new ES environments to Configuring ESLint ([#12289](https://github-redirect.dependabot.com/eslint/eslint/issues/12289)) (Milos Djermanovic)
   > * [`c9aeab2`](https://github.com/eslint/eslint/commit/c9aeab21a71c6743f51163b7a8fdf4f0cbfcdbde) Docs: Add supported ECMAScript version to README ([#12290](https://github-redirect.dependabot.com/eslint/eslint/issues/12290)) (Milos Djermanovic)
   > * [`8316e7b`](https://github.com/eslint/eslint/commit/8316e7be5a9429513d7ecf2ee2afc40ab4415b8f) Fix: no-useless-rename autofix removes comments ([#12300](https://github-redirect.dependabot.com/eslint/eslint/issues/12300)) (Milos Djermanovic)
   > * [`29c12f1`](https://github.com/eslint/eslint/commit/29c12f18726a3afb21fc89ab1bdacc6972d49e68) Chore: cache results in runtime-info ([#12320](https://github-redirect.dependabot.com/eslint/eslint/issues/12320)) (Kai Cataldo)
   > * [`f5537b2`](https://github.com/eslint/eslint/commit/f5537b2ed0b0b5e51a34c22cdd4ebfd024eaea3d) Fix: prefer-numeric-literals autofix removes comments ([#12313](https://github-redirect.dependabot.com/eslint/eslint/issues/12313)) (Milos Djermanovic)
   > * [`11ae6fc`](https://github.com/eslint/eslint/commit/11ae6fcb5d5503e5dea41c02780369efe51f0bb9) Update: Fix call, new and member expressions in no-extra-parens ([#12302](https://github-redirect.dependabot.com/eslint/eslint/issues/12302)) (Milos Djermanovic)
   > * [`a7894eb`](https://github.com/eslint/eslint/commit/a7894ebb43523152d36720efa770bb1fe8b58c07) New: add --env-info flag to CLI ([#12270](https://github-redirect.dependabot.com/eslint/eslint/issues/12270)) (Kai Cataldo)
   > * [`61392ff`](https://github.com/eslint/eslint/commit/61392ff5ec660bfc01ac2ff0e9660d259cf88fd6) Sponsors: Sync README with website (ESLint Jenkins)
   > * [`2c6bf8e`](https://github.com/eslint/eslint/commit/2c6bf8ea9c8a8f94746f980bd5bea0a8c5c4d6b7) Docs: English fix ([#12306](https://github-redirect.dependabot.com/eslint/eslint/issues/12306)) (Daniel Nixon)
   > * [`6f11877`](https://github.com/eslint/eslint/commit/6f118778366613fc53036cb6a7537e1b4c6e7af8) Sponsors: Sync README with website (ESLint Jenkins)
   > * [`2e202ca`](https://github.com/eslint/eslint/commit/2e202ca2228846e6226aa8dd99c614d572fb86a8) Docs: fix links in array-callback-return ([#12288](https://github-redirect.dependabot.com/eslint/eslint/issues/12288)) (Milos Djermanovic)
   > * [`e39c631`](https://github.com/eslint/eslint/commit/e39c6318af0fd27edd5fd2aaf2b24a3e204005dd) Docs: add example for CLIEngine#executeOnText 3rd arg ([#12286](https://github-redirect.dependabot.com/eslint/eslint/issues/12286)) (Kai Cataldo)
   > * [`d4f9a16`](https://github.com/eslint/eslint/commit/d4f9a16af7e00021e2ed63823d9c2f149bc985d6) Update: add support for JSXFragments in indent rule (fixes [#12208](https://github-redirect.dependabot.com/eslint/eslint/issues/12208)) ([#12210](https://github-redirect.dependabot.com/eslint/eslint/issues/12210)) (Kai Cataldo)
   > * [`c6af95f`](https://github.com/eslint/eslint/commit/c6af95f5bf1ef10f08545d54fd52b98e85fdf7f7) Sponsors: Sync README with website (ESLint Jenkins)
   > * [`8cadd52`](https://github.com/eslint/eslint/commit/8cadd5229b7372aed0d4785dcae15532a399bf55) Sponsors: Sync README with website (ESLint Jenkins)
   > * [`f9fc695`](https://github.com/eslint/eslint/commit/f9fc695d77c19cd5ecb3f0e97e1ea124c8543409) Chore: enable default-param-last ([#12244](https://github-redirect.dependabot.com/eslint/eslint/issues/12244)) (薛定谔的猫)
   > * [`9984c3e`](https://github.com/eslint/eslint/commit/9984c3e27c92de76b8c05a58525dbcea12b10b83) Docs: Update README team and sponsors (ESLint Jenkins)
   > 
   > v6.4.0 - September 13, 2019
   > 
   > * [`e915fff`](https://github.com/eslint/eslint/commit/e915fffb6089a23ff1cae926cc607f9b87dc1819) Docs: Improve examples and clarify default option ([#12067](https://github-redirect.dependabot.com/eslint/eslint/issues/12067)) (Yuping Zuo)
   > * [`540296f`](https://github.com/eslint/eslint/commit/540296fcecd232a09dc873a5a22f5839b59b7842) Update: enforceForClassMembers option to accessor-pairs (fixes [#12063](https://github-redirect.dependabot.com/eslint/eslint/issues/12063)) ([#12192](https://github-redirect.dependabot.com/eslint/eslint/issues/12192)) (Milos Djermanovic)
   > * [`d3c2334`](https://github.com/eslint/eslint/commit/d3c2334646eae9287d5be9e457d041e445efb512) Update: flag nested block with declaration as error ([#12193](https://github-redirect.dependabot.com/eslint/eslint/issues/12193)) (David Waller)
   > * [`b2498d2`](https://github.com/eslint/eslint/commit/b2498d284b9c30ed1543429c2f45d9014e12fe22) Update: Fix handling of property names in no-self-assign ([#12105](https://github-redirect.dependabot.com/eslint/eslint/issues/12105)) (Milos Djermanovic)
   > * [`1ee61b0`](https://github.com/eslint/eslint/commit/1ee61b06715fcc750be2c923034a1e59ba663287) Update: enforceForClassMembers computed-property-spacing (fixes [#12049](https://github-redirect.dependabot.com/eslint/eslint/issues/12049)) ([#12214](https://github-redirect.dependabot.com/eslint/eslint/issues/12214)) (Milos Djermanovic)
   > * [`520c922`](https://github.com/eslint/eslint/commit/520c92270eed6e90c1a796e8af275980f01705e0) Docs: Added naming convention details to plugin usage ([#12202](https://github-redirect.dependabot.com/eslint/eslint/issues/12202)) (Henrique Barcelos)
   > * [`f826eab`](https://github.com/eslint/eslint/commit/f826eabbeecddb047f58f4e7308a14c18148d369) Fix: Allow line comment exception in object-curly-spacing (fixes [#11902](https://github-redirect.dependabot.com/eslint/eslint/issues/11902)) ([#12216](https://github-redirect.dependabot.com/eslint/eslint/issues/12216)) (Milos Djermanovic)
   > * [`db2a29b`](https://github.com/eslint/eslint/commit/db2a29beb0fa28183f65bf9e659c66c03a8918b5) Update: indentation of comment followed by semicolon (fixes [#12232](https://github-redirect.dependabot.com/eslint/eslint/issues/12232)) ([#12243](https://github-redirect.dependabot.com/eslint/eslint/issues/12243)) (Kai Cataldo)
   > * [`ae17d1c`](https://github.com/eslint/eslint/commit/ae17d1ca59dd466aa64da0680ec2453c2dc3b80d) Fix: no-sequences is reporting incorrect locations ([#12241](https://github-redirect.dependabot.com/eslint/eslint/issues/12241)) (Milos Djermanovic)
   ></tr></table> ... (truncated)
   </details>
   <details>
   <summary>Commits</summary>
   
   - [`f150f7f`](https://github.com/eslint/eslint/commit/f150f7f8fa1c992d60fcce0ede6c0557cb1f43a5) 6.5.1
   - [`571307f`](https://github.com/eslint/eslint/commit/571307fdb2e0b04ca37702dd5174b3b60c715f6f) Build: changelog update for 6.5.1
   - [`0d3d7d9`](https://github.com/eslint/eslint/commit/0d3d7d9cdd83a7f0e035c95f716a91b9ecc4868b) Docs: fix typo in no-magic-numbers ([#12345](https://github-redirect.dependabot.com/eslint/eslint/issues/12345))
   - [`447ac87`](https://github.com/eslint/eslint/commit/447ac877e8ca2858d61b1e983f72d39e3e2ca74d) Fix: no-useless-rename handles ExperimentalRestProperty (fixes [#12335](https://github-redirect.dependabot.com/eslint/eslint/issues/12335)) ([#12339](https://github-redirect.dependabot.com/eslint/eslint/issues/12339))
   - [`b6ff73c`](https://github.com/eslint/eslint/commit/b6ff73cad13282fbfc91186cf4bc2f20278a8936) Sponsors: Sync README with website
   - [`76fb571`](https://github.com/eslint/eslint/commit/76fb571a1c15b040e42272435eb0d023cdcb031e) 6.5.0
   - [`7359a80`](https://github.com/eslint/eslint/commit/7359a80f587b1aed4716d8397cc18629f8f948ab) Build: changelog update for 6.5.0
   - [`73596cb`](https://github.com/eslint/eslint/commit/73596cbdf0a12e2878b2994783f9b969b0c5fbeb) Update: Add enforceForSwitchCase option to use-isnan ([#12106](https://github-redirect.dependabot.com/eslint/eslint/issues/12106))
   - [`d592a24`](https://github.com/eslint/eslint/commit/d592a248d67920f7200925c003f10853d29f1f8d) Fix: exclude `\u000d` so new line won't convert to text (fixes [#12027](https://github-redirect.dependabot.com/eslint/eslint/issues/12027)) ([#12031](https://github-redirect.dependabot.com/eslint/eslint/issues/12031))
   - [`e85d27a`](https://github.com/eslint/eslint/commit/e85d27af427d6185ac553a0d801b5103153426d4) Fix: no-regex-spaces false positives and invalid autofix (fixes [#12226](https://github-redirect.dependabot.com/eslint/eslint/issues/12226)) ([#12231](https://github-redirect.dependabot.com/eslint/eslint/issues/12231))
   - Additional commits viewable in [compare view](https://github.com/eslint/eslint/compare/v3.19.0...v6.5.1)
   </details>
   <br />
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint&package-manager=npm_and_yarn&previous-version=3.19.0&new-version=6.5.1)](https://help.github.com/articles/configuring-automated-security-fixes)
   
   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`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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
   
   You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/cordova-plugin-dialogs/network/alerts).
   
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org