Skip to content

Commit 81d164f

Browse files
authoredJul 20, 2024··
chore(deps): update dependency prettier-plugin-curly to ^0.2.1 (#1586)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [prettier-plugin-curly](https://togithub.com/JoshuaKGoldberg/prettier-plugin-curly) | [`^0.2.0` -> `^0.2.1`](https://renovatebot.com/diffs/npm/prettier-plugin-curly/0.2.1/0.2.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/prettier-plugin-curly/0.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/prettier-plugin-curly/0.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/prettier-plugin-curly/0.2.1/0.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/prettier-plugin-curly/0.2.1/0.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>JoshuaKGoldberg/prettier-plugin-curly (prettier-plugin-curly)</summary> ### [`v0.2.2`](https://togithub.com/JoshuaKGoldberg/prettier-plugin-curly/blob/HEAD/CHANGELOG.md#022-2024-07-17) [Compare Source](https://togithub.com/JoshuaKGoldberg/prettier-plugin-curly/compare/0.2.1...0.2.2) ##### Bug Fixes - support running inside a CommonJS module ([09d4f1c](https://togithub.com/JoshuaKGoldberg/prettier-plugin-curly/commit/09d4f1c032b48593393d378e05955832ba8e9c04)) </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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/JoshuaKGoldberg/create-typescript-app). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjQzMS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7316d93 commit 81d164f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"lint-staged": "^15.2.2",
9292
"markdownlint": "^0.34.0",
9393
"markdownlint-cli": "^0.41.0",
94-
"prettier-plugin-curly": "^0.2.0",
94+
"prettier-plugin-curly": "^0.2.1",
9595
"prettier-plugin-packagejson": "^2.5.0",
9696
"prettier-plugin-sh": "^0.14.0",
9797
"release-it": "^17.3.0",

‎pnpm-lock.yaml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.