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 combined-dependencies group across 1 directory with 6 updates #1520

Merged
merged 1 commit into from
Sep 2, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the combined-dependencies group with 6 updates in the / directory:

Package From To
grover 1.1.9 1.1.10
omniauth-google-oauth2 1.1.2 1.1.3
slim_lint 0.27.0 0.28.0
selenium-webdriver 4.23.0 4.24.0
axe-core-rspec 4.9.1 4.10.0
faraday 2.10.1 2.11.0

Updates grover from 1.1.9 to 1.1.10

Changelog

Sourced from grover's changelog.

1.1.10 - 2024-09-01

Fixed

Commits

Updates omniauth-google-oauth2 from 1.1.2 to 1.1.3

Release notes

Sourced from omniauth-google-oauth2's releases.

v1.1.3

Added

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Documentation typos.
  • Rubocop configuration updates.
Changelog

Sourced from omniauth-google-oauth2's changelog.

1.1.3 - 2024-08-29

Added

  • Updated to use POST instead of GET for tokeninfo endpoint.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Documentation typos.
  • Rubocop configuration updates.
Commits

Updates slim_lint from 0.27.0 to 0.28.0

Release notes

Sourced from slim_lint's releases.

v0.28.0

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

Changelog

Sourced from slim_lint's changelog.

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

Updates axe-core-rspec from 4.9.1 to 4.10.0

Release notes

Sourced from axe-core-rspec's releases.

Release 4.10.0

Features

Bug Fixes

  • add Lazy-load Axe::API::Run to improve boot time (#396) (f16172e)
Changelog

Sourced from axe-core-rspec's changelog.

4.10.0 (2024-08-13)

Features

Bug Fixes

  • add Lazy-load Axe::API::Run to improve boot time (#396) (f16172e)
Commits

Updates faraday from 2.10.1 to 2.11.0

Release notes

Sourced from faraday's releases.

v2.11.0

What's Changed

This release adds support for the ciphers SSL option (currently supported by the net_http adapter in v3.3+), as well as taking advantage of the support of chained certificates introduced in the net_http adapter in v3.2. Also, it adds a new ParallelManager#execute interface that improves on the existing one and makes it easier for adapters to support parallel requests. This is currently used by the async-http adapter.

New features ✨

Misc/Docs 📄

New Contributors

Full Changelog: lostisland/faraday@v2.10.1...v2.11.0

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 combined-dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [grover](https://github.com/Studiosity/grover) | `1.1.9` | `1.1.10` |
| [omniauth-google-oauth2](https://github.com/zquestz/omniauth-google-oauth2) | `1.1.2` | `1.1.3` |
| [slim_lint](https://github.com/sds/slim-lint) | `0.27.0` | `0.28.0` |
| [selenium-webdriver](https://github.com/SeleniumHQ/selenium) | `4.23.0` | `4.24.0` |
| [axe-core-rspec](https://github.com/dequelabs/axe-core-gems) | `4.9.1` | `4.10.0` |
| [faraday](https://github.com/lostisland/faraday) | `2.10.1` | `2.11.0` |



Updates `grover` from 1.1.9 to 1.1.10
- [Release notes](https://github.com/Studiosity/grover/releases)
- [Changelog](https://github.com/Studiosity/grover/blob/main/CHANGELOG.md)
- [Commits](Studiosity/grover@v1.1.9...v1.1.10)

Updates `omniauth-google-oauth2` from 1.1.2 to 1.1.3
- [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.2...v1.1.3)

Updates `slim_lint` from 0.27.0 to 0.28.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.28.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)

Updates `axe-core-rspec` from 4.9.1 to 4.10.0
- [Release notes](https://github.com/dequelabs/axe-core-gems/releases)
- [Changelog](https://github.com/dequelabs/axe-core-gems/blob/v4.10.0/CHANGELOG.md)
- [Commits](dequelabs/axe-core-gems@v4.9.1...v4.10.0)

Updates `faraday` from 2.10.1 to 2.11.0
- [Release notes](https://github.com/lostisland/faraday/releases)
- [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md)
- [Commits](lostisland/faraday@v2.10.1...v2.11.0)

---
updated-dependencies:
- dependency-name: grover
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: combined-dependencies
- dependency-name: omniauth-google-oauth2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: combined-dependencies
- dependency-name: slim_lint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: combined-dependencies
- dependency-name: selenium-webdriver
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: combined-dependencies
- dependency-name: axe-core-rspec
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: combined-dependencies
- dependency-name: faraday
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: combined-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner September 2, 2024 06:42
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Sep 2, 2024
@HettieS HettieS merged commit 77e7dae into main Sep 2, 2024
12 checks passed
@HettieS HettieS deleted the dependabot/bundler/combined-dependencies-43900ba4cf branch September 2, 2024 09:12
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.

1 participant