Skip to content

Commit 1ee5b49

Browse files
Bump prettier from 3.5.2 to 3.5.3 (#742)
Bumps [prettier](https://github.com/prettier/prettier) from 3.5.2 to 3.5.3. <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.3</h2> <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#353">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.3</h1> <p><a href="https://github.com/prettier/prettier/compare/3.5.2...3.5.3">diff</a></p> <h4>Flow: Fix missing parentheses in <code>ConditionalTypeAnnotation</code> (<a href="https://redirect.github.com/prettier/prettier/pull/17196">#17196</a> by <a href="https://github.com/fisker"><code>@​fisker</code></a>)</h4> <!-- raw HTML omitted --> <pre lang="jsx"><code>// Input type T&lt;U&gt; = 'a' | ('b' extends U ? 'c' : empty); type T&lt;U&gt; = 'a' &amp; ('b' extends U ? 'c' : empty); <p>// Prettier 3.5.2<br /> type T&lt;U&gt; = &quot;a&quot; | &quot;b&quot; extends U ? &quot;c&quot; : empty;<br /> type T&lt;U&gt; = &quot;a&quot; &amp; &quot;b&quot; extends U ? &quot;c&quot; : empty;</p> <p>// Prettier 3.5.3<br /> type T&lt;U&gt; = &quot;a&quot; | (&quot;b&quot; extends U ? &quot;c&quot; : empty);<br /> type T&lt;U&gt; = &quot;a&quot; &amp; (&quot;b&quot; extends U ? &quot;c&quot; : empty);<br /> </code></pre></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prettier/prettier/commit/4ff5dc540fa09b25fb0c02709d227af5ca53cfbf"><code>4ff5dc5</code></a> Release 3.5.3</li> <li><a href="https://github.com/prettier/prettier/commit/a2e560e951b44e4b51b0c082da37a5ce396fadd2"><code>a2e560e</code></a> Fix missing parentheses in <code>ConditionalTypeAnnotation</code> (<a href="https://redirect.github.com/prettier/prettier/issues/17196">#17196</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/fa95c97eb30dbcd86e352d4178c9b366bb073b97"><code>fa95c97</code></a> Add <code>mergeBlogPost</code> step to release script (<a href="https://redirect.github.com/prettier/prettier/issues/17199">#17199</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/b47cd502ad87859d83a555a735a2889d65588d51"><code>b47cd50</code></a> Add title to patch release changelog (<a href="https://redirect.github.com/prettier/prettier/issues/17197">#17197</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/de30788d30990b35534832ca554f5d5add2d4221"><code>de30788</code></a> Minor fix in release script</li> <li><a href="https://github.com/prettier/prettier/commit/ecee6a0e52429be07d84d4ffac0be585c2f89614"><code>ecee6a0</code></a> Clean changelog_unreleased</li> <li><a href="https://github.com/prettier/prettier/commit/fd065126148c5f45a125de49242d4feec0cd8557"><code>fd06512</code></a> Bump Prettier dependency to 3.5.2</li> <li><a href="https://github.com/prettier/prettier/commit/1f74dd55aca696e6eb6f4b866c3cd2dbeb0d245d"><code>1f74dd5</code></a> Update dependents count</li> <li>See full diff in <a href="https://github.com/prettier/prettier/compare/3.5.2...3.5.3">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.5.2&new-version=3.5.3)](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 bf8d8ad commit 1ee5b49

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.4.3",
5757
"lodash": "^4.17.21",
5858
"nodemon": "^3.1.9",
59-
"prettier": "^3.5.2",
59+
"prettier": "^3.5.3",
6060
"sort-package-json": "^2.15.0",
6161
"ts-jest": "^29.2.6",
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.4.3"
828828
lodash: "npm:^4.17.21"
829829
nodemon: "npm:^3.1.9"
830-
prettier: "npm:^3.5.2"
830+
prettier: "npm:^3.5.3"
831831
sort-package-json: "npm:^2.15.0"
832832
ts-jest: "npm:^29.2.6"
833833
ts-node: "npm:^10.9.2"
@@ -5070,12 +5070,12 @@ __metadata:
50705070
languageName: node
50715071
linkType: hard
50725072

5073-
"prettier@npm:^3.2.5, prettier@npm:^3.5.2":
5074-
version: 3.5.2
5075-
resolution: "prettier@npm:3.5.2"
5073+
"prettier@npm:^3.2.5, prettier@npm:^3.5.3":
5074+
version: 3.5.3
5075+
resolution: "prettier@npm:3.5.3"
50765076
bin:
50775077
prettier: bin/prettier.cjs
5078-
checksum: d7b597ed33f39c32ace675896ad187f06a3e48dc8a1e80051b5c5f0dae3586d53981704b8fda5ac3b080e6c2e0e197d239131b953702674f044351621ca5e1ac
5078+
checksum: 3880cb90b9dc0635819ab52ff571518c35bd7f15a6e80a2054c05dbc8a3aa6e74f135519e91197de63705bcb38388ded7e7230e2178432a1468005406238b877
50795079
languageName: node
50805080
linkType: hard
50815081

0 commit comments

Comments
 (0)