Update rubocop-rspec 2.24.1 → 2.26.1 (minor) #11
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-rspec (2.24.1 → 2.26.1) · Repo · Changelog
Release Notes
2.26.1
2.26.0
2.25.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 50 commits:
Merge pull request #1771 from rubocop/release
Bump version to v2.26.1
Merge pull request #1769 from rubocop/followup
Follow up https://github.com/rubocop/rubocop-rspec/pull/1768#discussion_r1442928428
Merge pull request #1768 from rubocop/fix1765
Fix an error for `RSpec/SharedExamples` when using examples without argument
Switch docs version back
Merge pull request #1763 from rubocop/release
Bump version to v2.26.0
Merge pull request #1746 from jessieay/master
Add support for enforced symbolized shared examples
Merge pull request #1761 from rubocop/tilde-heredoc
Merge pull request #1762 from rubocop/codeowners
Add a CODEOWNERS file
Fix bad indentation
Use squiggly heredocs wherever possible
Merge pull request #1759 from rubocop/3.3-in-ci
Use Ruby 3.3 in GHA jobs
Merge pull request #1758 from m-nakamura145/update-ci-matrix
Add Ruby 3.3 to CI matrix
Merge pull request #1757 from robinaugh/robinaugh/fix-1756
Ensure PendingWithoutReason can detect violations inside shared groups
Merge pull request #1749 from swelther/feature/do-not-use-remove-const
Add new RSpec/RemoveConst cop
Merge pull request #1752 from jdufresne/future-tense
Make RSpec/ExampleWording handle "it will" future tense
Merge pull request #1694 from rubocop/add-builtin-matcher
Add new `RSpec/RedundantPredicateMatcher` cop
Merge pull request #1744 from rubocop/enable-some-pending-cops
Enable a few pending cops
Merge pull request #1738 from rubocop/impl-before-after-all
Merge pull request #1739 from rubocop/refactor
Improve document for `RSpec/BeforeAfterAll`
Refactor for `RSpec/BeforeAfterAll`
Merge pull request #1740 from rubocop/correct_offense
Correct for `Layout/ExtraSpacing`
Switch docs version back
Merge pull request #1736 from rubocop/release
Bump version to v2.25.0
Merge pull request #1731 from franzliedke/1714-metadata-style-autocorrect-strings
RSpec/MetadataStyle: Support multiple string arguments before metadata
Fix typo in method name
Merge pull request #1726 from rubocop/1720
Merge pull request #1729 from rubocop/fix/1728
Merge pull request #1730 from rubocop/followup
Follow up https://github.com/rubocop/rubocop-rspec/pull/1692#discussion_r1288432020
Add documentation for `RSpec/ExampleLength` configuration option `CountAsOne: [method_call]`
Change to be inline disable for `RSpec/SpecFilePathFormat` like `RSpec/FilePath`
Merge pull request #1725 from rubocop/fix-incorrect-autocorrect-httpstatus
Add support single quoted string and percent string and heredoc for `RSpec/Rails/HttpStatus`
✳️ json (2.6.3 → 2.7.1) · Repo · Changelog
Release Notes
2.7.1
2.7.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.
Commits
See the full diff on Github. The new version differs by 5 commits:
v1.24.0
Merge pull request #340 from grosser/grosser/order
polish
Merge pull request #339 from shaicoleman/finish-in-order
Add :finish_in_order option
Release Notes
3.3.0.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 24 commits:
Bump version.
* current.rb: mark 3.3 branch as stable (#984)
+ ruby33.y: reject ambiguous anonymous arguments (#983)
+ ruby33.y: extract arg_splat rule. (#981)
+ builder.rb: warn `it` in a block with no ordinary params. (#980)
+ builder.rb: extract named captures only from static regexes. (#979)
+ ruby33.y: accept expr_value in sclass definition. (#978)
+ ruby33.y: extract p_in_kwarg (#977)
+ ruby33.y: extract p_assoc and p_in rules (#976)
document running no "syntax checks for block exits" (added first in MRI 3.3.0) (#975)
+ ruby33.y: reject invalid gvar as symbol (#974)
+ ruby33.y: properly restore in_defined flag, extract begin_defined rule (#973)
+ builder.rb: reject multi-char gvar names starting with 0 (#972)
+ ruby33.y: allow semicolon in parenthesis at the first argument of command call (#971)
+ ruby33.y: parse qualified const with brace block as a method call (#970)
* ruby33.y: extract string_dend (#969)
* lexer.rl: treat numparams as locals (#968)
* ruby33.y: extract words_sep (#967)
add tests for duplicate variable name check with p_rest (#966)
* literal.rb: match heredoc identifier from end of line (#965)
* ruby33.y: extract {endless_command,endless_arg} rules (#964)
* Bump Racc to 1.7.3 (#954)
Replace whitequark blog links with archive URLs (#948)
Update changelog.
Release Notes
1.7.3
1.7.2
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 67 commits:
Merge pull request #254 from yui-knk/v1.7.3
Bump up v1.7.3
Merge pull request #253 from yui-knk/add_dependency
'lib/racc/parser-text.rb' depends on 'lib/racc/info.rb'
Merge pull request #252 from yui-knk/fix_doc_expect_param
Fix locations of `expect` param in docs
Merge pull request #251 from yui-knk/v1.7.3.pre.1
Bump up v1.7.3.pre.1
Merge pull request #250 from yui-knk/test_rake_compile_build
Check `rake build` on CI
Merge pull request #249 from yui-knk/always_run_ci
Merge pull request #248 from nobu/srcs
Make CI runnable for any push
Add `srcs` target to prepare to build
Make reproducible
Merge pull request #247 from nobu/bump
Update test-unit-ruby-core for ruby 2.5
Prepare 1.7.3
Add recipe to update RACC_VERSION in Cparse.java
Merge pull request #246 from nobu/jruby-extdir
Fix jar file path
Merge pull request #245 from nobu/ruby-test
Fix for dummy rake/extensiontask.rb at ruby test-bundled-gems
Merge pull request #244 from nobu/cruby-ext
Exclude CRuby extension from JRuby gem
Merge pull request #239 from yui-knk/v1.7.2
Merge pull request #243 from nobu/protoize
Use prototype declarations
Bump up v1.7.2
Merge pull request #241 from nobu/info_version
Merge pull request #242 from nobu/manifest
[DOC] Update release flow
Remove MANIFEST which was used by ancient extmk.rb
Extract Racc::VERSION from racc/info.rb at extconf.rb
Merge pull request #240 from nobu/old-checks
Remove fallback code
Remove old checks
Rename CI file since it is not only Ubuntu now [ci skip]
Merge pull request #238 from makenowjust/typos
Fix tiny typos
Merge pull request #237 from yui-knk/remove_install_guide_via_setup_rb
Remove install guide by setup.rb
Merge pull request #236 from nobu/bump-up
Start 1.7.2
Update `Gem::Specification#files`
Merge pull request #235 from yui-knk/readme_release-flow
Add "Release flow" to README.rdoc
Merge pull request #234 from yui-knk/fix_typo
Fix a typo
Merge pull request #232 from ruby/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
Merge pull request #231 from yui-knk/embed_grammar_file_name_into_generated_file
Embed grammar file name into generated file
Merge pull request #230 from nobu/embedded-pragmas
Remove frozen_string_literal pragmas from embedded runtime files
Stop littering platform-independent directory with platform-dependent bianries
Merge pull request #229 from ruby/flavorjones-pin-dev-dependencies
dep: pin development dependencies, and enable dependabot for gems
Merge pull request #228 from ruby/flavorjones-work-around-rake-compiler-ruby-2.5
Update development dependency to avoid ruby 2.5 failures
Merge pull request #225 from zenspider/zenspider/frozen_string_literals
Merge pull request #226 from zenspider/zenspider/newline
Remove NEWS files since they've not been updated in quite some time
Add --frozen to add frozen_string_literals to top of generated files.
Remove leading newline from on_error exception messages.
Merge pull request #224 from jwillemsen/patch-4
Update parser.rb, fixed typo
Release Notes
2.8.3 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 4 commits:
Release v2.8.3
Handle leading 0s in group refs, fixes #88
Update comment
Update github actions
Release Notes
2.20.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 25 commits:
Merge pull request #88 from rubocop/bump-version
Bump version v2.20.0
Merge pull request #87 from rubocop/fix82
Fix a false positive for `Capybara/SpecificMatcher` when `text:` or `exact_text:` with regexp
Merge pull request #60 from rubocop/fix/57
Change to default `EnforcedStyle: have_no` for `Capybara/NegationMatcher` cop
Merge pull request #86 from rubocop/3.3-in-ci
Add Ruby 3.3 to CI matrix
Merge pull request #77 from rubocop/feature/75
Merge branch 'main' into feature/75
Merge pull request #80 from rubocop/fix78-2
Add new `Capybara/RedundantWithinFind` cop
Fix an invalid attributes parse when name with multiple `[]`
Merge pull request #84 from rubocop/enable-few-cops
Merge pull request #83 from rubocop/fix-offense
Enable a few pending cops
Correct a `InternalAffairs/NodeFirstOrLastArgument`
Merge pull request #79 from rubocop/fix78-1
Fix a false negative for `RSpec/HaveSelector` when first argument is dstr node
Merge pull request #76 from rubocop/change_click_link_or_button_default
Change to default `EnforcedStyle: link_or_button` for `Capybara/ClickLinkOrButtonStyle` cop
Merge pull request #74 from rubocop/fix-doc
Add RSpec department in documentation
Merge pull request #71 from rubocop/switch-doc-version-back
Switch docs version back
Release Notes
2.25.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 18 commits:
Bump version v2.25.0 (#92)
Merge pull request #86 from rubocop/fix84
Fix a false positive for `FactoryBot/ConsistentParenthesesStyle` when hash pinning
Merge pull request #91 from rubocop/3.3-in-ci
Use Ruby 3.3 in GHA jobs
Merge pull request #90 from m-nakamura145/update-ci-matrix
Add Ruby 3.3 to CI matrix
Merge pull request #85 from rubocop/add-expect
Add expect_correction for `FactoryBot/ConsistentParenthesesStyle` when call with an explicit receiver
Add new `FactoryBot/ExcessiveCreateList` cop
Merge pull request #76 from rubocop/fix62
Fix a false positive for `FactoryBot/FactoryNameStyle` when namespaced models
Merge pull request #75 from rubocop/fix-project-spec
Improve for project_spec
Merge pull request #74 from rubocop/fix-v224
Fix some wrong release version in v2.24
Merge pull request #70 from rubocop/switch-doc-version-back
Switch docs version back
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