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 v2.6.2 #371

Merged
merged 1 commit into from Apr 2, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 2, 2022

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

Compare Source

diff

Fix LESS/SCSS format error (#​12536 by @​fisker)
// 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 by @​fisker, fixes in meriyah by @​3cp)

Fixes bugs when parsing following valid code:

foo(await bar());
const regex = /.*/ms;
const element = <p>{/w/.test(s)}</p>;
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.


  • If you want to rebase/retry this PR, click this checkbox.

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

@renovate renovate bot requested a review from Ruffpuff1 as a code owner April 2, 2022 19:50
@renovate renovate bot added the Meta: Dependencies Dependency related issues or PRs label Apr 2, 2022
@vercel
Copy link

vercel bot commented Apr 2, 2022

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/4WTE9rGcdqbyjQuWtaGgGeWdK7i1
✅ Preview: https://foxxie-git-renovate-stardrop-prettier-2x-ruffpuff1.vercel.app

api-foxxie – ./website/api

🔍 Inspect: https://vercel.com/ruffpuff1/api-foxxie/6frQk71jTwB4Qk5zAe9S5E4KkbQK
✅ Preview: https://api-foxxie-git-renovate-stardrop-prettier-2x-ruffpuff1.vercel.app

@vercel vercel bot temporarily deployed to Preview – foxxie April 2, 2022 19:50 Inactive
@vercel vercel bot temporarily deployed to Preview – api-foxxie April 2, 2022 19:50 Inactive
@renovate
Copy link
Contributor Author

renovate bot commented Apr 2, 2022

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: graphql/stardrop/yarn.lock
npm WARN ignoring workspace config at /mnt/renovate/gh/Ruffpuff1/foxxie/graphql/stardrop/.npmrc 
npm ERR! Workspaces not supported for global packages

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate-cache/others/npm/_logs/2022-04-02T19_50_30_675Z-debug-0.log

@codecov-commenter
Copy link

Codecov Report

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

@@           Coverage Diff           @@
##             main     #371   +/-   ##
=======================================
  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...4962218. Read the comment docs.

@Ruffpuff1 Ruffpuff1 merged commit 5298a5c into main Apr 2, 2022
@delete-merged-branch delete-merged-branch bot deleted the renovate/stardrop-prettier-2.x branch April 2, 2022 19:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GraphQL: stardrop Meta: Dependencies Dependency related issues or PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants