-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 88c6d01
authored
build(prettier): bump prettier from 3.5.0 to 3.5.1 (#77)
Bumps [prettier](https://github.com/prettier/prettier) from 3.5.0 to
3.5.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/prettier/prettier/releases">prettier's
releases</a>.</em></p>
<blockquote>
<h2>3.5.1</h2>
<p>🔗 <a
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#351">Changelog</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md">prettier's
changelog</a>.</em></p>
<blockquote>
<h1>3.5.1</h1>
<p><a
href="https://github.com/prettier/prettier/compare/3.5.0...3.5.1">diff</a></p>
<h4>Fix CLI crash when cache for old version exists (<a
href="https://redirect.github.com/prettier/prettier/pull/17100">#17100</a>
by <a
href="https://github.com/sosukesuzuki"><code>@sosukesuzuki</code></a>)</h4>
<p>Prettier 3.5 uses a different cache format than previous versions,
Prettier 3.5.0 crashes when reading existing cache file, Prettier 3.5.1
fixed the problem.</p>
<h4>Support dockercompose and github-actions-workflow in VSCode (<a
href="https://redirect.github.com/prettier/prettier/pull/17101">#17101</a>
by <a
href="https://github.com/remcohaszing"><code>@remcohaszing</code></a>)</h4>
<p>Prettier now supports the <code>dockercompose</code> and
<code>github-actions-workflow</code> languages in Visual Studio
Code.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/prettier/prettier/commit/34f02bd86befe48ba4032a701862f49914e79187"><code>34f02bd</code></a>
Release 3.5.1</li>
<li><a
href="https://github.com/prettier/prettier/commit/61c0129ce5742753fa2bb3ae78eaeacea982372e"><code>61c0129</code></a>
Invalidate outdated cache file (<a
href="https://redirect.github.com/prettier/prettier/issues/17100">#17100</a>)</li>
<li><a
href="https://github.com/prettier/prettier/commit/9cf8ec23f611dd1442f243ea599ba94b7a1a8b56"><code>9cf8ec2</code></a>
Support dockercompose and github-actions-workflow (<a
href="https://redirect.github.com/prettier/prettier/issues/17101">#17101</a>)</li>
<li><a
href="https://github.com/prettier/prettier/commit/59e3696c9e395d32c8ab0d4b380beb6255c27856"><code>59e3696</code></a>
Remove blog-post-intro (<a
href="https://redirect.github.com/prettier/prettier/issues/17102">#17102</a>)</li>
<li><a
href="https://github.com/prettier/prettier/commit/92ac6d036e5b226441584e9f48876ae2f7c6a6a1"><code>92ac6d0</code></a>
Add missing option <code>experimentalOperatorPosition</code> types (<a
href="https://redirect.github.com/prettier/prettier/issues/17091">#17091</a>)</li>
<li><a
href="https://github.com/prettier/prettier/commit/8b1dda294a6ad7348180c38a3e6ffca798bd6682"><code>8b1dda2</code></a>
docs: avoid using <code>.html</code> extension for blog posts (<a
href="https://redirect.github.com/prettier/prettier/issues/17090">#17090</a>)</li>
<li><a
href="https://github.com/prettier/prettier/commit/f95cfbca7d2347b1655f8c8a10c522705efb04fe"><code>f95cfbc</code></a>
Playground: Enable v3.5.0 features (<a
href="https://redirect.github.com/prettier/prettier/issues/17093">#17093</a>)</li>
<li><a
href="https://github.com/prettier/prettier/commit/df43d96d187dc386aa9284fa52fd27fc921d63e3"><code>df43d96</code></a>
Fix blog title</li>
<li><a
href="https://github.com/prettier/prettier/commit/a4940b3296e1933e91e9ba7a91bf1ed4a250384c"><code>a4940b3</code></a>
Release blog for 3.5 (<a
href="https://redirect.github.com/prettier/prettier/issues/17020">#17020</a>)</li>
<li><a
href="https://github.com/prettier/prettier/commit/8810b5be868aa10dcf3fc0f34b825903d819ecdf"><code>8810b5b</code></a>
run prettier</li>
<li>Additional commits viewable in <a
href="https://github.com/prettier/prettier/compare/3.5.0...3.5.1">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent b1da7b4 commit 88c6d01Copy full SHA for 88c6d01
2 files changed
+5
-5
lines changed+4-4Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
41 |
| - | |
| 41 | + | |
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
|
0 commit comments