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

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

Closed
renovate wants to merge1 commit intomainfromrenovate/prettier-3.x-lockfile

Conversation

renovate[bot]
Copy link
Contributor

@renovaterenovatebot commentedAug 5, 2023

Mend Renovate

This PR contains the following updates:

PackageChangeAgeAdoptionPassingConfidence
prettier (source)2.8.4 ->3.0.0ageadoptionpassingconfidence

Release Notes

prettier/prettier (prettier)

v3.0.0

Compare Source

diff

🔗Release Notes

v2.8.8

Compare Source

This version is a republished version of v2.8.7.
A bad version was accidentally published andit can't be unpublished, apologies for the churn.

v2.8.7

Compare Source

diff

Allow multiple decorators on same getter/setter (#​14584 by@​fisker)
// InputclassA{  @​decorator()getfoo(){}    @​decorator()setfoo(value){}}// Prettier 2.8.6SyntaxError:Decoratorscannotbeappliedtomultipleget/setaccessorsofthesamename.(5:3)3|getfoo(){}4|>5|   @​decorator()|^^^^^^^^^^^^6|setfoo(value){}7|}// Prettier 2.8.7classA{  @​decorator()getfoo(){}  @​decorator()setfoo(value){}}

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: 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 these updates again.


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

This PR has been generated byMend Renovate. View repository job loghere.

@renovaterenovatebot added dependenciesIssue about dependencies of the package javascriptPull requests that update Javascript code labelsAug 5, 2023
@typescript-eslint
Copy link
Contributor

Thanks for the PR,@renovate[bot]!

typescript-eslint is a 100% community driven project, and we are incredibly grateful that you are contributing to that community.

The core maintainers work on this in their personal time, so please understand that it may not be possible for them to review your work immediately.

Thanks again!


🙏Please, if you or your company is finding typescript-eslint valuable, help us sustain the project by sponsoring it transparently onhttps://opencollective.com/typescript-eslint.

@JoshuaKGoldberg
Copy link
Member

@JoshuaKGoldbergJoshuaKGoldberg deleted the renovate/prettier-3.x-lockfile branchAugust 5, 2023 20:30
@renovate
Copy link
ContributorAuthor

renovatebot commentedAug 5, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs forany future 3.x releases. But if you manually upgrade to 3.x then Renovate will re-enableminor andpatch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@netlify
Copy link

netlifybot commentedAug 5, 2023
edited
Loading

Deploy Preview fortypescript-eslint ready!

NameLink
🔨 Latest commitd1d644d
🔍 Latest deploy loghttps://app.netlify.com/sites/typescript-eslint/deploys/64ceb0dac73a0200084658b8
😎 Deploy Previewhttps://deploy-preview-7426--typescript-eslint.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to yourNetlify site configuration.

@nx-cloud
Copy link

nx-cloudbot commentedAug 5, 2023
edited
Loading

☁️ Nx Cloud Report

CI is running/has finished running commands for commitd1d644d. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this branch


🟥 Failed Commands
nx run-many --target=typecheck --parallel
✅ Successfully ran 33 targets

Sent with 💌 fromNxCloud.

@github-actionsgithub-actionsbot locked asresolvedand limited conversation to collaboratorsAug 13, 2023
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers
No reviews
Assignees
No one assigned
Labels
dependenciesIssue about dependencies of the packagejavascriptPull requests that update Javascript code
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@JoshuaKGoldberg

[8]ページ先頭

©2009-2025 Movatter.jp