Skip to content

Commit

Permalink
chore(deps): update dependency prettier-plugin-curly to ^0.3.0 (#1664)
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/create-typescript-app).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 17, 2024
1 parent fd55497 commit 4c36a4c
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 94 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"lint-staged": "^15.2.9",
"markdownlint": "^0.35.0",
"markdownlint-cli": "^0.42.0",
"prettier-plugin-curly": "^0.2.2",
"prettier-plugin-curly": "^0.3.0",
"prettier-plugin-packagejson": "^2.5.1",
"prettier-plugin-sh": "^0.14.0",
"release-it": "^17.6.0",
Expand Down
153 changes: 60 additions & 93 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 4c36a4c

Please sign in to comment.