Skip to content

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 1, 2025

This PR contains the following updates:

Package Change Age Confidence
prettier (source) 3.6.0 -> 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.


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 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 was generated by Mend Renovate. View the repository job log.

Copy link

codecov bot commented Jan 1, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 16.43%. Comparing base (507d2e2) to head (a3bca35).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #119   +/-   ##
=======================================
  Coverage   16.43%   16.43%           
=======================================
  Files           4        4           
  Lines          73       73           
  Branches        7        7           
=======================================
  Hits           12       12           
  Misses         58       58           
  Partials        3        3           

☔ 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 renovate/prettier-3.x-lockfile branch from 08e15f9 to 3294e24 Compare February 9, 2025 13:06
@renovate renovate bot changed the title chore(deps): update dependency prettier to v3.4.2 chore(deps): update dependency prettier to v3.5.0 Feb 9, 2025
@renovate renovate bot changed the title chore(deps): update dependency prettier to v3.5.0 chore(deps): update dependency prettier to v3.5.1 Feb 13, 2025
@renovate renovate bot force-pushed the renovate/prettier-3.x-lockfile branch from 3294e24 to 6db2fde Compare February 13, 2025 15:38
@renovate renovate bot changed the title chore(deps): update dependency prettier to v3.5.1 chore(deps): update dependency prettier to v3.5.2 Feb 22, 2025
@renovate renovate bot force-pushed the renovate/prettier-3.x-lockfile branch from 6db2fde to 5638cff Compare February 22, 2025 05:33
@renovate renovate bot changed the title chore(deps): update dependency prettier to v3.5.2 chore(deps): update dependency prettier to v3.5.3 Mar 3, 2025
@renovate renovate bot force-pushed the renovate/prettier-3.x-lockfile branch from 5638cff to 8dc0c41 Compare March 3, 2025 02:35
@renovate renovate bot force-pushed the renovate/prettier-3.x-lockfile branch from 8dc0c41 to 0835714 Compare June 23, 2025 02:55
@renovate renovate bot changed the title chore(deps): update dependency prettier to v3.5.3 chore(deps): update dependency prettier to v3.6.0 Jun 23, 2025
@renovate renovate bot changed the title chore(deps): update dependency prettier to v3.6.0 chore(deps): update dependency prettier to v3.6.0 - autoclosed Jun 24, 2025
@renovate renovate bot closed this Jun 24, 2025
@renovate renovate bot deleted the renovate/prettier-3.x-lockfile branch June 24, 2025 06:51
@renovate renovate bot changed the title chore(deps): update dependency prettier to v3.6.0 - autoclosed chore(deps): update dependency prettier to v3.6.0 Jul 1, 2025
@renovate renovate bot reopened this Jul 1, 2025
@renovate renovate bot force-pushed the renovate/prettier-3.x-lockfile branch from 6d361d1 to 0835714 Compare July 1, 2025 02:10
@renovate renovate bot changed the title chore(deps): update dependency prettier to v3.6.0 chore(deps): update dependency prettier to v3.6.2 Jul 1, 2025
@renovate renovate bot force-pushed the renovate/prettier-3.x-lockfile branch from 0835714 to a3bca35 Compare July 1, 2025 06:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants