Skip to content

v4.0 - Pronto 0.11

Compare
Choose a tag to compare
@jbielick jbielick released this 17 Mar 19:56
· 13 commits to main since this release
71a90b5

Public

BREAKING CHANGES:

  • Pronto is upgraded to 0.11, the following runners are not yet compatible:
    • pronto-poper
    • pronto-rails_data_schema

Changes:

  • Upgrades node.js to 14.x
  • Upgrades eslint_npm to 7.32.0
  • Upgrades stylelint to 13.13.1
  • Upgrades Bundler to 2.3.8
  • Upgrades Rubocop to 1.26.0
  • Upgrades all runners and dependencies

Private

  • updates tests to work with Bundler.require
  • makes all pronto runner gems optionally required (preserves existing
    behavior)
  • adds one test to run pronto with all available runners
  • adds changelog info about breaking changes and upgrades
  • updates test.git to have an erb-lint.yml since erb-lint has some
    issues using String#yellow without bundling a dep that includes that

What's Changed

Full Changelog: v2.9...v4.0