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

fix(deps): update dependency prettier to v3.6.2#11496

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
kirkwaiblinger merged 3 commits intomainfromrenovate/prettier-3.x
Aug 18, 2025

Conversation

@renovate
Copy link
Contributor

@renovaterenovatebot commentedAug 18, 2025
edited
Loading

This PR contains the following updates:

PackageChangeAgeConfidence
prettier (source)3.5.0 ->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

v3.5.2

Compare Source

diff

Removemodule-sync condition (#​17156 by@​fisker)

In Prettier 3.5.0,we addedmodule-sync condition topackage.json, so thatrequire("prettier") can use ESM version, but turns out it doesn't work if CommonJS and ESM plugins both imports builtin plugins. To solve this problem, we decide simply remove themodule-sync condition, sorequire("prettier") will still use the CommonJS version, we'll revisit untilrequire(ESM) feature is more stable.

v3.5.1

Compare Source

diff

Fix CLI crash when cache for old version exists (#​17100 by@​sosukesuzuki)

Prettier 3.5 uses a different cache format than previous versions, Prettier 3.5.0 crashes when reading existing cache file, Prettier 3.5.1 fixed the problem.

Support dockercompose and github-actions-workflow in VSCode (#​17101 by@​remcohaszing)

Prettier now supports thedockercompose andgithub-actions-workflow languages in Visual Studio Code.


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

@renovaterenovatebot added dependenciesIssue about dependencies of the package javascriptPull requests that update Javascript code labelsAug 18, 2025
@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.

@netlify
Copy link

netlifybot commentedAug 18, 2025
edited
Loading

Deploy Preview fortypescript-eslint ready!

NameLink
🔨 Latest commit28caa95
🔍 Latest deploy loghttps://app.netlify.com/projects/typescript-eslint/deploys/68a38ec45588d50008bfdeb3
😎 Deploy Previewhttps://deploy-preview-11496--typescript-eslint.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 91 (🔴 down 3 from production)
Accessibility: 97 (no change from production)
Best Practices: 100 (no change from production)
SEO: 92 (no change from production)
PWA: 80 (no change from production)
View the detailed breakdown and full score reports

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

@nx-cloud
Copy link

nx-cloudbot commentedAug 18, 2025
edited
Loading

View yourCI Pipeline Execution ↗ for commit28caa95

CommandStatusDurationResult
nx test eslint-plugin --coverage=false✅ Succeeded5m 28sView ↗
nx run-many -t lint✅ Succeeded3m 18sView ↗
nx run-many -t typecheck✅ Succeeded2m 22sView ↗
nx run integration-tests:test✅ Succeeded4sView ↗
nx run types:build✅ Succeeded4sView ↗
nx test eslint-plugin-internal --coverage=false✅ Succeeded11sView ↗
nx test typescript-estree --coverage=false✅ Succeeded2sView ↗
nx run generate-configs✅ Succeeded6sView ↗
Additional runs (27)✅ Succeeded...View ↗

☁️Nx Cloud last updated this comment at2025-08-18 20:59:56 UTC

@kirkwaiblingerkirkwaiblingerforce-pushed therenovate/prettier-3.x branch 2 times, most recently from723d065 toa62ed30CompareAugust 18, 2025 18:55
@renovaterenovatebotforce-pushed therenovate/prettier-3.x branch froma62ed30 tob7dee27CompareAugust 18, 2025 20:29
@renovate
Copy link
ContributorAuthor

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️Warning: custom changes will be lost.

@kirkwaiblingerkirkwaiblingerenabled auto-merge (squash)August 18, 2025 20:37
@kirkwaiblingerkirkwaiblinger merged commit03e21eb intomainAug 18, 2025
63 of 65 checks passed
@kirkwaiblingerkirkwaiblinger deleted the renovate/prettier-3.x branchAugust 18, 2025 21:00
thebolarin pushed a commit to thebolarin/typescript-eslint that referenced this pull requestAug 18, 2025
)* fix(deps): update dependency prettier to v3.6.2* chore: update formatting after prettier upgrade* update more formatting---------Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>Co-authored-by: JamesHenry <james@henry.sc>Co-authored-by: Kirk Waiblinger <53019676+kirkwaiblinger@users.noreply.github.com>
@github-actionsgithub-actionsbot locked asresolvedand limited conversation to collaboratorsAug 26, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.

Reviewers

@kirkwaiblingerkirkwaiblingerkirkwaiblinger approved these changes

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.

3 participants

@kirkwaiblinger@JamesHenry

[8]ページ先頭

©2009-2025 Movatter.jp