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

fix(deps): update dependency eslint-config-prettier to v5 - autoclosed #17

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 15, 2019

This PR contains the following updates:

Package Type Update Change
eslint-config-prettier dependencies major ^4.3.0 -> ^5.0.0

Release Notes

prettier/eslint-config-prettier

v5.0.0

Compare Source

  • Removed: [react/self-closing-comp]. This rule was added in v4.1.0 not
    because it conflicted with Prettier but because it was unnecessary when
    using Prettier. However, in v1.18.0 [Prettier stopped converting empty
    elements to self-closing elements][prettier-self-closing]. So the rule is
    not unnecessary anymore.

    If you use Prettier v1.17.1 or older you should be able to upgrade
    eslint-config-prettier to v5.0.0 without having to do anything else.

    If you use Prettier v1.18.0 or newer, you might get lint errors about for
    example changing <div></div> into <div />. You have two options:

    • Run eslint --fix if you prefer to enforce self-closing elements where
      possible. This should fix all the errors.
    • Add "react/self-closing-comp": "off" to your ESLint config if you use
      autofix from your editor and you face the same [issue as Prettier
      did][prettier-self-closing].
  • Changed: Node.js 6 is no longer officially supported, but v5.0.0 should
    still work with it.


Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

♻️ Rebasing: Whenever PR is stale, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

Sorry, something went wrong.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Signed-off-by: Renovate Bot <[email protected]>
@renovate renovate bot changed the title fix(deps): update dependency eslint-config-prettier to v5 fix(deps): update dependency eslint-config-prettier to v5 - autoclosed Jun 15, 2019
@renovate renovate bot closed this Jun 15, 2019
@renovate renovate bot deleted the renovate/eslint-config-prettier-5.x branch June 15, 2019 14:10
tunnckoCore pushed a commit that referenced this pull request Sep 18, 2019
tunnckoCore added a commit that referenced this pull request Sep 18, 2019
* init from jest-runner-mocha

* WIP

* Some cleanup

* First working example of create-jest-runner

* v0.1.0

* Update jest-worker to support tty

* Add changelog

* v0.1.1

* added skip functionality with test

* wrong test title

* v0.2.0-0

* v0.2.0

* update new code location of test result

* Mutex the test runs

Makes the developer experience a bit nicer, and more like the `jest-runner` itself: https://github.com/facebook/jest/blob/e566a8f4106ac25b008744ffc42204554fd31cf6/packages/jest-runner/src/index.js#L104-L124

* typo, damn github web ui

* async is actually not needed here

* feat: support serial execution

* Prepare 0.3.0 release

* v0.3.0

* use import/export (#8)

* feat: add mutex to in band runner (#7)

* feat: add mutex to in band runner

* Update CHANGELOG.md

* Add travis badge

* Removing un-needed packages (#1)

* Removing package bloat

* bump jest-worker to 22

* add missing throat dep

* add caret range to deps

* upgrade dated deps

* Prepare 0.3.1

* v0.3.1

* Drop node 4 (#11)

* Drop node 4

* upgrade to babel 7

* Create LICENSE

* Add getExtraOptions to entry file (#12)

* Add getExtraOptions

* Update changelog

* Prepare 0.4.0

* v0.4.0

* fix: update dated deps (#13)

* v0.4.1

* feat: bump jest 24; add `todo` helper (#14)

* chore: update lockfile

* 0.5.0

* chore: update changelog

Closes #15

* Fix README.md link to TestResult type (#16)

* feat: add binary to scaffold new runner (#17)

Fixes #10

* v0.5.1

* v0.5.2

* fix: add missing files to package (#18)

* make tests pass by disabling colors

Signed-off-by: Charlike Mike Reagent <[email protected]>

* changes for #20

Signed-off-by: Charlike Mike Reagent <[email protected]>

* fix linting, ignore fixtures dirs

Signed-off-by: Charlike Mike Reagent <[email protected]>

* update prepublish script

Signed-off-by: Charlike Mike Reagent <[email protected]>

* oops, fix the version, as it was from the beginning

Signed-off-by: Charlike Mike Reagent <[email protected]>

* oops, fix the name

Signed-off-by: Charlike Mike Reagent <[email protected]>

* use prepublishOnly script

Signed-off-by: Charlike Mike Reagent <[email protected]>

* update scripts

Signed-off-by: Charlike Mike Reagent <[email protected]>

* chore: add create-jest-runner; make tests pass

Signed-off-by: Charlike Mike Reagent <[email protected]>


Co-authored-by: Rogelio Guzman <[email protected]>
Co-authored-by: Łukasz Gandecki <[email protected]>
Co-authored-by: Daniel Schmidt <[email protected]>
Co-authored-by: Cody Olsen <[email protected]>
Co-authored-by: Simen Bekkhus <[email protected]>
Co-authored-by: Jordan Gensler <[email protected]>
Co-authored-by: Michał Pierzchała <[email protected]>
Co-authored-by: Spencer Elliott <[email protected]>
Co-authored-by: Nimalan <[email protected]>
Co-authored-by: ◬ <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant