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

Bump prettier from 1.19.1 to 2.0.5 #693

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jul 5, 2020

Bumps prettier from 1.19.1 to 2.0.5.

Release notes

Sourced from prettier's releases.

2.0.5

🔗 Changelog

2.0.4

🔗 Changelog

2.0.3

🔗 Changelog

2.0.2

🔗 Changelog

2.0.1

🔗 Changelog

2.0.0

diff

🔗 Release Notes

Changelog

Sourced from prettier's changelog.

2.0.5

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.

2.0.4

diff

Revert #7869, "[TypeScript] format TSAsExpression with same logic as BinaryExpression" (#7958)

2.0.3

diff

Commits
Maintainer changes

This version was pushed to npm by thorn0, a new releaser for prettier 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 will not automatically merge this PR because it includes a major update to a development dependency.


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 badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot requested a review from a team as a code owner July 5, 2020 23:26
@dependabot-preview dependabot-preview bot added the dependencies This is maintenance work relating to dependency bumps label Jul 5, 2020
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/prettier-2.0.5 branch from f58f659 to 45d4187 Compare July 5, 2020 23:36
@origamiserviceuser origamiserviceuser added this to incoming in Origami ✨ Jul 5, 2020
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/prettier-2.0.5 branch from 45d4187 to d01f83b Compare July 5, 2020 23:43
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/prettier-2.0.5 branch from d01f83b to f021d6b Compare July 5, 2020 23:45
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/prettier-2.0.5 branch from f021d6b to c419179 Compare July 7, 2020 22:42
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/prettier-2.0.5 branch from c419179 to ca1a45f Compare July 8, 2020 22:40
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/prettier-2.0.5 branch from ca1a45f to 19c40ed Compare July 13, 2020 22:13
Bumps [prettier](https://github.com/prettier/prettier) from 1.19.1 to 2.0.5.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md)
- [Commits](prettier/prettier@1.19.1...2.0.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/prettier-2.0.5 branch from 19c40ed to 458288a Compare July 14, 2020 10:00
Origami ✨ automation moved this from incoming to complete Jul 14, 2020
@dependabot-preview
Copy link
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/prettier-2.0.5 branch July 14, 2020 23:08
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 15, 2021
@robertboulton robertboulton removed this from Done in Origami ✨ Jul 26, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies This is maintenance work relating to dependency bumps
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants