⬆️ Update dependency prettier to v2.8.3 #35

Merged
renovate-bot merged 1 commits from renovate/prettier-2.x into master 2023-01-15 03:07:50 +01:00
Member

This PR contains the following updates:

Package Type Update Change
prettier (source) devDependencies patch 2.8.2 -> 2.8.3

Release Notes

prettier/prettier

v2.8.3

Compare Source

diff

Allow self-closing tags on custom elements (#​14170 by @​fisker)

See Angular v15.1.0 release note for details.

// Input
<app-test/>

// Prettier 2.8.2
SyntaxError: Only void and foreign elements can be self closed "app-test" (1:1)
> 1 | <app-test/>
    | ^^^^^^^^^
  2 |

// Prettier 2.8.3
<app-test />

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 | Type | Update | Change | |---|---|---|---| | [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | devDependencies | patch | [`2.8.2` -> `2.8.3`](https://renovatebot.com/diffs/npm/prettier/2.8.2/2.8.3) | --- ### Release Notes <details> <summary>prettier/prettier</summary> ### [`v2.8.3`](https://github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#&#8203;283) [Compare Source](https://github.com/prettier/prettier/compare/2.8.2...2.8.3) [diff](https://github.com/prettier/prettier/compare/2.8.2...2.8.3) ##### Allow self-closing tags on custom elements ([#&#8203;14170](https://github.com/prettier/prettier/pull/14170) by [@&#8203;fisker](https://github.com/fisker)) See [Angular v15.1.0 release note](https://github.com/angular/angular/releases/tag/15.1.0) for details. <!-- prettier-ignore --> ```html // Input <app-test/> // Prettier 2.8.2 SyntaxError: Only void and foreign elements can be self closed "app-test" (1:1) > 1 | <app-test/> | ^^^^^^^^^ 2 | // Prettier 2.8.3 <app-test /> ``` </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMDIuNCIsInVwZGF0ZWRJblZlciI6IjM0LjEwMi40In0=-->
renovate-bot added 1 commit 2023-01-15 03:07:48 +01:00
renovate-bot merged commit 2d29155e2e into master 2023-01-15 03:07:50 +01:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
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: ansible-roles/ansible-loki-role#35
No description provided.