MobileFirstLLC / extension-cli

Command line tool for building extensions/add-ons for chromium based browsers.
https://oss.mobilefirst.me/extension-cli
MIT License
172 stars 25 forks source link

fix(deps): update dependency eslint to v8.11.0 #167

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint (source) 8.8.0 -> 8.11.0 age adoption passing confidence

Release Notes

eslint/eslint ### [`v8.11.0`](https://togithub.com/eslint/eslint/releases/v8.11.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.10.0...v8.11.0) #### Features - [`800bd25`](https://togithub.com/eslint/eslint/commit/800bd258e4484de24323809ebbf13fc72fcbabac) feat: add `destructuredArrayIgnorePattern` option in `no-unused-vars` ([#​15649](https://togithub.com/eslint/eslint/issues/15649)) (Nitin Kumar) - [`8933fe7`](https://togithub.com/eslint/eslint/commit/8933fe7afcc7cdd99cc0efccc08e8fe3a5e2996f) feat: Catch `undefined` and `Boolean()` in no-constant-condition ([#​15613](https://togithub.com/eslint/eslint/issues/15613)) (Jordan Eldredge) - [`f90fd9d`](https://togithub.com/eslint/eslint/commit/f90fd9d779a5b28dfd15ca3f993e6b3cd09e71e8) feat: Add ESLint favicon to the HTML report document ([#​15671](https://togithub.com/eslint/eslint/issues/15671)) (Mahdi Hosseinzadeh) - [`57b8a57`](https://togithub.com/eslint/eslint/commit/57b8a57be75ed2379fe39c93168175090dfe4cdd) feat: `valid-typeof` always ban `undefined` ([#​15635](https://togithub.com/eslint/eslint/issues/15635)) (Zzzen) #### Bug Fixes - [`6814922`](https://togithub.com/eslint/eslint/commit/68149221637faa8e4f2718773e751126b7ae8ac9) fix: escaping for square brackets in ignore patterns ([#​15666](https://togithub.com/eslint/eslint/issues/15666)) (Milos Djermanovic) - [`c178ce7`](https://togithub.com/eslint/eslint/commit/c178ce7044b5c19db2f4aabfdbe58003db5062fd) fix: extend the autofix range in comma-dangle to ensure the last element ([#​15669](https://togithub.com/eslint/eslint/issues/15669)) (Milos Djermanovic) #### Documentation - [`c481cec`](https://togithub.com/eslint/eslint/commit/c481cecacc728618832b4044374e445d332b4381) docs: add fast-eslint-8 to atom integrations (userguide) ([#​15695](https://togithub.com/eslint/eslint/issues/15695)) (db developer) - [`d2255db`](https://togithub.com/eslint/eslint/commit/d2255db24526de604b4a34e90c870158c4ea277e) docs: Add clarification about `eslint-enable` ([#​15680](https://togithub.com/eslint/eslint/issues/15680)) (dosisod) - [`8b9433c`](https://togithub.com/eslint/eslint/commit/8b9433c90c842d8ec06f633df7fbba6ac6d5036b) docs: add object pattern to first section of computed-property-spacing ([#​15679](https://togithub.com/eslint/eslint/issues/15679)) (Milos Djermanovic) - [`de800c3`](https://togithub.com/eslint/eslint/commit/de800c3c0b8e3f85921b40eaa97134fef12effa2) docs: link to minimatch docs added. ([#​15688](https://togithub.com/eslint/eslint/issues/15688)) (Gaurav Tewari) - [`8f675b1`](https://togithub.com/eslint/eslint/commit/8f675b1f7f6c0591abe36c20410d226bd9e1faa6) docs: sort-imports add single named import example ([#​15675](https://togithub.com/eslint/eslint/issues/15675)) (Arye Eidelman) #### Chores - [`385c9ad`](https://togithub.com/eslint/eslint/commit/385c9ad685b24b1821ec4085596b3aad299fb751) chore: rm trailing space in docs ([#​15689](https://togithub.com/eslint/eslint/issues/15689)) (唯然) ### [`v8.10.0`](https://togithub.com/eslint/eslint/releases/v8.10.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.9.0...v8.10.0) #### Features - [`6e2c325`](https://togithub.com/eslint/eslint/commit/6e2c325324479df1b3f868cf00a529b67d2c3d82) feat: Add `ignoreOnInitialization` option to no-shadow rule ([#​14963](https://togithub.com/eslint/eslint/issues/14963)) (Soufiane Boutahlil) - [`115cae5`](https://togithub.com/eslint/eslint/commit/115cae54125b9ef509af90620f51d4a692b51ab7) feat: `--debug` prints time it takes to parse a file ([#​15609](https://togithub.com/eslint/eslint/issues/15609)) (Bartek Iwańczuk) - [`345e70d`](https://togithub.com/eslint/eslint/commit/345e70d9d6490fb12b18953f56f3cea28fd61d83) feat: Add `onlyOneSimpleParam` option to no-confusing-arrow rule ([#​15566](https://togithub.com/eslint/eslint/issues/15566)) (Gautam Arora) #### Bug Fixes - [`cdc5802`](https://togithub.com/eslint/eslint/commit/cdc58025d9a8b522f516c3665d225b69a76c4ee1) fix: Avoid `__dirname` for built-in configs ([#​15616](https://togithub.com/eslint/eslint/issues/15616)) (DoZerg) - [`ee7c5d1`](https://togithub.com/eslint/eslint/commit/ee7c5d14a2cb5ce352d1851cec858b942572d2cc) fix: false positive in `camelcase` with combined properties ([#​15581](https://togithub.com/eslint/eslint/issues/15581)) (Nitin Kumar) #### Documentation - [`1005bd5`](https://togithub.com/eslint/eslint/commit/1005bd525a08208fee124149a6ad4cf9da20d7d5) docs: update CLA information ([#​15630](https://togithub.com/eslint/eslint/issues/15630)) (Nitin Kumar) - [`5d65c3b`](https://togithub.com/eslint/eslint/commit/5d65c3bc1e514ed07406c502437a1642913b27ed) docs: Fix typo in `no-irregular-whitespace` ([#​15634](https://togithub.com/eslint/eslint/issues/15634)) (Ryota Sekiya) - [`b93af98`](https://togithub.com/eslint/eslint/commit/b93af98b3c417225a027cabc964c38e779adb945) docs: add links between rules about whitespace around block curly braces ([#​15625](https://togithub.com/eslint/eslint/issues/15625)) (Milos Djermanovic) - [`ebc0460`](https://togithub.com/eslint/eslint/commit/ebc0460c411ea608ba5bab05829a1fd122fe21e8) docs: update babel links ([#​15624](https://togithub.com/eslint/eslint/issues/15624)) (Milos Djermanovic) #### Chores - [`7cec74e`](https://togithub.com/eslint/eslint/commit/7cec74e842b6e51da1b00a9e9b2c9da97dd17362) chore: upgrade [@​eslint/eslintrc](https://togithub.com/eslint/eslintrc)[@​1](https://togithub.com/1).2.0 ([#​15648](https://togithub.com/eslint/eslint/issues/15648)) (Milos Djermanovic) - [`11c8580`](https://togithub.com/eslint/eslint/commit/11c8580de0dcedd5577cffe2b23d23a322cc97df) chore: read `ESLINT_MOCHA_TIMEOUT` env var in Makefile.js ([#​15626](https://togithub.com/eslint/eslint/issues/15626)) (Piggy) - [`bfaa548`](https://togithub.com/eslint/eslint/commit/bfaa5488bbc794c0d160fb55bd277a2c618953b2) test: add integration tests with built-in configs ([#​15612](https://togithub.com/eslint/eslint/issues/15612)) (Milos Djermanovic) - [`39a2fb3`](https://togithub.com/eslint/eslint/commit/39a2fb3f448a7096bfb2fc172fef6cc3f6a7ed3b) perf: fix lazy loading of core rules ([#​15606](https://togithub.com/eslint/eslint/issues/15606)) (Milos Djermanovic) - [`3fc9196`](https://togithub.com/eslint/eslint/commit/3fc919626ef6a00e35bb6b559b60a1e89cf6ca1a) chore: include `tests/conf` in test runs ([#​15610](https://togithub.com/eslint/eslint/issues/15610)) (Milos Djermanovic) ### [`v8.9.0`](https://togithub.com/eslint/eslint/releases/v8.9.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.8.0...v8.9.0) #### Features - [`68f64a9`](https://togithub.com/eslint/eslint/commit/68f64a9218341e5e9d83270c72587e1b413846de) feat: update eslint-scope to ignore `"use strict"` directives in ES3 ([#​15595](https://togithub.com/eslint/eslint/issues/15595)) (Milos Djermanovic) - [`db57639`](https://togithub.com/eslint/eslint/commit/db576396d20f5e31af1a90f8e5d88e08284a1672) feat: add `es2016`, `es2018`, `es2019`, and `es2022` environments ([#​15587](https://togithub.com/eslint/eslint/issues/15587)) (Milos Djermanovic) - [`2dc38aa`](https://togithub.com/eslint/eslint/commit/2dc38aa653f1d5137a9abf82024c67a11620bb7c) feat: fix bug with arrow function return types in function-paren-newline ([#​15541](https://togithub.com/eslint/eslint/issues/15541)) (Milos Djermanovic) - [`6f940c3`](https://togithub.com/eslint/eslint/commit/6f940c3ce715327f282c197d0f71b91848e5d83d) feat: Implement FlatRuleTester ([#​15519](https://togithub.com/eslint/eslint/issues/15519)) (Nicholas C. Zakas) #### Documentation - [`570a036`](https://togithub.com/eslint/eslint/commit/570a03699c5abfbcde39bb00fba39329695771e5) docs: add `one-var` example with `for-loop` initializer ([#​15596](https://togithub.com/eslint/eslint/issues/15596)) (Milos Djermanovic) - [`417191d`](https://togithub.com/eslint/eslint/commit/417191dff0dbfa353675c409e25f27f578ee1559) docs: Remove the $ prefix in terminal commands ([#​15565](https://togithub.com/eslint/eslint/issues/15565)) (Andreas Lewis) - [`389ff34`](https://togithub.com/eslint/eslint/commit/389ff34e26cb8ebad49e5ace0280a1f859f8d7ca) docs: add missing `Variable#scope` property in the scope manager docs ([#​15571](https://togithub.com/eslint/eslint/issues/15571)) (Milos Djermanovic) - [`f63795d`](https://togithub.com/eslint/eslint/commit/f63795dc710f6394d884932034a3e0cbe48f4ad2) docs: no-eval replace dead link with working one ([#​15568](https://togithub.com/eslint/eslint/issues/15568)) (rasenplanscher) - [`0383591`](https://togithub.com/eslint/eslint/commit/0383591a6cd7083455af9e34fa9333da7fed46bf) docs: Remove old Markdown issue template ([#​15556](https://togithub.com/eslint/eslint/issues/15556)) (Brandon Mills) - [`a8dd5a2`](https://togithub.com/eslint/eslint/commit/a8dd5a286bcb68595b85cd29490e081251a2c3c7) docs: add 'when not to use it' section in no-duplicate-case docs ([#​15563](https://togithub.com/eslint/eslint/issues/15563)) (Milos Djermanovic) - [`1ad439e`](https://togithub.com/eslint/eslint/commit/1ad439ed1d6c4ee50183c8f5d146a771e6c1be4c) docs: add missed verb in docs ([#​15550](https://togithub.com/eslint/eslint/issues/15550)) (Jeff Mosawy) #### Chores - [`586d45c`](https://togithub.com/eslint/eslint/commit/586d45c54b8468fb23376b7b2aedf984cf701cc2) chore: Upgrade to espree@9.3.1 ([#​15600](https://togithub.com/eslint/eslint/issues/15600)) (Milos Djermanovic) - [`623e1e2`](https://togithub.com/eslint/eslint/commit/623e1e28643381025b393a379493d9baea9b4869) chore: Upgrade to eslint-visitor-keys@3.3.0 ([#​15599](https://togithub.com/eslint/eslint/issues/15599)) (Milos Djermanovic) - [`355b23d`](https://togithub.com/eslint/eslint/commit/355b23d0c4e050be4e53292f552a47c10ec6e00e) chore: fix outdated link to Code of Conduct in PR template ([#​15578](https://togithub.com/eslint/eslint/issues/15578)) (Rich Trott) - [`b10fef2`](https://togithub.com/eslint/eslint/commit/b10fef25c99134d514fec4ddde19302661db5974) ci: use Node 16 for browser test ([#​15569](https://togithub.com/eslint/eslint/issues/15569)) (Milos Djermanovic) - [`92f89fb`](https://togithub.com/eslint/eslint/commit/92f89fb0647fef10468fd70d6782a845d75330e3) chore: suggest demo link in bug report template ([#​15557](https://togithub.com/eslint/eslint/issues/15557)) (Brandon Mills)

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.

renovate[bot] commented 2 years ago

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will now ignore this update (8.11.0). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps array of your renovate config.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.