Releases: github/erblint-github
v1.0.1
https://rubygems.org/gems/erblint-github/versions/1.0.1
What's Changed
- Bump nokogiri from 1.15.4 to 1.16.2 by @dependabot in #127
Full Changelog: v1.0.0...v1.0.1
v1.0.0
https://rubygems.org/gems/erblint-github/versions/1.0.0
What's Changed
- Breaking Change: Ruby ≥3.0.0 is now required
- Update rake requirement from ~> 13.0.6 to ~> 13.1.0 by @dependabot in #116
- Update rubocop requirement from = 1.57.1 to = 1.57.2 by @dependabot in #117
- Bump actions/github-script from 6 to 7 by @dependabot in #118
- Update rubocop requirement from = 1.57.2 to = 1.58.0 by @dependabot in #119
- Update rubocop requirement from = 1.58.0 to = 1.59.0 by @dependabot in #120
- Update minitest requirement from ~> 5.20.0 to ~> 5.21.1 by @dependabot in #121
- Update rubocop requirement from = 1.59.0 to = 1.60.1 by @dependabot in #122
- Bump minitest from 5.21.1 to 5.21.2 by @dependabot in #123
- Update rubocop requirement from = 1.60.1 to = 1.60.2 by @dependabot in #124
- major: Release v1.0.0 by @smockle in #126
New Contributors
Full Changelog: v0.5.1...v1.0.0
v0.5.1
What's Changed
Bug fix
Other
- Update rubocop requirement from = 1.56.4 to = 1.57.1 by @dependabot in #113
- Bump github/accessibility-alt-text-bot from 1.3.0 to 1.4.0 by @dependabot in #114
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
New rule
- Create rule: no-visually-hidden-interactive-element by @kendallgassner in #89
Bug fix
Other
- Add test to ensure recommended setup works by @khiga8 in #80
- Update accessibility.yml recommended configs. by @khiga8 in #81
- Update rubocop requirement from = 1.52.0 to = 1.52.1 by @dependabot in #82
- Bump minitest from 5.18.0 to 5.18.1 by @dependabot in #83
- Update rubocop requirement from = 1.52.1 to = 1.53.0 by @dependabot in #84
- Update rubocop requirement from = 1.53.0 to = 1.54.0 by @dependabot in #85
- Bump github/accessibility-alt-text-bot from 1.2.0 to 1.3.0 by @dependabot in #87
- Update rubocop requirement from = 1.54.0 to = 1.54.1 by @dependabot in #86
- Update rubocop requirement from = 1.54.1 to = 1.54.2 by @dependabot in #88
- Update rubocop requirement from = 1.54.2 to = 1.55.0 by @dependabot in #91
- Update mocha requirement from ~> 2.0.2 to ~> 2.1.0 by @dependabot in #93
- Update minitest requirement from ~> 5.18.0 to ~> 5.19.0 by @dependabot in #92
- Update rubocop requirement from = 1.55.0 to = 1.55.1 by @dependabot in #94
- Add
erblint-disable
script from dotcom and friends. by @radglob in #90 - Update rubocop requirement from = 1.55.1 to = 1.56.0 by @dependabot in #95
- Bump rack from 3.0.4.1 to 3.0.8 by @dependabot in #97
- Bump activesupport from 7.0.5 to 7.0.7.2 by @dependabot in #96
- Update erb_lint requirement from ~> 0.4.0 to ~> 0.5.0 by @dependabot in #98
- Update rubocop requirement from = 1.56.0 to = 1.56.1 by @dependabot in #99
- Update navigation-has-label docs by @khiga8 in #100
- Update rubocop requirement from = 1.56.1 to = 1.56.2 by @dependabot in #101
- Bump actions/checkout from 3 to 4 by @dependabot in #103
- Update minitest requirement from ~> 5.19.0 to ~> 5.20.0 by @dependabot in #102
- Update rubocop requirement from = 1.56.2 to = 1.56.3 by @dependabot in #105
- Update aria-label-is-well-formatted.md by @khiga8 in #106
- Update navigation-has-label.md by @khiga8 in #107
- Auto approve and merge dependabot updates by @khiga8 in #111
- Update rubocop requirement from = 1.56.3 to = 1.56.4 by @dependabot in #112
New Contributors
- @kendallgassner made their first contribution in #89
- @radglob made their first contribution in #90
Full Changelog: v0.4.1...v0.5.0
v0.4.1
What's Changed
- Bump mocha from 2.0.2 to 2.0.4 by @dependabot in #78
- Temporarily introduce back counter_correct? helper by @khiga8 in #79
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- Fix small typo in aria-label-is-well-formatted.md by @andrefcdias in #67
- Add accessibility-alt-text-bot by @khiga8 in #68
- Update accessibility-alt-text-bot.yml by @khiga8 in #69
- Add dependabot.yml by @khiga8 in #70
- Update erb_lint requirement from ~> 0.3.0 to ~> 0.4.0 by @dependabot in #71
- Update rubocop requirement from = 1.49.0 to = 1.51.0 by @dependabot in #72
- Update rubocop requirement from = 1.51.0 to = 1.52.0 by @dependabot in #73
- chore: remove counter-related code. by @khiga8 in #75
- Move our recommended configs into a file that can be inherited by @khiga8 in #76
New Contributors
- @andrefcdias made their first contribution in #67
- @dependabot made their first contribution in #71
Full Changelog: v0.3.1...v0.4.0
v0.3.1
v0.3.0
v0.2.1
What's Changed
See previous release notes for 0.2.0 for BREAKING CHANGES and handling migration!
Related PRs
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
This release includes BREAKING CHANGES including renaming all the linter names to remove the -Counter
suffix, and turning the counter-system off by default. Please update the names of the lint rules in your .erb-lint.yml
to ensure the rule continues to run.
The counter disable system will be totally deprecated in a few cycles. Please see migration guide
Related PRs
- Start migrating rules away from counter system by @khiga8 in #57
- Migrate all rules from using
Counter
in name by @khiga8 in #60
Full Changelog: v0.1.3...v0.2.0