Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 8, 2023

Bumps prettier from 2.8.3 to 2.8.4.

Release notes

Sourced from prettier's releases.

2.8.4

🔗 Changelog

Changelog

Sourced from prettier's changelog.

2.8.4

diff

Fix leading comments in mapped types with readonly (#13427 by @​thorn0, @​sosukesuzuki)

// Input
type Type = {
  // comment
  readonly [key in Foo];
};
// Prettier 2.8.3
type Type = {
readonly // comment
[key in Foo];
};
// Prettier 2.8.4
type Type = {
// comment
readonly [key in Foo];
};

Group params in opening block statements (#14067 by @​jamescdavis)

This is a follow-up to #13930 to establish wrapping consistency between opening block statements and else blocks by grouping params in opening blocks. This causes params to break to a new line together and not be split across lines unless the length of params exceeds the print width. This also updates the else block wrapping to behave exactly the same as opening blocks.

{{! Input }}
{{#block param param param param param param param param param param as |blockParam|}}
  Hello
{{else block param param param param param param param param param param as |blockParam|}}
  There
{{/block}}
{{! Prettier 2.8.3 }}
{{#block
param
param
param
param
param
</tr></table>

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added scope:dependencies dependency updates type:build changes to the build system or external dependencies labels Feb 8, 2023
@dependabot dependabot bot requested review from a team, flexdevelopment and unicornware February 8, 2023 06:15
Copy link
Contributor

@flexdevelopment flexdevelopment left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm 👍🏾

@flexdevelopment flexdevelopment enabled auto-merge (squash) February 8, 2023 06:15
flexdevelopment
flexdevelopment previously approved these changes Feb 8, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/prettier-2.8.4 branch from a89f697 to efd438a Compare February 8, 2023 06:19
@codecov
Copy link

codecov bot commented Feb 8, 2023

Codecov Report

Merging #66 (954717e) into main (9b48fd1) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #66   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           37        37           
  Lines         2250      2250           
  Branches        69        69           
=========================================
  Hits          2250      2250           
Flag Coverage Δ
node14 100.00% <ø> (ø)
node16 100.00% <ø> (ø)
node18 100.00% <ø> (ø)
node19 100.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f711ee5...954717e. Read the comment docs.

flexdevelopment
flexdevelopment previously approved these changes Feb 8, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/prettier-2.8.4 branch from efd438a to e9a9ce3 Compare February 13, 2023 03:40
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/prettier-2.8.4 branch from e9a9ce3 to 132d7f1 Compare February 13, 2023 03:47
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/prettier-2.8.4 branch from 132d7f1 to 43a2344 Compare February 13, 2023 03:53
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/prettier-2.8.4 branch from 43a2344 to c7dd180 Compare February 13, 2023 03:58
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/prettier-2.8.4 branch from c7dd180 to dd6e1fb Compare February 13, 2023 04:02
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/prettier-2.8.4 branch from dd6e1fb to 1c9ef00 Compare February 13, 2023 04:14
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/prettier-2.8.4 branch from 1c9ef00 to f1c7c23 Compare February 13, 2023 04:19
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/prettier-2.8.4 branch from f1c7c23 to 8ab6d27 Compare February 13, 2023 07:24
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/prettier-2.8.4 branch from 8ab6d27 to 48ba72e Compare February 13, 2023 07:28
Bumps [prettier](https://github.com/prettier/prettier) from 2.8.3 to 2.8.4.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@2.8.3...2.8.4)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/prettier-2.8.4 branch from 48ba72e to 954717e Compare February 13, 2023 07:32
@flexdevelopment flexdevelopment merged commit ae9b7b8 into main Feb 13, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/prettier-2.8.4 branch February 13, 2023 07:36
@github-actions
Copy link

This pull request has been automatically locked since there has not been any recent
activity after it was closed. Please open a new issue for related bugs or features. Be
sure to reference this issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 15, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

scope:dependencies dependency updates type:build changes to the build system or external dependencies

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants