Skip to content

upgrade: update dependency prettier to v3.6.2 #691

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 17, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 8, 2025

This PR contains the following updates:

Package Change Age Confidence
prettier (source) 3.5.2 -> 3.6.2 age confidence

Release Notes

prettier/prettier (prettier)

v3.6.2

Compare Source

diff

Markdown: Add missing blank line around code block (#​17675 by @​fisker)
<!-- Input -->
1. Some text, and code block below, with newline after code block

   ```yaml
   ---
   foo: bar
   ```

   1. Another
   2. List

<!-- Prettier 3.6.1 -->
1. Some text, and code block below, with newline after code block

   ```yaml
   ---
   foo: bar
   ```
   1. Another
   2. List

<!-- Prettier 3.6.2 -->
1. Some text, and code block below, with newline after code block

   ```yaml
   ---
   foo: bar
   ```

   1. Another
   2. List

v3.6.1

Compare Source

diff

TypeScript: Allow const without initializer (#​17650, #​17654 by @​fisker)
// Input
export const version: string;

// Prettier 3.6.0 (--parser=babel-ts)
SyntaxError: Unexpected token (1:21)
> 1 | export const version: string;
    |                     ^

// Prettier 3.6.0 (--parser=oxc-ts)
SyntaxError: Missing initializer in const declaration (1:14)
> 1 | export const version: string;
    |              ^^^^^^^^^^^^^^^

// Prettier 3.6.1
export const version: string;
Miscellaneous: Avoid closing files multiple times (#​17665 by @​43081j)

When reading a file to infer the interpreter from a shebang, we use the
n-readlines library to read the first line in order to get the shebang.

This library closes files when it reaches EOF, and we later try close the same
files again. We now close files only if n-readlines did not already close
them.

v3.6.0

Compare Source

diff

🔗 Release Notes

v3.5.3

Compare Source


Configuration

📅 Schedule: Branch creation - Only on Wednesday ( * * * * 3 ) in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested review from wasabeef, AlexV525 and lcdsmao as code owners July 8, 2025 16:33
@renovate renovate bot force-pushed the upgrade-renovate-prettier-3.x-lockfile branch from 18233f6 to 40224b0 Compare July 9, 2025 13:32
@renovate renovate bot changed the title upgrade: update dependency prettier to v3.6.0 upgrade: update dependency prettier to v3.6.1 Jul 9, 2025
@renovate renovate bot force-pushed the upgrade-renovate-prettier-3.x-lockfile branch from 40224b0 to 8d3918f Compare July 10, 2025 15:55
Copy link

codecov bot commented Jul 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.60%. Comparing base (e7c9291) to head (ef10d9a).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #691   +/-   ##
=======================================
  Coverage   96.60%   96.60%           
=======================================
  Files          24       24           
  Lines         883      883           
=======================================
  Hits          853      853           
  Misses         30       30           

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

@renovate renovate bot force-pushed the upgrade-renovate-prettier-3.x-lockfile branch from 8d3918f to 90665f8 Compare July 11, 2025 03:58
@renovate renovate bot changed the title upgrade: update dependency prettier to v3.6.1 upgrade: update dependency prettier to v3.6.2 Jul 11, 2025
@renovate renovate bot force-pushed the upgrade-renovate-prettier-3.x-lockfile branch 2 times, most recently from 1cfb5ea to 016cdb1 Compare July 16, 2025 15:40
@renovate renovate bot force-pushed the upgrade-renovate-prettier-3.x-lockfile branch from 016cdb1 to ef10d9a Compare July 17, 2025 02:57
@AlexV525 AlexV525 merged commit 63abef6 into main Jul 17, 2025
6 checks passed
@AlexV525 AlexV525 deleted the upgrade-renovate-prettier-3.x-lockfile branch July 17, 2025 03:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant