Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump rubocop-rspec from 3.2.0 to 3.3.0 in /packages/ruby (…
…#1157) Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 3.2.0 to 3.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rubocop/rubocop-rspec/releases">rubocop-rspec's releases</a>.</em></p> <blockquote> <h2>RuboCop RSpec v3.3.0</h2> <ul> <li>Deprecate <code>top_level_group?</code> method from <code>TopLevelGroup</code> mixin as all of its callers were intentionally removed from <code>Rubocop/RSpec</code>. (<a href="https://github.com/corsonknowles"><code>@corsonknowles</code></a>)</li> <li>Fix false positive for RSpec/EmptyMetadata for splat kwargs. (<a href="https://github.com/pirj"><code>@pirj</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md">rubocop-rspec's changelog</a>.</em></p> <blockquote> <h2>3.3.0 (2024-12-12)</h2> <ul> <li>Deprecate <code>top_level_group?</code> method from <code>TopLevelGroup</code> mixin as all of its callers were intentionally removed from <code>Rubocop/RSpec</code>. ([<a href="https://github.com/corsonknowles"><code>@corsonknowles</code></a>])</li> <li>Fix false positive for RSpec/EmptyMetadata for splat kwargs. ([<a href="https://github.com/pirj"><code>@pirj</code></a>])</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rubocop/rubocop-rspec/commit/4272587ae6840d546a9372a0de54d16ea1faa1ca"><code>4272587</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop-rspec/issues/2007">#2007</a> from rubocop/release</li> <li><a href="https://github.com/rubocop/rubocop-rspec/commit/f659b419c98483128121d80acf2d5e1191a2d2bb"><code>f659b41</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop-rspec/issues/2006">#2006</a> from Earlopain/rspec-monorepo</li> <li><a href="https://github.com/rubocop/rubocop-rspec/commit/47365dc93b07dea5822c65be06df25d6395245a7"><code>47365dc</code></a> Release v3.3.0</li> <li><a href="https://github.com/rubocop/rubocop-rspec/commit/737f2d02aed0bf4d435da4f1ee6af9e4b73e8fc1"><code>737f2d0</code></a> CI: Add actions:write to gem-publish workflow</li> <li><a href="https://github.com/rubocop/rubocop-rspec/commit/3c4c64ed8ea2a9d02d30c6566716addacc80ac66"><code>3c4c64e</code></a> Update RSpec 4 CI to the monorepo</li> <li><a href="https://github.com/rubocop/rubocop-rspec/commit/b8a0eb1afaf4be7ad7879104278b1ca3eb759f11"><code>b8a0eb1</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop-rspec/issues/2005">#2005</a> from rubocop/fix-empty-metadata-for-kwargs-splat</li> <li><a href="https://github.com/rubocop/rubocop-rspec/commit/48326255c146350ad1757dea4525f2aba6415757"><code>4832625</code></a> Fix EmptyMetadata for splat kwargs</li> <li><a href="https://github.com/rubocop/rubocop-rspec/commit/274c7d9f0b482de2d11fc8c534c63b4559e58c73"><code>274c7d9</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop-rspec/issues/1998">#1998</a> from rubocop/use-node-extensions-instead-of-splat</li> <li><a href="https://github.com/rubocop/rubocop-rspec/commit/a115a93dff3441d7b965f8bee0a72bff57d26c36"><code>a115a93</code></a> Use Node extensions instead of *splat</li> <li><a href="https://github.com/rubocop/rubocop-rspec/commit/5e7b94722201139dce0e5d04152aa8ee6b83f12b"><code>5e7b947</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop-rspec/issues/2003">#2003</a> from rubocop/fix-markdown</li> <li>Additional commits viewable in <a href="https://github.com/rubocop/rubocop-rspec/compare/v3.2.0...v3.3.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rubocop-rspec&package-manager=bundler&previous-version=3.2.0&new-version=3.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andrii Andreiev <129078694+AndriiAndreiev@users.noreply.github.com>
- Loading branch information