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 development-dependencies group with 6 updates #20

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the development-dependencies group with 6 updates:

Package From To
debug 1.8.0 1.9.1
factory_bot_rails 6.4.0 6.4.3
faker 3.2.2 3.2.3
rspec-rails 6.0.3 6.1.1
graphiql-rails 1.9.0 1.10.0
shoulda-matchers 5.3.0 6.1.0

Updates debug from 1.8.0 to 1.9.1

Release notes

Sourced from debug's releases.

v1.9.1

Fix small issue to release with Ruby 3.3.0.

What's Changed

Full Changelog: ruby/debug@v1.9.0...v1.9.1

v1.9.0

This release fixes many issues reported after v1.8.0, introduce IRB integrated console and more.

What's Changed

New Contributors

... (truncated)

Commits

Updates factory_bot_rails from 6.4.0 to 6.4.3

Release notes

Sourced from factory_bot_rails's releases.

6.4.3

  • Changed: allow sequence definitions for ActiveRecord primary keys (Mike Burns).
  • Changed: Support Ruby 3.0+, Rails 6.1+ (Mike Burns)
  • Documentation improvements (obregonia1).
  • Internal: GitHub Actions improvements (Lorenzo Zabot, ydah).
  • Internal: RubyGems points to changelog (Tilo Sloboda).
  • Internal: Bump standard, rake, activerecord, appraisal, rspec-rails (Mike Burns).

v6.4.2

  • Fixed: Fix Rails 7.1.2 + monkey-patched ActiveRecord compatibility (Adif Sgaid, Benoit Tigeot)
  • Internal: Test against Rails 7.1 (y-yagi)
  • Internal: Fix links to old files after renaming the main branch to main (y-yagi)
Changelog

Sourced from factory_bot_rails's changelog.

6.4.3 (December 29, 2023)

  • Changed: allow sequence definitions for ActiveRecord primary keys (Mike Burns).
  • Changed: Support Ruby 3.0+, Rails 6.1+ (Mike Burns)
  • Documentation improvements (obregonia1).
  • Internal: GitHub Actions improvements (Lorenzo Zabot, ydah).
  • Internal: RubyGems points to changelog (Tilo Sloboda).
  • Internal: Bump standard, rake, activerecord, appraisal, rspec-rails (Mike Burns).

6.4.2 (November 23, 2023)

  • Fixed: Fix Rails 7.1.2 + monkey-patched ActiveRecord compatibility (Adif Sgaid, Benoit Tigeot)
  • Internal: Test against Rails 7.1 (y-yagi)
  • Internal: Fix links to old files after renaming the main branch to main (y-yagi)
Commits
  • 6b350d1 Bump to 6.4.3 [ci skip]
  • d7d5ae8 Bump rspec-rails from 6.0.1 to 6.1.0
  • 4f13aa8 Bump appraisal from 2.4.1 to 2.5.0
  • ea1ff34 Bump activerecord from 7.0.4.3 to 7.1.2
  • 64a2188 Bump rake from 13.0.6 to 13.1.0
  • 43bba38 Bump standard from 1.27.0 to 1.32.1
  • 7be631f Allow primary key attributes
  • c4638f6 Remove code path for Rails 5.2 support
  • 499635f Be clear about supported Rails and Ruby versions
  • db1aae5 Added dependabot for GitHub Actions and bundler
  • Additional commits viewable in compare view

Updates faker from 3.2.2 to 3.2.3

Release notes

Sourced from faker's releases.

v.3.2.3

What's Changed

v3.2.3 (2024-01-12)

Happy 2024 with a new faker-ruby release.

This version includes bug fixes, docs typos fixes, and some changes on the contributing guides.

faker-ruby is is not accepting new features proposals

As we discussed here, we want to improve faker's performance and organization. There hasn't been to many bug reports and most of the open issues are related to performance and confusion around using faker.

As we have limited time to invest in faker, reviewing new generators and locales prevent us from focusing on the big picture work. With this decision, we hope to make the necessary changes for faker to go to the next level. Please read the Contributing guides for ways to help us get there.

Bug fixes

What's Changed

Update local dependencies

New Contributors

... (truncated)

Changelog

Sourced from faker's changelog.

v3.2.3 (2024-01-12)

Happy 2024 with a new faker-ruby release.

This version includes bug and documentation fixes, and some changes on the contributing guides.

faker-ruby is is not accepting new features proposals

As we discussed here, we want to improve faker's performance and organization. There hasn't been to many bug reports and most of the open issues are related to performance and confusion around using faker.

