Skip to content
This repository has been archived by the owner on Aug 13, 2023. It is now read-only.

Bump prettier from 2.1.1 to 2.1.2 - requires manual update - lint tests failed #3772

Merged
merged 10 commits into from
Sep 23, 2020

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 20, 2020

Bumps prettier from 2.1.1 to 2.1.2.

Release notes

Sourced from prettier's releases.

2.1.2

🔗Changelog

Changelog

Sourced from prettier's changelog.

2.1.2

diff

Fix formatting for directives in fields (#9116 by @sosukesuzuki)

# Input
type Query {
  someQuery(id: ID!, someOtherData: String!): String! @deprecated @isAuthenticated
  versions: Versions!
}
Prettier stable
type Query {
someQuery(id: ID!, someOtherData: String!): String!
@deprecated
@isAuthenticated
versions: Versions!
}
Prettier master
type Query {
someQuery(id: ID!, someOtherData: String!): String!
@deprecated
@isAuthenticated
versions: Versions!
}

Fix line breaks for CSS in JS (#9136 by @sosukesuzuki)

// Input
styled.div`
  // prettier-ignore
  @media (aaaaaaaaaaaaa) {
	z-index: ${(props) => (props.isComplete ? '1' : '0')};
  }
`;
styled.div`
  ${props => getSize(props.$size.xs)}
  ${props => getSize(props.$size.sm, 'sm')}
  ${props => getSize(props.$size.md, 'md')}
`;
</tr></table> ... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 dependabot bot added the dependencies Pull requests that update a dependency file label Sep 20, 2020
@dependabot dependabot bot added this to the Dependency Updates milestone Sep 20, 2020
@karinathomasbbc karinathomasbbc changed the title Bump prettier from 2.1.1 to 2.1.2 Bump prettier from 2.1.1 to 2.1.2 - requires manual update - lint tests failed Sep 21, 2020
@rhenshaw56 rhenshaw56 self-assigned this Sep 21, 2020
@joshcoventry joshcoventry added the ws-articles Tasks for the WS Articles Team label Sep 23, 2020
@rhenshaw56 rhenshaw56 merged commit c3a1428 into latest Sep 23, 2020
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/prettier-2.1.2 branch September 23, 2020 13:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file ws-articles Tasks for the WS Articles Team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants