Skip to content
This repository was archived by the owner on Dec 9, 2022. It is now read-only.

Comments

Update dependency prettier to v2.8.1#185

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/prettier-2.x
Open

Update dependency prettier to v2.8.1#185
renovate[bot] wants to merge 1 commit intomainfrom
renovate/prettier-2.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 23, 2022

Mend Renovate

This PR contains the following updates:

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

Release Notes

prettier/prettier

v2.8.1

Compare Source

diff

Fix SCSS map in arguments (#​9184 by @​agamkrbit)
// Input
$display-breakpoints: map-deep-merge(
  (
    "print-only": "only print",
    "screen-only": "only screen",
    "xs-only": "only screen and (max-width: #{map-get($grid-breakpoints, "sm")-1})",
  ),
  $display-breakpoints
);

// Prettier 2.8.0
$display-breakpoints: map-deep-merge(
  (
    "print-only": "only print",
    "screen-only": "only screen",
    "xs-only": "only screen and (max-width: #{map-get($grid-breakpoints, " sm
      ")-1})",
  ),
  $display-breakpoints
);

// Prettier 2.8.1
$display-breakpoints: map-deep-merge(
  (
    "print-only": "only print",
    "screen-only": "only screen",
    "xs-only": "only screen and (max-width: #{map-get($grid-breakpoints, "sm")-1})",
  ),
  $display-breakpoints
);
Support auto accessors syntax (#​13919 by @​sosukesuzuki)

Support for Auto Accessors Syntax landed in TypeScript 4.9.

(Doesn't work well with babel-ts parser)

class Foo {
  accessor foo: number = 3;
}

v2.8.0

Compare Source

diff

🔗 Release Notes


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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, check this box

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

@netlify
Copy link

netlify bot commented Nov 23, 2022

Deploy Preview for harmonious-vacherin-402342 ready!

Name Link
🔨 Latest commit 6a790c0
🔍 Latest deploy log https://app.netlify.com/sites/harmonious-vacherin-402342/deploys/6390f522ca9a24000944770e
😎 Deploy Preview https://deploy-preview-185--harmonious-vacherin-402342.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@renovate renovate bot changed the title Update dependency prettier to v2.8.0 Update dependency prettier to v2.8.1 Dec 7, 2022
@renovate renovate bot force-pushed the renovate/prettier-2.x branch from 9cb1484 to 6a790c0 Compare December 7, 2022 20: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.

0 participants