Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump eslint-config-prettier from 7.2.0 to 8.0.0 #708

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 22, 2021

Bumps eslint-config-prettier from 7.2.0 to 8.0.0.

Changelog

Sourced from eslint-config-prettier's changelog.

Version 8.0.0 (2021-02-21)

  • Changed: All configs have been merged into one!

    To upgrade, change:

    {
      "extends": [
        "some-other-config-you-use",
        "prettier",
        "prettier/@typescript-eslint",
        "prettier/babel",
        "prettier/flowtype",
        "prettier/react",
        "prettier/standard",
        "prettier/unicorn",
        "prettier/vue"
      ]
    }

    Into:

    {
      "extends": [
        "some-other-config-you-use",
        "prettier"
      ]
    }

    The "prettier" config now includes not just ESLint core rules, but also rules from all plugins. Much simpler!

    So … what’s the catch? Why haven’t we done this earlier? Turns out it’s just a sad mistake. I (@lydell) was confused when testing, and thought that turning off unknown rules in a config was an error. Thanks to Georgii Dolzhykov (@thorn0) for pointing this out!

    If you use [eslint-plugin-prettier], all you need is [plugin:prettier/recommended]:

    {
      "extends": [
        "some-other-config-you-use",
        "plugin:prettier/recommended"
      ]
    }

... (truncated)

Commits

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 Feb 22, 2021
@github-actions
Copy link
Contributor

==== Benchmark result ====

Node.js version: 15
Total benchmarks: 15
          Passed: 15
          Failed: 0
-----------
router - github static path              200000  iterations    8798  ns/op
router - github path params              200000  iterations    9988  ns/op
compas validator simple                 5000000  iterations     254  ns/op
yup validator simple                     100000  iterations   12003  ns/op
fastest-validator validator simple     10000000  iterations     119  ns/op
compas validator nested                 1000000  iterations    1518  ns/op
yup validator nested                      50000  iterations   38350  ns/op
fastest-validator validator nested      2000000  iterations     550  ns/op
logger - strings                         500000  iterations    2685  ns/op
logger - objects                         500000  iterations    3293  ns/op
logger - deep objects                    500000  iterations    4692  ns/op
uuid                                    5000000  iterations     366  ns/op
uuid.isValid                           10000000  iterations     163  ns/op
isNil                                 500000000  iterations       0  ns/op
isPlainObject                         100000000  iterations      19  ns/op

@github-actions
Copy link
Contributor

==== C8 test coverage ====
Statements: 66.16% ( 25410/38408 )
Branches : 65.16% ( 2777 /4262 )
Functions : 66.93% ( 834 /1246 )
Lines : 66.16% ( 25410 /38408 )

@github-actions
Copy link
Contributor

==== Benchmark result ====

Node.js version: 14
Total benchmarks: 15
          Passed: 15
          Failed: 0
-----------
router - github static path              200000  iterations    8525  ns/op
router - github path params              200000  iterations    9948  ns/op
compas validator simple                 5000000  iterations     256  ns/op
yup validator simple                     100000  iterations   12251  ns/op
fastest-validator validator simple     10000000  iterations     116  ns/op
compas validator nested                 1000000  iterations    1436  ns/op
yup validator nested                      50000  iterations   37919  ns/op
fastest-validator validator nested      2000000  iterations     545  ns/op
logger - strings                         500000  iterations    2925  ns/op
logger - objects                         500000  iterations    3535  ns/op
logger - deep objects                    500000  iterations    5969  ns/op
uuid                                    2000000  iterations     513  ns/op
uuid.isValid                           10000000  iterations     158  ns/op
isNil                                 500000000  iterations       0  ns/op
isPlainObject                         100000000  iterations      20  ns/op

@github-actions github-actions bot merged commit dc32411 into main Feb 22, 2021
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/eslint-config-prettier-8.0.0 branch February 22, 2021 04:34
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.

0 participants