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 group with 5 updates #821

Merged
merged 2 commits into from
Jan 29, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 29, 2024

Bumps the bundler group with 5 updates:

Package From To
rails 7.1.2 7.1.3
sqlite3 1.7.0 1.7.1
cssbundling-rails 1.3.3 1.4.0
capybara 3.39.2 3.40.0
selenium-webdriver 4.16.0 4.17.0

Updates rails from 7.1.2 to 7.1.3

Release notes

Sourced from rails's releases.

7.1.3

Active Support

  • Handle nil backtrace_locations in ActiveSupport::SyntaxErrorProxy.

    Eugene Kenny

  • Fix ActiveSupport::JSON.encode to prevent duplicate keys.

    If the same key exist in both String and Symbol form it could lead to the same key being emitted twice.

    Manish Sharma

  • Fix ActiveSupport::Cache::Store#read_multi when using a cache namespace and local cache strategy.

    Mark Oleson

  • Fix Time.now/DateTime.now/Date.today to return results in a system timezone after #travel_to.

    There is a bug in the current implementation of #travel_to: it remembers a timezone of its argument, and all stubbed methods start returning results in that remembered timezone. However, the expected behaviour is to return results in a system timezone.

    Aleksei Chernenkov

  • Fix :unless_exist option for MemoryStore#write (et al) when using a cache namespace.

    S. Brent Faulkner

  • Fix ActiveSupport::Deprecation to handle blaming generated code.

    Jean Boussier, fatkodima

Active Model

  • No changes.

Active Record

  • Fix Migrations with versions older than 7.1 validating options given to add_reference.

... (truncated)

Commits
  • 36c1591 Preparing for 7.1.3 release
  • a84622f Sync changelog
  • 1f505f0 Merge pull request #50771 from rails/backport-preview-nplus1
  • d8a8dd9 Merge pull request #50758 from rails/fix-video-preview-nplus1
  • a0eef52 Merge pull request #50767 from rporrasluc/fix-db-runtime-calculation
  • 8a0767d Fix test setup to raise SyntaxError on Ruby 2.7
  • 894f933 Merge pull request #50764 from eugeneius/syntax_error_proxy_nil_backtrace_loc...
  • b02f6c9 Merge pull request #48957 from cmaruz/48326
  • c1e8b36 Merge pull request #50466 from skipkayhil/hm-fix-to-symbol-raising-nomethoderror
  • 16cd025 Add CHANGELOG entry for ee70ff4
  • Additional commits viewable in compare view

Updates sqlite3 from 1.7.0 to 1.7.1

Release notes

Sourced from sqlite3's releases.

1.7.1 / 2024-01-24

Dependencies


sha256 checksums:

7b41d9500f53a11360a78af510d09e7d3c2ce71cf7d531fda7a7a16ffd5280bc  sqlite3-1.7.1-aarch64-linux.gem
444c550f1fa548c09e7226d833186739726fd0503914fa740606e5f147a7267f  sqlite3-1.7.1-arm-linux.gem
96dfb220aedb0056b22848b6663bd1b5e69fb84e373ac9f1c57b76b902703b43  sqlite3-1.7.1-arm64-darwin.gem
e6af9e9643973cd041c566bfcafa72248d600e1d883adc188e494f66a49787bf  sqlite3-1.7.1-x64-mingw-ucrt.gem
f043f4654ef545fdcbbdbfccff9ae4d983436c0f87cc8de913c309bf228f3f71  sqlite3-1.7.1-x64-mingw32.gem
270a4ff88b5ee270eb18891c8baa63f07db8d846221cbe63002f292060a8f327  sqlite3-1.7.1-x86-linux.gem
398d1b0909efe046b57433cde679cf49f7b04487e8715164facaf2d8ff4f7cde  sqlite3-1.7.1-x86_64-darwin.gem
521749cf9ff2dc6b4039e05c6204fda806cfc7b47a938002f273f4490de2aa5c  sqlite3-1.7.1-x86_64-linux.gem
993d9220e086b53d9ee8d12394cd8f570e5c8bd567b7ee9703152837ccab6fee  sqlite3-1.7.1.gem
Changelog

Sourced from sqlite3's changelog.

1.7.1 / 2024-01-24

Dependencies

Commits
  • 5374a84 version bump to v1.7.1
  • 6cb2906 Merge pull request #482 from sparklemotion/flavorjones-dep-sqlite-3.45.0
  • 89f13cc dep(dev): update minitest
  • 4b0eb35 dep: update vendored sqlite to 3.45.0
  • See full diff in compare view

Updates cssbundling-rails from 1.3.3 to 1.4.0

Release notes

Sourced from cssbundling-rails's releases.

v1.4.0

What's Changed

New Contributors

Full Changelog: rails/cssbundling-rails@v1.3.3...v1.4.0

Commits
  • 09d81cb Fix escaping issue with bootstrap command
  • f9e6dc4 Bump version for 1.4.0
  • e650c9a PNPM Support (#145)
  • 3e768cd Fix running "rails new --css bootstrap" on 7.1 (#147)
  • 9075819 Add instructions for including 3rd party packages in bundle (#148)
  • 7638f92 Use Thor's apply instead of a prerequisite task (#150)
  • 02caad4 Synchronize bin/dev from jsbundling-rails to cssbundling-rails (#151)
  • b27be4a Suggest defining config.assets.css_compressor = nil (#129)
  • See full diff in compare view

Updates capybara from 3.39.2 to 3.40.0

Changelog

Sourced from capybara's changelog.

Version 3.40.0

Release date: 2024-01-26

Changned

  • Dropped support for Ruby 2.7, 3.0+ is now required
  • Dropped support for Selenium < 4.8
  • Use the new headless option on chromedriver with registered selenium driver [Neil Carvalho]

Added

  • Capybara::Result#to_ary to support multiple assignment [Sean Doyle]
  • has_element? and related matchers [Sean Doyle]
  • Rack 3 support

Fixed

  • Forward save_screenshot options to selenium - Issue 2738
  • Rack test - don't auto submit forms with multiple inputs [Mitchell Henke]
  • Table row selector matches cell values in order - Issue 2686 [Jeff Parr]
  • Table row selector fixes for first column - Issue 2685 [Jeff Par]
Commits

Updates selenium-webdriver from 4.16.0 to 4.17.0

Release notes

Sourced from selenium-webdriver's releases.

selenium-4.17.0

Changelog

For each component's detailed changelog, please check:

Commits in this release

  • f08db9ca1b - Fix rakefile to use the correct variable :: Puja Jagani
  • 688345a0b5 - [dotnet] Fix nuget target framework (#13253) :: Nikolay Borisenko
  • 617e22bfd2 - [rb] update gemfile lock :: Titus Fortner
  • 45ef68ad90 - update versions to nightly :: Titus Fortner
  • 14436997b9 - [rust] update cargo lock file :: Titus Fortner
  • 5260f93c17 - allow api docs generation script to switch to designated branch instead of trunk :: Titus Fortner
  • f6bdb7faa5 - [dotnet] bump version to 4.16.1 :: Titus Fortner
  • 0118d7eb00 - Update mirror info (Thu Dec 7 00:15:49 UTC 2023) :: Selenium CI Bot
  • 9b4c83354e - [java] bump version to 4.16.1 :: Titus Fortner
  • 794f356a77 - [java] update version to nightly :: Titus Fortner
  • f1aae0472c - ensure ruby gemfile lock updated when cdp is updated :: Titus Fortner
  • 560b3de1a9 - [js] Fix typo :: Puja Jagani
  • 314ca33620 - Update mirror info (Thu Dec 7 12:06:35 UTC 2023) :: Selenium CI Bot
  • b608fa91a4 - [dotnet] update bazel release targets :: Titus Fortner
  • 1bcb948894 - [build] add rake task for creating dotnet zip files for release :: Titus Fortner
  • b949dcaf4e - [dotnet] Possibility to output internal log messages to file (#13249) :: Nikolay Borisenko
  • 8e75d5dfc4 - [dotnet] Change a list of downloadable files to IReadOnlyList (#13265) :: Nikolay Borisenko
  • 7647b5f343 - [build] create prepare_release task that builds packages for all languages :: Titus Fortner
  • 1506256807 - [build] create publish-nuget task :: Titus Fortner
  • 6620bce4e8 - [build] create publish-pypi task :: Titus Fortner
  • 68b92607f4 - [py] Add page load strategy enum (#13258) :: Oboleninov Anton
  • ae655baf50 - [java] Self-signed certificate should not require certificate file (#13268) :: Puja Jagani
  • 7f224aa2ea - [dotnet] Change date format for file log :: Nikolay Borisenko
  • 078e4c251a - Update JRuby to 9.4 :: Alex Rodionov
  • 8063da277e - [docs] Fix Ruby docs generation :: Alex Rodionov
  • 46946e99b9 - [dotnet] Improve file logging code smell based on feedback from 13249 :: Nikolay Borisenko
  • c606239f06 - [build] clean up Rakefile :: Titus Fortner
  • 757de62549 - [build] update change log file to accept language :: Titus Fortner
  • 03c2318346 - [dotnet] update change log and bump version to 4.16.2 :: Titus Fortner
  • 259a94d1d2 - [java] remove deprecated classes and their tests (#13200) :: Oscar Devora
  • 3640adcab3 - chore(java): update-migrate htmlunit dependency (#13266) :: Matt McCartney
  • 8bf431e511 - [build] fix rakefile tasks for .NET release :: Titus Fortner
  • 9bbdb54d69 - Update lock.yml :: Diego Molina
  • 0d204d6311 - Update lock.yml :: Diego Molina
  • 888845f15d - [dotnet] Make System.Text.Json available as a dependency :: Simon Stewart

... (truncated)

Changelog

Sourced from selenium-webdriver's changelog.

4.17.0 (2024-01-22)

  • Logger defaults output to stderr instead of stdout
  • Fully support Chrome 120+ old headless mode (#13271)
  • Add ruby to Selenium Manager input for tracking (see #13288)
  • Define default command_list (fixes #13307)
  • Fix issues with incorrectly named edge browser
  • Check for whether driver supports full page screenshots to error (#12799)
  • Add CDP for Chrome 121 and remove 118
Commits
  • e52b1be update versions and changelogs for 4.17
  • d5b9382 update all necessary files prior to a release
  • 134aa67 [rb] update unit test to include correct server port
  • 5040a5a [rb] checking wrong public method for full page screenshots
  • 11c799a [rb] fix incorrect method name
  • 2f1f779 [rb] explicitly check for whether driver supports full page screenshots to er...
  • 638c431 [rb] Add base64 gem as a runtime dependency (#13454)
  • 67490a3 [rb] Update rules_ruby and run unit tests on RBE
  • f744519 [rb] fix download test since Linux lists files in different order
  • cc85c78 [rb] change allowed types for logger methods
  • 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 bundler group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [rails](https://github.com/rails/rails) | `7.1.2` | `7.1.3` |
| [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) | `1.7.0` | `1.7.1` |
| [cssbundling-rails](https://github.com/rails/cssbundling-rails) | `1.3.3` | `1.4.0` |
| [capybara](https://github.com/teamcapybara/capybara) | `3.39.2` | `3.40.0` |
| [selenium-webdriver](https://github.com/SeleniumHQ/selenium) | `4.16.0` | `4.17.0` |


Updates `rails` from 7.1.2 to 7.1.3
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](rails/rails@v7.1.2...v7.1.3)

Updates `sqlite3` from 1.7.0 to 1.7.1
- [Release notes](https://github.com/sparklemotion/sqlite3-ruby/releases)
- [Changelog](https://github.com/sparklemotion/sqlite3-ruby/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/sqlite3-ruby@v1.7.0...v1.7.1)

Updates `cssbundling-rails` from 1.3.3 to 1.4.0
- [Release notes](https://github.com/rails/cssbundling-rails/releases)
- [Commits](rails/cssbundling-rails@v1.3.3...v1.4.0)

Updates `capybara` from 3.39.2 to 3.40.0
- [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md)
- [Commits](teamcapybara/capybara@3.39.2...3.40.0)

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

---
updated-dependencies:
- dependency-name: rails
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: sqlite3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: cssbundling-rails
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bundler
- dependency-name: capybara
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: bundler
- dependency-name: selenium-webdriver
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: bundler
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jan 29, 2024
Copy link

codecov bot commented Jan 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (56b8059) 99.02% compared to head (be401a5) 99.04%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #821      +/-   ##
==========================================
+ Coverage   99.02%   99.04%   +0.01%     
==========================================
  Files          14       14              
  Lines         103      105       +2     
==========================================
+ Hits          102      104       +2     
  Misses          1        1              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@javierjulio javierjulio self-assigned this Jan 29, 2024
@javierjulio javierjulio self-requested a review January 29, 2024 22:55
@javierjulio javierjulio merged commit 8f25032 into main Jan 29, 2024
6 checks passed
@javierjulio javierjulio deleted the dependabot/bundler/bundler-6a84cfc5b1 branch January 29, 2024 22:56
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