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-ui-rails, rails, sass-rails, coffee-rails, devise, react-rails, factory_bot_rails, rails_admin, activejob, jbuilder, lograge, webpacker, web-console, simple_form, actionview, jquery-rails and capybara #684

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

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps jquery-ui-rails, rails, sass-rails, coffee-rails, devise, react-rails, factory_bot_rails, rails_admin, activejob, jbuilder, lograge, webpacker, web-console, simple_form, actionview, jquery-rails and capybara. These dependencies needed to be updated together.
Updates jquery-ui-rails from 6.0.1 to 7.0.0

Changelog

Sourced from jquery-ui-rails's changelog.

7.0.0

  • Update to jQuery UI 1.13.0
Commits
  • 413265e Merge pull request #139 from nescalera/jquery-ui-1.13.0
  • 27a942c up gem version to 7.0.0
  • 54cc600 Upgrades jquery-ui to 1.13.0
  • 0b22d46 Merge pull request #121 from Borzik/fix-history
  • c9bdcf6 fix history, this change affected 6.0.0, not 5.0.4
  • 97e9530 Merge pull request #118 from jaredbeck/patch-1
  • 7b1db12 Docs: Mention how the widget files moved in 6.0.0
  • a640214 Merge pull request #116 from alvir/patch-1
  • 8f39b6d Remove /widgets from example for stylesheets in README
  • dcf13e3 Merge pull request #114 from n-rodriguez/master
  • Additional commits viewable in compare view

Updates rails from 5.2.8.1 to 7.0.8.1

Release notes

Sourced from rails's releases.

7.0.8.1

Active Support

  • No changes.

Active Model

  • No changes.

Active Record

  • No changes.

Action View

  • No changes.

Action Pack

  • Fix possible XSS vulnerability with the translate method in controllers

    CVE-2024-26143

Active Job

  • No changes.

Action Mailer

  • No changes.

Action Cable

  • No changes.

... (truncated)

Commits
  • 506462a Preparing for 7.0.8.1 release
  • 030cd01 update changelog
  • 4c83b33 fix XSS vulnerability when using translation
  • 723f545 Merge pull request #48869 from brunoprietog/disable-session-active-storage-pr...
  • fc734f2 Preparing for 7.0.8 release
  • af486be Merge pull request #44370 from mohits/patch-1
  • 72bad1a Upgrade stringio to 3.0.8 to make sure guides CI pass
  • d230670 Force upgrade bundler to invalidate Bundler cache on CI
  • d84000d Require job used in this test file
  • 3c17dab We expect queue adapters to be objects, no classes
  • Additional commits viewable in compare view

Updates sass-rails from 5.1.0 to 6.0.0

Release notes

Sourced from sass-rails's releases.

6.0.0

Breaking change

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 coffee-rails from 4.2.2 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.
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 devise from 4.7.3 to 4.9.3

Release notes

Sourced from devise's releases.

v4.9.2

https://github.com/heartcombo/devise/blob/main/CHANGELOG.md#492---2023-04-03

v4.9.1

https://github.com/heartcombo/devise/blob/v4.9.1/CHANGELOG.md#491---2023-03-31

v4.9.0

https://github.com/heartcombo/devise/blob/v4.9.0/CHANGELOG.md#490---2023-02-17

v4.8.1

No release notes provided.

v4.8.0

No release notes provided.

Changelog

Sourced from devise's changelog.

4.9.3 - 2023-10-11

  • enhancements

4.9.2 - 2023-04-03

  • deprecations
    • Bring back Devise.activerecord51? and deprecate it, in order to avoid breakage with some libraries that apparently relied on it.

4.9.1 - 2023-03-31

  • enhancements

    • Allow resource class scopes to override the global configuration for sign_in_after_reset_password behaviour. #5429 @​mattr
    • Refactor conditional dirty tracking logic to a centralized module to simplify usage throughout the codebase. #5575
    • Improve support for Devise in apps with Active Record and Mongoid ORMs loaded, so it does not incorrectly uses new Active Record dirty tracking APIs with a Mongoid Devise model. #5576
  • bug fixes

    • Failure app will respond with configured redirect_status instead of error_status if the recall app returns a redirect status (300..399) #5573
    • Fix frozen string exception in validatable. #5563 #5465 @​mameier

4.9.0 - 2023-02-17

  • enhancements
    • Add support for Ruby 3.1/3.2.
    • Add support for Hotwire + Turbo, default in Rails 7+.
      • Devise uses the latest responders version (v3.1.0 or higher), which allows configuring the status used for validation error responses (error_status) and for redirects after POST/PUT/PATCH/DELETE requests (redirect_status). For backwards compatibility, Devise keeps error_status as :ok which returns a 200 OK response, and redirect_status to :found which returns a 302 Found response, but you can configure it to return 422 Unprocessable Entity and 303 See Other respectively, to match the behavior expected by Hotwire/Turbo:

        # config/initializers/devise.rb
        Devise.setup do |config|
          # ...
          config.responder.error_status = :unprocessable_entity
          config.responder.redirect_status = :see_other
          # ...
        end

        These configs are already generated by default with new apps, and existing apps may opt-in as described above. Trying to set these with an older version of responders will issue a warning and have no effect, so please upgrade the responders version if you're upgrading Devise for this integration. Note that these defaults may change in future versions of Devise, to better match the Rails + Hotwire/Turbo defaults across the board.

      • If you have a custom responder set on your application and expect it to affect Devise as well, you may need to override the Devise responder entirely with config.responder = MyApplicationResponder, so that it uses your custom one. The main reason Devise uses a custom responder is to be able to configure the statuses as described above, but you can also change that config on your own responder if you want. Check the responders readme for more info on that.

      • If you have created a custom responder and/or failure app just to customize responses for better Hotwire/Turbo integration, they should no longer be necessary.

      • :turbo_stream is now treated as a navigational format, so it works like HTML navigation when using Turbo. Note: if you relied on :turbo_stream to be treated as a non-navigational format before, you can reconfigure your navigational_formats in the Devise initializer file to exclude it.

      • OmniAuth "Sign in with" links were changed to buttons that generate HTML forms with method=POST, instead of using link + method=POST that required rails-ujs to work. Since rails-ujs is no longer the default for new Rails apps, this allows the OmniAuth buttons to work in any scenario, with or without rails-ujs and/or Turbo. This only affects apps that are using the default devise/shared/_links.html.erb partial from Devise with OmniAuth enabled.

      • The "Cancel my account" button was changed to include the data-turbo-confirm option, so that it works with both rails-ujs and Turbo by default.

      • Devise does not provide "sign out" links/buttons in its shared views, but if you're using sign_out_via with :delete (the default), and are using links with method: :delete, those need to be updated with data: { turbo_method: :delete } instead for Turbo.

      • Check this upgrade guide for more detailed information.

4.8.1 - 2021-12-16

... (truncated)

Commits
  • 1d66580 Release v4.9.3
  • dcbfb32 Merge pull request #5640 from nmaggioni/nm_config_template_typo
  • c146b25 Better clarify need to override internal_methods
  • 9a08620 Update changelog with Rails 7.1 mention [ci skip]
  • 407f223 Fix test warning about deprecated cache format in Rails 7.1
  • f2a42ab Ensure _prefixes is not available as an action method on controllers
  • 218d14a Lock ubuntu version to 20.04 to workaround older Ruby build issues
  • 501ae58 Lock loofah on Rails <= 5.2
  • 373d83c Use Bundler 1.x with Ruby <= 2.2
  • fb7faf7 Fix code to support older versions of Ruby
  • Additional commits viewable in compare view

Updates react-rails from 2.6.1 to 3.2.0

Release notes

Sourced from react-rails's releases.

2.6.2

What's Change

  • React 16.14
  • Support for ShakaPacker
  • Preparation for React 18 #1151

Bug Fixes

  • URI.open instead of open #1099
  • No longer unmount components on Turbolinks navigation #1135

New Contributors

Full Changelog: reactjs/react-rails@v2.6.1...v2.6.2

Changelog

Sourced from react-rails's changelog.

[3.2.0] - 2024-01-10

Changed

[3.1.1] - 2023-08-16

Removed

  • Removed the replace-null functionality due a severe logic error added in 3.1.0 #1300

[3.1.0] - 2023-08-15

Added

  • Added option to replace nulls in props with undefined via config.react.null_to_undefined_props in config/application.rb #1293

[3.0.0] - 2023-08-14

Breaking Changes

  • Requires separate compilations for server & client bundles if using Shakapacker (see Webpack config) #1274
  • Replaces WebpackManifestContainer, which searched for assets in the webpack manifest, with SeparateServerBundleContainer, which expects a single server bundle file & does not use the webpack manifest at all. #1274
  • Upgrades React-Rails' embedded react to v18.2.0. Uses node polyfill plugin & fast-text-encoder for SSR text encoding. #1290
  • If using Webpacker/Shakapacker, requires upgrading to Shakapacker v7 #1274 and #1285

Changed

  • The react:component generator now generates a function component by default #1271

[2.7.1] - 2023-05-19

Bug Fixes

  • Fix ReactDomClient initialization error during SSR. #1278

[2.7.0] - 2023-05-06

New Features

  • Camelizes keys with primitive values, in addition to hashes #946
  • Expose alternative implementations for ReactUJS.getConstructor #1050
  • Include turbolinks in dev and update webdrivers #1174
  • Add support for multiple require.context with addition of useContexts #1144
  • Update many dependencies

Bug Fixes

  • Fix installation crash caused by absolute path for source_entry_path in default config/webpacker.yml coming from shakapacker version 6.x - #1216
  • Fix warning for loading react-dom in React 18 - #1269

2.6.2

New Features

  • React 16.14

... (truncated)

Commits
  • 0bdeeaf Release 3.2.0
  • 49090a4 Merge pull request #1331 from G-Rath/update-package-jsons
  • 7b4386b chore: remove unused dependency
  • 1afac8c fix: specify yarn as package manager
  • 25e64be chore: sort package.json files
  • c4177d3 update Gemfile.lock
  • 4aa7fb1 Merge pull request #1306 from G-Rath/use-package_json
  • d29a7a4 chore: use stable version of shakapacker
  • c15e6e7 docs: add changelog entry
  • 988b717 chore: use rc version of shakapacker
  • Additional commits viewable in compare view

Updates factory_bot_rails from 6.1.0 to 6.4.3

Release notes

Sourced from factory_bot_rails's releases.

6.4.3

  • Changed: allow sequence definitions for ActiveRecord primary keys (Mike Burns).
  • Changed: Support Ruby 3.0+, Rails 6.1+ (Mike Burns)
  • Documentation improvements (obregonia1).
  • Internal: GitHub Actions improvements (Lorenzo Zabot, ydah).
  • Internal: RubyGems points to changelog (Tilo Sloboda).
  • Internal: Bump standard, rake, activerecord, appraisal, rspec-rails (Mike Burns).

v6.4.2

  • Fixed: Fix Rails 7.1.2 + monkey-patched ActiveRecord compatibility (Adif Sgaid, Benoit Tigeot)
  • Internal: Test against Rails 7.1 (y-yagi)
  • Internal: Fix links to old files after renaming the main branch to main (y-yagi)

6.4.0

No release notes provided.

6.3.0

  • Changed: reject sequence definitions for ActiveRecord primary keys (Sean Doyle).
  • Changed: factory_bot dependency to ~> 6.4 (Mike Burns).
  • Changed: upgrade dependencies (Daniel Colson).
  • Add: projections.json for Rails.vim (Caleb Hearth).
  • Docs: fix broken link (Edu Depetris).
  • Docs: mention Rails generator in docs (Edu Depetris).
  • Docs: fix typo (Yudai Takada).
  • Internal: skip Spring version 2.1.1 due to a bug in that release (Christina Entcheva, Daniel Colson).
  • Internal: test against Rails 6.1 (Antonis Berkakis).
  • Internal: test against Ruby 3 (Daniel Colson).
  • Internal: fewer warnings in Cucumber tests (Daniel Colson).
  • Internal: use GitHub Actions for CI (Mathieu Jobin).
  • Internal: a whole bunch of cleanup (Daniel Colson).
  • Internal: fix CI due to a Bundler output change (Mike Burns).

v6.2.0

  • Changed: factory_bot dependency to ~> 6.2.0
Changelog

Sourced from factory_bot_rails's changelog.

6.4.3 (December 29, 2023)

  • Changed: allow sequence definitions for ActiveRecord primary keys (Mike Burns).
  • Changed: Support Ruby 3.0+, Rails 6.1+ (Mike Burns)
  • Documentation improvements (obregonia1).
  • Internal: GitHub Actions improvements (Lorenzo Zabot, ydah).
  • Internal: RubyGems points to changelog (Tilo Sloboda).
  • Internal: Bump standard, rake, activerecord, appraisal, rspec-rails (Mike Burns).

6.4.2 (November 23, 2023)

  • Fixed: Fix Rails 7.1.2 + monkey-patched ActiveRecord compatibility (Adif Sgaid, Benoit Tigeot)
  • Internal: Test against Rails 7.1 (y-yagi)
  • Internal: Fix links to old files after renaming the main branch to main (y-yagi)

6.4.0 (November 17, 2023)

  • Releasing this for consistency with the factory_bot dependency.

6.3.0 (November 17, 2023)

  • Changed: reject sequence definitions for ActiveRecord primary keys (Sean Doyle).
  • Changed: factory_bot dependency to ~> 6.4 (Mike Burns).
  • Changed: upgrade dependencies (Daniel Colson).
  • Add: projections.json for Rails.vim (Caleb Hearth).
  • Docs: fix broken link (Edu Depetris).
  • Docs: mention Rails generator in docs (Edu Depetris).
  • Docs: fix typo (Yudai Takada).
  • Internal: skip Spring version 2.1.1 due to a bug in that release (Christina Entcheva, Daniel Colson).
  • Internal: test against Rails 6.1 (Antonis Berkakis).
  • Internal: test against Ruby 3 (Daniel Colson).
  • Internal: fewer warnings in Cucumber tests (Daniel Colson).
  • Internal: use GitHub Actions for CI (Mathieu Jobin).
  • Internal: a whole bunch of cleanup (Daniel Colson).
  • Internal: fix CI due to a Bundler output change (Mike Burns).

6.2.0 (May 7, 2021)

  • Changed: factory_bot dependency to ~> 6.2.0
Commits
  • 6b350d1 Bump to 6.4.3 [ci skip]
  • d7d5ae8 Bump rspec-rails from 6.0.1 to 6.1.0
  • 4f13aa8 Bump appraisal from 2.4.1 to 2.5.0
  • ea1ff34 Bump activerecord from 7.0.4.3 to 7.1.2
  • 64a2188 Bump rake from 13.0.6 to 13.1.0
  • 43bba38 Bump standard from 1.27.0 to 1.32.1
  • 7be631f Allow primary key attributes
  • c4638f6 Remove code path for Rails 5.2 support
  • 499635f Be clear about supported Rails and Ruby versions
  • db1aae5 Added dependabot for GitHub Actions and bundler
  • Additional commits viewable in compare view

Updates rails_admin from 1.4.3 to 3.1.2

Changelog

Sourced from rails_admin's changelog.

3.1.2 - 2023-03-23

Full Changelog

Fixed

  • Fix install failing with importmap setup (aca22b6, #3609)
  • Fix to show non-eager-loaded models which are explicitly configured (87c9d5b, #3604)
  • Fix rails_admin.dom_ready event not triggered with jQuery on (2ee43de, 33773d7, #3600)
  • Restore caching in RailsAdmin::Config::Model#excluded? (#3587)
  • Optimize/simplify viable_models file path to class name logic (#3589)

3.1.1 - 2022-12-18

Full Changelog

Changed

  • Relax Font-Awesome dependency to allow Webpacker users to stay on 5.x (3a7f348, #3565)

Removed

  • Remove unused glphyicon assets (#3578)

Fixed

  • Simplify uses of defined? (#3561)
  • Define jQuery object in separate file to support esbuild (#3571)
  • Fix filter box being duplicated on browser back (c6b1893, #3570)
  • Fix sidebar menu expanding horizontally, preventing vertical scroll (9997c10, #3564)

3.1.0 - 2022-11-06

Full Changelog

Fixed

  • Fix to use defer instead of async to ensure script loading order (2a40976, #3513)
  • Improve filter method select box appearance (#3559)

3.1.0.rc2 - 2022-10-02

Full Changelog

Fixed

  • Fix sidebar style broken in attempt to support Bootstrap 5.2 (d7abba4, #3553)

3.1.0.rc - 2022-09-22

... (truncated)

Commits
  • 5a958e4 Version 3.1.2
  • 33773d7 Postpone introduction of the new event name rails_admin:dom_ready
  • aca22b6 Fix install failing with importmap setup
  • 87c9d5b Fix to show non-eager-loaded models which are explicitly configured
  • 2ee43de Change dom_ready event name to use colon as the separator
  • edd9f24 Restore caching in RailsAdmin::Config::Model#excluded? (#3587)
  • e8319bc Update GitHub Actions Badge URL
  • ede9870 Optimize file path to class name conversion (#3589)
  • e83fb0b Switch to the safe navigation operator in spec files (#3588)
  • fa9a96b Fix typo: Envinronment ==> Environment (#3586)
  • Additional commits viewable in compare view

Updates activejob from 5.2.8.1 to 7.0.8.1

Release notes

Sourced from activejob's releases.

7.0.8.1

Active Support

  • No changes.

Active Model

  • No changes.

Active Record

  • No changes.

Action View

  • No changes.

Action Pack

  • Fix possible XSS vulnerability with the translate method in controllers

    CVE-2024-26143

Active Job

  • No changes.

Action Mailer

  • No changes.

Action Cable

  • No changes.

... (truncated)

Commits
  • 506462a Preparing for 7.0.8.1 release
  • 030cd01 update changelog
  • fc734f2 Preparing for 7.0.8 release
  • d84000d Require job used in this test file
  • 3c17dab We expect queue adapters to be objects, no classes
  • ac44103 Merge pull request #47865 from bensheldon/enqueue-error-message
  • f5fd433 Document how to remove to_s deprecation warnings when defaul format is changed
  • 3668b4b Preparing for 7.0.7.2 release
  • 2294b8b Bumping version
  • c92caef Preparing for 7.0.7.1 release
  • Additional commits viewable in compare view

Updates jbuilder from 2.11.2 to 2.11.5

Release notes

Sourced from jbuilder's releases.

v2.11.5

What's Changed

  • Make sure action_view is loaded before using it.

Full Changelog: rails/jbuilder@v2.11.4...v2.11.5

v2.11.4

What's Changed

Full Changelog: rails/jbuilder@v2.11.3...v2.11.4

v2.11.3

What's Changed

Full Changelog: rails/jbuilder@v2.11.2...v2.11.3

Commits
  • c6bda15 Prepare for 2.11.5
  • a3dcf7a Fix gemspec
  • cfda718 Add gemspec metadata
  • 7f3ee7f Make sure the railtie is loaded
  • a2aacff Require Rails frameworks before using
  • 68a0911 Removed CHANGELOG.md now that we are using the release pages
  • a87fad3 Bump for 2.11.4
  • 73bf325 Remove the unwanted #empty call on the collection (#524)
  • 496a2f9 Fix scaffold controller generator with namespace (#512)
  • a8a1741 Add missing CR
  • Additional commits viewable in compare view

Updates lograge from 0.11.2 to 0.14.0

Release notes

Sourced from lograge's releases.

v0.12.0

What's Changed

New Contributors

Full Changelog: roidrage/lograge@v0.11.2...v0.12.0

Changelog

Sourced from lograge's changelog.

0.14.0

  • Add Rails 7.1 dedicated ActiveSupport::Deprecation #365

0.13.0

  • Add Rails 6 memory allocations to default log #355

0.12.0

  • Preserve original Action Cable functionality by using prepend instead of redefining methods #310

  • Return a Rack::BodyProxy from the Rails::Rack::Logger monkey patch, this ensures the same return type as Rails #333

  • Add a new formatter Lograge::Formatters::KeyValueDeep.new to log object with nested key. #282

Commits

Updates webpacker from 5.4.3 to 5.4.4

Changelog

Sourced from webpacker's changelog.

Please note that Webpacker 3.1.0 and 3.1.1 have some serious bugs so please consider using either 3.0.2 or 3.2.0

Please note that Webpacker 4.1.0 has an installer bug. Please use 4.2.0 or above

[6.0.0] - 2021-TBD

Please see UPGRADE GUIDE for more information.

const nodeModules = require('@rails/webpacker/rules/node_modules.js')
environment.loaders.append('nodeModules', nodeModules)
  • If you have added environment.loaders.delete('nodeModules') to your environment.js, this must be removed or you will receive an error (Item nodeModules not found).
  • extract_css option was removed. Webpacker will generate a separate application.css file for the default application pack, as supported by multiple files per entry introduced in 5.0.0. #2608. However, CSS will be inlined when the webpack-dev-server is used with hmr: true. JS package exports inliningCss. This is useful to enable HMR for React.
  • Webpacker's wrapper to the splitChunks() API will now default runtimeChunk: 'single' which will help prevent potential issues when using multiple entry points per page #2708.
  • Changes @babel/preset-env modules option to 'auto' per recommendation in the Babel docs #2709
  • Adds experimental Yarn 2 support. Note you must manually set nodeLinker: node-modules in your .yarnrc.yml.
  • Fixes dev server issues #2898
  • Update static files path to from media/ to static/.

Breaking changes

  • Renamed /bin/webpack to /bin/webpacker and /bin/webpack-dev-server to bin/webpacker-dev-server to avoid confusion with underlying webpack executables.
  • Removed integration installers
  • Splitchunks enabled by default
  • CSS extraction enabled by default, except when devServer is configured and running
Commits

Updates web-console from 3.7.0 to 4.2.1

Release notes

Sourced from web-console's releases.

4.2.1

What's Changed

  • Support to Rails 7.1
  • Support to Rack 3.0

New Contributors

Full Changelog: rails/web-console@v4.2.0...v4.2.1

4.2.0

4.1.0

  • #304 Add...

    Description has been truncated

…rails, factory_bot_rails, rails_admin, activejob, jbuilder, lograge, webpacker, web-console, simple_form, actionview, jquery-rails and capybara

Bumps [jquery-ui-rails](https://github.com/joliss/jquery-ui-rails), [rails](https://github.com/rails/rails), [sass-rails](https://github.com/rails/sass-rails), [coffee-rails](https://github.com/rails/coffee-rails), [devise](https://github.com/heartcombo/devise), [react-rails](https://github.com/reactjs/react-rails), [factory_bot_rails](https://github.com/thoughtbot/factory_bot_rails), [rails_admin](https://github.com/sferik/rails_admin), [activejob](https://github.com/rails/rails), [jbuilder](https://github.com/rails/jbuilder), [lograge](https://github.com/roidrage/lograge), [webpacker](https://github.com/rails/webpacker), [web-console](https://github.com/rails/web-console), [simple_form](https://github.com/heartcombo/simple_form), [actionview](https://github.com/rails/rails), [jquery-rails](https://github.com/rails/jquery-rails) and [capybara](https://github.com/teamcapybara/capybara). These dependencies needed to be updated together.

Updates `jquery-ui-rails` from 6.0.1 to 7.0.0
- [Release notes](https://github.com/joliss/jquery-ui-rails/releases)
- [Changelog](https://github.com/jquery-ui-rails/jquery-ui-rails/blob/master/History.md)
- [Commits](jquery-ui-rails/jquery-ui-rails@v6.0.1...v7.0.0)

Updates `rails` from 5.2.8.1 to 7.0.8.1
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](rails/rails@v5.2.8.1...v7.0.8.1)

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

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

Updates `devise` from 4.7.3 to 4.9.3
- [Release notes](https://github.com/heartcombo/devise/releases)
- [Changelog](https://github.com/heartcombo/devise/blob/main/CHANGELOG.md)
- [Commits](heartcombo/devise@v4.7.3...v4.9.3)

Updates `react-rails` from 2.6.1 to 3.2.0
- [Release notes](https://github.com/reactjs/react-rails/releases)
- [Changelog](https://github.com/reactjs/react-rails/blob/master/CHANGELOG.md)
- [Commits](reactjs/react-rails@v2.6.1...v3.2.0)

Updates `factory_bot_rails` from 6.1.0 to 6.4.3
- [Release notes](https://github.com/thoughtbot/factory_bot_rails/releases)
- [Changelog](https://github.com/thoughtbot/factory_bot_rails/blob/main/NEWS.md)
- [Commits](thoughtbot/factory_bot_rails@v6.1.0...v6.4.3)

Updates `rails_admin` from 1.4.3 to 3.1.2
- [Changelog](https://github.com/railsadminteam/rails_admin/blob/master/CHANGELOG.md)
- [Commits](railsadminteam/rails_admin@v1.4.3...v3.1.2)

Updates `activejob` from 5.2.8.1 to 7.0.8.1
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.1.3.2/activejob/CHANGELOG.md)
- [Commits](rails/rails@v5.2.8.1...v7.0.8.1)

Updates `jbuilder` from 2.11.2 to 2.11.5
- [Release notes](https://github.com/rails/jbuilder/releases)
- [Commits](rails/jbuilder@v2.11.2...v2.11.5)

Updates `lograge` from 0.11.2 to 0.14.0
- [Release notes](https://github.com/roidrage/lograge/releases)
- [Changelog](https://github.com/roidrage/lograge/blob/master/CHANGELOG.md)
- [Commits](roidrage/lograge@v0.11.2...v0.14.0)

Updates `webpacker` from 5.4.3 to 5.4.4
- [Changelog](https://github.com/rails/webpacker/blob/master/CHANGELOG.md)
- [Commits](rails/webpacker@v5.4.3...v5.4.4)

Updates `web-console` from 3.7.0 to 4.2.1
- [Release notes](https://github.com/rails/web-console/releases)
- [Changelog](https://github.com/rails/web-console/blob/main/CHANGELOG.markdown)
- [Commits](rails/web-console@v3.7.0...v4.2.1)

Updates `simple_form` from 5.1.0 to 5.3.0
- [Release notes](https://github.com/heartcombo/simple_form/releases)
- [Changelog](https://github.com/heartcombo/simple_form/blob/main/CHANGELOG.md)
- [Commits](heartcombo/simple_form@v5.1.0...v5.3.0)

Updates `actionview` from 5.2.8.1 to 7.0.8.1
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.1.3.2/actionview/CHANGELOG.md)
- [Commits](rails/rails@v5.2.8.1...v7.0.8.1)

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

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

---
updated-dependencies:
- dependency-name: jquery-ui-rails
  dependency-type: direct:production
- dependency-name: rails
  dependency-type: direct:production
- dependency-name: sass-rails
  dependency-type: direct:production
- dependency-name: coffee-rails
  dependency-type: direct:production
- dependency-name: devise
  dependency-type: direct:production
- dependency-name: react-rails
  dependency-type: direct:production
- dependency-name: factory_bot_rails
  dependency-type: direct:development
- dependency-name: rails_admin
  dependency-type: direct:production
- dependency-name: activejob
  dependency-type: direct:production
- dependency-name: jbuilder
  dependency-type: direct:production
- dependency-name: lograge
  dependency-type: direct:production
- dependency-name: webpacker
  dependency-type: direct:production
- dependency-name: web-console
  dependency-type: direct:development
- dependency-name: simple_form
  dependency-type: direct:production
- dependency-name: actionview
  dependency-type: direct:production
- dependency-name: jquery-rails
  dependency-type: direct:production
- dependency-name: capybara
  dependency-type: direct:development
...

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 Apr 1, 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 ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants