redux-eggs icon indicating copy to clipboard operation
redux-eggs copied to clipboard

chore(deps): update dependency prettier to v2.7.1

Open renovate[bot] opened this issue 2 years ago • 3 comments

Mend Renovate

This PR contains the following updates:

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

Release Notes

prettier/prettier

v2.7.1

Compare Source

diff

Keep useful empty lines in description (#​13013 by @​chimurai)

v2.7.0

Compare Source

""" First line Second Line """ type Person { name: String }

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();
  }
}

v2.6.1

Compare Source

diff

Ignore loglevel when printing information (#​12477 by @​fisker)

v2.6.0

Compare Source

prettier --loglevel silent --find-config-path index.js


Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Europe/Moscow, Automerge - 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 Mend Renovate. View repository job log here.

renovate[bot] avatar Mar 18 '22 22:03 renovate[bot]

⚠ 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: yarn.lock
npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead.
npm ERR! code ETARGET
npm ERR! notarget No matching version found for [email protected].
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate-cache/others/npm/_logs/2022-06-18T18_49_36_137Z-debug-0.log
bash: yarn: command not found

renovate[bot] avatar Mar 18 '22 22:03 renovate[bot]

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.

redux-eggs-example-next – ./examples/example-next

🔍 Inspect: https://vercel.com/fostyfost/redux-eggs-example-next/67XUp5nVQ7xzs1fQrUQeXxEFxArj
✅ Preview: Failed

[Deployment for 9e3485c failed]

redux-eggs-example-next-gip – ./examples/example-next-gip

🔍 Inspect: https://vercel.com/fostyfost/redux-eggs-example-next-gip/75XcGaDzSmQaanxXvwHTQNgBgBfB
✅ Preview: Failed

[Deployment for 9e3485c failed]

redux-eggs-example-next-rtk – ./examples/example-next-rtk

🔍 Inspect: https://vercel.com/fostyfost/redux-eggs-example-next-rtk/DLxfH4hnX5qZhrUMhA8Ns3jaDeZb
✅ Preview: Failed

[Deployment for 9e3485c failed]

vercel[bot] avatar Mar 18 '22 22:03 vercel[bot]

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
redux-eggs-example-next ❌ Failed (Inspect) Jun 18, 2022 at 7:08PM (UTC)
redux-eggs-example-next-gip ❌ Failed (Inspect) Jun 18, 2022 at 7:08PM (UTC)
redux-eggs-example-next-rtk ❌ Failed (Inspect) Jun 18, 2022 at 7:08PM (UTC)

vercel[bot] avatar Jun 18 '22 18:06 vercel[bot]