Skip to content

Commit

Permalink
chore(deps): update dependency prettier-plugin-curly to ^0.3.0 (#495)
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://github.com/JoshuaKGoldberg/prettier-plugin-curly)
| [`^0.2.0` ->
`^0.3.0`](https://renovatebot.com/diffs/npm/prettier-plugin-curly/0.2.2/0.3.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/prettier-plugin-curly/0.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/prettier-plugin-curly/0.3.1?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.1?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.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

##### Bug Fixes

- duplicated comments
([#&#8203;588](https://github.com/JoshuaKGoldberg/prettier-plugin-curly/issues/588))
([30a759c](https://github.com/JoshuaKGoldberg/prettier-plugin-curly/commit/30a759c7e3cee795cd104b81aa4c56a7f9afba32)),
closes
[#&#8203;399](https://github.com/JoshuaKGoldberg/prettier-plugin-curly/issues/399)
[#&#8203;399](https://github.com/JoshuaKGoldberg/prettier-plugin-curly/issues/399)

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

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

##### Features

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

####
[0.2.2](https://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://github.com/JoshuaKGoldberg/prettier-plugin-curly/commit/09d4f1c032b48593393d378e05955832ba8e9c04))

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

##### Bug Fixes

- allow empty statement bodies
([203a355](https://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/should-semantic-release).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 24, 2024
1 parent 541d708 commit 33cd502
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 86 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"npm-package-json-lint": "^8.0.0",
"npm-package-json-lint-config-default": "^7.0.0",
"prettier": "^3.0.3",
"prettier-plugin-curly": "^0.2.0",
"prettier-plugin-curly": "^0.3.0",
"prettier-plugin-packagejson": "^2.4.6",
"release-it": "^17.0.0",
"sentences-per-line": "^0.2.1",
Expand Down
128 changes: 43 additions & 85 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 33cd502

Please sign in to comment.