Skip to content

Commit

Permalink
chore(deps): update dependency prettier-plugin-curly to v0.3.0 (#229)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[prettier-plugin-curly](https://redirect.github.com/JoshuaKGoldberg/prettier-plugin-curly)
| [`0.2.2` ->
`0.3.0`](https://renovatebot.com/diffs/npm/prettier-plugin-curly/0.2.2/0.3.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/prettier-plugin-curly/0.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/prettier-plugin-curly/0.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/prettier-plugin-curly/0.2.2/0.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/prettier-plugin-curly/0.2.2/0.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>JoshuaKGoldberg/prettier-plugin-curly
(prettier-plugin-curly)</summary>

###
[`v0.3.0`](https://redirect.github.com/JoshuaKGoldberg/prettier-plugin-curly/blob/HEAD/CHANGELOG.md#030-2024-10-10)

[Compare
Source](https://redirect.github.com/JoshuaKGoldberg/prettier-plugin-curly/compare/0.2.2...0.3.0)

##### Features

- updated Babel dependencies and miscellaneous devDependencies
([#&#8203;591](https://redirect.github.com/JoshuaKGoldberg/prettier-plugin-curly/issues/591))
([d31eaa4](https://redirect.github.com/JoshuaKGoldberg/prettier-plugin-curly/commit/d31eaa40de546f768ec3a7a15ddb7721cefd4597))

####
[0.2.2](https://redirect.github.com/JoshuaKGoldberg/prettier-plugin-curly/compare/0.2.1...0.2.2)
(2024-07-17)

##### Bug Fixes

- support running inside a CommonJS module
([09d4f1c](https://redirect.github.com/JoshuaKGoldberg/prettier-plugin-curly/commit/09d4f1c032b48593393d378e05955832ba8e9c04))

####
[0.2.1](https://redirect.github.com/JoshuaKGoldberg/prettier-plugin-curly/compare/0.2.0...0.2.1)
(2024-03-16)

##### Bug Fixes

- allow empty statement bodies
([203a355](https://redirect.github.com/JoshuaKGoldberg/prettier-plugin-curly/commit/203a35518cfb3cda8d1061c5247e2ad66bfbff9d))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/JoshuaKGoldberg/get-github-auth-token).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMTUuMSIsInVwZGF0ZWRJblZlciI6IjM4LjExNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 14, 2024
1 parent e1c8816 commit f76c3e6
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 93 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"markdownlint": "0.35.0",
"markdownlint-cli": "0.42.0",
"prettier": "3.3.3",
"prettier-plugin-curly": "0.2.2",
"prettier-plugin-curly": "0.3.0",
"prettier-plugin-packagejson": "2.5.3",
"release-it": "17.8.2",
"sentences-per-line": "0.2.1",
Expand Down
150 changes: 58 additions & 92 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f76c3e6

Please sign in to comment.