Skip to content

build(deps-dev): bump standard from 16.0.0 to 16.0.1#67

Merged
mihaur merged 1 commit intomasterfrom
dependabot/npm_and_yarn/standard-16.0.1
Nov 2, 2020
Merged

build(deps-dev): bump standard from 16.0.0 to 16.0.1#67
mihaur merged 1 commit intomasterfrom
dependabot/npm_and_yarn/standard-16.0.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 2, 2020

Bumps standard from 16.0.0 to 16.0.1.

Changelog

Sourced from standard's changelog.

[16.0.1] - 2020-10-30

  • Introduce "warning" system for disruptive rules (read more below)
  • Change rule to a "warning": Require let or const instead of var (no-var) #633

standard treats all rule violations as errors, which means that standard will exit with a non-zero (error) exit code.

However, we may occasionally release a new major version of standard which changes a rule that affects the majority of standard users (for example, transitioning from var to let/const). We do this only when we think the advantage is worth the cost and only when the rule is auto-fixable.

In these situations, we have a "transition period" where the rule change is only a "warning". Warnings don't cause standard to return a non-zero (error) exit code. However, a warning message will still print to the console. During the transition period, using standard --fix will update your code so that it's ready for the next major version.

The slow and careful approach is what we strive for with standard. We're generally extremely conservative in enforcing the usage of new language features. We want using standard to be light and fun and so we're careful about making changes that may get in your way. As always, you can disable a rule at any time, if necessary.

Commits
  • a031dd0 16.0.1
  • 447ddae Merge pull request #1586 from standard/warnings
  • 15754e6 changelog: 16.0.1
  • 01ae6ac fix changelog links
  • f330be9 eslint-config-standard@16.0.1
  • 413c374 re-enable previously failing repos
  • 76fc8db prep changelog for 16.0.1 release
  • 8e485f5 readme: What is the difference between warnings and errors?
  • f594a54 Merge pull request #1498 from watson/test-min-node-version2
  • 6d70f93 test: for old version test, just test Node 0.10
  • Additional commits viewable in compare view

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.


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 dependabot bot added the dependencies Pull requests that update a dependency file label Nov 2, 2020
@mihaur mihaur merged commit 9027e09 into master Nov 2, 2020
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/standard-16.0.1 branch November 2, 2020 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant