Skip to content

Update dependency prettier to v3.5.3 - autoclosed#69

Closed
titouanmathis wants to merge 1 commit intodevelopfrom
renovate/prettier-3.x
Closed

Update dependency prettier to v3.5.3 - autoclosed#69
titouanmathis wants to merge 1 commit intodevelopfrom
renovate/prettier-3.x

Conversation

@titouanmathis
Copy link
Contributor

@titouanmathis titouanmathis commented Feb 17, 2025

This PR contains the following updates:

Package Type Update Change
prettier (source) devDependencies minor 3.4.2 -> 3.5.3

Release Notes

prettier/prettier (prettier)

v3.5.3

Compare Source

diff

Flow: Fix missing parentheses in ConditionalTypeAnnotation (#​17196 by @​fisker)
// Input
type T<U> = 'a' | ('b' extends U ? 'c' : empty);
type T<U> = 'a' & ('b' extends U ? 'c' : empty);

// Prettier 3.5.2
type T<U> = "a" | "b" extends U ? "c" : empty;
type T<U> = "a" & "b" extends U ? "c" : empty;

// Prettier 3.5.3
type T<U> = "a" | ("b" extends U ? "c" : empty);
type T<U> = "a" & ("b" extends U ? "c" : empty);

v3.5.2

Compare Source

diff

Remove module-sync condition (#​17156 by @​fisker)

In Prettier 3.5.0, we added module-sync condition to package.json, so that require("prettier") can use ESM version, but turns out it doesn't work if CommonJS and ESM plugins both imports builtin plugins. To solve this problem, we decide simply remove the module-sync condition, so require("prettier") will still use the CommonJS version, we'll revisit until require(ESM) feature is more stable.

v3.5.1

Compare Source

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.

v3.5.0

Compare Source

diff

🔗 Release Notes


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@codecov
Copy link

codecov bot commented Feb 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (e743414) to head (f308e88).
Report is 8 commits behind head on develop.

Additional details and impacted files
@@            Coverage Diff            @@
##           develop       #69   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            7         7           
  Lines          197       197           
=========================================
  Hits           197       197           
Flag Coverage Δ
unittests 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@titouanmathis titouanmathis changed the title Update dependency prettier to v3.5.1 Update dependency prettier to v3.5.2 Feb 25, 2025
@titouanmathis titouanmathis changed the title Update dependency prettier to v3.5.2 Update dependency prettier to v3.5.3 Mar 6, 2025
@titouanmathis titouanmathis force-pushed the renovate/prettier-3.x branch from f2da537 to 991990f Compare March 6, 2025 02:19
@titouanmathis titouanmathis force-pushed the renovate/prettier-3.x branch from 991990f to f308e88 Compare April 11, 2025 16:54
@titouanmathis titouanmathis changed the title Update dependency prettier to v3.5.3 Update dependency prettier to v3.5.3 - autoclosed May 7, 2025
@titouanmathis titouanmathis deleted the renovate/prettier-3.x branch May 7, 2025 12:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants