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

build(deps-dev): bump the development-dependencies group across 1 directory with 7 updates #164

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 22, 2024

Bumps the development-dependencies group with 7 updates in the / directory:

Package From To
faker 3.3.1 3.4.2
i18n-tasks 1.0.13 1.0.14
letter_opener_web 2.0.0 3.0.0
pry-rails 0.3.9 0.3.11
minitest-reporters 1.6.1 1.7.1
selenium-webdriver 4.20.1 4.23.0
webmock 3.23.0 3.23.1

Updates faker from 3.3.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

v3.4.1

Happy end of May with a new faker-ruby release.

This version:

... (truncated)

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


v3.4.1 (2024-05-28)

... (truncated)

Commits

Updates i18n-tasks from 1.0.13 to 1.0.14

Release notes

Sourced from i18n-tasks's releases.

v1.0.14

See CHANGES.md

Changelog

Sourced from i18n-tasks's changelog.

v1.0.14

  • Newlines are now preserved when using Google Translate. #567
  • Improved locale name handling for Google Translate. #558
  • Fixes compatibility with some versions of the i18n gem. #553
  • Added i18n-tasks cp command. #551
  • Parentheses in keys are now supported. #550
  • Non-HTML ERB files are now supported. #545
  • Adds an optional isolating router that assumes each YAML file is independent. #541
  • Adds an optional AST matcher for Rails default_i18n_subject. #538 #539
  • Supports DeepL glossaries. #535
  • Supports hashes for DeepL and other translators. #531
  • Adds configuration for OpenAI prompt. #533
  • Adds configuration for OpenAI model. #532 #534
Commits
  • c75f774 Bump to v1.0.14
  • 063df4c Fix rubocop
  • 443aef1 Adds spec for YAML-parsing of multilines
  • 7bf71a5 Google Translator: Handles line breaks
  • dffd911 Fix unescaped interpolated reserved key in help text and handle escaped inter...
  • d8b98fa Fixes rubocop offenses (#564)
  • 88de40e chore(deps): bump paambaati/codeclimate-action from 5 to 6
  • 3bfe80c Stop modifying locale before sending to Google Translate.
  • 56f378a Add copy command
  • 1ab60ab Fix key splitting failures if key contains any parenthesis char
  • Additional commits viewable in compare view

Updates letter_opener_web from 2.0.0 to 3.0.0

Changelog

Sourced from letter_opener_web's changelog.

3.0.0

Breaking

  • Drop EoL'd Rubies and Rails - now requires Ruby 3.1+ and Rails 6.1+.

Changes

  • Reliably strip Attachment links from the sidebar. #132

Additions

  • Allow dot (.) character in attachment file names. #131
  • Add dark mode. #119
Commits

Updates pry-rails from 0.3.9 to 0.3.11

Commits
  • d8d0c6d Bump to v0.3.11
  • b7f5a23 Fix show-middleware crash on recent Rails
  • 6b46b19 Merge pull request #125 from 2called-chaos/fix-find-route
  • 37dfccd Bump to v0.3.10
  • c7647d2 Merge pull request #130 from melopilosyan/rails-7_2
  • 88a8f1a Adds support for Rails version >= 7.2
  • e3eb479 Fix usage of bold text helper
  • 12a517e Merge pull request #123 from rweng/document-feature-to-disable-pry-rails
  • ba57e97 Update subheading for consistency
  • c5c2c1e Add suggestion to stop spring
  • Additional commits viewable in compare view

Updates minitest-reporters from 1.6.1 to 1.7.1

Changelog

Sourced from minitest-reporters's changelog.

1.7.1

  • Fixed logic of new suppress_inline_failure_output. This option was doing the opposite of what it intended to do. #354

1.7.0

  • Minor documentation improvements #343
  • Fixed homepage link in gemspec #333 contributed by andyw8
  • Added Ruby 3.2 to the CI matrix #335 contributed by petergoldstein
  • Updated JUnitReporter to output a failure screenshot path when included in the minitest result #346 contributed by matteeyah
  • Fixed backwards fraction in ProgressReporter default format #348 contributed by notEthan
  • Added option suppress_inline_failure_output to SpecReporter to provide an explicit switch, separate from print_failure_summary, for suppressing inline failure messages. Until this change, the print_failure_summary would do both: print a failure/error summary after all tests run and suppress the inline failure messages. With this change print_failure_summary will just add a summary at the end of a test run, and it will no longer suppress the inline failure messages. #352 contributed by rthbound
Commits
  • 265ff4b Prep for 1.7.1 release
  • a4cc508 Merge pull request #354 from minitest-reporters/fix-suppress_inline_failure_o...
  • 52c5ca0 Add CHANGELOG notes for #354
  • 70ea3c7 Fix logic of new suppress_inline_failure_output option
  • 9f909d0 Prep for 1.7.0 release
  • 2f7ac47 Update CHANGELOG.md
  • 6508c29 Merge pull request #352 from rthbound/suppress_inline_failure_output
  • dd109b2 Update Minitest::Reporters::SpecReporter annotations with addition of suppres...
  • d9dd6c5 Remove excess pasta from CHANGELOG.md
  • 4bb2b14 * Added option suppress_inline_failure_output to SpecReporter
  • Additional commits viewable in compare view

Updates selenium-webdriver from 4.20.1 to 4.23.0

Release notes

Sourced from selenium-webdriver's releases.

Selenium 4.23.0

Detailed Changelogs by Component

Java     |     Python     |     DotNet     |     Ruby     |     JavaScript     |     IEDriver

What's Changed

  • 4df0a231af - [build] Prepare for release of Selenium 4.23.0 (#14273) :: Selenium CI Bot
  • e5422e6a4e - [bidi][java] Add high-level logging APIs (#14225) :: Puja Jagani
  • 8cf9a59153 - [grid] Set session-request-timeout as client readTimeout in RemoteNewSessionQueue (#14272) :: Viet Nguyen Duc
  • f3724e661a - [java] Consistent UTF-8 Encoding and Code Enhancements (#14218) :: Alex
  • 72e3a61001 - [java] custom duration for Actions constructor (#14085) :: Alex
  • 10b3305fe5 - Update logo path in readme (#14177) :: Nikolay Borisenko
  • d8830283fb - [rb] Add backtrace locations and cause to errors (#14170) :: Augustin Gottlieb Pequeno
  • 4a17ec391c - [java] Merge android specific parameters in chrome options (#14217) :: Alex
  • 9aa1a7f3ee - py: fix RelativeBy#near to take 2 parameters (#13082) :: pinterior
  • 9d6131f48e - Remove 'browserName' capability from stereotype when using RelaySession (#14247) :: bhecquet
  • 82715b914b - [dotnet] Quit fails after not successful new session (#14242) :: Indomitable
  • 79512380c6 - [bidi][js] Deprecate argument value wrapper class (#14251) :: Puja Jagani
  • 12769d6785 - [java] Revert workaround for old netty http client (addendum to #12843) (#14134) :: Oleksandr Kulychok
  • 7334bfc473 - [bidi][js] Add high-level script pinning APIs (#14250) :: Puja Jagani
  • 0f6884149f - [bidi][js] Add dom mutation handlers (#14238) :: Puja Jagani
  • 785914e555 - [py] Remove precompiled binaries from sdist (#14233) :: James Hilliard
  • 6b28a8c03f - [bidi] Add source type to log entry (#14244) :: Puja Jagani
  • df75c3a739 - [rb] Update selenium manager types (#14189) :: Augustin Gottlieb Pequeno
  • f09642274e - [dotnet] Return back protected synchronous Execute method in WebDriver :: Nikolay Borisenko
  • 425ed87c9e - [bidi][js] Add methods to add/remove handlers in Script module (#14230) :: Puja Jagani
  • 5e8d6a1f93 - [bidi][java] Avoid creating new instances of log entry event :: Puja Jagani
  • 06e7b7a4d7 - [bidi][java] Ensure empty values are removed from the call back map :: Puja Jagani
  • 5c087471ad - [bidi] [java] Fix the adding and the removing listener :: Puja Jagani
  • 48fd9563cb - [bidi] [java] Ensure the listeners returns an id (#14215) :: Puja Jagani
  • 5494108076 - [py] websocket-client v.1.8.0 was added to setup.py (#14187) :: Alex
  • fe7e7c7434 - [js + bazel]: Run Node browser tests on the RBE (#14194) :: Simon Stewart
  • 164bf7944b - [bidi][java] Remove the method that converts node value to RemoteWebElement :: Puja Jagani
  • e8745c61e3 - [java] Deleting tests referencing deprecated methods in Require.java :: Diego Molina
  • 257104ea93 - Bump JS dependencies (#14193) :: Simon Stewart
  • dcd99ce83a - [java] Removing usages of deprecated methods in Require.java :: Diego Molina
  • 2b32dbd572 - [java] Removing LocateNodeParameters.Builder, deprecated since 4.20 :: Diego Molina
  • 034a582078 - [java] Setting proxy in SM only when it is needed. :: Diego Molina
  • abdaa7539a - [js][bidi] Fix the event unsubscribe method. Update modules to have close methods. (#14192) :: Puja Jagani
  • 84cc67e7c7 - [rb] Add URLs constant to update error messages (#14174) :: Augustin Gottlieb Pequeno
  • fd5f54ebd7 - [rb] Run remote tests on RBE (#13906) :: Alex Rodionov
  • 8184982ab0 - [build] add notes for where automated build can be improved for next release :: titusfortner
  • 815839a857 - [build] ensure rust version and changelog are properly committed :: titusfortner
  • 917b2d4a57 - [build] parse patch version tags to update and PR just applicable languages :: titusfortner
  • 826a6bddeb - [rb] Add FedCM support to the ruby selenium client (#13796) :: Augustin Gottlieb Pequeno
  • 0770acd6c0 - [build] Release Staging workflow automatically runs Update Documentation workflow :: titusfortner
  • 4ec3e7a9de - [build] have update-documentation make a PR from the updated branch :: titusfortner
  • fbd6ff324d - [build] add temporary code to update documentattion workflow to generate correct api docs :: titusfortner
  • 6936f64293 - Updates the py api doc build (#14173) :: Ed Manlove
  • aba09e486d - [dotnet] Kick off sending of request and log it in parallel :: Nikolay Borisenko

... (truncated)

Changelog

Sourced from selenium-webdriver's changelog.

4.23.0 (2024-07-18)

  • Add FedCM support to the ruby selenium client (#13796)
  • Add URLs constant to update error messages (#14174)
  • Update selenium manager types (#14189)
  • Add backtrace locations and cause to errors (#14170)
  • Add CDP for Chrome 127 and remove 124

4.22.0 (2024-06-20)

  • Force UTF-8 encoding on logger (see #6937)
  • Don't crash when ChildProcess is already killed (see #14032)
  • Manage bidi instance on the bridge not the driver (#14071)
  • Implement High Level Logging API with BiDi (#14073)
  • Fix bug with message deletion in Guard class
  • Change output for Guard class
  • Implement toggle for BiDi and Classic implementations (#14092)
  • Add preference to enable CDP in Firefox by default (#14091)
  • Add support for the w3c silent option for the ruby library (#14152)
  • Add CDP for Chrome 126 and remove 123

4.21.1 (2024-05-16)

  • Fixed missing Chrome binary error in Rails system tests.

4.21.0 (2024-05-16)

  • Add CDP for Chrome 125 and remove 122
  • Initial extensibility points for Appium
    • Support registering extra headers in HTTP client
    • Support overriding User-Agent in HTTP client
    • Support registering extra bridge commands
    • Support overriding default locator conversion
    • Support registering custom finders for SearchContext
    • Support using custom element classes
Commits

Updates webmock from 3.23.0 to 3.23.1

Changelog

Sourced from webmock's changelog.

3.23.1

Commits
  • 1b23927 Added Ruby 3.3 to the list of supported Ruby versions in README
  • 13b8a28 Version 3.23.1
  • 0092f5d Merge pull request #1056 from IFTTT/master
  • 6cbfed0 Much simpler
  • 54519b2 Use Async::Socket if is present
  • 83b6ec7 Update version.rb
  • 001f15f Use single-quotes
  • 39a4c5c Replace Async::IO::Socket usage with stdlib Socket for async-http adapter to ...
  • See full diff 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

…ectory with 7 updates

Bumps the development-dependencies group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [faker](https://github.com/faker-ruby/faker) | `3.3.1` | `3.4.2` |
| [i18n-tasks](https://github.com/glebm/i18n-tasks) | `1.0.13` | `1.0.14` |
| [letter_opener_web](https://github.com/fgrehm/letter_opener_web) | `2.0.0` | `3.0.0` |
| [pry-rails](https://github.com/rweng/pry-rails) | `0.3.9` | `0.3.11` |
| [minitest-reporters](https://github.com/CapnKernul/minitest-reporters) | `1.6.1` | `1.7.1` |
| [selenium-webdriver](https://github.com/SeleniumHQ/selenium) | `4.20.1` | `4.23.0` |
| [webmock](https://github.com/bblimke/webmock) | `3.23.0` | `3.23.1` |



Updates `faker` from 3.3.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.3.1...v3.4.2)

Updates `i18n-tasks` from 1.0.13 to 1.0.14
- [Release notes](https://github.com/glebm/i18n-tasks/releases)
- [Changelog](https://github.com/glebm/i18n-tasks/blob/main/CHANGES.md)
- [Commits](glebm/i18n-tasks@v1.0.13...v1.0.14)

Updates `letter_opener_web` from 2.0.0 to 3.0.0
- [Release notes](https://github.com/fgrehm/letter_opener_web/releases)
- [Changelog](https://github.com/fgrehm/letter_opener_web/blob/master/CHANGELOG.md)
- [Commits](fgrehm/letter_opener_web@v2.0.0...v3.0.0)

Updates `pry-rails` from 0.3.9 to 0.3.11
- [Commits](pry/pry-rails@v0.3.9...v0.3.11)

Updates `minitest-reporters` from 1.6.1 to 1.7.1
- [Changelog](https://github.com/minitest-reporters/minitest-reporters/blob/master/CHANGELOG.md)
- [Commits](minitest-reporters/minitest-reporters@v1.6.1...v1.7.1)

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

Updates `webmock` from 3.23.0 to 3.23.1
- [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md)
- [Commits](bblimke/webmock@v3.23.0...v3.23.1)

---
updated-dependencies:
- dependency-name: faker
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: i18n-tasks
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: letter_opener_web
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: pry-rails
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: minitest-reporters
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: selenium-webdriver
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: webmock
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

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 Jul 22, 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 ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants