-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit 5d3de9d
authored
Bump rubocop-performance from 1.22.1 to 1.23.0 in the linters group (#4066)
Bumps the linters group with 1 update:
[rubocop-performance](https://github.com/rubocop/rubocop-performance).
Updates `rubocop-performance` from 1.22.1 to 1.23.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rubocop/rubocop-performance/releases">rubocop-performance's
releases</a>.</em></p>
<blockquote>
<h2>RuboCop Performance 1.23.0</h2>
<h3>New features</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop-performance/pull/474">#474</a>:
Add new <code>Performance/StringBytesize</code> cop. (<a
href="https://github.com/viralpraxis"><code>@viralpraxis</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md">rubocop-performance's
changelog</a>.</em></p>
<blockquote>
<h2>1.23.0 (2024-11-14)</h2>
<h3>New features</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop-performance/pull/474">#474</a>:
Add new <code>Performance/StringBytesize</code> cop. ([<a
href="https://github.com/viralpraxis"><code>@viralpraxis</code></a>][])</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rubocop/rubocop-performance/commit/7c904d61b02424aa5c038cdc7efd958c212905ae"><code>7c904d6</code></a>
Cut 1.23.0</li>
<li><a
href="https://github.com/rubocop/rubocop-performance/commit/8633b3aa8560570b1a18c27670ad4f9d6f928305"><code>8633b3a</code></a>
Update Changelog</li>
<li><a
href="https://github.com/rubocop/rubocop-performance/commit/3806fc40135a4e68e672e3046978ab42ae0928a1"><code>3806fc4</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop-performance/issues/474">#474</a>
from viralpraxis/add-new-cop-performance-string-bytesize</li>
<li><a
href="https://github.com/rubocop/rubocop-performance/commit/d3637be8a7a036c9e84be09f3e68039adca9a0fa"><code>d3637be</code></a>
[Fix <a
href="https://redirect.github.com/rubocop/rubocop-performance/issues/475">#475</a>]
Add new <code>Performance/StringBytesize</code> cop</li>
<li><a
href="https://github.com/rubocop/rubocop-performance/commit/1ae01bccc03ce400dd649e11aaf94df487694c77"><code>1ae01bc</code></a>
Suppress new RuboCop offenses</li>
<li><a
href="https://github.com/rubocop/rubocop-performance/commit/fb0a21b67460353b134aced6c56193ee161fc4a8"><code>fb0a21b</code></a>
Use RuboCop RSpec 3.1</li>
<li><a
href="https://github.com/rubocop/rubocop-performance/commit/c75628f76fbd40523554daabc9e0481a7531a38d"><code>c75628f</code></a>
Switch back docs version to master</li>
<li>See full diff in <a
href="https://github.com/rubocop/rubocop-performance/compare/v1.22.1...v1.23.0">compare
view</a></li>
</ul>
</details>
<br />
[](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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent dbf42c0 commit 5d3de9dCopy full SHA for 5d3de9d
1 file changed
+2
-2
lines changed+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
210 | 210 |
| |
211 | 211 |
| |
212 | 212 |
| |
213 |
| - | |
| 213 | + | |
214 | 214 |
| |
215 | 215 |
| |
216 | 216 |
| |
| |||
414 | 414 |
| |
415 | 415 |
| |
416 | 416 |
| |
417 |
| - | |
| 417 | + | |
418 | 418 |
| |
419 | 419 |
| |
420 | 420 |
| |
|
0 commit comments