Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency prettier to v3.2.3 #648

Merged
merged 1 commit into from
Jan 18, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 14, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

prettier/prettier (prettier)

v3.2.3

Compare Source

diff

Throw errors for invalid code (#​15881 by @​fisker, @​Josh-Cena, @​auvred)
// Input
1++;

// Prettier 3.2.2
1++;

// Prettier 3.2.3
SyntaxError: Invalid left-hand side expression in unary operation (1:1)
> 1 | 1++;
    | ^
// Input
try {} catch (error = 1){}

// Prettier 3.2.2
try {
} catch (error) {}

// Prettier 3.2.3
SyntaxError: Catch clause variable cannot have an initializer. (1:23)
> 1 | try {} catch (error = 1){}
    |                       ^
Fix parser inference (#​15927 by @​fisker)
// Prettier 3.2.2
prettier --file-info tsconfig.json
{ "ignored": false, "inferredParser": "json" }

// Prettier 3.2.3
prettier --file-info tsconfig.json
{ "ignored": false, "inferredParser": "jsonc" }

Configuration

📅 Schedule: Branch creation - "before 4am,after 11pm" in timezone America/New_York, 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 by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jan 14, 2024
@renovate renovate bot changed the title chore(deps): update dependency prettier to v3.2.1 chore(deps): update dependency prettier to v3.2.1 - autoclosed Jan 14, 2024
@renovate renovate bot closed this Jan 14, 2024
@renovate renovate bot deleted the renovate_prettier-3.x-lockfile branch January 14, 2024 20:06
@renovate renovate bot changed the title chore(deps): update dependency prettier to v3.2.1 - autoclosed chore(deps): update dependency prettier to v3.2.1 Jan 17, 2024
@renovate renovate bot reopened this Jan 17, 2024
@renovate renovate bot restored the renovate_prettier-3.x-lockfile branch January 17, 2024 05:01
@renovate renovate bot force-pushed the renovate_prettier-3.x-lockfile branch from d0147d8 to ecd987a Compare January 17, 2024 06:13
@renovate renovate bot changed the title chore(deps): update dependency prettier to v3.2.1 chore(deps): update dependency prettier to v3.2.3 Jan 17, 2024
@renovate renovate bot force-pushed the renovate_prettier-3.x-lockfile branch from ecd987a to aea1af3 Compare January 17, 2024 09:02
@renovate renovate bot force-pushed the renovate_prettier-3.x-lockfile branch from aea1af3 to 95c5b9a Compare January 17, 2024 13:32
@renovate renovate bot changed the title chore(deps): update dependency prettier to v3.2.3 chore(deps): update dependency prettier to v3.2.4 Jan 17, 2024
@renovate renovate bot changed the title chore(deps): update dependency prettier to v3.2.4 chore(deps): update dependency prettier to v3.2.3 Jan 18, 2024
@renovate renovate bot merged commit 3623993 into master Jan 18, 2024
5 checks passed
@renovate renovate bot deleted the renovate_prettier-3.x-lockfile branch January 18, 2024 05:06
@aorinevo
Copy link
Collaborator

🎉 This PR is included in version 2.4.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

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 released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant