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-minor-patch group with 4 updates #3180

Merged
merged 1 commit into from
Apr 2, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the ruby-minor-patch group with 4 updates: net-smtp, omniauth-google-oauth2, faker and selenium-webdriver.

Updates net-smtp from 0.4.0.1 to 0.5.0

Release notes

Sourced from net-smtp's releases.

v0.5.0

What's Changed

New Contributors

Full Changelog: ruby/net-smtp@v0.4.0.1...v0.5.0

Changelog

Sourced from net-smtp's changelog.

Version 0.5.0 (2024-03-27)

Improvements

Others

Version 0.4.0 (2023-09-20)

Improvements

  • add Net::SMTP::Authenticator class and auth_* methods are separated from the Net::SMTP class. ruby/net-smtp#53 This allows you to add a new authentication method to Net::SMTP. Create a class with an auth method that inherits Net::SMTP::Authenticator. The auth method has two arguments, user and secret. Send an instruction to the SMTP server by using the continue or finish method. For more information, see lib/net/smtp/auto _*.rb.
  • Add SMTPUTF8 support ruby/net-smtp#49

Fixes

Others

Version 0.3.3 (2022-10-29)

Version 0.3.2 (2022-09-28)

Version 0.3.1 (2021-12-12)

... (truncated)

Commits
  • 5b60464 Merge pull request #82 from ruby/v0-5-0
  • e28c7d9 0.5.0
  • 193f427 Merge pull request #81 from casperisfine/enable-frozen-string-literal
  • 8777965 Make the test suite compatible with --enable-frozen-string-literal
  • 362bb58 Merge pull request #80 from mantas/xoauth2_authenticator
  • f33997e Add XOAUTH2 authenticator
  • e179f5b Merge pull request #79 from m-nakamura145/update-ci-matrix
  • d694335 Use reusing workflow for Ruby versions
  • 5eb6ec2 Merge pull request #78 from kateinoigakukun/katei/remove-non-ascii
  • 809a87d Merge pull request #76 from kateinoigakukun/katei/fix-version-extraction
  • Additional commits viewable in compare view

Updates omniauth-google-oauth2 from 1.1.1 to 1.1.2

Release notes

Sourced from omniauth-google-oauth2's releases.

v1.2.2

Added

  • Add support for enable_granular_consent option (#455)

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.
Changelog

Sourced from omniauth-google-oauth2's changelog.

1.1.2 - 2024-03-28

Added

  • Add support for enable_granular_consent option (#455)

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.
Commits

Updates faker from 3.2.3 to 3.3.0

Release notes

Sourced from faker's releases.

v3.3.0

v3.3.0 (2024-03-25)

Bug Fixes

Features

What's changed

Update local dependencies

New Contributors

Full Changelog: faker-ruby/faker@v3.2.3...v3.3.0

Changelog

Sourced from faker's changelog.

v3.3.0 (2024-03-25)

Bug Fixes

Features

What's changed

Update local dependencies

New Contributors

Full Changelog: faker-ruby/faker@v3.2.3...v3.3.0


Commits

Updates selenium-webdriver from 4.18.1 to 4.19.0

Release notes

Sourced from selenium-webdriver's releases.

Selenium 4.19.0

Changelog

For each component's detailed changelog, please check:

Commits in this release

  • 28d582c18b - Fix the location of the html files for redirect testing :: Puja Jagani
  • f4cd087106 - [build] Reusing fix in Rakefile to release python :: Diego Molina
  • 428422b56d - [build] Updating GitPod config :: Diego Molina
  • ec12c65b34 - [build] Target needs build not run :: Diego Molina
  • b3af4a6d44 - [build] Fixing dockerfile for gitpod :: Diego Molina
  • 77dd7250fc - CDP 122 (#13603) :: Diego Molina
  • 7ce5ca80f6 - Bumping versions to 4.18.1 :: Diego Molina
  • b1d3319b48 - Update supported versions for Chrome DevTools :: Diego Molina
  • c6bd0964f3 - [build] Fixing API docs update :: Diego Molina
  • 989b0ca679 - [build] Bumping versions for Nightly :: Diego Molina
  • f99f01a049 - Update mirror info (Tue Feb 20 12:06:06 UTC 2024) :: Selenium CI Bot
  • 78029c4597 - Update mirror info (Wed Feb 21 00:15:11 UTC 2024) :: Selenium CI Bot
  • 93c780439f - Bump cryptography from 41.0.4 to 42.0.4 in /py (#13615) :: dependabot[bot]
  • ddaa4aaed1 - [java] use daemon threads in JdkHttpClient #13601 :: Jörg Sautter
  • cc93539c6c - [dotnet] Notice about breaking changes at compilation level for desired capabilities :: Nikolay Borisenko
  • 24188440cb - [rb] Run all unit tests in RBE :: Alex Rodionov
  • da62a402d0 - [dotnet] Correct ChromiumDriverService.AllowedIPAddresses property name (#13626) :: Yevgeniy Shunevych
  • db517766c1 - [java] use a static class for ProxySelector #13622 :: Jörg Sautter
  • aefde123a3 - [rb] Update YARD to address GHSA-8mq4-9jjh-9xrc :: Alex Rodionov
  • d65e38e34f - [rb] Fix documentation generator :: Alex Rodionov
  • 5bc8952c3b - [java] improve memory allocation of an idle relay node #13643 :: Jörg Sautter
  • c0711e2d0b - Add devcontainer.json to ease local dev environment setup (#13638) :: Trig
  • 1cfe9917c7 - [java] close the httpclient after checking the service status #13643 :: Jörg Sautter
  • b9a95a32a2 - [dotnet] Fixed parsing of the year in ConsoleApiCalledEventArgs cdp event args :: Nikolay Borisenko
  • 832a31e192 - [Build] Update rules_python to 0.31.0 :: David Burns
  • ffedae32bb - Run prettifier over the selenium-webdriver node code :: Simon Stewart
  • 3c051755e3 - Fix JS linting errors :: Simon Stewart
  • 8f7c7a4b3c - [ci] automatically close issues marked awaiting answer (#13668) :: Titus Fortner
  • d266777517 - [ci] Update setup-bazel action :: Alex Rodionov
  • d073e594b5 - [py] Fix how version numbers are handled :: Simon Stewart
  • 738415711c - Remove some printf debugging :: Simon Stewart
  • 739f5ec672 - [build] Tweaking how nightly build version in Python works :: Diego Molina
  • ffed982e95 - [build] Installing twine to push to TestPyPi :: Diego Molina
  • 420f074858 - [bidi][java] Add storage module (#13675) :: Puja Jagani
  • a66db94fdf - [rb] Avoid overescaping browser path :: Alex Rodionov

... (truncated)

Changelog

Sourced from selenium-webdriver's changelog.

4.19.0 (2024-03-27)

  • Add CDP for Chrome 123 and remove 120
  • Avoid over-escaping browser path (#13632)
  • Add full RBS support (#13234)
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-minor-patch group with 4 updates: [net-smtp](https://github.com/ruby/net-smtp), [omniauth-google-oauth2](https://github.com/zquestz/omniauth-google-oauth2), [faker](https://github.com/faker-ruby/faker) and [selenium-webdriver](https://github.com/SeleniumHQ/selenium).


Updates `net-smtp` from 0.4.0.1 to 0.5.0
- [Release notes](https://github.com/ruby/net-smtp/releases)
- [Changelog](https://github.com/ruby/net-smtp/blob/master/NEWS.md)
- [Commits](ruby/net-smtp@v0.4.0.1...v0.5.0)

Updates `omniauth-google-oauth2` from 1.1.1 to 1.1.2
- [Release notes](https://github.com/zquestz/omniauth-google-oauth2/releases)
- [Changelog](https://github.com/zquestz/omniauth-google-oauth2/blob/master/CHANGELOG.md)
- [Commits](zquestz/omniauth-google-oauth2@v1.1.1...v1.1.2)

Updates `faker` from 3.2.3 to 3.3.0
- [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.3...v3.3.0)

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

---
updated-dependencies:
- dependency-name: net-smtp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ruby-minor-patch
- dependency-name: omniauth-google-oauth2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ruby-minor-patch
- dependency-name: faker
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby-minor-patch
- dependency-name: selenium-webdriver
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ruby-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 1, 2024
@dependabot dependabot bot requested a review from xmunoz April 1, 2024 20:37
@xmunoz xmunoz merged commit 4b0315d into main Apr 2, 2024
3 checks passed
@dependabot dependabot bot deleted the dependabot/bundler/ruby-minor-patch-a51ccf76ee branch April 2, 2024 12:16
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.

1 participant