chore(deps): update dependency prettier to ~2.4.0 #10

Merged
nemunaire merged 1 commits from renovate/prettier-2.x into master 2021-09-28 08:23:31 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
prettier (source) devDependencies minor ~2.2.1 -> ~2.4.0

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.

v2.4.0

Compare Source

diff

🔗 Release Notes

v2.3.2

Compare Source

diff

Fix failure on dir with trailing slash (#​11000 by @​fisker)
$ ls
1.js  1.unknown

v2.3.1

Compare Source

$ prettier . -l
1.js
$ prettier ./ -l

error] No supported files were found in the directory: "./".

### [`v2.3.0`](https://github.com/prettier/prettier/blob/master/CHANGELOG.md#​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)

</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).
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | devDependencies | minor | [`~2.2.1` -> `~2.4.0`](https://renovatebot.com/diffs/npm/prettier/2.2.1/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. ### [`v2.4.0`](https://github.com/prettier/prettier/blob/master/CHANGELOG.md#&#8203;240) [Compare Source](https://github.com/prettier/prettier/compare/2.3.2...2.4.0) [diff](https://github.com/prettier/prettier/compare/2.3.2...2.4.0) 🔗 [Release Notes](https://prettier.io/blog/2021/09/09/2.4.0.html) ### [`v2.3.2`](https://github.com/prettier/prettier/blob/master/CHANGELOG.md#&#8203;232) [Compare Source](https://github.com/prettier/prettier/compare/2.3.1...2.3.2) [diff](https://github.com/prettier/prettier/compare/2.3.1...2.3.2) ##### Fix failure on dir with trailing slash ([#&#8203;11000](https://github.com/prettier/prettier/pull/11000) by [@&#8203;fisker](https://github.com/fisker)) <!-- prettier-ignore --> ```console $ ls 1.js 1.unknown ``` ### [`v2.3.1`](https://github.com/prettier/prettier/blob/master/CHANGELOG.md#Prettier-231) [Compare Source](https://github.com/prettier/prettier/compare/2.3.0...2.3.1) $ prettier . -l 1.js $ prettier ./ -l \[error] No supported files were found in the directory: "./". ### [`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) </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).
renovate-bot force-pushed renovate/prettier-2.x from 38edec7da2 to d10a57e151 2021-09-01 00:07:05 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency prettier to ~2.3.0 to chore(deps): update dependency prettier to ~2.4.0 2021-09-09 10:08:49 +00:00
renovate-bot force-pushed renovate/prettier-2.x from d10a57e151 to f36faea325 2021-09-09 10:08:51 +00:00 Compare
nemunaire merged commit 315fb1efae into master 2021-09-28 08:23:29 +00: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: fic/server#10
No description provided.