chore(deps): update dependency prettier to v2.2.1 - autoclosed #25

Closed
renovator wants to merge 1 commits from renovate/prettier-2.2.x into main
Member

This PR contains the following updates:

Package Update Change
prettier (source) patch 2.2.0 -> 2.2.1

Release Notes

prettier/prettier

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)) | patch | `2.2.0` -> `2.2.1` | --- ### Release Notes <details> <summary>prettier/prettier</summary> ### [`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 16:00:24 +00:00
chore(deps): update dependency prettier to v2.2.1
All checks were successful
continuous-integration/drone/pr Build is passing
0f7abd11f9
renovator changed title from chore(deps): update dependency prettier to v2.2.1 to chore(deps): update dependency prettier to v2.2.1 - autoclosed 2021-05-09 21:10:11 +00:00
renovator closed this pull request 2021-05-09 21:10:11 +00:00
All checks were successful
continuous-integration/drone/pr Build is passing

Pull request closed

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#25
No description provided.