Skip to content

Commit 7873363

Browse files
Bump prettier from 3.3.3 to 3.4.0 (#509)
Bumps [prettier](https://github.com/prettier/prettier) from 3.3.3 to 3.4.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.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.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/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><a href="https://github.com/prettier/prettier/commit/12e3cac9ac83c5beccdb36222ba8525274d44427"><code>12e3cac</code></a> chore(deps): update dependency flow-parser to v0.255.0 (<a href="https://redirect.github.com/prettier/prettier/issues/16882">#16882</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/489a1ba3680562fff37e2cd1b108fc3135bfd512"><code>489a1ba</code></a> chore(deps): update typescript-eslint to v8.16.0 (<a href="https://redirect.github.com/prettier/prettier/issues/16883">#16883</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/10056688b03967a3f11d3d8f7b67629e55126f56"><code>1005668</code></a> chore(deps): update dependency magic-string to v0.30.13 (<a href="https://redirect.github.com/prettier/prettier/issues/16877">#16877</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/96cff76474c8b0248d2a9c63e988cd2129602ca9"><code>96cff76</code></a> chore(deps): update eslint related dependencies (<a href="https://redirect.github.com/prettier/prettier/issues/16880">#16880</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/11e948a8f9f1a7dc592a5fb62db95c0fdad7291a"><code>11e948a</code></a> chore(deps): update dependency cspell to v8.16.0 (<a href="https://redirect.github.com/prettier/prettier/issues/16879">#16879</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/3ae8e1ac789940f8c22a4bc89eb8baeb4fd05ae1"><code>3ae8e1a</code></a> chore(deps): update dependency esbuild-plugins-node-modules-polyfill to v1.6....</li> <li><a href="https://github.com/prettier/prettier/commit/6fe195b1b1aa98a5ef4d4ab0dd04c5ec1b9e8c03"><code>6fe195b</code></a> docs: fix angular link (<a href="https://redirect.github.com/prettier/prettier/issues/16822">#16822</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/b836ecd632ea5e522a126606edc7fa96bcd9054e"><code>b836ecd</code></a> chore(deps): update dependency codemirror to v5.65.18 (<a href="https://redirect.github.com/prettier/prettier/issues/16875">#16875</a>)</li> <li>Additional commits viewable in <a href="https://github.com/prettier/prettier/compare/3.3.3...3.4.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.3.3&new-version=3.4.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 1d18a87 commit 7873363

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
@@ -58,7 +58,7 @@
5858
"license-checker-rseidelsohn": "^4.4.2",
5959
"lint-staged": "^15.2.10",
6060
"micromark-util-types": "^2.0.1",
61-
"prettier": "^3.3.3",
61+
"prettier": "^3.4.0",
6262
"sort-package-json": "^2.12.0",
6363
"ts-jest": "^29.2.5",
6464
"ts-node": "^10.9.2",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@ __metadata:
830830
micromark-util-character: "npm:^2.1.1"
831831
micromark-util-symbol: "npm:^2.0.1"
832832
micromark-util-types: "npm:^2.0.1"
833-
prettier: "npm:^3.3.3"
833+
prettier: "npm:^3.4.0"
834834
rehype-raw: "npm:^7.0.0"
835835
rehype-sanitize: "npm:^6.0.0"
836836
remark-gfm: "npm:^4.0.0"
@@ -5640,12 +5640,12 @@ __metadata:
56405640
languageName: node
56415641
linkType: hard
56425642

5643-
"prettier@npm:^3.2.5, prettier@npm:^3.3.3":
5644-
version: 3.3.3
5645-
resolution: "prettier@npm:3.3.3"
5643+
"prettier@npm:^3.2.5, prettier@npm:^3.4.0":
5644+
version: 3.4.0
5645+
resolution: "prettier@npm:3.4.0"
56465646
bin:
56475647
prettier: bin/prettier.cjs
5648-
checksum: b85828b08e7505716324e4245549b9205c0cacb25342a030ba8885aba2039a115dbcf75a0b7ca3b37bc9d101ee61fab8113fc69ca3359f2a226f1ecc07ad2e26
5648+
checksum: 00974e5053dcf04cefe8d6bdef16d6a311d834ff074e927dcb85a425c8a300113fe60dc269373c892edb58e0e57749541f2a7a91ee51cdd40ab3092587772cae
56495649
languageName: node
56505650
linkType: hard
56515651

0 commit comments

Comments
 (0)