Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore(deps): update dependency prettier to v3.6.2#772

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
cexbrayat merged 1 commit intomainfromrenovate/prettier
Jun 30, 2025

Conversation

renovate[bot]
Copy link
Contributor

This PR contains the following updates:

PackageChangeAgeAdoptionPassingConfidence
prettier (source)3.5.3 ->3.6.2ageadoptionpassingconfidence

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)
// Inputexportconstversion:string;// Prettier 3.6.0 (--parser=babel-ts)SyntaxError:Unexpectedtoken(1:21)>1|exportconstversion:string;|^// Prettier 3.6.0 (--parser=oxc-ts)SyntaxError:Missinginitializerinconstdeclaration(1:14)>1|exportconstversion:string;|^^^^^^^^^^^^^^^// Prettier 3.6.1exportconstversion: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 ifn-readlines did not already close
them.

v3.6.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 was generated byMend Renovate. View therepository job log.

@cexbrayatcexbrayat merged commitf24ccd3 intomainJun 30, 2025
103 of 104 checks passed
@renovaterenovatebot deleted the renovate/prettier branchJune 30, 2025 12:28
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@cexbrayatcexbrayatcexbrayat approved these changes

Assignees
No one assigned
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@cexbrayat

[8]ページ先頭

©2009-2025 Movatter.jp