Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump prettier from 1.18.2 to 1.19.1 #240

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Nov 18, 2019

Bumps prettier from 1.18.2 to 1.19.1.

Release notes

Sourced from prettier's releases.

1.19.1

🔗 Changelog

Prettier 1.19: Long awaited Vue option, TypeScript 3.7 and new JavaScript features

🔗 Release Notes

Changelog

Sourced from prettier's changelog.

1.19.1

diff

CLI

Fix --stdin regression in 1.19.0 (#6894 by @​lydell)

// Prettier stable
$ echo "test" | prettier --stdin --parser babel
[error] regeneratorRuntime is not defined

// Prettier master
$ echo "test" | prettier --stdin --parser babel
test;

TypeScript

Fix formatting of union type as arrow function return type (#6896 by @​thorn0)

// Input
export const getVehicleDescriptor = async (
  vehicleId: string,
): Promise<Collections.Parts.PrintedCircuitBoardAssembly['attributes'] | undefined> => {}

// Prettier stable
export const getVehicleDescriptor = async (
  vehicleId: string
): Promise<| Collections.Parts.PrintedCircuitBoardAssembly["attributes"]
| undefined> => {};

// Prettier master
export const getVehicleDescriptor = async (
  vehicleId: string
): Promise<
  Collections.Parts.PrintedCircuitBoardAssembly["attributes"] | undefined
> => {};

1.19.0

diff

🔗 Release Notes

Commits
Maintainer changes

This version was pushed to npm by lydell, a new releaser for prettier since your current version.


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.

If all status checks pass Dependabot will automatically merge this pull request.


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 badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yaml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot requested a review from a team as a code owner November 18, 2019 12:36
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Nov 18, 2019
@dependabot-preview
Copy link
Contributor Author

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/prettier-1.19.1 branch from dcf7992 to a2a8c9b Compare November 18, 2019 19:19
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/prettier-1.19.1 branch from a2a8c9b to 6c64103 Compare March 13, 2020 21:53
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/prettier-1.19.1 branch from 6c64103 to 04ba9d3 Compare August 17, 2020 22:49
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/prettier-1.19.1 branch from 04ba9d3 to 5135674 Compare December 10, 2020 17:29
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/prettier-1.19.1 branch from 5135674 to 67c7b59 Compare March 8, 2021 12:26
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/prettier-1.19.1 branch from 67c7b59 to 4c9053b Compare March 29, 2021 17:11
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/prettier-1.19.1 branch from 4c9053b to 61d5c43 Compare April 16, 2021 22:10
@dependabot-preview
Copy link
Contributor Author

Superseded by #285.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/prettier-1.19.1 branch May 6, 2021 17:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants