Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency prettier to v3.3.1 #369

Merged
merged 1 commit into from
Jun 8, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 8, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

prettier/prettier (prettier)

v3.3.1

Compare Source

diff

Preserve empty lines in front matter (#​16347 by @​fisker)
<!-- Input -->
---
foo:
  - bar1

  - bar2

  - bar3
---
Markdown

<!-- Prettier 3.3.0 -->

---
foo:
  - bar1
  - bar2
  - bar3
---

Markdown

<!-- Prettier 3.3.1 -->
---
foo:
  - bar1

  - bar2

  - bar3
---

Markdown
Preserve explicit language in front matter (#​16348 by @​fisker)
<!-- Input -->
---yaml
title: Hello
slug: home
---

<!-- Prettier 3.3.0 -->
---
title: Hello
slug: home
---

<!-- Prettier 3.3.1 -->
---yaml
title: Hello
slug: home
---
Avoid line breaks in import attributes (#​16349 by @​fisker)
// Input
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" };

// Prettier 3.3.0
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type:
  "json" };

// Prettier 3.3.1
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" };

Configuration

📅 Schedule: Branch creation - "after 6pm every weekday,every weekend" in timezone Australia/Sydney, Automerge - "after 6pm every weekday,every weekend" in timezone Australia/Sydney.

🚦 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 added the dependencies label Jun 8, 2024
@renovate renovate bot enabled auto-merge (squash) June 8, 2024 09:40
@renovate renovate bot merged commit ecbf450 into main Jun 8, 2024
9 of 10 checks passed
@renovate renovate bot deleted the renovate/prettier-3.x branch June 8, 2024 09:41
zeshuaro-bot bot pushed a commit that referenced this pull request Jun 9, 2024
## [0.8.16](v0.8.15...v0.8.16) (2024-06-09)

### Bug Fixes

* **deps:** update dependency yaml to ^2.4.3 ([#364](#364)) ([88e276b](88e276b))

### Miscellaneous Chores

* **deps:** lock file maintenance ([#360](#360)) ([bfc4844](bfc4844))
* **deps:** update dependency conventional-changelog-conventionalcommits to v8 ([#337](#337)) ([b99a447](b99a447))
* **deps:** update dependency eslint to v9.4.0 ([#361](#361)) ([f21e3d5](f21e3d5))
* **deps:** update dependency eslint-plugin-n to v17.8.0 ([#370](#370)) ([eaf8661](eaf8661))
* **deps:** update dependency prettier to v3.3.0 ([#365](#365)) ([a7aed43](a7aed43))
* **deps:** update dependency prettier to v3.3.1 ([#369](#369)) ([ecbf450](ecbf450))
* **deps:** update dependency semantic-release to v24 ([#362](#362)) ([65a3ce0](65a3ce0))
* **deps:** update typescript-eslint monorepo to v7.12.0 ([#367](#367)) ([1f3057f](1f3057f))

### Continuous Integration

* **deps:** update zeshuaro/github-actions-workflows digest to 4093639 ([#363](#363)) ([8bc0f28](8bc0f28))
* **deps:** update zeshuaro/github-actions-workflows digest to 7d17fef ([#366](#366)) ([66ba693](66ba693))
* **deps:** update zeshuaro/github-actions-workflows digest to f2467fb ([#368](#368)) ([145f836](145f836))
@zeshuaro-bot
Copy link

zeshuaro-bot bot commented Jun 9, 2024

🎉 This PR is included in version 0.8.16 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants