good morning!!!!

Skip to content

Update dependency prettier-plugin-solidity to v1.3.1

autocafe requested to merge renovate/prettier-plugin-solidity-1.x-lockfile into master

This MR contains the following updates:

Package Type Update Change
prettier-plugin-solidity dependencies minor 1.1.2 -> 1.3.1

Release Notes

prettier-solidity/prettier-plugin-solidity (prettier-plugin-solidity)

v1.3.1

Compare Source

Needed to put a specific experimentalTernaries behaviour behind a feature flag. (thanks @​pcaversaccio)

v1.3.0

Compare Source

This version ships with 2 substantial changes.

  1. The parser had a great improvement in size package making our bundled size go from 773.5 KB to 417 KB and 90 KB gzipped, making our support for browser more impactful. (#​967)
  2. We embraced prettier's ternaries formatting improvements and support the new option externalTernaries, so we invite people to start experimenting with it and give us some feedback. (#​953)

v1.2.0

Compare Source

A few improvements on this release:

  • Dropped support for node 14 (#​887)
  • Migrated the whole codebase to ESM (#​894)
    • The bundled version now has the .cjs extension
  • Improved the bundled file to better support projects targeting browsers (#​943 thanks to @​folego and electric_gary on Telegram)
    • Projects can easily import from prettier-plugin-solidity/standalone
  • Added support for negative e notation 1000e-2 (solidity-parser/parser#95)
  • Full support of file level event definitions, introduced with solidity 0.8.22 (solidity-parser/parser#97)

A few tweaks in the code and refactor for simplicity and efficiency.

v1.1.3

Compare Source

This version adds support for user-defined operators, a feature introduced in Solidity 0.8.19.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports