mikeal / dropub

P2P publishing for everyone.
https://dropub.com
219 stars 26 forks source link

Update standard requirement from ^8.5.0 to ^12.0.1 #17

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Updates the requirements on standard to permit the latest version.

Changelog *Sourced from [standard's changelog](https://github.com/standard/standard/blob/master/CHANGELOG.md).* > ## 12.0.1 - 2018-08-29 > > - Since ESLint 5 no longer supports Node 4, `standard` silently passes when run in Node 4, which matches the current behavior for Node 0.10, 0.12, and all other unsupported versions of Node. > > ## 12.0.0 - 2018-08-28 > > New version of ESLint, new version of Standard! > > When you upgrade, consider running `standard --fix` to automatically format your code to match the newly added rules. > > ### New features > > - Update `eslint` from `~4.19.0` to `~5.4.0`. > - Support JSXFragment nodes (e.g. `<>`) > - Lots of minor changes to rules to catch more edge cases! > - The README is now available in French! (Thanks [[**charliegerard**](https://github.com/charliegerard)](https://github.com/charliegerard)!) > - Other community contributed translations exist in Spanish, Italian, Korean, Portuguese, Simplified Chinese, and Taiwanese Mandarin. > - More translations are welcome! > > ### New rules > > *(Estimated % of affected standard users, based on test suite in parens)* > > - Require spacing inside of braces ([object-curly-spacing](https://eslint.org/docs/rules/object-curly-spacing)) [#609](https://github-redirect.dependabot.com/standard/standard/issues/609) [eslint-config-standard/#35](https://github-redirect.dependabot.com/standard/eslint-config-standard/issues/35) (29%) > - Disallow APIs that were deprecated in Node 10 ([no-deprecated-api](https://github.com/mysticatea/eslint-plugin-node/blob/master/docs/rules/no-deprecated-api.md)) [#1164](https://github-redirect.dependabot.com/standard/standard/pull/1164) (15%) > - e.g. `assert.equal()`, `assert.deepEqual()` and `assert.notEqual()` were deprecated in Node 10. > - Disallow self assignment of properties ([no-self-assign](https://eslint.org/docs/rules/no-self-assign)) [#1186](https://github-redirect.dependabot.com/standard/standard/issues/1186) (0%) > > ### Changed rules > > None. > > ## 11.0.0 - 2018-02-18 > > This release has no new rules, but it does update to the latest version of `eslint`, > version 4, which has some significant changes to existing rules. Most updates make > the indentation rules more strict. > > Thankfully, most users will just need to run `standard --fix` to update code to be > compliant. > > ### New features > > - Update `eslint` from ~3.19.0 to ~4.18.0. > - The `indent` rule is more strict. > - The `padded-blocks` rule is more strict. > - The `space-before-function-paren` rule is more strict. > - The `no-multi-spaces` rule is more strict. > - Minor improvements to: > - `no-extra-parens`, > ... (truncated)
Commits - See full diff in [compare view](https://github.com/standard/standard/commits/v12.0.1)


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

Looks like standard is no longer a dependency, so this is no longer needed.