Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 16, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
prettier (source) 3.1.1 -> 3.2.1 age adoption passing confidence

Release Notes

prettier/prettier (prettier)

v3.2.1

Compare Source

diff

Fix formatting error on member chain (#​15915 by @​sosukesuzuki)
// Input
test().test2().test2(thing?.something);

// Prettier 3.2.0
TypeError: Cannot read properties of undefined (reading 'type')

// Prettier 3.2.1
test().test2().test2(thing?.something);

v3.2.0

Compare Source

diff

🔗 Release Notes


Configuration

📅 Schedule: Branch creation - "every weekday before 11am" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Never, 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 by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner January 16, 2024 02:14
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jan 16, 2024
@alicewriteswrongs alicewriteswrongs enabled auto-merge (squash) January 16, 2024 17:03
@renovate renovate bot force-pushed the renovate/prettier-3.x branch from 166ec64 to dac1da9 Compare January 16, 2024 17:03
@alicewriteswrongs
Copy link

@dependabot rebase

@alicewriteswrongs alicewriteswrongs merged commit 4ff8c7b into main Jan 16, 2024
@alicewriteswrongs alicewriteswrongs deleted the renovate/prettier-3.x branch January 16, 2024 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants