Skip to content
New issue

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

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

Already on GitHub? # to your account

Bump the rails_default group across 1 directory with 11 updates #36

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 16, 2024

Bumps the rails_default group with 11 updates in the / directory:

Package From To
pg 1.5.7 1.5.8
turbo-rails 2.0.6 2.0.7
tailwindcss-rails 2.7.3 2.7.4
jbuilder 2.12.0 2.13.0
stripe 12.5.0 12.6.0
pagy 9.0.5 9.0.9
cloudinary 2.1.2 2.2.0
rspec-rails 6.1.4 7.0.1
rubocop-rspec 3.0.4 3.0.5
slim_lint 0.27.0 0.29.0
selenium-webdriver 4.23.0 4.24.0

Updates pg from 1.5.7 to 1.5.8

Changelog

Sourced from pg's changelog.

v1.5.8 [2024-09-06] Lars Kanis lars@greiz-reinsdorf.de

  • Fix host list duplication every time conn.reset is used. #586
  • Add default decoder for anonymous record types to BasicTypeRegistry #579
  • Update Windows fat binary gem to OpenSSL-3.3.2 and PostgreSQL-16.4.
Commits
  • cb35e3f Update to Postgresql-16.4 and OpenSSL-3.3.2 for Windows binary gems
  • 7af75a4 Bump VERSION to 1.5.8 and add changelog entry
  • d4c6c61 Merge pull request #589 from larskanis/fix-host-dup-on-reset
  • bf7d57f Save connection options for conn.reset
  • a2a3e6d CI: github actions @​v4 need distinct artifact names
  • dd060bc Merge pull request #587 from larskanis/github-v4
  • 7515aac CI: Use latest github actions
  • 070b72b Remove unused variable in spec
  • 65c5031 Improve code documentation
  • 60f74ff Fix typo
  • Additional commits viewable in compare view

Updates turbo-rails from 2.0.6 to 2.0.7

Release notes

Sourced from turbo-rails's releases.

v2.0.7

What's Changed

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

Commits
  • 32b8623 Bump version for 2.0.7
  • d5bf68f Drop Redis for dev requirement
  • e9ed0a2 Raise ArgumentError when turbo_stream_from helper gets passed blank streamabl...
  • 01ff576 Fix deprecation in routing (#657)
  • b0e7ebf remove unused morph tag builder (#655)
  • 9b17a3b Create executable bug report Rails application (#593)
  • See full diff in compare view

Updates tailwindcss-rails from 2.7.3 to 2.7.4

Release notes

Sourced from tailwindcss-rails's releases.

v2.7.4 / 2024-09-13

Changelog

Sourced from tailwindcss-rails's changelog.

v2.7.4 / 2024-09-13

Commits
  • 1b5c8f2 version bump to v2.7.4
  • 41a11eb Merge pull request #401 from rails/flavorjones-dep-tailwind-3.4.11
  • 985ca94 dep: update tailwindcss to v3.4.11
  • 8dc0d90 Merge pull request #397 from rails/dependabot/bundler/actionmailer-7.2.1
  • 46ffe00 Merge pull request #398 from rails/dependabot/bundler/railties-7.2.1
  • 7388f4c build(deps): bump railties from 7.2.0 to 7.2.1
  • 00f2cdb build(deps-dev): bump actionmailer from 7.2.0 to 7.2.1
  • See full diff in compare view

Updates jbuilder from 2.12.0 to 2.13.0

Release notes

Sourced from jbuilder's releases.

v2.13.0

What's Changed

New Contributors

Full Changelog: rails/jbuilder@v2.12.0...v2.13.0

Commits
  • 9aa3dd9 Use new version const
  • acf7a46 No lock committed
  • d469896 Bump version for 2.13.0
  • 9bcd653 Add test binstub
  • 99c42bd Add release binstub
  • e18fe2a Give Jbuilder a programmatically accessible version
  • 1a18149 Use new params.expect syntax (#573)
  • 5288e8a Remove OpenStruct references from Jbuilder (#567)
  • acf44b8 Add missing ':see_other' status code in generated destroy controller method (...
  • 0adeb96 Suggestion: Return early from collection partial rendering if blank. (#560)
  • Additional commits viewable in compare view

Updates stripe from 12.5.0 to 12.6.0

Release notes

Sourced from stripe's releases.

v12.6.0

  • #1442 Update generated code
    • Add support for new resource InvoiceRenderingTemplate
    • Add support for archive, list, retrieve, and unarchive methods on resource InvoiceRenderingTemplate
  • #1443 Removed v1/files override

See the changelog for more details.

v12.6.0-beta.1

  • #1441 Update generated code for beta
    • Add support for new resources Billing.MeterErrorReport and Terminal.ReaderCollectedData
    • Add support for retrieve method on resource ReaderCollectedData

See the changelog for more details.

Changelog

Sourced from stripe's changelog.

12.6.0 - 2024-09-12

  • #1442 Update generated code
    • Add support for new resource InvoiceRenderingTemplate
    • Add support for archive, list, retrieve, and unarchive methods on resource InvoiceRenderingTemplate
  • #1443 Removed v1/files override
Commits

Updates pagy from 9.0.5 to 9.0.9

Release notes

Sourced from pagy's releases.

Version 9.0.9

✴ What's new in 9.0+ ✴

  • Wicked-fast Keyset Pagination for big data! It works with ActiveRecord::Relation and Sequel::Dataset sets.
  • More Playground Apps to showcase, clone and develop pagy APPs without any setup on your side
  • Lots of refactorings and optimizations
  • See the Changelog for possible breaking changes

Changes in 9.0.9

  • Set freeze flag to false (#737)
  • Fix: Prefix DEFAULT with Pagy:: (#736)

CHANGELOG

Version 9.0.8

✴ What's new in 9.0+ ✴

  • Wicked-fast Keyset Pagination for big data! It works with ActiveRecord::Relation and Sequel::Dataset sets.
  • More Playground Apps to showcase, clone and develop pagy APPs without any setup on your side
  • Lots of refactorings and optimizations
  • See the Changelog for possible breaking changes

Changes in 9.0.8

  • Keep offset and limit variables untouched by the overflow extra in :empty_page mode (closes #733)

CHANGELOG

Version 9.0.7

✴ What's new in 9.0+ ✴

  • Wicked-fast Keyset Pagination for big data! It works with ActiveRecord::Relation and Sequel::Dataset sets.
  • More Playground Apps to showcase, clone and develop pagy APPs without any setup on your side
  • Lots of refactorings and optimizations
  • See the Changelog for possible breaking changes

Changes in 9.0.7

  • Absolutize generic define? to fix module resolution

... (truncated)

Changelog

Sourced from pagy's changelog.

Version 9.0.9

  • Set freeze flag to false (#737)
  • Fix: Prefix DEFAULT with Pagy:: (#736)

Version 9.0.8

  • Keep offset and limit variables untouched by the overflow extra in :empty_page mode (closes #733)

Version 9.0.7

  • Absolutize generic define? to fix module resolution

Version 9.0.6

  • Fix docs (closes #732)
  • Replace pluck with pick
Commits

Updates cloudinary from 2.1.2 to 2.2.0

Release notes

Sourced from cloudinary's releases.

Version 2.2.0

New functionality and features

  • Add support for ActiveStorage model service configuration

Other Changes

  • Fix asset type detection in ActiveStorage
  • Add explicit ostruct dependency
Changelog

Sourced from cloudinary's changelog.

2.2.0 / 2024-09-08

New functionality and features

  • Add support for ActiveStorage model service configuration

Other Changes

  • Fix asset type detection in ActiveStorage
  • Add explicit ostruct dependency
Commits
  • c50fa14 Version 2.2.0
  • 78ec967 Fix asset type detection in ActiveStorage
  • de46088 Add explicit ostruct dependency
  • 4f0b6ac Add support for ActiveStorage model service configuration
  • See full diff in compare view

Updates rspec-rails from 6.1.4 to 7.0.1

Changelog

Sourced from rspec-rails's changelog.

7.0.1 / 2024-09-03

Full Changelog

Bug Fixes:

  • Remove mutation of Rails constant in favour of public api. (Petrik de Heus, #2789)
  • Cleanup Rails scaffold for unsupported versions. (Matt Jankowski, #2790)
  • Remove deprecated scaffold that was unintentionally included in 7.0.0 (Jon Rowe, #2791)

7.0.0 / 2024-09-02

Full Changelog

Enhancements:

  • Change default driver for system specs on Rails 7.2 to match its default. (Steve Polito, #2746)
  • Verify ActiveJob arguments by comparing to the method signature. (Oli Peate, #2745)
  • Add suggestion to rails_helper.rb to skip when not in test mode. (Glauco Custódio, #2751)
  • Add at_priority qualifier to have_enqueued_job set of matchers. (mbajur, #2759)
  • Add spec directories to rails stats on Rails main / 8.0.0. (Petrik de Heus, #2781)

6.1.5 / 2024-09-02

Full Changelog

Bug Fixes:

  • Restore old order of requiring support files. (Franz Liedke, #2785)
  • Prevent running rake spec:statsetup on Rails main / 8.0.0. (Petrik de Heus, #2781)
Commits

Updates rubocop-rspec from 3.0.4 to 3.0.5

Release notes

Sourced from rubocop-rspec's releases.

RuboCop RSpec v3.0.5

  • Fix false-negative and error for RSpec/MetadataStyle when non-literal args are used in metadata in EnforceStyle: hash. (@​cbliard)
  • Improve offense message for RSpec/IndexedLet. (@​earlopain)
Changelog

Sourced from rubocop-rspec's changelog.

3.0.5 (2024-09-07)

  • Fix false-negative and error for RSpec/MetadataStyle when non-literal args are used in metadata in EnforceStyle: hash. ([@​cbliard])
  • Improve offense message for RSpec/IndexedLet. ([@​earlopain])
Commits
  • 16cf19c Merge pull request #1956 from rubocop/release
  • a8a061c Release v3.0.5
  • 74d7837 Merge pull request #1953 from Earlopain/offense-message-indexed-let
  • f31b268 Improve offense message for RSpec/IndexedLet
  • e02576f Merge pull request #1947 from cbliard/fix-metadata-style-cop-with-non-literal...
  • dbd87bb Fix false-negative and error for RSpec/MetadataStyle
  • See full diff in compare view

Updates slim_lint from 0.27.0 to 0.29.0

Release notes

Sourced from slim_lint's releases.

v0.29.0

  • Add TagAttribute linter for restricting attribute usage
  • Fix bug where rexml gem was missing if user used RuboCop 1.66.0 or newer

v0.28.0

Full Changelog: sds/slim-lint@v0.27.0...v0.28.0

Changelog

Sourced from slim_lint's changelog.

0.29.0

  • Add TagAttribute linter for restricting attribute usage
  • Fix bug where rexml gem was missing if user used RuboCop 1.66.0 or newer

0.28.0

  • Add Tag linter for restricting tag usage
Commits

Updates selenium-webdriver from 4.23.0 to 4.24.0

Release notes

Sourced from selenium-webdriver's releases.

Selenium 4.24.0

Detailed Changelogs by Component

Java     |     Python     |     DotNet     |     Ruby     |     JavaScript     |     IEDriver

Changelog

Sourced from selenium-webdriver's changelog.

4.24.0 (2024-08-23)

  • Deprecate WebStorage JS methods (#14276)
  • BUGFIX: Add stamp to nightly build (#14320)
  • Add timeout and tests for curb, also added the gem curb that was not part of selenium (#14285)
  • Add CDP for Chrome 128 and remove 125
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 rails_default group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [pg](https://github.com/ged/ruby-pg) | `1.5.7` | `1.5.8` |
| [turbo-rails](https://github.com/hotwired/turbo-rails) | `2.0.6` | `2.0.7` |
| [tailwindcss-rails](https://github.com/rails/tailwindcss-rails) | `2.7.3` | `2.7.4` |
| [jbuilder](https://github.com/rails/jbuilder) | `2.12.0` | `2.13.0` |
| [stripe](https://github.com/stripe/stripe-ruby) | `12.5.0` | `12.6.0` |
| [pagy](https://github.com/ddnexus/pagy) | `9.0.5` | `9.0.9` |
| [cloudinary](https://github.com/cloudinary/cloudinary_gem) | `2.1.2` | `2.2.0` |
| [rspec-rails](https://github.com/rspec/rspec-rails) | `6.1.4` | `7.0.1` |
| [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) | `3.0.4` | `3.0.5` |
| [slim_lint](https://github.com/sds/slim-lint) | `0.27.0` | `0.29.0` |
| [selenium-webdriver](https://github.com/SeleniumHQ/selenium) | `4.23.0` | `4.24.0` |



Updates `pg` from 1.5.7 to 1.5.8
- [Changelog](https://github.com/ged/ruby-pg/blob/master/History.md)
- [Commits](ged/ruby-pg@v1.5.7...v1.5.8)

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

Updates `tailwindcss-rails` from 2.7.3 to 2.7.4
- [Release notes](https://github.com/rails/tailwindcss-rails/releases)
- [Changelog](https://github.com/rails/tailwindcss-rails/blob/main/CHANGELOG.md)
- [Commits](rails/tailwindcss-rails@v2.7.3...v2.7.4)

Updates `jbuilder` from 2.12.0 to 2.13.0
- [Release notes](https://github.com/rails/jbuilder/releases)
- [Commits](rails/jbuilder@v2.12.0...v2.13.0)

Updates `stripe` from 12.5.0 to 12.6.0
- [Release notes](https://github.com/stripe/stripe-ruby/releases)
- [Changelog](https://github.com/stripe/stripe-ruby/blob/master/CHANGELOG.md)
- [Commits](stripe/stripe-ruby@v12.5.0...v12.6.0)

Updates `pagy` from 9.0.5 to 9.0.9
- [Release notes](https://github.com/ddnexus/pagy/releases)
- [Changelog](https://github.com/ddnexus/pagy/blob/master/CHANGELOG.md)
- [Commits](ddnexus/pagy@9.0.5...9.0.9)

Updates `cloudinary` from 2.1.2 to 2.2.0
- [Release notes](https://github.com/cloudinary/cloudinary_gem/releases)
- [Changelog](https://github.com/cloudinary/cloudinary_gem/blob/master/CHANGELOG.md)
- [Commits](cloudinary/cloudinary_gem@2.1.2...2.2.0)

Updates `rspec-rails` from 6.1.4 to 7.0.1
- [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md)
- [Commits](rspec/rspec-rails@v6.1.4...v7.0.1)

Updates `rubocop-rspec` from 3.0.4 to 3.0.5
- [Release notes](https://github.com/rubocop/rubocop-rspec/releases)
- [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-rspec@v3.0.4...v3.0.5)

Updates `slim_lint` from 0.27.0 to 0.29.0
- [Release notes](https://github.com/sds/slim-lint/releases)
- [Changelog](https://github.com/sds/slim-lint/blob/main/CHANGELOG.md)
- [Commits](sds/slim-lint@v0.27.0...v0.29.0)

Updates `selenium-webdriver` from 4.23.0 to 4.24.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Changelog](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES)
- [Commits](SeleniumHQ/selenium@selenium-4.23.0...selenium-4.24.0)

---
updated-dependencies:
- dependency-name: pg
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rails_default
- dependency-name: turbo-rails
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rails_default
- dependency-name: tailwindcss-rails
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rails_default
- dependency-name: jbuilder
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rails_default
- dependency-name: stripe
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rails_default
- dependency-name: pagy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rails_default
- dependency-name: cloudinary
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rails_default
- dependency-name: rspec-rails
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: rails_default
- dependency-name: rubocop-rspec
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: rails_default
- dependency-name: slim_lint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: rails_default
- dependency-name: selenium-webdriver
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: rails_default
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Sep 16, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 21, 2024

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

@dependabot dependabot bot closed this Sep 21, 2024
@dependabot dependabot bot deleted the dependabot/bundler/rails_default-09c02a82bc branch September 21, 2024 05:09
# for free to join this conversation on GitHub. Already have an account? # 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