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 jquery-rails, rails, coffee-rails, sass-rails, haml-rails, rspec-rails and capybara #17

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 16, 2024

Bumps jquery-rails, rails, coffee-rails, sass-rails, haml-rails, rspec-rails and capybara. These dependencies needed to be updated together.
Updates jquery-rails from 2.2.0 to 4.6.0

Changelog

Sourced from jquery-rails's changelog.

4.6.0

  • update jquery to 3.7.0

4.5.1

  • update jquery to 3.6.1
  • update jquery-ujs to 1.2.3

4.5.0

  • update jquery to 3.6.0

4.4.0

4.3.5

  • update jquery to 3.4.1

4.3.4

  • update jquery to 3.4.0

4.3.3

  • update jquery to 3.3.1

4.3.2

  • update jquery to 3.3.0
  • Add possibility to test HTML: all, attribute prefix, attribute contains, attribute ends with, child, and class selectors
  • Fix matching multiple calls for the same selector/function exception

4.3.1

  • update jquery to 3.2.1

4.3.0

  • update jquery to 3.2.0
  • Add possibility to test HTML attribute selectors

4.2.2

  • update jquery to 3.1.1

... (truncated)

Commits
  • 12869da Release v4.6.0 with jQuery v3.7.0
  • 65a9c73 Update jquery to 3.7.0
  • fb5a7a8 Merge pull request #293 from MichaelHoste/patch-1
  • d9dfbe1 Merge pull request #296 from okuramasafumi/patch-1
  • f34a439 Update CHANGELOG.md
  • b9e5aa7 Fix typo in CHANGELOG.md (usj => ujs)
  • de8792d Release v4.5.1 with jquery 3.6.1 and jquery-ujs 1.2.3
  • 7e6f508 Update jquery-ujs to latest v1.2.3
  • a80d74b Update jQuery to latest v3.6.1
  • 153d9ff Fix changelog typo [ci skip]
  • Additional commits viewable in compare view

Updates rails from 3.1.0 to 7.2.1.1

Release notes

Sourced from rails's releases.

7.2.1.1

Active Support

  • No changes.

Active Model

  • No changes.

Active Record

  • No changes.

Action View

  • No changes.

Action Pack

  • Avoid regex backtracking in HTTP Token authentication

    [CVE-2024-47887]

  • Avoid regex backtracking in query parameter filtering

    [CVE-2024-41128]

Active Job

  • No changes.

Action Mailer

Action Cable

  • No changes.

Active Storage

  • No changes.

... (truncated)

Commits
  • a1f6a13 Preparing for 7.2.1.1 release
  • de33c73 Update CHANGELOGs
  • be898cc Avoid backtracking in ActionMailer block_format
  • ba286c0 Avoid backtracing in plain_text_for_blockquote_node
  • 27121e8 Avoid backtracking in filtered_query_string
  • f4dc83d Avoid backtracking in Token#raw_params
  • f9d96f2 Merge pull request #53053 from gabriel-amaral/gabriel-amaral/fix-devcontainer...
  • d7ab27b Merge pull request #52962 from rails/rm-releser
  • a11f0a6 Preparing for 7.2.1 release
  • 8b40780 Sync changelog
  • Additional commits viewable in compare view

Updates coffee-rails from 3.1.1 to 5.0.0

Changelog

Sourced from coffee-rails's changelog.

5.0.0 (Apr 23, 2019)

  • Remove support to Rails < 5.2.
  • Support Rails 6.

4.2.2 (May 24, 2017)

  • Support digest resolution for coffee templates.

4.2.1 (June 30, 2016)

  • Fix error in the gem package.

4.2.0 (June 30, 2016)

  • Override js_template hook in the Rails generator to allow Rails to be CoffeeScript agnostic.

4.1.1 (December 18, 2015)

  • Allow Rails 5.

    Rafael Mendonça França

4.1.0 (October 12, 2014)

  • Default to .coffee extension instead of .js.coffee

    Joshua Peek

  • Register coffee extension for rake notes.

    Roberto Miranda

4.0.1 (October 17, 2013)

  • Drop support to Rails 4.0.0.rc releases

    Rafael Mendonça França

4.0.0 (April 18, 2013)

  • Bump railties version to 4.0.0.beta.

    José Valim

3.2.2 (January 26, 2012)

... (truncated)

Commits
  • 32a2939 Prepare to 5.0.0
  • 6507f0a Set the javascripts generator option as true in the railtie
  • 5f0e005 Point to rails repository
  • 74214e8 Merge pull request #114 from larouxn/rails_6_support
  • eff9c00 Revert folder structure changes, remove --javascripts flag
  • e7ce694 Fix for exclusively Rails 6
  • 69e6782 TESTING, use my fork of Rails
  • fc8c48c Conditionally use Rails 6 folder stucture
  • 5df5816 Merge pull request #111 from larouxn/stop_testing_below_ruby_2.2
  • 9bead93 Merge pull request #112 from larouxn/update_travis_jruby_version
  • Additional commits viewable in compare view

Updates sass-rails from 3.1.7 to 6.0.0

Release notes

Sourced from sass-rails's releases.

6.0.0

Breaking change

v5.0.7

  • Remove ruby warnings

v5.0.6

  • Fixes deprecation warnings on Sprockets 3 (#382)

    Richard Schneeman

5.0.5

  • Support Rails 5

5.0.4

  • Allow Tilt 2 usage
  • Allow no compression for all environments

5.0.3

  • Fixed file permissions

5.0.2

  • Configure assets environment inside a configure block. This fixes an issue with sprockets-rails' master branch.

5.0.1

  • Fixed @import glob related caching bug

5.0.0

  • Register scss and sass extensions for rake notes
  • Make possible to use sprocktes > 2.8 and < 4
  • Make possible to use sass ~> 3.1
  • Deprecate .css.scss and .css.sass extensions
  • Limit =require to .css only files and @import to .scss files. Avoid mixing the two.

4.0.5

  • Make possible to use sprockets 2.12.

4.0.4

  • Make possible to use any sprockets version in the 2.11 series.
  • Require at least sass 3.2.2.

4.0.3

  • Make possible to use sprockets-rails 2.1.

4.0.2

  • Lock sprockets version to <= 2.11.0. Fixes #191.

... (truncated)

Commits
  • a77240c Prepare to 6.0.0
  • 8dbe4dc Bump version to 6.0.0.beta3
  • 830a8ec Bump minimum version of sassc-rails
  • ff54c20 Fix open-ended dependency
  • ebe9ef7 Bump version to v6.0.0.beta2
  • 409d871 Merge pull request #424 from rails/sassc-rails
  • d809900 Recomend to use SassC::Rails::Importer to users requiring sass/rails/importer
  • 706526d Make sass-rails an wrapper for sassc-rails to allow a smooth upgrade path
  • ac38f1e Merge pull request #423 from gregmolnar/master
  • d61b999 remove gemnasium badge from readme
  • Additional commits viewable in compare view

Updates haml-rails from 0.3.5 to 2.1.0

Commits
  • 60dca31 Version 2.1.0
  • aa0cde5 Wrong use of protected
  • 587495c Whitespace
  • 9f9a55b Merge pull request #180 from BilalBudhani/haml-6
  • 4d7297f Update haml-rails.gemspec
  • 3692420 👋 Travis CI
  • 100717b There's a newer version of actions/checkout
  • 4da8568 Newer version first
  • 5df76d3 Currently released jruby does not yet support rails 7
  • c8839db setup-ruby will pick newest stable jruby when simply "jruby" was given
  • Additional commits viewable in compare view

Updates rspec-rails from 2.12.2 to 7.0.1

Changelog

Sourced from rspec-rails's changelog.

7.0.1 / 2024-09-03

Full Changelog

Bug Fixes:

  • Remove mutation of Rails constant in favour of public api. (Petrik de Heus, #2789)
  • Cleanup Rails scaffold for unsupported versions. (Matt Jankowski, #2790)
  • Remove deprecated scaffold that was unintentionally included in 7.0.0 (Jon Rowe, #2791)

7.0.0 / 2024-09-02

Full Changelog

Enhancements:

  • Change default driver for system specs on Rails 7.2 to match its default. (Steve Polito, #2746)
  • Verify ActiveJob arguments by comparing to the method signature. (Oli Peate, #2745)
  • Add suggestion to rails_helper.rb to skip when not in test mode. (Glauco Custódio, #2751)
  • Add at_priority qualifier to have_enqueued_job set of matchers. (mbajur, #2759)
  • Add spec directories to rails stats on Rails main / 8.0.0. (Petrik de Heus, #2781)

6.1.5 / 2024-09-02

Full Changelog

Bug Fixes:

  • Restore old order of requiring support files. (Franz Liedke, #2785)
  • Prevent running rake spec:statsetup on Rails main / 8.0.0. (Petrik de Heus, #2781)

6.1.4 / 2024-08-15

Full Changelog

Bug Fixes:

  • Prevent have_http_status matcher raising an error when encountering a raw Rack::MockResponse. (Christophe Bliard, #2771)
  • Move Rails version conditional from index scaffold generated file to template. (Matt Jankowski, #2777)

6.1.3 / 2024-06-19

Full Changelog

Bug Fixes:

  • Reset ActiveSupport::CurrentAttributes between examples. (Javier Julio, #2752)
  • Fix a broken link in generated mailer previews. (Chiara Núñez, #2764)
  • Fix have_status_code behaviour with deprecated status names by delegating to Rack::Utils.status_code/1 to set the expected status code. (Darren Boyd, #2765)

6.1.2 / 2024-03-19

... (truncated)

Commits

Updates capybara from 2.0.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]

Version 3.39.2

Release date: 2023-06-10

Fixed

  • Fix Selenium version comparison [aki77]

Version 3.39.1

Release date: 2023-05-12

Fixed

  • Fix usage of Selenium logger

Version 3.39.0

Release date: 2023-04-02

Added

  • Support :target filter option on :link selector [Yudai Takada]
  • Experimental Rack 3 support
  • Text normalization performance improvements [Brandon Weaver]

Fixed

  • MS Edge button click [Brian J. Bayer]
  • Options/Capabilities choosing based on Selenium versions
  • Support for base versions [Matijs van Zuijlen]

... (truncated)

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

…-rails and capybara

Bumps [jquery-rails](https://github.com/rails/jquery-rails), [rails](https://github.com/rails/rails), [coffee-rails](https://github.com/rails/coffee-rails), [sass-rails](https://github.com/rails/sass-rails), [haml-rails](https://github.com/haml/haml-rails), [rspec-rails](https://github.com/rspec/rspec-rails) and [capybara](https://github.com/teamcapybara/capybara). These dependencies needed to be updated together.

Updates `jquery-rails` from 2.2.0 to 4.6.0
- [Changelog](https://github.com/rails/jquery-rails/blob/master/CHANGELOG.md)
- [Commits](rails/jquery-rails@v2.2.0...v4.6.0)

Updates `rails` from 3.1.0 to 7.2.1.1
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](rails/rails@v3.1.0...v7.2.1.1)

Updates `coffee-rails` from 3.1.1 to 5.0.0
- [Changelog](https://github.com/rails/coffee-rails/blob/master/CHANGELOG.md)
- [Commits](rails/coffee-rails@v3.1.1...v5.0.0)

Updates `sass-rails` from 3.1.7 to 6.0.0
- [Release notes](https://github.com/rails/sass-rails/releases)
- [Commits](rails/sass-rails@v3.1.7...v6.0.0)

Updates `haml-rails` from 0.3.5 to 2.1.0
- [Commits](haml/haml-rails@v0.3.5...v2.1.0)

Updates `rspec-rails` from 2.12.2 to 7.0.1
- [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md)
- [Commits](rspec/rspec-rails@v2.12.2...v7.0.1)

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

---
updated-dependencies:
- dependency-name: jquery-rails
  dependency-type: direct:production
- dependency-name: rails
  dependency-type: direct:production
- dependency-name: coffee-rails
  dependency-type: direct:production
- dependency-name: sass-rails
  dependency-type: direct:production
- dependency-name: haml-rails
  dependency-type: direct:production
- dependency-name: rspec-rails
  dependency-type: direct:development
- dependency-name: capybara
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 16, 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants