chore(deps): update dependency prettier to v2.3.0 #26

Merged
xoxys merged 1 commits from renovate/prettier-2.x into main 2021-05-09 23:14:54 +02:00
Member

This PR contains the following updates:

Package Update Change
prettier (source) minor 2.2.0 -> 2.3.0

Release Notes

prettier/prettier

v2.3.0

Compare Source

diff

🔗 Release Notes

v2.2.1

Compare Source

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");
  }
};

Configuration

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

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

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

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

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | minor | `2.2.0` -> `2.3.0` | --- ### Release Notes <details> <summary>prettier/prettier</summary> ### [`v2.3.0`](https://github.com/prettier/prettier/blob/master/CHANGELOG.md#&#8203;230) [Compare Source](https://github.com/prettier/prettier/compare/2.2.1...2.3.0) [diff](https://github.com/prettier/prettier/compare/2.2.1...2.3.0) 🔗 [Release Notes](https://prettier.io/blog/2021/05/09/2.3.0.html) ### [`v2.2.1`](https://github.com/prettier/prettier/blob/master/CHANGELOG.md#&#8203;221) [Compare Source](https://github.com/prettier/prettier/compare/2.2.0...2.2.1) [diff](https://github.com/prettier/prettier/compare/2.2.0...2.2.1) ##### Fix formatting for AssignmentExpression with ClassExpression ([#&#8203;9741](https://github.com/prettier/prettier/pull/9741) by [@&#8203;sosukesuzuki](https://github.com/sosukesuzuki)) <!-- prettier-ignore --> ```js // 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"); } }; ``` </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻️ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
renovator added 1 commit 2021-05-09 23:10:11 +02:00
continuous-integration/drone/pr Build is passing Details
cc3a9aec0d
chore(deps): update dependency prettier to v2.3.0
xoxys merged commit 2c3ea8b6da into main 2021-05-09 23:14:54 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: container/alpine-tools#26
No description provided.