chore(deps): update dependency prettier to v2.4.1 #40

Merged
xoxys merged 1 commits from renovate/prettier-2.x into main 2021-09-17 18:04:16 +02:00
Member

This PR contains the following updates:

Package Update Change
prettier (source) patch 2.4.0 -> 2.4.1

Release Notes

prettier/prettier

v2.4.1

Compare Source

diff

Fix wildcard syntax in @forward (#​11482) (#​11487 by @​niksy)
// Input
@​forward "library" as btn-*;

// Prettier 2.4.0
@​forward "library" as btn- *;

// Prettier 2.4.1
@​forward "library" as btn-*;
Add new CLI option debug-print-ast (#​11514 by @​sosukesuzuki)

A new --debug-print-ast CLI flag for debugging.


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.4.0` -> `2.4.1` | --- ### Release Notes <details> <summary>prettier/prettier</summary> ### [`v2.4.1`](https://github.com/prettier/prettier/blob/master/CHANGELOG.md#&#8203;241) [Compare Source](https://github.com/prettier/prettier/compare/2.4.0...2.4.1) [diff](https://github.com/prettier/prettier/compare/2.4.0...2.4.1) ##### Fix wildcard syntax in `@forward` ([#&#8203;11482](https://github.com/prettier/prettier/pull/11482)) ([#&#8203;11487](https://github.com/prettier/prettier/pull/11487) by [@&#8203;niksy](https://github.com/niksy)) <!-- prettier-ignore --> ```scss // Input @&#8203;forward "library" as btn-*; // Prettier 2.4.0 @&#8203;forward "library" as btn- *; // Prettier 2.4.1 @&#8203;forward "library" as btn-*; ``` ##### Add new CLI option `debug-print-ast` ([#&#8203;11514](https://github.com/prettier/prettier/pull/11514) by [@&#8203;sosukesuzuki](https://github.com/sosukesuzuki)) A new `--debug-print-ast` CLI flag for debugging. </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-09-16 09:00:25 +02:00
continuous-integration/drone/pr Build is passing Details
e73e432476
chore(deps): update dependency prettier to v2.4.1
xoxys merged commit a30723cfd9 into main 2021-09-17 18:04:16 +02:00
xoxys deleted branch renovate/prettier-2.x 2021-09-17 18:04:16 +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#40
No description provided.