Skip to content

chore(deps): update dependency prettier to v2.8.3#655

Merged
jaffrepaul merged 1 commit into
masterfrom
renovate/prettier-2.x
Jan 23, 2023
Merged

chore(deps): update dependency prettier to v2.8.3#655
jaffrepaul merged 1 commit into
masterfrom
renovate/prettier-2.x

Conversation

@renovate

@renovate renovate Bot commented Dec 10, 2022

Copy link
Copy Markdown
Contributor

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
prettier (source) 2.8.2 -> 2.8.3 age adoption passing confidence

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 - "every weekend" in timezone America/New_York, 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 Mend Renovate. View repository job log here.

@renovate renovate Bot force-pushed the renovate/prettier-2.x branch 8 times, most recently from a09b83d to 9a109f2 Compare December 16, 2022 22:47
@renovate renovate Bot changed the title chore(deps): update dependency prettier to v2.8.1 Update dependency prettier to v2.8.1 Dec 17, 2022
@renovate renovate Bot changed the title Update dependency prettier to v2.8.1 chore(deps): update dependency prettier to v2.8.1 Dec 17, 2022
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch 3 times, most recently from d417c99 to 13952d7 Compare December 23, 2022 21:17
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch 6 times, most recently from d4686ef to df66a21 Compare January 7, 2023 12:48
@renovate renovate Bot changed the title chore(deps): update dependency prettier to v2.8.1 chore(deps): update dependency prettier to v2.8.2 Jan 7, 2023
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from df66a21 to eff5bf3 Compare January 9, 2023 16:33
@renovate renovate Bot changed the title chore(deps): update dependency prettier to v2.8.2 chore(deps): update dependency prettier to v2.8.2 - autoclosed Jan 9, 2023
@renovate renovate Bot closed this Jan 9, 2023
@renovate renovate Bot deleted the renovate/prettier-2.x branch January 9, 2023 17:55
@renovate renovate Bot changed the title chore(deps): update dependency prettier to v2.8.2 - autoclosed chore(deps): update dependency prettier to v2.8.2 Jan 14, 2023
@renovate renovate Bot reopened this Jan 14, 2023
@renovate renovate Bot restored the renovate/prettier-2.x branch January 14, 2023 06:00
@renovate renovate Bot changed the title chore(deps): update dependency prettier to v2.8.2 chore(deps): update dependency prettier to v2.8.3 Jan 14, 2023
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch 2 times, most recently from 727bb8a to 87327cb Compare January 19, 2023 18:28
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 87327cb to 03cc44e Compare January 19, 2023 20:03
@MikeMcC399

Copy link
Copy Markdown
Collaborator

@jaffrepaul

npm run format

does not make any change to index.js using prettier v2.8.3 compared to v2.8.2, so it seems that it is safe to merge this PR

@jaffrepaul jaffrepaul merged commit 175fdad into master Jan 23, 2023
@renovate renovate Bot deleted the renovate/prettier-2.x branch January 23, 2023 17:52
@github-actions

Copy link
Copy Markdown

🎉 This PR is included in version 5.0.6 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants