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.4 #137

Merged
merged 1 commit into from
Jan 17, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 5, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

prettier/prettier (prettier)

v3.2.4

Compare Source

diff

Fix incorrect parser inference (#​15947 by @​fisker)

Files like .eslintrc.json were incorrectly formatted as JSONC files.

// Input
prettier --file-info .eslintrc.json
{ "ignored": false, "inferredParser": "jsonc" }

// Prettier 3.2.4
prettier --file-info .eslintrc.json
{ "ignored": false, "inferredParser": "json" }

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

@renovate renovate bot added the dependencies label Jan 5, 2024
@renovate renovate bot changed the title fix(deps): update dependency axios to v1.6.5 fix(deps): update dependency axios to v1.6.5 - autoclosed Jan 6, 2024
@renovate renovate bot closed this Jan 6, 2024
@renovate renovate bot deleted the renovate-all-minor-patch branch January 6, 2024 00:10
@renovate renovate bot restored the renovate-all-minor-patch branch January 12, 2024 19:10
@renovate renovate bot changed the title fix(deps): update dependency axios to v1.6.5 - autoclosed fix(deps): update dependency axios to v1.6.5 Jan 12, 2024
@renovate renovate bot reopened this Jan 12, 2024
@renovate renovate bot changed the title fix(deps): update dependency axios to v1.6.5 chore(deps): update dependency prettier to v3.2.0 Jan 12, 2024
@renovate renovate bot force-pushed the renovate-all-minor-patch branch 2 times, most recently from 72c7197 to 4429310 Compare January 12, 2024 21:32
@renovate renovate bot changed the title chore(deps): update dependency prettier to v3.2.0 chore(deps): update dependency prettier to v3.2.1 Jan 12, 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 13, 2024
@renovate renovate bot closed this Jan 13, 2024
@renovate renovate bot deleted the renovate-all-minor-patch branch January 13, 2024 00:11
@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 14, 2024
@renovate renovate bot reopened this Jan 14, 2024
@renovate renovate bot restored the renovate-all-minor-patch branch January 14, 2024 05:00
@renovate renovate bot changed the title chore(deps): update dependency prettier to v3.2.1 chore(deps): update dependency prettier to v3.2.2 Jan 14, 2024
@renovate renovate bot force-pushed the renovate-all-minor-patch branch from 4429310 to ed8191b Compare January 14, 2024 05:01
@renovate renovate bot changed the title chore(deps): update dependency prettier to v3.2.2 chore(deps): update dependency prettier to v3.2.2 - autoclosed Jan 15, 2024
@renovate renovate bot closed this Jan 15, 2024
@renovate renovate bot deleted the renovate-all-minor-patch branch January 15, 2024 00:11
@renovate renovate bot restored the renovate-all-minor-patch branch January 16, 2024 13:51
@renovate renovate bot changed the title chore(deps): update dependency prettier to v3.2.2 - autoclosed chore(deps): update dependency prettier to v3.2.2 Jan 16, 2024
@renovate renovate bot reopened this Jan 16, 2024
@renovate renovate bot changed the title chore(deps): update dependency prettier to v3.2.2 chore(deps): update dependency pretty-quick to v3.1.4 Jan 16, 2024
@renovate renovate bot force-pushed the renovate-all-minor-patch branch from ed8191b to ea64b12 Compare January 16, 2024 13:51
@renovate renovate bot changed the title chore(deps): update dependency pretty-quick to v3.1.4 chore(deps): update dependency pretty-quick to v3.2.1 Jan 16, 2024
@renovate renovate bot force-pushed the renovate-all-minor-patch branch from ea64b12 to 06c4a33 Compare January 16, 2024 19:46
@renovate renovate bot changed the title chore(deps): update dependency pretty-quick to v3.2.1 chore(deps): update dependency pretty-quick to v3.2.1 - autoclosed Jan 17, 2024
@renovate renovate bot closed this Jan 17, 2024
@renovate renovate bot deleted the renovate-all-minor-patch branch January 17, 2024 00:10
@renovate renovate bot changed the title chore(deps): update dependency pretty-quick to v3.2.1 - autoclosed chore(deps): update dependency pretty-quick to v3.2.1 Jan 17, 2024
@renovate renovate bot reopened this Jan 17, 2024
@renovate renovate bot restored the renovate-all-minor-patch branch January 17, 2024 03:55
@renovate renovate bot force-pushed the renovate-all-minor-patch branch from 06c4a33 to 66e2da6 Compare January 17, 2024 03:55
@renovate renovate bot changed the title chore(deps): update dependency pretty-quick to v3.2.1 chore(deps): update dependency prettier to v3.2.3 Jan 17, 2024
@renovate renovate bot changed the title chore(deps): update dependency prettier to v3.2.3 chore(deps): update all non-major dependencies Jan 17, 2024
@renovate renovate bot force-pushed the renovate-all-minor-patch branch from 66e2da6 to 16331d2 Compare January 17, 2024 10:39
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update dependency prettier to v3.2.4 Jan 17, 2024
@renovate renovate bot force-pushed the renovate-all-minor-patch branch from 16331d2 to 4347bc5 Compare January 17, 2024 23:02
@meabed meabed merged commit 13a4d14 into develop Jan 17, 2024
1 check failed
@renovate renovate bot deleted the renovate-all-minor-patch branch January 17, 2024 23:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant