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 bundler-dev group with 6 updates #3788

Merged
merged 1 commit into from
Feb 26, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 26, 2024

Bumps the bundler-dev group with 6 updates:

Package From To
overcommit 0.62.0 0.63.0
selenium-webdriver 4.17.0 4.18.1
listen 3.8.0 3.9.0
ruby-lsp 0.14.1 0.14.3
rspec-support 3.13.0 3.13.1
sorbet-runtime 0.5.11262 0.5.11268

Updates overcommit from 0.62.0 to 0.63.0

Release notes

Sourced from overcommit's releases.

0.63.0

  • Add Sorbet pre-commit hook
  • Add RSpec pre-commit hook
Changelog

Sourced from overcommit's changelog.

0.63.0

  • Add Sorbet pre-commit hook
  • Add RSpec pre-commit hook
Commits

Updates selenium-webdriver from 4.17.0 to 4.18.1

Release notes

Sourced from selenium-webdriver's releases.

Selenium 4.18.0

Changelog

For each component's detailed changelog, please check:

Commits in this release

  • 5404e6d523 - updating versions to nightly :: Titus Fortner
  • 7bec7b419d - [build] fixes to automated release tasks :: Titus Fortner
  • 7112e476d6 - [build] fix chmod value for geenrated dotnet files :: Titus Fortner
  • 72436c43b6 - [build] fix release note formatting :: Titus Fortner
  • f9ff9b3c08 - [java] Recommitting self-signed certificate should not require certificate file :: Puja Jagani
  • 1e2b8d6323 - [js] Fix running the casting related methods in chromium (#13479) :: Puja Jagani
  • 91e7572bf7 - Fix typo in setup.py (#13487) :: EwaMarek
  • 6334c2fa22 - Update mirror info (Tue Jan 23 12:06:42 UTC 2024) :: Selenium CI Bot
  • 9a044b8310 - [py] Bumping to 4.17.1 and updating CHANGES :: Diego Molina
  • e2b595b486 - [py] Correct typing_extension dependency for wheel generation :: David Burns
  • d9ff42059e - [py] Bumping to 4.17.2 and updating CHANGES :: Diego Molina
  • 5440d2b173 - [build] rust version needs to be changed before running the Selenium Manager task not after :: Titus Fortner
  • d74db8a131 - [build] create selenium-release target for python :: Titus Fortner
  • dd02fbf9c1 - [build] need to include twine in requirements to use it in target :: Titus Fortner
  • c5fb5a551a - [build] fix short version in python docs :: Titus Fortner
  • c618cac603 - [build] create workflow to PR changes to browser versions (#13466) :: Titus Fortner
  • 4f9d290ca7 - [js] Enabling virtual authenticator tests for Firefox :: Diego Molina
  • 83838605d1 - Update mirror info (Wed Jan 24 00:19:31 UTC 2024) :: Selenium CI Bot
  • fa658f499a - [bidi] Add browsing context destroyed event :: Puja Jagani
  • fe77555cd2 - [bidi][js] Add test for basic auth network event :: Puja Jagani
  • ca9c0c1237 - [bidi] [js] Add realm destroyed event :: Puja Jagani
  • b5259d8a4b - [java] Add missing support events for Web Driver Listener (#13210) :: Oscar Devora
  • 17d0491b6f - Update mirror info (Thu Jan 25 00:16:17 UTC 2024) :: Selenium CI Bot
  • 569e64be17 - [bidi][java] Add network intercept commands :: Puja Jagani
  • a9a0aa4c0b - [bidi][java] Add command "continuewithAuth" :: Puja Jagani
  • 6ad24d3731 - [bidi][java] Add failRequest command :: Puja Jagani
  • 1f01bfe3fb - [build] add git gem to gemspec as a development dependency :: Titus Fortner
  • eb38753337 - [build] add more information to bazel errors in tasks :: Titus Fortner
  • 319e4d7119 - [build] make sure task arguments are Arrays :: Titus Fortner
  • ad4fb54ea3 - [build] fix git code in rake tasks :: Titus Fortner
  • e93719e41b - [build] add toggle to build ruby webdriver or devtools gems independently :: Titus Fortner
  • b1af5d6495 - [build] update version in package-lock for node :: Titus Fortner
  • 339a837444 - [build] update tasks for release preparation :: Titus Fortner
  • c2ea3b2c2d - [build] do not update copyright information as part of release preparation :: Titus Fortner
  • 168c9f5417 - [rb] make suggested updates from rubocop :: Titus Fortner

... (truncated)

Changelog

Sourced from selenium-webdriver's changelog.

4.18.1 (2024-02-19)

  • Add CDP for Chrome 122 and remove 119

4.18.0 (2024-02-19)

  • Update documentation link in readme (#13570)
  • make suggested updates from rubocop
Commits

Updates listen from 3.8.0 to 3.9.0

Release notes

Sourced from listen's releases.

v3.9.0

Commits
  • 7b7a2f5 issue #572: switch Kernel.warn and warn to adapter_warn
  • 4d682d3 issue #572: add support for LISTEN_GEM_ADAPTER_WARN_BEHAVIOR=warn|log|silent
  • 2a34596 issue #572: bump version to v3.9
  • eea2891 issue #572: add Listen.adapter_warn_behavior =
  • 0f600f3 drop ruby 2.6 and add ruby 3.3 to the test matrix
  • 4fc1d06 fix github workflows link
  • See full diff in compare view

Updates ruby-lsp from 0.14.1 to 0.14.3

Release notes

Sourced from ruby-lsp's releases.

v0.14.3

What's Changed

🐛 Bug Fixes

🛠 Other Changes

New Contributors

Full Changelog: Shopify/ruby-lsp@v0.14.2...v0.14.3

v0.14.2

What's Changed

🐛 Bug Fixes

🛠 Other Changes

New Contributors

Full Changelog: Shopify/ruby-lsp@v0.14.1...v0.14.2

Commits
  • a54570c Bump version to v0.14.3
  • ff43ab1 Add note about indexing (#1408)
  • 0c21f7a Fix method completion on explicit self (#1399)
  • b1e1092 Remove fixed debugger socket path from the executable (#1405)
  • b01738f Allow addons to define initialize (#1400)
  • 8e1e2d7 Bump version to v0.14.2
  • e3b10b4 Set Bundler's UI level as early as possible (#1396)
  • bc2223f Add rubyLsp/workspace/dependencies support to Neovim config (#1389)
  • 8b79175 Add output to ruby-lsp-doctor before indexing starts (#1392)
  • f5da9c5 Merge pull request #1388 from Shopify/dependabot/bundler/minor-and-patch-f689...
  • Additional commits viewable in compare view

Updates rspec-support from 3.13.0 to 3.13.1

Changelog

Sourced from rspec-support's changelog.

3.13.1 / 2024-02-23

Full Changelog

Bug Fixes:

  • Exclude ruby internal require warnings from RSpec::Support::CallerFilter#first_non_rspec_line. (Jon Rowe, #593)
Commits

Updates sorbet-runtime from 0.5.11262 to 0.5.11268

Release notes

Sourced from sorbet-runtime's releases.

sorbet 0.5.11267.20240223103645-ad6c21634

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11267', :group => :development
gem 'sorbet-runtime', '0.5.11267'

sorbet 0.5.11266.20240222125103-12e9cc93b

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11266', :group => :development
gem 'sorbet-runtime', '0.5.11266'

sorbet 0.5.11265.20240222110338-f632f9790

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11265', :group => :development
gem 'sorbet-runtime', '0.5.11265'

sorbet 0.5.11264.20240221125829-58b25508d

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11264', :group => :development
gem 'sorbet-runtime', '0.5.11264'

sorbet 0.5.11263.20240221101220-1171d7fee

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11263', :group => :development
gem 'sorbet-runtime', '0.5.11263'

sorbet 0.5.11262.20240216112140-fb09bed28

To use Sorbet add this line to your Gemfile:

gem 'sorbet', '0.5.11262', :group => :development
gem 'sorbet-runtime', '0.5.11262'
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 bundler-dev group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [overcommit](https://github.com/sds/overcommit) | `0.62.0` | `0.63.0` |
| [selenium-webdriver](https://github.com/SeleniumHQ/selenium) | `4.17.0` | `4.18.1` |
| [listen](https://github.com/guard/listen) | `3.8.0` | `3.9.0` |
| [ruby-lsp](https://github.com/Shopify/ruby-lsp) | `0.14.1` | `0.14.3` |
| [rspec-support](https://github.com/rspec/rspec-support) | `3.13.0` | `3.13.1` |
| [sorbet-runtime](https://github.com/sorbet/sorbet) | `0.5.11262` | `0.5.11268` |


Updates `overcommit` from 0.62.0 to 0.63.0
- [Release notes](https://github.com/sds/overcommit/releases)
- [Changelog](https://github.com/sds/overcommit/blob/main/CHANGELOG.md)
- [Commits](sds/overcommit@v0.62.0...v0.63.0)

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

Updates `listen` from 3.8.0 to 3.9.0
- [Release notes](https://github.com/guard/listen/releases)
- [Commits](guard/listen@v3.8.0...v3.9.0)

Updates `ruby-lsp` from 0.14.1 to 0.14.3
- [Release notes](https://github.com/Shopify/ruby-lsp/releases)
- [Commits](Shopify/ruby-lsp@v0.14.1...v0.14.3)

Updates `rspec-support` from 3.13.0 to 3.13.1
- [Changelog](https://github.com/rspec/rspec-support/blob/main/Changelog.md)
- [Commits](rspec/rspec-support@v3.13.0...v3.13.1)

Updates `sorbet-runtime` from 0.5.11262 to 0.5.11268
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

---
updated-dependencies:
- dependency-name: overcommit
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: bundler-dev
- dependency-name: selenium-webdriver
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: bundler-dev
- dependency-name: listen
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: bundler-dev
- dependency-name: ruby-lsp
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: bundler-dev
- dependency-name: rspec-support
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler-dev
- dependency-name: sorbet-runtime
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler-dev
...

Signed-off-by: dependabot[bot] <support@github.com>
@veganstraightedge veganstraightedge merged commit 0a783ee into main Feb 26, 2024
7 checks passed
@veganstraightedge veganstraightedge deleted the dependabot/bundler/bundler-dev-4060da38ba branch February 26, 2024 09:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant