Releases: AdWerx/pronto-ruby
Releases · AdWerx/pronto-ruby
v4.1
What's Changed
- Bump pronto-rubocop from 0.11.1 to 0.11.4 by @dependabot in #169
- Bump httparty from 0.20.0 to 0.21.0 by @dependabot in #170
- Bump actionview from 7.0.2.3 to 7.0.4 by @dependabot in #174
- Bump climate_control from 1.0.1 to 1.2.0 by @dependabot in #131
- Bump rubocop-performance from 1.13.3 to 1.15.2 by @dependabot in #168
- Bump rubocop-rails from 2.14.1 to 2.17.4 by @dependabot in #166
- Bump rubocop-minitest from 0.18.0 to 0.25.1 by @dependabot in #167
- Bump rubocop-rspec from 2.9.0 to 2.16.0 by @dependabot in #163
- Improve Dockerfile to reduce image size by @tdurieux in #171
- Bump webmock from 3.14.0 to 3.18.1 by @dependabot in #138
New Contributors
Full Changelog: v4.0...v4.1
v4.0 - Pronto 0.11
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
- Bump rubocop-performance from 1.9.2 to 1.10.2 by @dependabot in #81
- Bump addressable from 2.7.0 to 2.8.0 by @dependabot in #93
- Bump pronto-stylelint from 0.10.1 to 0.10.2 by @dependabot in #86
- Bump webmock from 3.11.0 to 3.14.0 by @dependabot in #94
- Bump rubocop-thread_safety from 0.4.2 to 0.4.4 by @dependabot in #97
- Bump rugged from 0.28.5 to 0.99.0 by @dependabot in #69
Full Changelog: v2.9...v4.0
Add style-lint runner
Updates README examples and project description.
v2.8 prepare for 2.8
Ruby 2.7, runnner updates, rubocop updates
v2.5 - Ruby 2.6 and eslint_npm runner
Now with pronto-rails_data_schema
2.4.1 | 2020-3-23
- Adds pronto-rails_data_schema runner (#11)
Resolve Gemfile ambiguity
resolves the issue in which the Gemfile
that bundler is using is the user's project instead of this project's. This is due to the workdir
being set during action runs.
Run Bundler 1/2
2.3.0 | 2019-12-31
- Update to bundler 2
Backwards compatible with bundler 1 projects.
Now including pre-installed rubocop extensions
Consolidates the docker image (base vs. action) and adds several rubocop extensions.
- Adds the following rubocop extensions to the docker image:
- rubocop-performance
- rubocop-minitest
- rubocop-rspec
- rubocop-rails
- rubocop-thread_safety
- rubocop-i18n
- rubocop-rake
These extensions can now be require
d in a .rubocop.yml
config and used with the rubocop runner.