Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 3, 2022

Bumps prettier-plugin-solidity from 1.0.0-beta.8 to 1.0.0-beta.19.

Release notes

Sourced from prettier-plugin-solidity's releases.

v1.0.0-beta.19

Changes in this version:

v1.0.0-beta.18

Description

v1.0.0-beta.17

This release contains 2 main improvements:

  • indentation in chained elements:
// v1.0.0-beta.16
uint foo = someLongFunction(
    foo,
    bar,
    baz
)
.someOtherFunctionA(
    foo,
    bar,
    baz
)
.someOtherFunctionB(
    foo,
    bar,
    baz
)
// v1.0.0-beta.17
uint foo = someLongFunction(
foo,
bar,
baz
)
.someOtherFunctionA(
foo,
bar,
baz
)
.someOtherFunctionB(
foo,
</tr></table>

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by janther, a new releaser for prettier-plugin-solidity 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.


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)

Bumps [prettier-plugin-solidity](https://github.com/prettier-solidity/prettier-plugin-solidity) from 1.0.0-beta.8 to 1.0.0-beta.19.
- [Release notes](https://github.com/prettier-solidity/prettier-plugin-solidity/releases)
- [Commits](prettier-solidity/prettier-plugin-solidity@v1.0.0-beta.8...v1.0.0-beta.19)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from kare January 3, 2022 13:15
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 3, 2022

The following labels could not be found: node-dependency.

@DaisyDomergue
Copy link
Member

@kare unless we are using node 12 looks safe.

@kare
Copy link
Contributor

kare commented Feb 28, 2022

@kare unless we are using node 12 looks safe.

Label and PR Title needs an update before merge.

@DaisyDomergue DaisyDomergue changed the title NPM: Bump prettier-plugin-solidity from 1.0.0-beta.8 to 1.0.0-beta.19 build: Bump prettier-plugin-solidity from 1.0.0-beta.8 to 1.0.0-beta.19 Feb 28, 2022
@DaisyDomergue DaisyDomergue merged commit 6061624 into main Feb 28, 2022
@DaisyDomergue DaisyDomergue deleted the dependabot/npm_and_yarn/prettier-plugin-solidity-1.0.0-beta.19 branch February 28, 2022 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants