Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump rubocop-shopify from 2.14.0 to 2.15.1 #492

Merged
merged 1 commit into from Mar 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 19, 2024

Bumps rubocop-shopify from 2.14.0 to 2.15.1.

Release notes

Sourced from rubocop-shopify's releases.

v2.15.1

What's Changed

Bug fixes

  • Add missing files to gemspec & bump version to 2.15.1 by @​sambostock in Shopify/ruby-style-guide#615 This should fix the cannot load such file -- rubocop/shopify/gem_version_string_comparable_backport error present in v2.15.0.

Full Changelog: Shopify/ruby-style-guide@v2.15.0...v2.15.1

v2.15.0

What's Changed

Enabled Cops

Changed Cops

  • Naming/InclusiveLanguage's AllowedRegex is changed to permit any unbroken word which includes master. (#564) The motivation for this change is to avoid continuously needing to add exclusions such as mastercard, remaster, etc. to the list, while still allowing the cop to catch problematic uses of the word master.
  • Style/FrozenStringLiteralComment's EnforcedStyle is changed from always to always_true. (#589) Consumers should aim to use frozen_string_literal: true in all files, but if certain files need frozen_string_literal: false, they should disable the cop in those files, mark them as TODO, or add them to the Exclude list.

Changed AllCops Configuration

  • NewCops is changed from enable to disable. (#581) This silences the warning about pending cops for consumers, as the style guide maintainers will triage them instead.

Minimum RuboCop Version

Despite enabling new cops, the minimum RuboCop version is unchanged from the previous release, and remains 1.51.0.

... (truncated)

Commits
  • fecd514 Merge pull request #615 from Shopify/add-missing-files-to-gemspec
  • 70399a5 Bump gem version to 2.15.1
  • 70a48d5 Add missing files to gemspec
  • f4a923d Merge pull request #614 from Shopify/2-15
  • 022f6be Bump version to 2.15
  • 069dad7 Merge pull request #612 from Shopify/reduce-required-rubocop-version
  • f1d087c Reduce minimum RuboCop version back to ~> 1.51
  • e8e8718 Compare RuboCop version against strings
  • 8616e05 Merge pull request #613 from Shopify/ci-rubies
  • 555e8e3 Bump development Ruby version to 3.3.0
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

@dependabot dependabot bot requested a review from a team as a code owner February 19, 2024 12:43
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 19, 2024
@dependabot dependabot bot force-pushed the dependabot/bundler/rubocop-shopify-2.15.1 branch from 8817ad1 to 7abcf18 Compare February 23, 2024 03:07
@donk-shopify donk-shopify self-assigned this Feb 27, 2024
Bumps [rubocop-shopify](https://github.com/Shopify/ruby-style-guide) from 2.14.0 to 2.15.1.
- [Release notes](https://github.com/Shopify/ruby-style-guide/releases)
- [Commits](Shopify/ruby-style-guide@v2.14.0...v2.15.1)

---
updated-dependencies:
- dependency-name: rubocop-shopify
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@GoodForOneFare GoodForOneFare force-pushed the dependabot/bundler/rubocop-shopify-2.15.1 branch from 7abcf18 to 6d5fffc Compare March 1, 2024 05:18
@GoodForOneFare GoodForOneFare merged commit 333dfb3 into main Mar 1, 2024
11 checks passed
@GoodForOneFare GoodForOneFare deleted the dependabot/bundler/rubocop-shopify-2.15.1 branch March 1, 2024 05:21
@donk-shopify donk-shopify removed their assignment Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants