Skip to content

chore(deps): update dependency prettier to ^3.6.2 #1386

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

usa-reddragon-renovate-ce[bot]
Copy link
Contributor

@usa-reddragon-renovate-ce usa-reddragon-renovate-ce bot commented Jun 23, 2025

This PR contains the following updates:

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

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 - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 has been generated by Renovate Bot.

@usa-reddragon-renovate-ce usa-reddragon-renovate-ce bot added dependencies Pull requests that update a dependency file minor npm labels Jun 23, 2025
@usa-reddragon-renovate-ce usa-reddragon-renovate-ce bot enabled auto-merge (squash) June 23, 2025 02:07
@usa-reddragon-renovate-ce usa-reddragon-renovate-ce bot changed the title chore(deps): update dependency prettier to ^3.6.0 chore(deps): update dependency prettier to ^3.6.0 - autoclosed Jun 23, 2025
auto-merge was automatically disabled June 23, 2025 02:10

Pull request was closed

@usa-reddragon-renovate-ce usa-reddragon-renovate-ce bot deleted the renovate/prettier-3.x branch June 23, 2025 02:10
Copy link

codecov bot commented Jun 23, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 24.16%. Comparing base (2319256) to head (9cfb986).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1386      +/-   ##
==========================================
- Coverage   24.18%   24.16%   -0.03%     
==========================================
  Files          60       60              
  Lines        7557     7557              
==========================================
- Hits         1828     1826       -2     
- Misses       5729     5731       +2     
Flag Coverage Δ
backend 24.16% <ø> (-0.03%) ⬇️

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.

@usa-reddragon-renovate-ce usa-reddragon-renovate-ce bot changed the title chore(deps): update dependency prettier to ^3.6.0 - autoclosed chore(deps): update dependency prettier to ^3.6.0 Jun 23, 2025
Copy link

socket-security bot commented Jun 23, 2025

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatednpm/​prettier@​3.5.3 ⏵ 3.6.299 +110010097100

View full report

@usa-reddragon-renovate-ce usa-reddragon-renovate-ce bot enabled auto-merge (squash) June 23, 2025 02:50
@usa-reddragon-renovate-ce usa-reddragon-renovate-ce bot changed the title chore(deps): update dependency prettier to ^3.6.0 chore(deps): update dependency prettier to ^3.6.1 Jun 25, 2025
Signed-off-by: usa-reddragon-renovate-ce[bot] <156608365+usa-reddragon-renovate-ce[bot]@users.noreply.github.com>
@usa-reddragon-renovate-ce usa-reddragon-renovate-ce bot changed the title chore(deps): update dependency prettier to ^3.6.1 chore(deps): update dependency prettier to ^3.6.2 Jun 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file minor npm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant