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 all non-major dependencies #96

Merged
merged 1 commit into from
Jan 19, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 13, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) ^20.11.0 -> ^20.11.5 age adoption passing confidence
@vitest/coverage-v8 (source) ^1.2.0 -> ^1.2.1 age adoption passing confidence
@vitest/ui (source) ^1.2.0 -> ^1.2.1 age adoption passing confidence
prettier (source) ^3.2.2 -> ^3.2.4 age adoption passing confidence
vitest (source) ^1.2.0 -> ^1.2.1 age adoption passing confidence

Release Notes

vitest-dev/vitest (@​vitest/coverage-v8)

v1.2.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
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 - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Mend Renovate. View repository job log here.

Copy link

codecov bot commented Nov 13, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (aa0ac93) 93.54% compared to head (9858bdf) 93.54%.

❗ Current head 9858bdf differs from pull request most recent head 7cee75e. Consider uploading reports for the commit 7cee75e to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #96   +/-   ##
=======================================
  Coverage   93.54%   93.54%           
=======================================
  Files          25       25           
  Lines        1797     1797           
  Branches      333      333           
=======================================
  Hits         1681     1681           
  Misses        115      115           
  Partials        1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 7c881d6 to e777b00 Compare November 18, 2023 21:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 90d06c5 to 7483cda Compare November 24, 2023 17:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 2ae4bcf to b35dd78 Compare December 4, 2023 16:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 80a4657 to 5972c45 Compare December 13, 2023 11:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 4c29fae to 8bfd35b Compare December 18, 2023 00:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f3df0f7 to 5bb3891 Compare December 25, 2023 12:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 5683900 to ffadc9f Compare December 30, 2023 02:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 61e873e to 658d072 Compare January 9, 2024 16:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 32c9ccd to e3d6b2e Compare January 14, 2024 19:56
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed Jan 14, 2024
@renovate renovate bot closed this Jan 14, 2024
@renovate renovate bot deleted the renovate/all-minor-patch branch January 14, 2024 19:59
@renovate renovate bot changed the title chore(deps): update all non-major dependencies - autoclosed chore(deps): update all non-major dependencies Jan 15, 2024
@renovate renovate bot restored the renovate/all-minor-patch branch January 15, 2024 07:18
@renovate renovate bot reopened this Jan 15, 2024
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update devdependency @types/node to ^20.11.2 Jan 15, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from d29c0ee to dc4977c Compare January 15, 2024 22:50
@renovate renovate bot changed the title chore(deps): update devdependency @types/node to ^20.11.2 chore(deps): update devdependency @types/node to ^20.11.3 Jan 15, 2024
@renovate renovate bot changed the title chore(deps): update devdependency @types/node to ^20.11.3 chore(deps): update devdependency @types/node to ^20.11.4 Jan 16, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from dc4977c to b0d00cc Compare January 16, 2024 09:47
@renovate renovate bot changed the title chore(deps): update devdependency @types/node to ^20.11.4 chore(deps): update all non-major dependencies Jan 17, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 8f1aec4 to 9858bdf Compare January 17, 2024 11:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9858bdf to 7cee75e Compare January 17, 2024 16:46
@renovate renovate bot merged commit 5235860 into main Jan 19, 2024
1 check passed
@renovate renovate bot deleted the renovate/all-minor-patch branch January 19, 2024 01:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants