[PR #1332] [CLOSED] Bump prettier from 3.4.2 to 3.5.1 #1346

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

📋 Pull Request Information

Original PR: https://github.com/lipis/flag-icons/pull/1332
Author: @dependabot[bot]
Created: 2/14/2025
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/prettier-3.5.1


📝 Commits (1)

  • bb874a1 Bump prettier from 3.4.2 to 3.5.1

📊 Changes

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

View changed files

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

📄 Description

Bumps prettier from 3.4.2 to 3.5.1.

Release notes

Sourced from prettier's releases.

3.5.1

🔗 Changelog

3.5.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.5.1

diff

Fix CLI crash when cache for old version exists (#17100 by @​sosukesuzuki)

Prettier 3.5 uses a different cache format than previous versions, Prettier 3.5.0 crashes when reading existing cache file, Prettier 3.5.1 fixed the problem.

Support dockercompose and github-actions-workflow in VSCode (#17101 by @​remcohaszing)

Prettier now supports the dockercompose and github-actions-workflow languages in Visual Studio Code.

3.5.0

diff

🔗 Release Notes

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 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)

🔄 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/1332 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/14/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/prettier-3.5.1` --- ### 📝 Commits (1) - [`bb874a1`](https://github.com/lipis/flag-icons/commit/bb874a16f4fbc03e607dbd03fe46d2f1a10a74e3) Bump prettier from 3.4.2 to 3.5.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 3.4.2 to 3.5.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>3.5.1</h2> <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#351">Changelog</a></p> <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.1</h1> <p><a href="https://github.com/prettier/prettier/compare/3.5.0...3.5.1">diff</a></p> <h4>Fix CLI crash when cache for old version exists (<a href="https://redirect.github.com/prettier/prettier/pull/17100">#17100</a> by <a href="https://github.com/sosukesuzuki"><code>@​sosukesuzuki</code></a>)</h4> <p>Prettier 3.5 uses a different cache format than previous versions, Prettier 3.5.0 crashes when reading existing cache file, Prettier 3.5.1 fixed the problem.</p> <h4>Support dockercompose and github-actions-workflow in VSCode (<a href="https://redirect.github.com/prettier/prettier/pull/17101">#17101</a> by <a href="https://github.com/remcohaszing"><code>@​remcohaszing</code></a>)</h4> <p>Prettier now supports the <code>dockercompose</code> and <code>github-actions-workflow</code> languages in Visual Studio Code.</p> <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/34f02bd86befe48ba4032a701862f49914e79187"><code>34f02bd</code></a> Release 3.5.1</li> <li><a href="https://github.com/prettier/prettier/commit/61c0129ce5742753fa2bb3ae78eaeacea982372e"><code>61c0129</code></a> Invalidate outdated cache file (<a href="https://redirect.github.com/prettier/prettier/issues/17100">#17100</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/9cf8ec23f611dd1442f243ea599ba94b7a1a8b56"><code>9cf8ec2</code></a> Support dockercompose and github-actions-workflow (<a href="https://redirect.github.com/prettier/prettier/issues/17101">#17101</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/59e3696c9e395d32c8ab0d4b380beb6255c27856"><code>59e3696</code></a> Remove blog-post-intro (<a href="https://redirect.github.com/prettier/prettier/issues/17102">#17102</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/92ac6d036e5b226441584e9f48876ae2f7c6a6a1"><code>92ac6d0</code></a> Add missing option <code>experimentalOperatorPosition</code> types (<a href="https://redirect.github.com/prettier/prettier/issues/17091">#17091</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/8b1dda294a6ad7348180c38a3e6ffca798bd6682"><code>8b1dda2</code></a> docs: avoid using <code>.html</code> extension for blog posts (<a href="https://redirect.github.com/prettier/prettier/issues/17090">#17090</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/f95cfbca7d2347b1655f8c8a10c522705efb04fe"><code>f95cfbc</code></a> Playground: Enable v3.5.0 features (<a href="https://redirect.github.com/prettier/prettier/issues/17093">#17093</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/df43d96d187dc386aa9284fa52fd27fc921d63e3"><code>df43d96</code></a> Fix blog title</li> <li><a href="https://github.com/prettier/prettier/commit/a4940b3296e1933e91e9ba7a91bf1ed4a250384c"><code>a4940b3</code></a> Release blog for 3.5 (<a href="https://redirect.github.com/prettier/prettier/issues/17020">#17020</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/8810b5be868aa10dcf3fc0f34b825903d819ecdf"><code>8810b5b</code></a> run prettier</li> <li>Additional commits viewable in <a href="https://github.com/prettier/prettier/compare/3.4.2...3.5.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=3.4.2&new-version=3.5.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 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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 14:43: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#1346
No description provided.