Skip to content

Commit fbc358c

Browse files
authored
Update prettier-plugin-embed 0.5.0 → 0.5.1 (minor) (#19492)
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request. ### What changed? #### ✳️ prettier-plugin-embed (0.5.0 → 0.5.1) · [Repo](https://github.com/Sec-ant/prettier-plugin-embed) · [Changelog](https://github.com/Sec-ant/prettier-plugin-embed/blob/main/CHANGELOG.md) <details> <summary>Release Notes</summary> <h4><a href="https://github.com/Sec-ant/prettier-plugin-embed/releases/tag/v0.5.1">0.5.1</a></h4> <blockquote><h3 dir="auto">Patch Changes</h3> <ul dir="auto"> <li> <a href="https://bounce.depfu.com/github.com/Sec-ant/prettier-plugin-embed/commit/0c1b3c457c56d742a72b686c64cb076ad61f8047"><tt>0c1b3c4</tt></a>: Fix indentation issues in sql, css and markdown embedded languages.</li> <li> <a href="https://bounce.depfu.com/github.com/Sec-ant/prettier-plugin-embed/commit/0c1b3c457c56d742a72b686c64cb076ad61f8047"><tt>0c1b3c4</tt></a>: Fix embedded xml and prisma formatting behavior.</li> </ul></blockquote> <p><em>Does any of this look wrong? <a href="https://depfu.com/packages/npm/prettier-plugin-embed/feedback">Please let us know.</a></em></p> </details> <details> <summary>Commits</summary> <p><a href="https://github.com/Sec-ant/prettier-plugin-embed/compare/488a11218e6315c68e971f3585c012f7c2ac39b0...41d171dfd748321387541a977b924732476a7407">See the full diff on Github</a>. The new version differs by 3 commits:</p> <ul> <li><a href="https://github.com/Sec-ant/prettier-plugin-embed/commit/41d171dfd748321387541a977b924732476a7407"><code>chore(release): v0.5.1 (#158)</code></a></li> <li><a href="https://github.com/Sec-ant/prettier-plugin-embed/commit/80173f4eb76f658d6c96574e6f6e3cf3d0e8dbad"><code>fix(ci): test workflow</code></a></li> <li><a href="https://github.com/Sec-ant/prettier-plugin-embed/commit/0c1b3c457c56d742a72b686c64cb076ad61f8047"><code>fix: refactor embedded options and embedder logic (#157)</code></a></li> </ul> </details> --- ![Depfu Status](https://depfu.com/badges/edd6acd35d74c8d41cbb540c30442adf/stats.svg) [Depfu](https://depfu.com) will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with `@depfu rebase`. <details><summary>All Depfu comment commands</summary> <blockquote><dl> <dt>@​depfu rebase</dt><dd>Rebases against your default branch and redoes this update</dd> <dt>@​depfu recreate</dt><dd>Recreates this PR, overwriting any edits that you've made to it</dd> <dt>@​depfu merge</dt><dd>Merges this PR once your tests are passing and conflicts are resolved</dd> <dt>@​depfu cancel merge</dt><dd>Cancels automatic merging of this PR</dd> <dt>@​depfu close</dt><dd>Closes this PR and deletes the branch</dd> <dt>@​depfu reopen</dt><dd>Restores the branch and reopens this PR (if it's closed)</dd> <dt>@​depfu pause</dt><dd>Ignores all future updates for this dependency and closes this PR</dd> <dt>@​depfu pause [minor|major]</dt><dd>Ignores all future minor/major updates for this dependency and closes this PR</dd> <dt>@​depfu resume</dt><dd>Future versions of this dependency will create PRs again (leaves this PR as is)</dd> </dl></blockquote> </details> Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
1 parent fba35d0 commit fbc358c

File tree

2 files changed

+38
-21
lines changed

2 files changed

+38
-21
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"postcss": "8.5.6",
5454
"postcss-import": "^16.1.1",
5555
"prettier": "catalog:",
56-
"prettier-plugin-embed": "^0.5.0",
56+
"prettier-plugin-embed": "^0.5.1",
5757
"prettier-plugin-organize-imports": "^4.3.0",
5858
"tsup": "^8.5.1",
5959
"turbo": "^2.6.3",

pnpm-lock.yaml

Lines changed: 37 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)