Skip to content

Commit 373f01d

Browse files
chore(deps): update dependency prettier-plugin-curly to v0.3.2 (#94)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [prettier-plugin-curly](https://redirect.github.com/JoshuaKGoldberg/prettier-plugin-curly) | [`0.3.1` -> `0.3.2`](https://renovatebot.com/diffs/npm/prettier-plugin-curly/0.3.1/0.3.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/prettier-plugin-curly/0.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/prettier-plugin-curly/0.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/prettier-plugin-curly/0.3.1/0.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/prettier-plugin-curly/0.3.1/0.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>JoshuaKGoldberg/prettier-plugin-curly (prettier-plugin-curly)</summary> ### [`v0.3.2`](https://redirect.github.com/JoshuaKGoldberg/prettier-plugin-curly/blob/HEAD/CHANGELOG.md#032-2025-04-03) [Compare Source](https://redirect.github.com/JoshuaKGoldberg/prettier-plugin-curly/compare/0.3.1...0.3.2) ##### Bug Fixes - bump to create-typescript-app@2 with transitions action ([#&#8203;630](https://redirect.github.com/JoshuaKGoldberg/prettier-plugin-curly/issues/630)) ([b0c5cbe](https://redirect.github.com/JoshuaKGoldberg/prettier-plugin-curly/commit/b0c5cbeb47d15c0bc072232f65fe27063cb3927c)), closes [#&#8203;629](https://redirect.github.com/JoshuaKGoldberg/prettier-plugin-curly/issues/629) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. --- - [ ] <!-- 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/cedarjs/cedar). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4xNi4wIiwidXBkYXRlZEluVmVyIjoiNDAuMTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhbmdlc2V0cy1vayIsInJlbGVhc2U6ZGVwZW5kZW5jeSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f01ea19 commit 373f01d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"nx": "20.3.2",
122122
"ora": "8.2.0",
123123
"prettier": "3.5.3",
124-
"prettier-plugin-curly": "0.3.1",
124+
"prettier-plugin-curly": "0.3.2",
125125
"prettier-plugin-packagejson": "2.5.6",
126126
"prettier-plugin-sh": "0.14.0",
127127
"prompts": "2.4.2",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24960,16 +24960,16 @@ __metadata:
2496024960
languageName: node
2496124961
linkType: hard
2496224962

24963-
"prettier-plugin-curly@npm:0.3.1":
24964-
version: 0.3.1
24965-
resolution: "prettier-plugin-curly@npm:0.3.1"
24963+
"prettier-plugin-curly@npm:0.3.2":
24964+
version: 0.3.2
24965+
resolution: "prettier-plugin-curly@npm:0.3.2"
2496624966
dependencies:
2496724967
"@babel/generator": "npm:^7.25.7"
2496824968
"@babel/parser": "npm:^7.25.8"
2496924969
"@babel/traverse": "npm:^7.25.7"
2497024970
peerDependencies:
2497124971
prettier: ^2 || ^3
24972-
checksum: 10c0/06241f2f0c4280ed867433ec22b0b5fa21b73de199e818b510633652c74fa4bda889f354dff95d459cba16b59002e2880105dbfd75b09654471822f303792e08
24972+
checksum: 10c0/4f81eca62d71bd616bdd832b240743a86c8720ddef0422bb958c677a48dec956c59124bdf8f079280160e862961d060b3e7506140ba59f70d571b8270e074121
2497324973
languageName: node
2497424974
linkType: hard
2497524975

@@ -26660,7 +26660,7 @@ __metadata:
2666026660
nx: "npm:20.3.2"
2666126661
ora: "npm:8.2.0"
2666226662
prettier: "npm:3.5.3"
26663-
prettier-plugin-curly: "npm:0.3.1"
26663+
prettier-plugin-curly: "npm:0.3.2"
2666426664
prettier-plugin-packagejson: "npm:2.5.6"
2666526665
prettier-plugin-sh: "npm:0.14.0"
2666626666
prompts: "npm:2.4.2"

0 commit comments

Comments
 (0)