dependabot[bot] opened a new pull request, #1641: URL: https://github.com/apache/qpid-dispatch/pull/1641
Bumps [prettier](https://github.com/prettier/prettier) from 2.5.1 to 3.0.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.0.0</h2> <p><a href="https://github.com/prettier/prettier/compare/3.0.0-alpha.6...3.0.0">diff</a></p> <p>🔗 <a href="https://prettier.io/blog/2023/07/05/3.0.0.html">Release note</a></p> <h2>3.0.0-alpha.6</h2> <h2>What's Changed</h2> <ul> <li>Update <code>.d.ts</code> files of plugins to use <code>export default ...</code> by <a href="https://github.com/fisker"><code>@​fisker</code></a> in <a href="https://redirect.github.com/prettier/prettier/pull/14435">prettier/prettier#14435</a></li> </ul> <p>Other changes since v2, see <a href="https://github.com/prettier/prettier/releases/tag/3.0.0-alpha.1"><code>3.0.0-alpha.1</code> release notes</a></p> <p><strong>Full Changelog</strong>: <a href="https://github.com/prettier/prettier/compare/3.0.0-alpha.5...3.0.0-alpha.6">https://github.com/prettier/prettier/compare/3.0.0-alpha.5...3.0.0-alpha.6</a></p> <h2>3.0.0-alpha.5</h2> <h2>What's Changed</h2> <ul> <li>Add <code>.d.ts</code> files by <a href="https://github.com/sosukesuzuki"><code>@​sosukesuzuki</code></a> in <a href="https://redirect.github.com/prettier/prettier/pull/14212">prettier/prettier#14212</a></li> <li>Support TypeScript 5 via <code>babel-ts</code> parser by <a href="https://github.com/fisker"><code>@​fisker</code></a> in <a href="https://redirect.github.com/prettier/prettier/pull/14391">prettier/prettier#14391</a></li> </ul> <p>Other changes since v2, see <a href="https://github.com/prettier/prettier/releases/tag/3.0.0-alpha.1"><code>3.0.0-alpha.1</code> release notes</a></p> <p><strong>Full Changelog</strong>: <a href="https://github.com/prettier/prettier/compare/3.0.0-alpha.4...3.0.0-alpha.5">https://github.com/prettier/prettier/compare/3.0.0-alpha.4...3.0.0-alpha.5</a></p> <h2>3.0.0-alpha.4</h2> <h2>What's Changed</h2> <ul> <li>Remove support for Flow comment types by <a href="https://github.com/thorn0"><code>@​thorn0</code></a> in <a href="https://redirect.github.com/prettier/prettier/pull/13687">prettier/prettier#13687</a></li> <li>Make <code>resolveParser</code> work like v2 by <a href="https://github.com/fisker"><code>@​fisker</code></a> in <a href="https://redirect.github.com/prettier/prettier/pull/13732">prettier/prettier#13732</a></li> <li>Add <code>__debug</code> apis to cjs version by <a href="https://github.com/fisker"><code>@​fisker</code></a> in <a href="https://redirect.github.com/prettier/prettier/pull/13731">prettier/prettier#13731</a></li> </ul> <p>Other changes since v2, see <a href="https://github.com/prettier/prettier/releases/tag/3.0.0-alpha.1"><code>3.0.0-alpha.1</code> release notes</a></p> <p><strong>Full Changelog</strong>: <a href="https://github.com/prettier/prettier/compare/3.0.0-alpha.3...3.0.0-alpha.4">https://github.com/prettier/prettier/compare/3.0.0-alpha.3...3.0.0-alpha.4</a></p> <h2>3.0.0-alpha.3</h2> <ul> <li>Fix <code>exports</code> field in <code>package.json</code> file</li> </ul> <p>Other changes since v2, see <a href="https://github.com/prettier/prettier/releases/tag/3.0.0-alpha.1"><code>3.0.0-alpha.1</code> release notes</a></p> <p><strong>Full Changelog</strong>: <a href="https://github.com/prettier/prettier/compare/3.0.0-alpha.2...3.0.0-alpha.3">https://github.com/prettier/prettier/compare/3.0.0-alpha.2...3.0.0-alpha.3</a></p> <h2>3.0.0-alpha.2</h2> <ul> <li>Fix bundled <code>index.cjs</code> file</li> </ul> <p>Other changes since v2, see <a href="https://github.com/prettier/prettier/releases/tag/3.0.0-alpha.1"><code>3.0.0-alpha.1</code> release notes</a></p> <p><strong>Full Changelog</strong>: <a href="https://github.com/prettier/prettier/compare/3.0.0-alpha.1...3.0.0-alpha.2">https://github.com/prettier/prettier/compare/3.0.0-alpha.1...3.0.0-alpha.2</a></p> <h2>3.0.0-alpha.1</h2> <p><strong>If you are a plugin developer, please try this version and send us feedback! Feel free to ping <a href="https://github.com/fisker"><code>@​fisker</code></a> if you have any questions about v3 migration.</strong></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.0.0</h1> <p><a href="https://github.com/prettier/prettier/compare/3.0.0-alpha.6...3.0.0">diff</a></p> <p>🔗 <a href="https://prettier.io/blog/2023/07/05/3.0.0.html">Release Notes</a></p> <h1>2.8.8</h1> <p>This version is a republished version of v2.8.7. A bad version was accidentally published and <a href="https://redirect.github.com/npm/cli/issues/1686">it can't be unpublished</a>, apologies for the churn.</p> <h1>2.8.7</h1> <p><a href="https://github.com/prettier/prettier/compare/2.8.6...2.8.7">diff</a></p> <h4>Allow multiple decorators on same getter/setter (<a href="https://redirect.github.com/prettier/prettier/pull/14584">#14584</a> by <a href="https://github.com/fisker"><code>@​fisker</code></a>)</h4> <!-- raw HTML omitted --> <pre lang="ts"><code>// Input class A { @decorator() get foo () {} <p><a href="https://github.com/decorator"><code>@​decorator</code></a>() set foo (value) {} }</p> <p>// Prettier 2.8.6 SyntaxError: Decorators cannot be applied to multiple get/set accessors of the same name. (5:3) 3 | get foo () {} 4 |<br /> > 5 | <a href="https://github.com/decorator"><code>@​decorator</code></a>() | ^^^^^^^^^^^^ 6 | set foo (value) {} 7 | }</p> <p>// Prettier 2.8.7 class A { <a href="https://github.com/decorator"><code>@​decorator</code></a>() get foo() {}</p> <p><a href="https://github.com/decorator"><code>@​decorator</code></a>() set foo(value) {} } </code></pre></p> <h1>2.8.6</h1> <p><a href="https://github.com/prettier/prettier/compare/2.8.5...2.8.6">diff</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prettier/prettier/commit/186e0966b010d57a0be1185494ce772becf5dac4"><code>186e096</code></a> Release 3.0.0</li> <li><a href="https://github.com/prettier/prettier/commit/44979b0a37983857797a17d0e2308ad45e815048"><code>44979b0</code></a> Remove test step from release script (<a href="https://redirect.github.com/prettier/prettier/issues/15011">#15011</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/e12afe89f3a3cc0fa2624a59447c57b48a7980dc"><code>e12afe8</code></a> Regenerate yarn.lock file (<a href="https://redirect.github.com/prettier/prettier/issues/15010">#15010</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/db31fd602ef00ef19299309c572fee6f1f3f0331"><code>db31fd6</code></a> Regenerate yarn.lock file for website (<a href="https://redirect.github.com/prettier/prettier/issues/15009">#15009</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/1a0d9ed80064b67350602c15f44a411a7d4f0958"><code>1a0d9ed</code></a> chore(deps): update dependency cosmiconfig to v8.2.0 (<a href="https://redirect.github.com/prettier/prettier/issues/14901">#14901</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/25fa483e3524d4505f79d641d4d3911e533780fc"><code>25fa483</code></a> chore(deps): update dependency typescript to v5.1.5 (<a href="https://redirect.github.com/prettier/prettier/issues/14896">#14896</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/d0759650b866ee7060d1d7ab51bd7aba7a4ba532"><code>d075965</code></a> chore(deps): update dependency webpack to v5.88.1 (<a href="https://redirect.github.com/prettier/prettier/issues/14994">#14994</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/d97f78db99fb26c6147b8d53d9d505bbbef782e3"><code>d97f78d</code></a> chore(deps): update dependency webpack to v5.88.1 (<a href="https://redirect.github.com/prettier/prettier/issues/14995">#14995</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/f1ef433e98b8b4695bf0db959d57a7dc214a40a9"><code>f1ef433</code></a> chore(deps): update dependency flow-parser to v0.211.0 (<a href="https://redirect.github.com/prettier/prettier/issues/15002">#15002</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/61804e2516b35a8855df8d3bbab14ac7f0cfcecd"><code>61804e2</code></a> chore(deps): update dependency espree to v9.6.0 (<a href="https://redirect.github.com/prettier/prettier/issues/15000">#15000</a>)</li> <li>Additional commits viewable in <a href="https://github.com/prettier/prettier/compare/2.5.1...3.0.0">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~prettier-bot">prettier-bot</a>, a new releaser for prettier since your current version.</p> </details> <br /> [](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 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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org