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#118

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

Open
renovate wants to merge1 commit intomaster
base:master
Choose a base branch
Loading
fromrenovate/prettier-3.x-lockfile

Conversation

@renovate
Copy link
Contributor

@renovaterenovatebot commentedMar 8, 2025
edited
Loading

This PR contains the following updates:

PackageChangeAgeConfidence
prettier (source)3.5.2 ->3.6.2ageconfidence

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

v3.5.3

Compare Source

diff

Flow: Fix missing parentheses inConditionalTypeAnnotation (#​17196 by@​fisker)
// InputtypeT<U>='a'|('b'extendsU ?'c' :empty);typeT<U>='a'&('b'extendsU ?'c' :empty);// Prettier 3.5.2typeT<U>="a"|"b"extendsU ?"c" :empty;typeT<U>="a"&"b"extendsU ?"c" :empty;// Prettier 3.5.3typeT<U>="a"|("b"extendsU ?"c" :empty);typeT<U>="a"&("b"extendsU ?"c" :empty);

Configuration

📅Schedule: Branch creation - At any time (no schedule defined), 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.

@netlify
Copy link

netlifybot commentedMar 8, 2025
edited
Loading

Deploy Preview forfancy-alfajores-58dedb failed.Why did it fail? →

NameLink
🔨 Latest commit7377887
🔍 Latest deploy loghttps://app.netlify.com/projects/fancy-alfajores-58dedb/deploys/68f7ab1f5542a600080fd90e

@renovaterenovatebotforce-pushed therenovate/prettier-3.x-lockfile branch 2 times, most recently from4366981 tofa0bbf2CompareMarch 13, 2025 18:21
@renovaterenovatebotforce-pushed therenovate/prettier-3.x-lockfile branch fromfa0bbf2 toc82bb97CompareApril 1, 2025 11:44
@renovaterenovatebotforce-pushed therenovate/prettier-3.x-lockfile branch fromc82bb97 to758eeb7CompareApril 24, 2025 15:36
@renovaterenovatebotforce-pushed therenovate/prettier-3.x-lockfile branch from758eeb7 to2f17724CompareMay 19, 2025 18:07
@renovaterenovatebotforce-pushed therenovate/prettier-3.x-lockfile branch from2f17724 toc8d6f50CompareMay 28, 2025 12:46
@renovaterenovatebotforce-pushed therenovate/prettier-3.x-lockfile branch fromc8d6f50 toa337e4dCompareJune 6, 2025 00:37
@renovaterenovatebotforce-pushed therenovate/prettier-3.x-lockfile branch froma337e4d toa48b5b3CompareJune 22, 2025 15:28
@renovaterenovatebot changed the titlechore(deps): update dependency prettier to v3.5.3chore(deps): update dependency prettier to v3.6.0Jun 23, 2025
@renovaterenovatebotforce-pushed therenovate/prettier-3.x-lockfile branch froma48b5b3 to2c52656CompareJune 23, 2025 02:38
@renovaterenovatebot changed the titlechore(deps): update dependency prettier to v3.6.0chore(deps): update dependency prettier to v3.6.1Jun 25, 2025
@renovaterenovatebotforce-pushed therenovate/prettier-3.x-lockfile branch from2c52656 to717a329CompareJune 25, 2025 07:02
@renovaterenovatebot changed the titlechore(deps): update dependency prettier to v3.6.1chore(deps): update dependency prettier to v3.6.2Jun 27, 2025
@renovaterenovatebotforce-pushed therenovate/prettier-3.x-lockfile branch 2 times, most recently from77b40bf tobdffe13CompareJuly 2, 2025 15:39
@renovaterenovatebotforce-pushed therenovate/prettier-3.x-lockfile branch 2 times, most recently from0bedabe to3b00282CompareAugust 13, 2025 17:49
@renovaterenovatebotforce-pushed therenovate/prettier-3.x-lockfile branch from3b00282 to3052f23CompareAugust 19, 2025 18:09
@renovaterenovatebotforce-pushed therenovate/prettier-3.x-lockfile branch from3052f23 toee96250CompareAugust 31, 2025 14:39
@renovaterenovatebotforce-pushed therenovate/prettier-3.x-lockfile branch fromee96250 tob4732eaCompareSeptember 25, 2025 15:14
@renovaterenovatebotforce-pushed therenovate/prettier-3.x-lockfile branch fromb4732ea to7377887CompareOctober 21, 2025 15:47
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant


[8]ページ先頭

©2009-2025 Movatter.jp