Skip to content

Bump prettier from 1.19.1 to 2.3.0 - #27

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/prettier-2.3.0
Closed

Bump prettier from 1.19.1 to 2.3.0#27
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/prettier-2.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 10, 2021

Copy link
Copy Markdown

Bumps prettier from 1.19.1 to 2.3.0.

Release notes

Sourced from prettier's releases.

2.3.0

diff

🔗 Release Notes

2.2.1

🔗 Changelog

2.2.0

diff

🔗 Release Notes

2.1.2

🔗Changelog

2.1.1

🔗Changelog

2.1.0

diff

🔗 Release Notes

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

diff

🔗 Release Notes

2.2.1

diff

Fix formatting for AssignmentExpression with ClassExpression (#9741 by @​sosukesuzuki)

// Input
module.exports = class A extends B {
  method() {
    console.log("foo");
  }
};
// Prettier 2.2.0
module.exports = class A extends (
B
) {
method() {
console.log("foo");
}
};
// Prettier 2.2.1
module.exports = class A extends B {
method() {
console.log("foo");
}
};

2.2.0

diff

🔗 Release Notes

2.1.2

diff

Fix formatting for directives in fields (#9116 by @​sosukesuzuki)

... (truncated)

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

Bumps [prettier](https://github.com/prettier/prettier) from 1.19.1 to 2.3.0.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@1.19.1...2.3.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies javascript Pull requests that update Javascript code labels May 10, 2021
@dependabot @github

dependabot Bot commented on behalf of github Jun 7, 2021

Copy link
Copy Markdown
Author

Superseded by #30.

@dependabot dependabot Bot closed this Jun 7, 2021
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/prettier-2.3.0 branch June 7, 2021 07:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies javascript Pull requests that update Javascript code

Development

Successfully merging this pull request may close these issues.

0 participants