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, sass-rails and coffee-rails #5

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 Jul 13, 2023

Bumps jquery-rails, rails, sass-rails and coffee-rails. These dependencies needed to be updated together.
Updates jquery-rails from 3.1.5 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.2.0 to 7.0.6

Release notes

Sourced from rails's releases.

7.0.6

Active Support

  • Fix EncryptedConfiguration returning incorrect values for some Hash methods

    Hartley McGuire

  • Fix arguments being destructed Enumerable#many? with block.

    Andrew Novoselac

  • Fix humanize for strings ending with id.

    fatkodima

Active Model

  • No changes.

Active Record

  • Fix autosave associations with validations added on :base of the associated objects.

    fatkodima

  • Fix result with anonymous PostgreSQL columns of different type from json.

    Oleksandr Avoiants

  • Preserve timestamp when setting an ActiveSupport::TimeWithZone value to timestamptz attribute.

    fatkodima

  • Fix where on association with has_one/has_many polymorphic relations.

    Before:

    Treasure.where(price_estimates: PriceEstimate.all)
    #=> SELECT (...) WHERE "treasures"."id" IN (SELECT "price_estimates"."estimate_of_id" FROM "price_estimates")

    Later:

    Treasure.where(price_estimates: PriceEstimate.all)
    #=> SELECT (...) WHERE "treasures"."id" IN (SELECT "price_estimates"."estimate_of_id" FROM "price_estimates" WHERE "price_estimates"."estimate_of_type" = 'Treasure')

... (truncated)

Commits
  • 593893c Preparing for 7.0.6 release
  • e4509c6 Fix yarn.lock
  • 4aa2446 Update CHANGELOG
  • 0b89567 Avoid creating match object when checking for illegal header value
  • be7cde2 Merge pull request #48588 from zzak/7-0-backport-f1cdfc0
  • 9ae3da1 Fix rubocop warning
  • 8e37f2b Merge branch '7-0-sec' into 7-0-stable
  • cdd14ce Preparing for 7.0.5.1 release
  • 93b9c74 update changelog
  • c9ab9b3 Added check for illegal HTTP header value in redirect_to
  • Additional commits viewable in compare view

Updates sass-rails from 3.2.6 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 coffee-rails from 3.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.

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

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

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 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.

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

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

Updates `rails` from 3.2.0 to 7.0.6
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](rails/rails@v3.2.0...v7.0.6)

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

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

---
updated-dependencies:
- dependency-name: jquery-rails
  dependency-type: direct:production
- dependency-name: rails
  dependency-type: direct:production
- dependency-name: sass-rails
  dependency-type: direct:development
- dependency-name: coffee-rails
  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 Jul 13, 2023
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