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 v2.8.6#592

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
renovate merged 1 commit intomasterfromrenovate/prettier-2.x-lockfile
Mar 22, 2023

Conversation

@renovate
Copy link
Contributor

Mend Renovate

This PR contains the following updates:

PackageChangeAgeAdoptionPassingConfidence
prettier (source)2.8.4 ->2.8.6ageadoptionpassingconfidence

Release Notes

prettier/prettier

v2.8.6

Compare Source

diff

Allow decorators on private members and class expressions (#​14548 by@​fisker)
// InputclassA{  @​decorator()  #privateMethod(){}}// Prettier 2.8.5SyntaxError:Decoratorsarenotvalidhere.(2:3)1|classA{>2|   @​decorator()|^^^^^^^^^^^^3|   #privateMethod(){}4|}// Prettier 2.8.6classA{  @​decorator()  #privateMethod(){}}

v2.8.5

Compare Source

diff

Support TypeScript 5.0 (#​14391 by@​fisker,#​13819 by@​fisker,@​sosukesuzuki)

TypeScript 5.0 introduces two new syntactic features:

  • const modifiers for type parameters
  • export type * declarations
Add missing parentheses for decorator (#​14393 by@​fisker)
// InputclassPerson{  @​(myDecoratorArray[0])greet(){}}// Prettier 2.8.4classPerson{  @​myDecoratorArray[0]greet(){}}// Prettier 2.8.5classPerson{  @​(myDecoratorArray[0])greet(){}}
Add parentheses forTypeofTypeAnnotation to improve readability (#​14458 by@​fisker)
// InputtypeA=(typeofnode.children)[];// Prettier 2.8.4typeA=typeofnode.children[];// Prettier 2.8.5typeA=(typeofnode.children)[];
Supportmax_line_length=off when parsing.editorconfig (#​14516 by@​josephfrazier)

If an .editorconfig file is in your project and it setsmax_line_length=off for the file you're formatting,
it will be interpreted as aprintWidth ofInfinity rather than being ignored
(which previously resulted in the defaultprintWidth of 80 being applied, if not overridden by Prettier-specific configuration).

<!-- Input --><divclassName='HelloWorld'title={`Youarevisitornumber${num}`}onMouseOver={onMouseOver}/><!-- Prettier 2.8.4 --><divclassName="HelloWorld"title={`Youarevisitornumber${num}`}onMouseOver={onMouseOver}/>;<!-- Prettier 2.8.5 --><divclassName="HelloWorld"title={`Youarevisitornumber${num}`}onMouseOver={onMouseOver}/>;

Configuration

📅Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦Automerge: Enabled.

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 has been generated byMend Renovate. View repository job loghere.

@renovaterenovatebotforce-pushed therenovate/prettier-2.x-lockfile branch from9c3bd1f todaecbfaCompareMarch 22, 2023 01:52
@renovaterenovatebotforce-pushed therenovate/prettier-2.x-lockfile branch fromdaecbfa to7ef9458CompareMarch 22, 2023 01:57
@renovaterenovatebot merged commit44ff901 intomasterMar 22, 2023
@renovaterenovatebot deleted the renovate/prettier-2.x-lockfile branchMarch 22, 2023 03:27
@github-actions
Copy link

🎉 This PR is included in version 10.0.3 🎉

The release is available on:

Yoursemantic-release bot 📦🚀

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@renovate-approverenovate-approve[bot]renovate-approve[bot] approved these changes

Assignees

No one assigned

Labels

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant


[8]ページ先頭

©2009-2025 Movatter.jp