Closed renovate[bot] closed 4 years ago
Latest commit: 64d4a5c1e4305f349efb3c5f7ca11789ddfb8e2b
Merging this PR will not cause any packages to be released. If these changes should not cause updates to packages in this repo, this is fine 🙂
If these changes should be published to npm, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Deploy path: /home/runner/work/gatsby-theme-recipes/gatsby-theme-recipes/examples/minimal/public Deploying to draft URL...
Logs: https://app.netlify.com/sites/gatsby-theme-recipes-minimal/deploys/5e9f2cc6319b25dbc52a543a Website Draft URL: https://5e9f2cc6319b25dbc52a543a--gatsby-theme-recipes-minimal.netlify.app
If everything looks good on your draft URL, deploy it to your main site URL with the --prod flag. netlify deploy --prod
Deploy path: /home/runner/work/gatsby-theme-recipes/gatsby-theme-recipes/examples/minimal/public Deploying to draft URL...
Logs: https://app.netlify.com/sites/gatsby-theme-recipes-minimal/deploys/5eba33706f64a8d2aba0b3a6 Website Draft URL: https://5eba33706f64a8d2aba0b3a6--gatsby-theme-recipes-minimal.netlify.app
If everything looks good on your draft URL, deploy it to your main site URL with the --prod flag. netlify deploy --prod
This PR contains the following updates:
2.0.4
->2.0.5
Release Notes
prettier/prettier
### [`v2.0.5`](https://togithub.com/prettier/prettier/blob/master/CHANGELOG.md#205) [Compare Source](https://togithub.com/prettier/prettier/compare/2.0.4...2.0.5) [diff](https://togithub.com/prettier/prettier/compare/2.0.4...2.0.5) ##### Less: Fix formatting of `:extend` ([#7984](https://togithub.com/prettier/prettier/pull/7984) by [@fisker](https://togithub.com/fisker)) ```less // Input .class { &:extend(.some-class .some-other-class .some-very-loooooooooooooong-class all); } // Prettier 2.0.4 .class { &:extend( .some-class .some-other-class .some-very-loooooooooooooong-class all ); } // Prettier 2.0.4 (Second format) .class { &: extend( .some-class .some-other-class .some-very-loooooooooooooong-class all ); } // Prettier 2.0.5 .class { &:extend( .some-class .some-other-class .some-very-loooooooooooooong-class all ); } ``` ##### Editor integration: Use [`resolve`](https://www.npmjs.com/package/resolve) if builtin `require.resolve` is overridden ([#8072](https://togithub.com/prettier/prettier/pull/8072) by [@fisker](https://togithub.com/fisker)) This fixes issues that the users of Atom and WebStorm faced with 2.0.4. Prettier now switches to using the `resolve` module for resolving configuration files and plugins if it detects that `require.resolve` isn't Node's builtin function (doesn't support the second argument), which happens in environments like editor extensions. To force the fallback, set the `PRETTIER_FALLBACK_RESOLVE` environment variable to `true`.Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.