Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 1, 2025

This PR contains the following updates:

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


Configuration

📅 Schedule: Branch creation - "on the first day of the month" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

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

Rebasing: Never, or you tick the rebase/retry checkbox.

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


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

This PR was generated by Mend Renovate. View the repository job log.

@vercel
Copy link

vercel bot commented Jul 1, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

2 Skipped Deployments
Project Deployment Preview Comments Updated (UTC)
unlock-airdrops Ignored Ignored Preview Oct 26, 2025 1:44pm
unlock-storybook Ignored Ignored Preview Oct 26, 2025 1:44pm

@cla-bot cla-bot bot added the cla-signed label Jul 1, 2025
@renovate renovate bot force-pushed the renovate/prettier-3.x branch 2 times, most recently from 5323564 to aed2b88 Compare July 22, 2025 13:31
@renovate renovate bot force-pushed the renovate/prettier-3.x branch from aed2b88 to 2d17b1d Compare July 30, 2025 17:09
@renovate renovate bot force-pushed the renovate/prettier-3.x branch 2 times, most recently from 7c1768e to ae52173 Compare August 28, 2025 19:36
@renovate renovate bot force-pushed the renovate/prettier-3.x branch 6 times, most recently from 38a24b3 to f6572b8 Compare September 13, 2025 00:19
@renovate renovate bot force-pushed the renovate/prettier-3.x branch from f6572b8 to f3ee140 Compare September 30, 2025 13:23
@renovate renovate bot force-pushed the renovate/prettier-3.x branch 16 times, most recently from da42aed to e5cbc68 Compare October 15, 2025 12:16
@renovate renovate bot force-pushed the renovate/prettier-3.x branch 11 times, most recently from baceebc to 72a36ef Compare October 20, 2025 14:07
@renovate renovate bot force-pushed the renovate/prettier-3.x branch from 72a36ef to fe05928 Compare October 24, 2025 13:23
@renovate renovate bot force-pushed the renovate/prettier-3.x branch from fe05928 to 2aacd6f Compare October 26, 2025 13:11
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