Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Bump standard from 14.3.1 to 16.0.4 #87

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 7, 2021

Bumps standard from 14.3.1 to 16.0.4.

Changelog

Sourced from standard's changelog.

[16.0.4] - 2021-10-03

  • Update eslint from ~7.13.1 to ~7.18.0
  • Update eslint-config-standard from 16.0.2 to 16.0.3
  • Update eslint-plugin-import from ~2.22.1 to ~2.24.2
  • Update eslint-plugin-promise from ~4.2.1 to ~5.1.0
  • Update eslint-plugin-react from ~7.21.5 to ~7.25.1

[16.0.3] - 2020-11-17

  • Update eslint from ~7.12.1 to ~7.13.0
  • Relax rule: Enforce default parameters to be last #1414

[16.0.2] - 2020-11-11

  • Allow standard to run on Node 11, even though it's not officially supported #1597

[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.

[16.0.0] - 2020-10-28

We're super excited to announce standard 16!

As with every new major release, there are lots of new rules in 16.0.0 designed to help catch bugs and make programmer intent more explicit. This release brings better performance, tons of bug fixes, improved JSX, React ⚛️, and Next.js support!

... (truncated)

Commits
  • 208c090 16.0.4
  • 8e9964c Update CHANGELOG.md
  • b9abb84 build(deps): update eslint-plugin-import from ~2.24.0 to ~2.24.2 (#1705)
  • 2bb34ef build(deps): bump eslint-plugin-react from 7.24.0 to 7.25.1 (#1706)
  • 1460685 build(deps): bump eslint-plugin-react from 7.21.5 to 7.24.0 (#1671)
  • da5cd9a ci: add Node.js v16 (#1703)
  • 0aacac1 test: separate internal/external (#1680)
  • f0a6b8e build(deps): bump actions/setup-node from 2.3.0 to 2.4.0 (#1698)
  • ce28f2f build(deps): bump eslint-plugin-import from 2.23.4 to 2.24.0 (#1700)
  • acc70cb build(deps-dev): update tape from ^5.3.0 to ^5.3.1 (#1699)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by voxpelli, a new releaser for standard since your current version.


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 Oct 7, 2021
Bumps [standard](https://github.com/standard/standard) from 14.3.1 to 16.0.4.
- [Release notes](https://github.com/standard/standard/releases)
- [Changelog](https://github.com/standard/standard/blob/master/CHANGELOG.md)
- [Commits](standard/standard@v14.3.1...v16.0.4)

---
updated-dependencies:
- dependency-name: standard
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/standard-16.0.4 branch from 87f2e7e to 34d021b Compare October 7, 2021 16:07
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 21, 2022

Superseded by #101.

@dependabot dependabot bot closed this Apr 21, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/standard-16.0.4 branch April 21, 2022 04:02
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants