Skip to content

Update dependency prettier to v2.6.2#635

Merged
renovate[bot] merged 1 commit intomasterfrom
renovate/prettier-2.6.x
Apr 2, 2022
Merged

Update dependency prettier to v2.6.2#635
renovate[bot] merged 1 commit intomasterfrom
renovate/prettier-2.6.x

Conversation

@renovate
Copy link
Copy Markdown
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: 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, click this checkbox.

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

@renovate renovate Bot added the 🚚 private-dependencies Private dependency label Apr 2, 2022
@renovate renovate Bot enabled auto-merge (rebase) April 2, 2022 18:04
@renovate renovate Bot merged commit bd67519 into master Apr 2, 2022
@renovate renovate Bot deleted the renovate/prettier-2.6.x branch April 2, 2022 18:04
@github-actions github-actions Bot added this to the v11.3.1 milestone Apr 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🚚 private-dependencies Private dependency

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant