113.json (9970B)
1 { 2 "number": 113, 3 "title": "Bump prettier from 3.0.2 to 3.4.2", 4 "state": "merged", 5 "diff_file": "113.diff", 6 "author": "dependabot[bot]", 7 "created_at": "2024-12-29T14:13:33Z", 8 "closed_at": "2024-12-29T14:15:19Z", 9 "merged_at": "2024-12-29T14:15:19Z", 10 "base_ref": "main", 11 "head_ref": "dependabot/npm_and_yarn/prettier-3.4.2", 12 "labels": [ 13 "dependencies", 14 "javascript" 15 ], 16 "assignees": [], 17 "requested_reviewers": [], 18 "body": "Bumps [prettier](https://github.com/prettier/prettier) from 3.0.2 to 3.4.2.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/prettier/prettier/releases\">prettier's releases</a>.</em></p>\n<blockquote>\n<h2>3.4.2</h2>\n<p>\ud83d\udd17 <a href=\"https://github.com/prettier/prettier/blob/main/CHANGELOG.md#342\">Changelog</a></p>\n<h2>3.4.1</h2>\n<p>\ud83d\udd17 <a href=\"https://github.com/prettier/prettier/blob/main/CHANGELOG.md#341\">Changelog</a></p>\n<h2>3.4.0</h2>\n<p><a href=\"https://github.com/prettier/prettier/compare/3.3.3...3.4.0\">diff</a></p>\n<p>\ud83d\udd17 <a href=\"https://prettier.io/blog/2024/11/26/3.4.0.html\">Release note</a></p>\n<h2>3.3.3</h2>\n<p>\ud83d\udd17 <a href=\"https://github.com/prettier/prettier/blob/main/CHANGELOG.md#333\">Changelog</a></p>\n<h2>3.3.2</h2>\n<p>\ud83d\udd17 <a href=\"https://github.com/prettier/prettier/blob/main/CHANGELOG.md#332\">Changelog</a></p>\n<h2>3.3.1</h2>\n<p>\ud83d\udd17 <a href=\"https://github.com/prettier/prettier/blob/main/CHANGELOG.md#331\">Changelog</a></p>\n<h2>3.3.0</h2>\n<p><a href=\"https://github.com/prettier/prettier/compare/3.2.5...3.3.0\">diff</a></p>\n<p>\ud83d\udd17 <a href=\"https://prettier.io/blog/2024/06/01/3.3.0.html\">Release note</a></p>\n<h2>3.2.5</h2>\n<p>\ud83d\udd17 <a href=\"https://github.com/prettier/prettier/blob/main/CHANGELOG.md#325\">Changelog</a></p>\n<h2>3.2.4</h2>\n<ul>\n<li>Fix <code>.eslintrc.json</code> format <a href=\"https://redirect.github.com/prettier/prettier/issues/15947\">#15947</a></li>\n</ul>\n<p>\ud83d\udd17 <a href=\"https://github.com/prettier/prettier/blob/main/CHANGELOG.md#324\">Changelog</a></p>\n<h2>3.2.3</h2>\n<ul>\n<li>Format <code>tsconfig.json</code> file with <code>jsonc</code> parser <a href=\"https://redirect.github.com/prettier/prettier/issues/15927\">#15927</a></li>\n</ul>\n<p>\ud83d\udd17 <a href=\"https://github.com/prettier/prettier/blob/main/CHANGELOG.md#323\">Changelog</a></p>\n<h2>3.2.2</h2>\n<p>\ud83d\udd17 <a href=\"https://github.com/prettier/prettier/blob/main/CHANGELOG.md#322\">Changelog</a></p>\n<h2>3.2.1</h2>\n<p>\ud83d\udd17 <a href=\"https://github.com/prettier/prettier/blob/main/CHANGELOG.md#321\">Changelog</a></p>\n<h2>3.2.0</h2>\n<p><a href=\"https://github.com/prettier/prettier/compare/3.1.1...3.2.0\">diff</a></p>\n<p>\ud83d\udd17 <a href=\"https://prettier.io/blog/2024/01/12/3.2.0.html\">Release note</a></p>\n<h2>3.1.1</h2>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/prettier/prettier/blob/main/CHANGELOG.md\">prettier's changelog</a>.</em></p>\n<blockquote>\n<h1>3.4.2</h1>\n<p><a href=\"https://github.com/prettier/prettier/compare/3.4.1...3.4.2\">diff</a></p>\n<h4>Treat U+30A0 & U+30FB in Katakana Block as CJK (<a href=\"https://redirect.github.com/prettier/prettier/pull/16796\">#16796</a> by <a href=\"https://github.com/tats-u\"><code>@\u200btats-u</code></a>)</h4>\n<p>Prettier doesn't treat U+30A0 & U+30FB as Japanese. U+30FB is commonly used in Japanese to represent the delimitation of first and last names of non-Japanese people or \u201cand\u201d. The following \u201cC\u8a00\u8a9e\u30fbC++\u30fbGo\u30fbRust\u201d means \u201cC language & C++ & Go & Rust\u201d in Japanese.</p>\n<!-- raw HTML omitted -->\n<pre lang=\"md\"><code><!-- Input (--prose-wrap=never) -->\n<p>C\u8a00<br />\n\u8a9e<br />\n\u30fb<br />\nC++<br />\n\u30fb<br />\nGo<br />\n\u30fb<br />\nRust</p>\n<p><!-- Prettier 3.4.1 --><br />\nC\u8a00\u8a9e\u30fb C++ \u30fb Go \u30fb Rust</p>\n<p><!-- Prettier 3.4.2 --><br />\nC\u8a00\u8a9e\u30fbC++\u30fbGo\u30fbRust<br />\n</code></pre></p>\n<p>U+30A0 can be used as the replacement of the <code>-</code> in non-Japanese names (e.g. \u201cSaint-Sa\u00ebns\u201d (Charles Camille Saint-Sa\u00ebns) can be represented as \u201c\u30b5\u30f3\u30a0\u30b5\u30fc\u30f3\u30b9\u201d in Japanese), but substituted by ASCII hyphen (U+002D) or U+FF1D (full width hyphen) in many cases (e.g. \u201c\u30b5\u30f3=\u30b5\u30fc\u30f3\u30b9\u201d or \u201c\u30b5\u30f3\uff1d\u30b5\u30fc\u30f3\u30b9\u201d).</p>\n<h4>Fix comments print on class methods with decorators (<a href=\"https://redirect.github.com/prettier/prettier/pull/16891\">#16891</a> by <a href=\"https://github.com/fisker\"><code>@\u200bfisker</code></a>)</h4>\n<!-- raw HTML omitted -->\n<pre lang=\"jsx\"><code>// Input\nclass A {\n @decorator\n /** \n * The method description\n *\n */\n async method(foo: Foo, bar: Bar) {\n console.log(foo);\n }\n}\n<p>// Prettier 3.4.1<br />\nclass A {<br />\n<a href=\"https://github.com/decorator\"><code>@\u200bdecorator</code></a><br />\nasync /**<br />\n</tr></table><br />\n</code></pre></p>\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/prettier/prettier/commit/cca946176c3ec04ae46bf7bcb08c5bba8c041682\"><code>cca9461</code></a> Release 3.4.2</li>\n<li><a href=\"https://github.com/prettier/prettier/commit/572bebe2d450eacd7028cd05d157faf7b50605f8\"><code>572bebe</code></a> Fix comments on class methods with decorators (<a href=\"https://redirect.github.com/prettier/prettier/issues/16891\">#16891</a>)</li>\n<li><a href=\"https://github.com/prettier/prettier/commit/359c4f02d00a8b95a4ab10046cb4957771abbe65\"><code>359c4f0</code></a> chore(deps): update dependency <code>@\u200bangular/compiler</code> to v19.0.1 (<a href=\"https://redirect.github.com/prettier/prettier/issues/16903\">#16903</a>)</li>\n<li><a href=\"https://github.com/prettier/prettier/commit/64709969fb4ac8b7ec597db27d583ec60b47d7b7\"><code>6470996</code></a> chore(deps): update dependency <code>@\u200bglimmer/syntax</code> to v0.93.1 (<a href=\"https://redirect.github.com/prettier/prettier/issues/16904\">#16904</a>)</li>\n<li><a href=\"https://github.com/prettier/prettier/commit/e13614ffd806ee39bdb1ed8fb1026b538de025af\"><code>e13614f</code></a> Correct fit() for fill() (<a href=\"https://redirect.github.com/prettier/prettier/issues/16899\">#16899</a>)</li>\n<li><a href=\"https://github.com/prettier/prettier/commit/10db357c5f2c684b07e2103f11b5e3debb736cdc\"><code>10db357</code></a> Remove check on <code>TSImportType.isTypeOf</code> (<a href=\"https://redirect.github.com/prettier/prettier/issues/16892\">#16892</a>)</li>\n<li><a href=\"https://github.com/prettier/prettier/commit/ac46a4f16eaaf73c1ba82b7cdec6d10ab18ad38a\"><code>ac46a4f</code></a> Treat U+30A0 & U+30FB in Katakana Block as CJK (<a href=\"https://redirect.github.com/prettier/prettier/issues/16796\">#16796</a>)</li>\n<li><a href=\"https://github.com/prettier/prettier/commit/d52e905869dffd6e870fed453f25aaf2f78b736c\"><code>d52e905</code></a> Add test for <a href=\"https://redirect.github.com/prettier/prettier/issues/16207\">#16207</a> (<a href=\"https://redirect.github.com/prettier/prettier/issues/16890\">#16890</a>)</li>\n<li><a href=\"https://github.com/prettier/prettier/commit/a1e354d7fc4c8d10b066405369df61fadba75b25\"><code>a1e354d</code></a> Clean changelog_unreleased</li>\n<li><a href=\"https://github.com/prettier/prettier/commit/99875da4e774680e4569ed12fcbac263aa05a7db\"><code>99875da</code></a> Bump Prettier dependency to 3.4.1</li>\n<li>Additional commits viewable in <a href=\"https://github.com/prettier/prettier/compare/3.0.2...3.4.2\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n</details>", 19 "comments": [], 20 "review_comments": [] 21 }