Skip to content

Commit c00102b

Browse files
Bump prettier from 3.4.2 to 3.5.0 (#729)
Bumps [prettier](https://github.com/prettier/prettier) from 3.4.2 to 3.5.0. <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.0</h2> <p><a href="https://github.com/prettier/prettier/compare/3.4.2...3.5.0">diff</a></p> <p>🔗 <a href="https://prettier.io/blog/2025/02/09/3.5.0">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.5.0</h1> <p><a href="https://github.com/prettier/prettier/compare/3.4.2...3.5.0">diff</a></p> <p>🔗 <a href="https://prettier.io/blog/2025/02/09/3.5.0.html">Release Notes</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prettier/prettier/commit/7584432401a47a26943dd7a9ca9a8e032ead7285"><code>7584432</code></a> Release 3.5.0</li> <li><a href="https://github.com/prettier/prettier/commit/4797054c3d6ca2273121570316e493422dde978d"><code>4797054</code></a> Remove blog post</li> <li><a href="https://github.com/prettier/prettier/commit/5ed5dc0b8a62650ed1d0a1afddb9ed4a0767582a"><code>5ed5dc0</code></a> Fix a link in changelog (<a href="https://redirect.github.com/prettier/prettier/issues/17088">#17088</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/d8c21c58b33cd913c31687806f5fc55543a6fe71"><code>d8c21c5</code></a> Fix tag notation in changelog (<a href="https://redirect.github.com/prettier/prettier/issues/17087">#17087</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/0fcd5db0aab8b3cef30eac09b5a7816a58f851ce"><code>0fcd5db</code></a> Separate license and third-party licenses (<a href="https://redirect.github.com/prettier/prettier/issues/17073">#17073</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/0c2b4bb3aa946b5b5cfbea322b90ada07236b70e"><code>0c2b4bb</code></a> chore(deps): update babel to v7.26.8 (<a href="https://redirect.github.com/prettier/prettier/issues/17084">#17084</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/e3a5595d485d223da01731d9cdd32523d2f17e70"><code>e3a5595</code></a> chore(deps): update babel to v7.26.8 (<a href="https://redirect.github.com/prettier/prettier/issues/17083">#17083</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/4a5ad1ffb10ab4e67c3090e0a40d3168b78dab43"><code>4a5ad1f</code></a> Add <code>disable_search</code> to <code>codecov/codecov-action</code> (<a href="https://redirect.github.com/prettier/prettier/issues/17082">#17082</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/b997ce35fe778a82cf47f8488078b56a57b8c2b3"><code>b997ce3</code></a> chore(deps): update dependency <code>@​glimmer/syntax</code> to v0.94.3 (<a href="https://redirect.github.com/prettier/prettier/issues/17080">#17080</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/7a6273bde750d52f0c0f739e27205f629418f359"><code>7a6273b</code></a> chore(deps): update dependency esbuild to v0.25.0 (<a href="https://redirect.github.com/prettier/prettier/issues/17081">#17081</a>)</li> <li>Additional commits viewable in <a href="https://github.com/prettier/prettier/compare/3.4.2...3.5.0">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.4.2&new-version=3.5.0)](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 05a2d96 commit c00102b

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.4.2",
59+
"prettier": "^3.5.0",
6060
"sort-package-json": "^2.14.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.4.3"
828828
lodash: "npm:^4.17.21"
829829
nodemon: "npm:^3.1.9"
830-
prettier: "npm:^3.4.2"
830+
prettier: "npm:^3.5.0"
831831
sort-package-json: "npm:^2.14.0"
832832
ts-jest: "npm:^29.2.5"
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.4.2":
5074-
version: 3.4.2
5075-
resolution: "prettier@npm:3.4.2"
5073+
"prettier@npm:^3.2.5, prettier@npm:^3.5.0":
5074+
version: 3.5.0
5075+
resolution: "prettier@npm:3.5.0"
50765076
bin:
50775077
prettier: bin/prettier.cjs
5078-
checksum: 99e076a26ed0aba4ebc043880d0f08bbb8c59a4c6641cdee6cdadf2205bdd87aa1d7823f50c3aea41e015e99878d37c58d7b5f0e663bba0ef047f94e36b96446
5078+
checksum: 6c355d74c377f5622953229d92477e8b9779162e848db90fd7e06c431deb73585d31fafc4516cf5868917825b97b9ec7c87c8d8b8e03ccd9fc9c0b7699d1a650
50795079
languageName: node
50805080
linkType: hard
50815081

0 commit comments

Comments
 (0)