Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

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

Merged
mallowigi merged 1 commit intomasterfrom
renovate/prettier-2.x
Apr 13, 2022
Merged

chore(deps): update dependency prettier to v2.6.2#136
mallowigi merged 1 commit intomasterfrom
renovate/prettier-2.x

Conversation

@renovate
Copy link
Copy Markdown

@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 dependencies label Apr 2, 2022
| datasource | package  | from  | to    |
| ---------- | -------- | ----- | ----- |
| npm        | prettier | 2.6.1 | 2.6.2 |
@renovate renovate Bot force-pushed the renovate/prettier-2.x branch from 92779d8 to 74beb57 Compare April 13, 2022 06:13
@mallowigi mallowigi merged commit 25e7cf1 into master Apr 13, 2022
@mallowigi mallowigi deleted the renovate/prettier-2.x branch April 13, 2022 06:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants