Skip to content

Commit 21535f7

Browse files
Bump prettier from 3.3.3 to 3.4.1 (#697)
Bumps [prettier](https://github.com/prettier/prettier) from 3.3.3 to 3.4.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.4.1</h2> <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#341">Changelog</a></p> <h2>3.4.0</h2> <p><a href="https://github.com/prettier/prettier/compare/3.3.3...3.4.0">diff</a></p> <p>🔗 <a href="https://prettier.io/blog/2024/11/26/3.4.0.html">Release note</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.4.1</h1> <p><a href="https://github.com/prettier/prettier/compare/3.4.0...3.4.1">diff</a></p> <h4>Remove unnecessary parentheses around assignment in <code>v-on</code> (<a href="https://redirect.github.com/prettier/prettier/pull/16887">#16887</a> by <a href="https://github.com/fisker"><code>@​fisker</code></a>)</h4> <!-- raw HTML omitted --> <pre lang="vue"><code>&lt;!-- Input --&gt; \&lt;template&gt; &lt;button @click=&quot;foo += 2&quot;&gt;Click&lt;/button&gt; &lt;/template&gt; <p>&lt;!-- Prettier 3.4.0 --&gt;<br /> &amp;lt;template&gt;<br /> &lt;button <a href="https://github.com/click"><code>@​click</code></a>=&quot;(foo += 2)&quot;&gt;Click&lt;/button&gt;<br /> &lt;/template&gt;</p> <p>&lt;!-- Prettier 3.4.1 --&gt;<br /> &amp;lt;template&gt;<br /> &lt;button <a href="https://github.com/click"><code>@​click</code></a>=&quot;foo += 2&quot;&gt;Click&lt;/button&gt;<br /> &lt;/template&gt;<br /> </code></pre></p> <h1>3.4.0</h1> <p><a href="https://github.com/prettier/prettier/compare/3.3.3...3.4.0">diff</a></p> <p>🔗 <a href="https://prettier.io/blog/2024/11/26/3.4.0.html">Release Notes</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prettier/prettier/commit/37fd1774d13ef68abcc03775ceef0a91f87a57d7"><code>37fd177</code></a> Release 3.4.1</li> <li><a href="https://github.com/prettier/prettier/commit/1fb629709a877b82f1acdcb8a9dbb0f5410e660d"><code>1fb6297</code></a> Update ts-api-utils to v1.4.2 (<a href="https://redirect.github.com/prettier/prettier/issues/16888">#16888</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/f6fccadbc7e07704ed2b85d83247a1c740bb4489"><code>f6fccad</code></a> Remove unnecessary parentheses around assignment in <code>v-on</code> (<a href="https://redirect.github.com/prettier/prettier/issues/16887">#16887</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/5fef089377dbbd9c50cb04a2d65190a29ea68346"><code>5fef089</code></a> Minor improvements in v3.4.0 blog post (<a href="https://redirect.github.com/prettier/prettier/issues/16886">#16886</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/3542f138458c7ed0fb3f0a5a5244cbd0084c0ec7"><code>3542f13</code></a> 3.4 release blog (<a href="https://redirect.github.com/prettier/prettier/issues/16851">#16851</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/f53791a2c815b03ea6f0b7f525c59d3c446bc0fd"><code>f53791a</code></a> Clean changelog_unreleased</li> <li><a href="https://github.com/prettier/prettier/commit/2b41c937fc1dc080dee440cd21999e42737a9483"><code>2b41c93</code></a> Bump Prettier dependency to 3.4.0</li> <li><a href="https://github.com/prettier/prettier/commit/10baab2f577903a3cb019f43db844107eea310b6"><code>10baab2</code></a> Update dependents count</li> <li><a href="https://github.com/prettier/prettier/commit/7999e1026529ddc781caae7f6875ef5cd26540a9"><code>7999e10</code></a> Release 3.4.0</li> <li><a href="https://github.com/prettier/prettier/commit/2262d1e4a3b972f661fe8018b7de823b7646a60f"><code>2262d1e</code></a> chore(config): migrate renovate config (<a href="https://redirect.github.com/prettier/prettier/issues/16884">#16884</a>)</li> <li>Additional commits viewable in <a href="https://github.com/prettier/prettier/compare/3.3.3...3.4.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=prettier&package-manager=npm_and_yarn&previous-version=3.3.3&new-version=3.4.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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>
1 parent ab14658 commit 21535f7

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
@@ -56,7 +56,7 @@
5656
"lint-staged": "^15.2.10",
5757
"lodash": "^4.17.21",
5858
"nodemon": "^3.1.7",
59-
"prettier": "^3.3.3",
59+
"prettier": "^3.4.1",
6060
"sort-package-json": "^2.12.0",
6161
"ts-jest": "^29.2.5",
6262
"ts-node": "^10.9.2",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ __metadata:
827827
lint-staged: "npm:^15.2.10"
828828
lodash: "npm:^4.17.21"
829829
nodemon: "npm:^3.1.7"
830-
prettier: "npm:^3.3.3"
830+
prettier: "npm:^3.4.1"
831831
sort-package-json: "npm:^2.12.0"
832832
ts-jest: "npm:^29.2.5"
833833
ts-node: "npm:^10.9.2"
@@ -5077,12 +5077,12 @@ __metadata:
50775077
languageName: node
50785078
linkType: hard
50795079

5080-
"prettier@npm:^3.2.5, prettier@npm:^3.3.3":
5081-
version: 3.3.3
5082-
resolution: "prettier@npm:3.3.3"
5080+
"prettier@npm:^3.2.5, prettier@npm:^3.4.1":
5081+
version: 3.4.1
5082+
resolution: "prettier@npm:3.4.1"
50835083
bin:
50845084
prettier: bin/prettier.cjs
5085-
checksum: b85828b08e7505716324e4245549b9205c0cacb25342a030ba8885aba2039a115dbcf75a0b7ca3b37bc9d101ee61fab8113fc69ca3359f2a226f1ecc07ad2e26
5085+
checksum: 2d6cc3101ad9de72b49c59339480b0983e6ff6742143da0c43f476bf3b5ef88ede42ebd9956d7a0a8fa59f7a5990e8ef03c9ad4c37f7e4c9e5db43ee0853156c
50865086
languageName: node
50875087
linkType: hard
50885088

0 commit comments

Comments
 (0)