[PR #947] [CLOSED] Bump prettier from 2.5.1 to 2.6.1 #1124

Closed
opened 2026-03-03 14:42:15 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/lipis/flag-icons/pull/947
Author: @dependabot[bot]
Created: 3/28/2022
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/prettier-2.6.1


📝 Commits (1)

  • 6a58af3 Bump prettier from 2.5.1 to 2.6.1

📊 Changes

2 files changed (+5 additions, -5 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+4 -4)

📄 Description

Bumps prettier from 2.5.1 to 2.6.1.

Release notes

Sourced from prettier's releases.

2.6.1

🔗 Changelog

2.6.0

🔗 Release note

Changelog

Sourced from prettier's changelog.

2.6.1

diff

Ignore loglevel when printing information (#12477 by @​fisker)

# Prettier 2.6.0
prettier --loglevel silent --find-config-path index.js
# Nothing printed

Prettier 2.6.1

prettier --loglevel silent --help no-color

.prettierrc

Make artifact friendly for webpack (#12485, #12511 by @​fisker)

Fixes two problems when bundling our UMD files with webpack:

  • A error "`....__exportStar` is not a function" throws when running the bundles.
  • Some files cause warning about "Critical dependency: the request of a dependency is an expression".

Fix non-idempotent formatting of function calls with complex type arguments (#12508 by @​sosukesuzuki)

// Input
const foo =
  doSomething<{ foo1: "foo1", foo2: "foo2", foo3: "foo3", foo4: "foo4", foo5: "foo5" }>();

// Prettier 2.6.0 (first) const foo = doSomething<{ foo1: "foo1"; foo2: "foo2"; foo3: "foo3"; foo4: "foo4"; foo5: "foo5"; }>();

// Prettier 2.6.0 (second) const foo = doSomething<{ foo1: "foo1"; foo2: "foo2"; foo3: "foo3"; foo4: "foo4"; foo5: "foo5"; }>(); </tr></table>

... (truncated)

Commits

Dependabot compatibility score

Dependabot 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.


Dependabot commands and options

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/lipis/flag-icons/pull/947 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/28/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/prettier-2.6.1` --- ### 📝 Commits (1) - [`6a58af3`](https://github.com/lipis/flag-icons/commit/6a58af3931acb934d5b6c562bcb5591a5defc4bd) Bump prettier from 2.5.1 to 2.6.1 ### 📊 Changes **2 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+4 -4) </details> ### 📄 Description Bumps [prettier](https://github.com/prettier/prettier) from 2.5.1 to 2.6.1. <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>2.6.1</h2> <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#261">Changelog</a></p> <h2>2.6.0</h2> <p>🔗 <a href="https://prettier.io/blog/2022/03/16/2.6.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>2.6.1</h1> <p><a href="https://github.com/prettier/prettier/compare/2.6.0...2.6.1">diff</a></p> <h4>Ignore <code>loglevel</code> when printing information (<a href="https://github-redirect.dependabot.com/prettier/prettier/pull/12477">#12477</a> by <a href="https://github.com/fisker"><code>@​fisker</code></a>)</h4> <!-- raw HTML omitted --> <pre lang="bash"><code># Prettier 2.6.0 prettier --loglevel silent --find-config-path index.js # Nothing printed <h1>Prettier 2.6.1</h1> <p>prettier --loglevel silent --help no-color</p> <h1>.prettierrc</h1> <p></code></pre></p> <h4>Make artifact friendly for webpack (<a href="https://github-redirect.dependabot.com/prettier/prettier/pull/12485">#12485</a>, <a href="https://github-redirect.dependabot.com/prettier/prettier/pull/12511">#12511</a> by <a href="https://github.com/fisker"><code>@​fisker</code></a>)</h4> <p>Fixes two problems when bundling our UMD files with webpack:</p> <ul> <li>A error <code>&quot;`....__exportStar` is not a function&quot;</code> throws when running the bundles.</li> <li>Some files cause warning about <code>&quot;Critical dependency: the request of a dependency is an expression&quot;</code>.</li> </ul> <h4>Fix non-idempotent formatting of function calls with complex type arguments (<a href="https://github-redirect.dependabot.com/prettier/prettier/pull/12508">#12508</a> by <a href="https://github.com/sosukesuzuki"><code>@​sosukesuzuki</code></a>)</h4> <!-- raw HTML omitted --> <pre lang="tsx"><code>// Input const foo = doSomething&lt;{ foo1: &quot;foo1&quot;, foo2: &quot;foo2&quot;, foo3: &quot;foo3&quot;, foo4: &quot;foo4&quot;, foo5: &quot;foo5&quot; }&gt;(); <p>// Prettier 2.6.0 (first) const foo = doSomething&lt;{ foo1: &quot;foo1&quot;; foo2: &quot;foo2&quot;; foo3: &quot;foo3&quot;; foo4: &quot;foo4&quot;; foo5: &quot;foo5&quot;; }&gt;();</p> <p>// Prettier 2.6.0 (second) const foo = doSomething&lt;{ foo1: &quot;foo1&quot;; foo2: &quot;foo2&quot;; foo3: &quot;foo3&quot;; foo4: &quot;foo4&quot;; foo5: &quot;foo5&quot;; }&gt;(); &lt;/tr&gt;&lt;/table&gt; </code></pre></p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prettier/prettier/commit/ad505bf771126f39688b13a1319dfeef49fb4d5b"><code>ad505bf</code></a> Release 2.6.1</li> <li><a href="https://github.com/prettier/prettier/commit/6128c5c4e4bf4f03e965561d6191ee99550db287"><code>6128c5c</code></a> Build: Fix <code>esbuildPluginReplaceModule</code> (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/12530">#12530</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/11649270f676b6d2ec40c09a95e2714f74939ea7"><code>1164927</code></a> Enable <code>unicorn/text-encoding-identifier-case</code> rule (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/12526">#12526</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/0e6c1d58d836fa4f3c388aa5c4fa9bd87173300d"><code>0e6c1d5</code></a> Enter OTP via <code>enquirer</code> (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/12528">#12528</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/67edeeaf72cba521aae1ad5f93fd17ac7e4d7ef0"><code>67edeea</code></a> Build(deps): Bump minimist from 1.2.5 to 1.2.6 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/12513">#12513</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/6664253b9ef24e7f0d6744c56424705ff2307537"><code>6664253</code></a> Fix error when bundle prettier with webpack (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/12511">#12511</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/9e7f7b9295a0e7c34ac0c03ccfb79a2a6aad9abd"><code>9e7f7b9</code></a> Updated the State of JS Survey Results (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/12350">#12350</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/becb6c9b74c60291b7fd964b9fe88d5ed4148a23"><code>becb6c9</code></a> Fix non-idempotent formatting of function calls with complex type arguments (...</li> <li><a href="https://github.com/prettier/prettier/commit/1939f92be583a2c5317cb044e3d4243e1a591c01"><code>1939f92</code></a> Build(deps): Bump <code>@​typescript-eslint/typescript-estree</code> (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/12514">#12514</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/6fece964c8ab3e3c0657476949f9c3bdf1e9887c"><code>6fece96</code></a> Build(deps): Bump json5 from 2.2.0 to 2.2.1 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/12515">#12515</a>)</li> <li>Additional commits viewable in <a href="https://github.com/prettier/prettier/compare/2.5.1...2.6.1">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=2.5.1&new-version=2.6.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot 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`. [//]: # (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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 14:42:15 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/flag-icons#1124
No description provided.