Update rubocop-capybara 2.20.0 → 2.21.0 (minor) #3441
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ rubocop-capybara (2.20.0 → 2.21.0) · Repo · Changelog
Release Notes
2.21.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 51 commits:
Merge pull request #125 from rubocop/release-2_21
Release v2.21.0
Merge pull request #124 from rubocop/add-gh-token
Add GH_TOKEN to publish workflow
Merge pull request #120 from boris-petrov/fix-example
Fix example code in the `SpecificMatcher` cop
Merge pull request #123 from rubocop/add-doc
Merge pull request #122 from rubocop/new-cop-command
Suggest a richer source of inspiration
Add document about Create a new cop
Change step with new_cop command for rubocop-capybara
Merge pull request #121 from rubocop/bump
Merge pull request #114 from rubocop/patch-1
Bump rubocop-rspec to 2.29.2 and enable new cops
Merge pull request #116 from rubocop/trusted-publishing
Use Rubygems Trusted Publishers to publish
Merge pull request #117 from rubocop/add-spec
Add specs for unsafe cops in default_config_spec.rb
Merge pull request #112 from rubocop/support_prism
Fix a false negative for `Capybara/SpecificFinders` when using `find(:id, 'some-id')`
Add job for CI using Prism parser
Merge pull request #111 from rubocop/use-registers-no-offense
Use 'registers no offense' instead of 'register no offense'
Merge pull request #107 from rubocop/use-rubocop-rubocop
Use rubocop/rubocop instead of rubocop-hq/rubocop
Merge pull request #108 from rubocop/generate_cops_documentation
Generate cops documentation
Merge pull request #106 from rubocop/fix-rspec-4-on-ci
CI: Fix the RSpec 4 job
Merge pull request #104 from rubocop/add-gitignore
Merge pull request #105 from rubocop/fixoffense
Fix an offense for InternalAffairs/RedundantExpectOffenseArguments
Add .vscode to .gitignore
Merge pull request #103 from rubocop/performance
Enable cop for pending rubocop-performance
Merge pull request #101 from rubocop/use-each-char
Use String#each_char instead of String#chars
Merge pull request #98 from rubocop/fix96
Fix a false positive for `Capybara/NegationMatcher` when without argument
Merge pull request #92 from rubocop/codeowners
Merge pull request #95 from rubocop/fix-string-interpolation
Merge pull request #94 from rubocop/fix90
Fix a false negative for `Capybara/NegationMatcher` when using `to_not`
Merge pull request #91 from rubocop/tilde-heredoc
Merge pull request #93 from rubocop/enable-few-cops
Fix string interpolation that was not working in example text
Enable a few pending cops
Add a CODEOWNERS file
Use squiggly heredocs wherever possible
Merge pull request #89 from rubocop/switch-doc-version-back
Switch docs version back
✳️ rubocop (1.66.1 → 1.67.0) · Repo · Changelog
Release Notes
1.67.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Release Notes
2.7.4
2.7.3
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Commits
See the full diff on Github. The new version differs by 14 commits:
Cut 1.33.0
Update Changelog
Add classes for `masgn` and `mlhs` nodes.
Add `VarNode` class for `lvar`, `ivar`, `cvar` and `gvar` node types.
Refactor `CasgnNode` and `ConstNode` to extract common functionality to `ConstantNode` mixin.
Fix warning when executing `rubocop` with `bundle exec`
Enhance rake debug tasks
Document named captures
Fix RuboCop offense (#321)
Remove useless "&". Thanks @dvandersluis
Use Prism 1.1+
Suppress RuboCop offenses
Bump `simplecov` (#316)
Restore docs/antora.yml
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands