Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 1, 2020

This PR contains the following updates:

Package Type Update New value References Sourcegraph
eslint-config-prettier dependencies minor ^6.11.0 source code search for "eslint-config-prettier"
prettier (source) devDependencies patch ^2.0.5 homepage, source code search for "prettier"

Release Notes

prettier/eslint-config-prettier

v6.11.0

Compare Source

  • Added: [@​typescript-eslint/keyword-spacing]. Thanks to Hans Bergren (@​hbergren)!
prettier/prettier

v2.0.5

Compare Source

diff

Less: Fix formatting of :extend (#​7984 by @​fisker)
// Input
.class {
  &:extend(.some-class .some-other-class .some-very-loooooooooooooong-class all);
}

// Prettier 2.0.4
.class {
  &:extend(
    .some-class .some-other-class .some-very-loooooooooooooong-class all
  );
}

// Prettier 2.0.4 (Second format)
.class {
  &: extend(
    .some-class .some-other-class .some-very-loooooooooooooong-class all
  );
}

// Prettier 2.0.5
.class {
  &:extend(
    .some-class .some-other-class .some-very-loooooooooooooong-class all
  );
}
Editor integration: Use resolve if builtin require.resolve is overridden (#​8072 by @​fisker)

This fixes issues that the users of Atom and WebStorm faced with 2.0.4.

Prettier now switches to using the resolve module for resolving configuration files and plugins if it detects that require.resolve isn't Node's builtin function (doesn't support the second argument), which happens in environments like editor extensions. To force the fallback, set the PRETTIER_FALLBACK_RESOLVE environment variable to true.


Renovate configuration

📅 Schedule: "on the 1st through 7th day of the month" in timezone America/Los_Angeles.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@renovate renovate bot requested a review from a team May 1, 2020 07:11
@renovate renovate bot force-pushed the renovate/prettier branch from c77063b to 8cf3385 Compare May 4, 2020 19:07
@felixfbecker felixfbecker merged commit eaf4e38 into master May 9, 2020
@felixfbecker felixfbecker deleted the renovate/prettier branch May 9, 2020 14:56
@sourcegraph-bot
Copy link

🎉 This PR is included in version 0.17.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants