Ruffpuff1 / foxxie

https://foxxie.reese.gay
MIT License
5 stars 2 forks source link

chore(deps): update dependency prettier to v2.6.2 #378

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

prettier/prettier ### [`v2.6.2`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#​262) [Compare Source](https://togithub.com/prettier/prettier/compare/2.6.1...2.6.2) [diff](https://togithub.com/prettier/prettier/compare/2.6.1...2.6.2) ##### Fix LESS/SCSS format error ([#​12536](https://togithub.com/prettier/prettier/pull/12536) by [@​fisker](https://togithub.com/fisker)) ```less // Input .background-gradient(@​cut) { background: linear-gradient( to right, @​white 0%, @​white (@​cut - 0.01%), @​portal-background @​cut, @​portal-background 100% ); } // Prettier 2.6.1 TypeError: Cannot read properties of undefined (reading 'endOffset') // Prettier 2.6.2 .background-gradient(@​cut) { background: linear-gradient( to right, @​white 0%, @​white (@​cut - 0.01%), @​portal-background @​cut, @​portal-background 100% ); } ``` ##### Update `meriyah` to fix several bugs ([#​12567](https://togithub.com/prettier/prettier/pull/12567) by [@​fisker](https://togithub.com/fisker), fixes in [`meriyah`](https://togithub.com/meriyah/meriyah/) by [@​3cp](https://togithub.com/3cp)) Fixes bugs when parsing following valid code: ```js foo(await bar()); ``` ```js const regex = /.*/ms; ``` ```js const element =

{/w/.test(s)}

; ``` ```js class A extends B { #privateMethod() { super.method(); } } ```

Configuration

πŸ“… Schedule: 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 this update again.



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

vercel[bot] commented 2 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployments, click below or on the icon next to each commit.

foxxie – ./website/foxxie.xyz

πŸ” Inspect: https://vercel.com/ruffpuff1/foxxie/5cgq6gN5LpzzaYFyRhEXumdEe5ng
βœ… Preview: https://foxxie-git-renovate-sanitize-prettier-2x-ruffpuff1.vercel.app

api-foxxie – ./website/api

πŸ” Inspect: https://vercel.com/ruffpuff1/api-foxxie/JAud4HqcvPVQX9dFBfXTo2egEj4L
βœ… Preview: https://api-foxxie-git-renovate-sanitize-prettier-2x-ruffpuff1.vercel.app

codecov-commenter commented 2 years ago

Codecov Report

Merging #378 (b14a713) into main (e112e38) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #378   +/-   ##
=======================================
  Coverage   83.84%   83.84%           
=======================================
  Files          14       14           
  Lines         291      291           
  Branches       61       61           
=======================================
  Hits          244      244           
  Misses         42       42           
  Partials        5        5           

Continue to review full report at Codecov.

Legend - Click here to learn more Ξ” = absolute <relative> (impact), ΓΈ = not affected, ? = missing data Powered by Codecov. Last update e112e38...b14a713. Read the comment docs.