As we have limited time to invest in faker, reviewing new generators and locales prevent us from focusing on the big picture work. With this decision, we hope to make the necessary changes for faker to go to the next level. Please read the Contributing guides for ways to help us get there.

Bug fixes

What's Changed

Update local dependencies

New Contributors

... (truncated)

Commits

Updates rspec-rails from 6.0.3 to 6.1.1

Changelog

Sourced from rspec-rails's changelog.

6.1.1 / 2024-01-25

Full Changelog

Bug Fixes:

  • Improved deprecation message for RSpec::Rails::Configuration.fixture_paths (Benoit Tigeot, #2720)
  • Fix support for namespaced fixtures in Rails 7.1. (Benedikt Deicke, #2716)

6.1.0 / 2023-11-21

Full Changelog

Enhancements:

  • Support for Rails 7.1
  • Minor tweak to generated rails_helper.rb to use Rails.root.join. (@​masato-bkn, Ryo Nakamura, #2640, #2678)
  • Add RSpec::Rails::Configuration.fixture_paths configuration to support the matching change to ActiveRecord::TestFixtures, previous singular form is deprecated and will be removed in Rails 7.2. (Juan Gueçaimburu, #2673)
  • Add send_email matcher to match emails rather than specific jobs. (Andrei Kaleshka, #2670)
  • When using render in view specs, :locals will now be merged into the default implicit template, allowing render locals: {...} style calls. (Jon Rowe, #2686)
  • Add support for Rails.config.action_mailer.preview_paths on Rails 7.1/ (Jon Rowe, #2706)

6.0.4 / 2023-11-21

Full Changelog

Bug Fixes:

  • Fuzzy match have_broadcasted_to so that argument matchers can be used. (Timothy Peraza, #2684)
  • Fix fixture warning during :context hooks on Rails main. (Jon Rowe, #2685)
  • Fix stub_template on Rails main. (Jon Rowe, #2685)
  • Fix variable name in scaffolded view specs when namespaced. (Taketo Takashima, #2694)
  • Prevent take_failed_screenshot producing an additional error through metadata access. (Jon Rowe, #2704)
  • Use ActiveSupport::ExecutionContext::TestHelper on Rails 7+. (Jon Rowe, #2711)
  • Fix leak of templates stubbed with stub_template on Rails 7.1. (Jon Rowe, #2714)
Commits

Updates graphiql-rails from 1.9.0 to 1.10.0

Changelog

Sourced from graphiql-rails's changelog.

1.10.0

  • Update to React 18.2.0
  • Update to GraphiQL 3.1.1
  • Use .min versions of JS dependencies
  • Add support for Propshaft
  • Remove fetch polyfill
  • Don't set headers whose procs evaluate to nil
  • Add input_value_deprecation flag to introspect deprecated arguments
Commits
  • 97b5436 1.10.0
  • 42bc9d7 Merge pull request #104 from ErikPelli/js-cleanup
  • 50675f2 Merge branch 'master' into js-cleanup
  • a7594d5 Merge pull request #116 from rmosolgo/propshaft-support
  • 9f50358 Add docs for sprockets or propshaft
  • 350543e Merge branch 'master' into propshaft-support
  • e928e70 Run ci on pull_request
  • e7a8d9e Merge pull request #112 from tiegz/update-sass-gem-in-readme
  • 01ff3e5 Check for Propshaft or Sprockets
  • 76634ce Merge branch 'master' into propshaft-support
  • Additional commits viewable in compare view

Updates shoulda-matchers from 5.3.0 to 6.1.0

Release notes

Sourced from shoulda-matchers's releases.

v6.1.0

6.1.0 - 2024-01-19

Bug fixes

#1603: thoughtbot/shoulda-matchers#1603

Features

#1581: thoughtbot/shoulda-matchers#1581 #1593: thoughtbot/shoulda-matchers#1593 #1604: thoughtbot/shoulda-matchers#1604

Improvements

#1562: thoughtbot/shoulda-matchers#1562 #1597: thoughtbot/shoulda-matchers#1597 #1598: thoughtbot/shoulda-matchers#1598 #1599: thoughtbot/shoulda-matchers#1599 #1600: thoughtbot/shoulda-matchers#1600 #1602: thoughtbot/shoulda-matchers#1602

v6.0.0

Backward-incompatible changes

#1521: thoughtbot/shoulda-matchers#1521 #1522: thoughtbot/shoulda-matchers#1522 #1547: thoughtbot/shoulda-matchers#1547 #1548: thoughtbot/shoulda-matchers#1548

Bug fixes

  • Fix validate_uniqueness_of matcher not supporting column of the type timestampz by @​callahat. (#1544)

... (truncated)

Changelog

Sourced from shoulda-matchers's changelog.

6.1.0 - 2024-01-19

Bug fixes

#1603: thoughtbot/shoulda-matchers#1603

Features

#1581: thoughtbot/shoulda-matchers#1581 #1593: thoughtbot/shoulda-matchers#1593 #1604: thoughtbot/shoulda-matchers#1604

Improvements

#1562: thoughtbot/shoulda-matchers#1562 #1597: thoughtbot/shoulda-matchers#1597 #1598: thoughtbot/shoulda-matchers#1598 #1599: thoughtbot/shoulda-matchers#1599 #1600: thoughtbot/shoulda-matchers#1600 #1602: thoughtbot/shoulda-matchers#1602

6.0.0 - 2023-12-22

Backward-incompatible changes

#1521: thoughtbot/shoulda-matchers#1521 #1522: thoughtbot/shoulda-matchers#1522 #1547: thoughtbot/shoulda-matchers#1547 #1548: thoughtbot/shoulda-matchers#1548

Bug fixes

  • Fix validate_uniqueness_of matcher not supporting column of the type timestampz by @​callahat. (#1544)

... (truncated)

Commits
  • cff5263 release: Bump version to 6.1.0 (#1605)
  • dde9883 feat: Add query_constraints modifier to AssociationMatcher (#1604)
  • 367500d make the library work with globally enabled frozen-string-literals (#1598)
  • d611911 fix: Adjust negative form of ValidateNumericalityMatcher (#1603)
  • 2a2b062 feat: Add encrypt_matcher to test usage of the encrypts method (#1581)
  • b8d04ee fix: REPRODUCTION_SCRIPT link returning 404 (#1602)
  • 85746b1 chore: update ruby from 3.3.0-rc1 to 3.3.0 (#1599)
  • 814468c chore: bump rubocop to 1.59.0 (#1600)
  • 6d33146 Removing array_column? from validate_absence_of_matcher (#1562)
  • a373661 adds failure_message_when_negated to have_secure_password_matcher (#1593)
  • Additional commits viewable in compare view

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 development-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [debug](https://github.com/ruby/debug) | `1.8.0` | `1.9.1` |
| [factory_bot_rails](https://github.com/thoughtbot/factory_bot_rails) | `6.4.0` | `6.4.3` |
| [faker](https://github.com/faker-ruby/faker) | `3.2.2` | `3.2.3` |
| [rspec-rails](https://github.com/rspec/rspec-rails) | `6.0.3` | `6.1.1` |
| [graphiql-rails](https://github.com/rmosolgo/graphiql-rails) | `1.9.0` | `1.10.0` |
| [shoulda-matchers](https://github.com/thoughtbot/shoulda-matchers) | `5.3.0` | `6.1.0` |


Updates `debug` from 1.8.0 to 1.9.1
- [Release notes](https://github.com/ruby/debug/releases)
- [Commits](ruby/debug@v1.8.0...v1.9.1)

Updates `factory_bot_rails` from 6.4.0 to 6.4.3
- [Release notes](https://github.com/thoughtbot/factory_bot_rails/releases)
- [Changelog](https://github.com/thoughtbot/factory_bot_rails/blob/main/NEWS.md)
- [Commits](thoughtbot/factory_bot_rails@v6.4.0...v6.4.3)

Updates `faker` from 3.2.2 to 3.2.3
- [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.2.2...v3.2.3)

Updates `rspec-rails` from 6.0.3 to 6.1.1
- [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md)
- [Commits](rspec/rspec-rails@v6.0.3...v6.1.1)

Updates `graphiql-rails` from 1.9.0 to 1.10.0
- [Changelog](https://github.com/rmosolgo/graphiql-rails/blob/master/changelog.md)
- [Commits](rmosolgo/graphiql-rails@v1.9.0...v1.10.0)

Updates `shoulda-matchers` from 5.3.0 to 6.1.0
- [Release notes](https://github.com/thoughtbot/shoulda-matchers/releases)
- [Changelog](https://github.com/thoughtbot/shoulda-matchers/blob/main/CHANGELOG.md)
- [Commits](thoughtbot/shoulda-matchers@v5.3.0...v6.1.0)

---
updated-dependencies:
- dependency-name: debug
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: factory_bot_rails
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: faker
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: rspec-rails
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: graphiql-rails
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: shoulda-matchers
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 1, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 1, 2024

Superseded by #24.

@dependabot dependabot bot closed this Apr 1, 2024
@dependabot dependabot bot deleted the dependabot/bundler/development-dependencies-4ef3e8fa3b branch April 1, 2024 12:26
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.

0 participants