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 the ruby group with 9 updates #58

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2024

Bumps the ruby group with 9 updates:

Package From To
dartsass-rails 0.5.0 0.5.1
turbo-rails 2.0.5 2.0.6
erb_lint 0.5.0 0.6.0
rubocop 1.65.0 1.65.1
rubocop-katalyst 2.0.4 2.0.5
faker 3.4.1 3.4.2
katalyst-kpop 3.2.1 3.2.2
katalyst-tables 3.4.6 3.6.0
view_component 3.12.1 3.13.0

Updates dartsass-rails from 0.5.0 to 0.5.1

Release notes

Sourced from dartsass-rails's releases.

v0.5.1

What's Changed

New Contributors

Full Changelog: rails/dartsass-rails@v0.5.0...v0.5.1

Commits
  • 5c88f1b Bump version for 0.5.1
  • e87daac Bump dependencies
  • 51637ca Merge pull request #47 from ennova/topic/constants-module
  • 569af9c Merge pull request #51 from natsuokawai/nk-skip-css-build-enhance
  • 132494b Merge pull request #61 from jeromedalbert/overwrite-bin-dev
  • 37ac9e5 Force bin/dev overwrite to deal with new default bin/dev file
  • 4f41944 Skip CSS build if environment variable SKIP_CSS_BUILD is set.
  • ba38934 Define constants in separate module
  • d227ae6 Merge pull request #46 from tagCincy/tagCincy/clobber-all-files
  • 1f31ec4 Merge pull request #45 from ntkme/exec-array
  • Additional commits viewable in compare view

Updates turbo-rails from 2.0.5 to 2.0.6

Release notes

Sourced from turbo-rails's releases.

v2.0.6

What's Changed

New Contributors

Full Changelog: hotwired/turbo-rails@v2.0.5...v2.0.6

Commits
  • 14b965f Update to latest turbo version
  • dbc8fe3 Bump version
  • 5f2c10b Bump version
  • 1ad9574 Update turbo version
  • 1428954 Remove morph broadcast helpers (#647)
  • 4f54481 Merge pull request #645 from dentarg/ci/bump-ferrum-timeouts
  • 6d02bf8 CI: bump Ferrum/Chrome timeouts
  • 41e8561 Merge pull request #584 from Uaitt/update-github-actions
  • 0960206 Merge pull request #562 from skipkayhil/hm-fix-double-renderer-registration
  • 669ba6d Merge pull request #502 from dorner/fix-array-to-a-bug
  • Additional commits viewable in compare view

Updates erb_lint from 0.5.0 to 0.6.0

Release notes

Sourced from erb_lint's releases.

v0.6.0

What's Changed

Internal changes

New Contributors

Full Changelog: Shopify/erb_lint@v0.5.0...v0.6.0

Commits
  • d091313 v0.6.0 (#365)
  • dc678dc Bump rexml from 3.2.8 to 3.3.2 in the bundler group (#364)
  • 0d39442 Remove deprecated Cop.all usage (#358)
  • 38e1129 Drop EOL Ruby versions
  • a3f0d44 Stop testing against Rubocop < 0.87
  • b303e2a Switch from deprecated Cop.all API to Rubocop v1 Registry.all
  • f82b3f7 Merge pull request #340 from andyw8/andyw8/add-linter-names-option
  • ba09d0b Add linter names option
  • a9c1e64 Bump rexml from 3.2.6 to 3.2.8 in the bundler group across 1 directory (#352)
  • f31f100 Centralize Ruby Version to .ruby-version (#345)
  • Additional commits viewable in compare view

Updates rubocop from 1.65.0 to 1.65.1

Release notes

Sourced from rubocop's releases.

RuboCop 1.65.1

New features

  • #13068: Add config validation to Naming/PredicateName to check that all ForbiddenPrefixes are being checked. (@​maxjacobson)

Bug fixes

  • #13051: Fix an error for Lint/FloatComparison when comparing with rational literal. (@​koic)
  • #13065: Fix an error for Lint/UselessAssignment when same name variables are assigned using chained assignment. (@​koic)
  • #13062: Fix an error for Style/InvertibleUnlessCondition when using empty parenthesis as condition. (@​earlopain)
  • #11438: Explicitly load fileutils before calculating before_us. (@​r7kamura)
  • #13044: Fix false negatives for Lint/ImplicitStringConcatenation when using adjacent string interpolation literals on the same line. (@​koic)
  • #13083: Fix a false positive for Style/GlobalStdStream when using namespaced constants like Foo::STDOUT. (@​earlopain)
  • #13081: Fix a false positive for Style/ZeroLengthPredicate when using safe navigation and non-zero comparison. (@​fatkodima)
  • #13041: Fix false positives for Lint/UselessAssignment when pattern match variable is assigned and used in a block. (@​koic)
  • #13076: Fix an incorrect autocorrect for Naming/RescuedExceptionsVariableName when using hash value omission. (@​koic)
Changelog

Sourced from rubocop's changelog.

1.65.1 (2024-08-01)

New features

  • #13068: Add config validation to Naming/PredicateName to check that all ForbiddenPrefixes are being checked. ([@​maxjacobson][])

Bug fixes

  • #13051: Fix an error for Lint/FloatComparison when comparing with rational literal. ([@​koic][])
  • #13065: Fix an error for Lint/UselessAssignment when same name variables are assigned using chained assignment. ([@​koic][])
  • #13062: Fix an error for Style/InvertibleUnlessCondition when using empty parenthesis as condition. ([@​earlopain][])
  • #11438: Explicitly load fileutils before calculating before_us. ([@​r7kamura][])
  • #13044: Fix false negatives for Lint/ImplicitStringConcatenation when using adjacent string interpolation literals on the same line. ([@​koic][])
  • #13083: Fix a false positive for Style/GlobalStdStream when using namespaced constants like Foo::STDOUT. ([@​earlopain][])
  • #13081: Fix a false positive for Style/ZeroLengthPredicate when using safe navigation and non-zero comparison. ([@​fatkodima][])
  • #13041: Fix false positives for Lint/UselessAssignment when pattern match variable is assigned and used in a block. ([@​koic][])
  • #13076: Fix an incorrect autocorrect for Naming/RescuedExceptionsVariableName when using hash value omission. ([@​koic][])
Commits
  • b073d7a Cut 1.65.1
  • 8c4c144 Update Changelog
  • 19b3d9d Merge pull request #13083 from Earlopain/false-positive-global-std-stream
  • 761b917 Fix false positive for Style/GlobalStdStream for namespaced constants
  • 58eeb7a Clarify docs in Naming/PredicateName
  • 2443641 Add a validate_config for Naming/PredicateName
  • 68bd9da Merge pull request #13079 from koic/fix_incorrect_autocorrect_for_naming_resc...
  • 748a568 Merge pull request #13081 from fatkodima/zero_length_predicate-false-positive
  • 70d8e88 Fix a false positive for Style/ZeroLengthPredicate when using safe navigati...
  • ea309c2 [Fix #13076] Fix an incorrect autocorrect for `Naming/RescuedExceptionsVariab...
  • Additional commits viewable in compare view

Updates rubocop-katalyst from 2.0.4 to 2.0.5

Release notes

Sourced from rubocop-katalyst's releases.

v2.0.5

Full Changelog: katalyst/rubocop-katalyst@v2.0.4...v2.0.5

Commits

Updates faker from 3.4.1 to 3.4.2

Release notes

Sourced from faker's releases.

v3.4.2

Happy July with a new faker-ruby release.

This version:

  • introduces a breaking change for Faker::NationalHealthService.british_number (more details below)
  • adds translation for some generators
  • fixes bugs

Breaking changes

The NHS sets aside a range of numbers from 999 000 0000 to 999 999 9999 for test purposes. The old range could produce NHS numbers that were in use by real patients in the UK/England and Wales. In this version, Faker::NationalHealthService.british_number uses the test range for creating NHS numbers rather than the previous 400 000 0010 to 499 999 9999 range.

Breaking change was introduced in "Add test range param to NHS numbers" by @​neanias in faker-ruby/faker#2947

Improvements & Bug fixes

Update local dependencies

New Contributors

Full Changelog: faker-ruby/faker@v.3.4.1...v3.4.2

Changelog

Sourced from faker's changelog.

v3.4.2 (2024-07-16)

Happy July with a new faker-ruby release.

This version:

  • introduces a breaking change for Faker::NationalHealthService.british_number (more details below)
  • adds translation for some generators
  • fixes bugs

Breaking changes

The NHS sets aside a range of numbers from 999 000 0000 to 999 999 9999 for test purposes. The old range could produce NHS numbers that were in use by real patients in the UK/England and Wales. In this version, Faker::NationalHealthService.british_number uses the test range for creating NHS numbers rather than the previous 400 000 0010 to 499 999 9999 range.

Breaking change was introduced in "Add test range param to NHS numbers" by @​neanias in faker-ruby/faker#2947

Improvements & Bug fixes

Update local dependencies

New Contributors

Full Changelog: faker-ruby/faker@v.3.4.1...v3.4.2


Commits

Updates katalyst-kpop from 3.2.1 to 3.2.2

Release notes

Sourced from katalyst-kpop's releases.

v3.2.2

Full Changelog: katalyst/kpop@v3.2.1...v3.2.2

Commits

Updates katalyst-tables from 3.4.6 to 3.6.0

Release notes

Sourced from katalyst-tables's releases.

v3.6.0

What's Changed

Full Changelog: katalyst/tables@v3.5.5...v3.6.0

v3.5.5

Full Changelog: katalyst/tables@v3.5.4...v3.5.5

v3.5.4

What's Changed

Full Changelog: katalyst/tables@v3.5.3...v3.5.4

v3.5.3

Full Changelog: katalyst/tables@v3.5.2...v3.5.3

v3.5.2

What's Changed

Full Changelog: katalyst/tables@v3.5.1...v3.5.2

v3.5.1

What's Changed

Full Changelog: katalyst/tables@v3.5.0...v3.5.1

v3.5.0

What's Changed

Full Changelog: katalyst/tables@v3.4.6...v3.5.0

Commits
  • 595c2ce Accessible keyboard navigation for suggestions
  • 673f615 Click / tab to add or replace values
  • 1b5c7f6 Query: Don't redirect to index for non-index actions
  • 5b078ba Fix ViewComponent error when cell content is empty
  • 4dcb9d3 Fix #78: Prevent morph from removing re-order styles
  • 0e2d0a8 Query form customisation repair
  • c3c9b06 Move query footer link to HTML and improve default styling
  • cf0c7a3 Add basic documentation for users and link it from the query modal
  • a0392eb Refactor documentation into collections and frontend groupings
  • 7618aab Move documentation to github pages
  • Additional commits viewable in compare view

Updates view_component from 3.12.1 to 3.13.0

Release notes

Sourced from view_component's releases.

v3.13.0

  • Add ruby head and YJIT to CI.

    Reegan Viljoen

  • Fixed a bug where inline templates where unable to remove trailing whitespace without throwing an error.

    Reegan Viljoen

  • Fixed CI for Rails main.

    Reegan Viljoen

  • Add from: option to use_helpers to allow for more flexible helper inclusion from modules.

    Reegan Viljoen

  • Fixed ruby head matcher issue.

    Reegan Viljoen

Changelog

Sourced from view_component's changelog.

3.13.0

  • Add ruby head and YJIT to CI.

    Reegan Viljoen

  • Fixed a bug where inline templates where unable to remove trailing whitespace without throwing an error.

    Reegan Viljoen

  • Fixed CI for Rails main.

    Reegan Viljoen

  • Add from: option to use_helpers to allow for more flexible helper inclusion from modules.

    Reegan Viljoen

  • Fixed ruby head matcher issue.

    Reegan Viljoen

Commits

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 <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

Bumps the ruby group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [dartsass-rails](https://github.com/rails/dartsass-rails) | `0.5.0` | `0.5.1` |
| [turbo-rails](https://github.com/hotwired/turbo-rails) | `2.0.5` | `2.0.6` |
| [erb_lint](https://github.com/Shopify/erb-lint) | `0.5.0` | `0.6.0` |
| [rubocop](https://github.com/rubocop/rubocop) | `1.65.0` | `1.65.1` |
| [rubocop-katalyst](https://github.com/katalyst/rubocop-katalyst) | `2.0.4` | `2.0.5` |
| [faker](https://github.com/faker-ruby/faker) | `3.4.1` | `3.4.2` |
| [katalyst-kpop](https://github.com/katalyst/kpop) | `3.2.1` | `3.2.2` |
| [katalyst-tables](https://github.com/katalyst/tables) | `3.4.6` | `3.6.0` |
| [view_component](https://github.com/viewcomponent/view_component) | `3.12.1` | `3.13.0` |


Updates `dartsass-rails` from 0.5.0 to 0.5.1
- [Release notes](https://github.com/rails/dartsass-rails/releases)
- [Commits](rails/dartsass-rails@v0.5.0...v0.5.1)

Updates `turbo-rails` from 2.0.5 to 2.0.6
- [Release notes](https://github.com/hotwired/turbo-rails/releases)
- [Commits](hotwired/turbo-rails@v2.0.5...v2.0.6)

Updates `erb_lint` from 0.5.0 to 0.6.0
- [Release notes](https://github.com/Shopify/erb-lint/releases)
- [Commits](Shopify/erb_lint@v0.5.0...v0.6.0)

Updates `rubocop` from 1.65.0 to 1.65.1
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.65.0...v1.65.1)

Updates `rubocop-katalyst` from 2.0.4 to 2.0.5
- [Release notes](https://github.com/katalyst/rubocop-katalyst/releases)
- [Changelog](https://github.com/katalyst/rubocop-katalyst/blob/main/CHANGELOG.md)
- [Commits](katalyst/rubocop-katalyst@v2.0.4...v2.0.5)

Updates `faker` from 3.4.1 to 3.4.2
- [Release notes](https://github.com/faker-ruby/faker/releases)
- [Changelog](https://github.com/faker-ruby/faker/blob/main/CHANGELOG.md)
- [Commits](faker-ruby/faker@v3.4.1...v3.4.2)

Updates `katalyst-kpop` from 3.2.1 to 3.2.2
- [Release notes](https://github.com/katalyst/kpop/releases)
- [Commits](katalyst/kpop@v3.2.1...v3.2.2)

Updates `katalyst-tables` from 3.4.6 to 3.6.0
- [Release notes](https://github.com/katalyst/tables/releases)
- [Changelog](https://github.com/katalyst/tables/blob/main/CHANGELOG.md)
- [Commits](katalyst/tables@v3.4.6...v3.6.0)

Updates `view_component` from 3.12.1 to 3.13.0
- [Release notes](https://github.com/viewcomponent/view_component/releases)
- [Changelog](https://github.com/ViewComponent/view_component/blob/main/docs/CHANGELOG.md)
- [Commits](ViewComponent/view_component@v3.12.1...v3.13.0)

---
updated-dependencies:
- dependency-name: dartsass-rails
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ruby
- dependency-name: turbo-rails
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ruby
- dependency-name: erb_lint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby
- dependency-name: rubocop
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ruby
- dependency-name: rubocop-katalyst
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ruby
- dependency-name: faker
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ruby
- dependency-name: katalyst-kpop
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ruby
- dependency-name: katalyst-tables
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby
- dependency-name: view_component
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Aug 1, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 4, 2024

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Aug 4, 2024
@dependabot dependabot bot deleted the dependabot/bundler/ruby-58fd166e74 branch August 4, 2024 23:49
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 ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants