super3 / zmine

Simple Zcash GUI miner built with Node and Vue.
http://www.zmine.org/
GNU Affero General Public License v3.0
7 stars 4 forks source link

Bump xo from 0.21.1 to 0.23.0 #34

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps xo from 0.21.1 to 0.23.0.

Release notes *Sourced from [xo's releases](https://github.com/xojs/xo/releases).* > ## v0.23.0 > ## Highlights > > - In [v0.22.0](https://github.com/xojs/xo/releases/tag/v0.22.0), we added support for `.ts` and `.tsx` extensions by default. [This caused a lot of problems](https://github-redirect.dependabot.com/xojs/xo/issues/348) for non-TS projects, so it has been reverted pending a better solution. > - The [`quotes` rule](https://eslint.org/docs/rules/quotes) is now set to disallow using template literals when you're not using any interpolation. https://github.com/xojs/eslint-config-xo/commit/ea693f32b4875928d410fbbb208152fb527be3d3 > - Removed the [`no-use-before-define` rule](https://eslint.org/docs/rules/no-use-before-define). It has too many false-positives. https://github.com/xojs/eslint-config-xo/commit/125759704552a56ef1f8d332c9c7a0933307c353 > > > ## New rules > > - [`require-await`](https://eslint.org/docs/rules/require-await) > - [`unicorn/prefer-exponentiation-operator`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/master/docs/rules/prefer-exponentiation-operator.md) > - [`unicorn/catch-error-name`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/master/docs/rules/catch-error-name.md) *(See [this thread](https://github-redirect.dependabot.com/sindresorhus/eslint-plugin-unicorn/issues/169) if you're wondering why `error` is preferred over `err`)* (Sorry about the churn, but this is an important milestone towards more readable code. Code is written once but read many times. We should optimize for the latter.) > > > ## All changes > > https://github.com/xojs/xo/compare/v0.22.0...v0.23.0 > > ## v0.22.0 > > ## Highlights > > - Upgraded to [ESLint 5](https://eslint.org/blog/2018/06/eslint-v5.0.0-released). > - Removed some patterns from the list of default ignores. They were too opinionated. https://github.com/xojs/xo/commit/00d6b7c780e01401bf0357d0c188aa2eb34f78aa https://github.com/xojs/xo/commit/8e4f4355c4b8e62bc28f37e3673bb6872e693bb0 > - `fixture{-*,}.{js,jsx}` > - `fixture{s,}/**` > - `{test,tests,spec,__tests__}/fixture{s,}/**` > - `**/bundle.js` > - Added support for TypeScript and documented usage with Flow. https://github.com/xojs/xo/commit/957b0d9f433462289d2af5fe94032fddef87a8c7 > - Now respects `nodeVersion` option set in an `override` block. https://github.com/xojs/xo/commit/98dee9a44aaf2a07f53740f09eeded7931762db7 > - Fixed the CLI's `--space` option parsing. https://github.com/xojs/xo/commit/f76c90107bc52d7be664867a276d735d54ae8c35 > > > ## New rules > > - [`no-misleading-character-class`](https://eslint.org/docs/rules/no-misleading-character-class) > - [`require-atomic-updates`](https://eslint.org/docs/rules/require-atomic-updates) > - [`no-async-promise-executor`](https://eslint.org/docs/rules/no-async-promise-executor) > - [`ava/no-import-test-file`](https://github.com/avajs/eslint-plugin-ava/blob/master/docs/rules/no-import-test-files.md) > > > ## All changes > > https://github.com/xojs/xo/compare/v0.21.1...v0.22.0
Commits - [`f435698`](https://github.com/xojs/xo/commit/f435698295eb518eca73a74ff383dfcb79e6106a) 0.23.0 - [`e29cacb`](https://github.com/xojs/xo/commit/e29cacbaa26d40c9717037917f17118cc9b5e247) Update dependencies - [`594f7f4`](https://github.com/xojs/xo/commit/594f7f40f147650af59e930ce091fdbbe12bfa26) Remove `ts` and `tsx` from default extensions - [`4acb8f0`](https://github.com/xojs/xo/commit/4acb8f08fd091d638abe5ea89a614292c65f1623) Rename `main.js` to `cli-main.js` for clarity - [`50a97fd`](https://github.com/xojs/xo/commit/50a97fdfdc86e4ddf681a627a1f1674e0e1e6070) Tiny travis.yml tweak - [`be0e8cd`](https://github.com/xojs/xo/commit/be0e8cd55bc9f55fa353afa0ec09e66f07c4b341) Fix typo in readme ([#350](https://github-redirect.dependabot.com/xojs/xo/issues/350)) - [`be8c1d1`](https://github.com/xojs/xo/commit/be8c1d13dd63a683b3d13e9d8b04cb883c62e1c2) 0.22.0 - [`142744a`](https://github.com/xojs/xo/commit/142744a5203403b11d73cb2816d5efb28fcf4893) Bump dependencies - [`8e4f435`](https://github.com/xojs/xo/commit/8e4f4355c4b8e62bc28f37e3673bb6872e693bb0) Remove `**/bundle.js` as default ignore - [`f76c901`](https://github.com/xojs/xo/commit/f76c90107bc52d7be664867a276d735d54ae8c35) Fix CLI's `--space` option parsing ([#342](https://github-redirect.dependabot.com/xojs/xo/issues/342)) - Additional commits viewable in [compare view](https://github.com/xojs/xo/compare/v0.21.1...v0.23.0)


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 cancel merge` will cancel a previously requested merge - `@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 - `@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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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.
dependabot-preview[bot] commented 5 years ago

Superseded by #60.