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 #4

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 4, 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.5.1

Changelog

Sourced from jquery-rails's changelog.

unreleased

  • update jquery to 3.6.1
  • update jquery-usj 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

4.2.1

  • update jquery to 3.1.0

... (truncated)

Commits
  • 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]
  • 5cb8af2 Release v4.5.0 with jQuery 3.6.0
  • 8cd051a Update jQuery to 3.6.0
  • a8b003d Release v4.4.0
  • 90826fd Bump jQuery version to 3.5.1
  • ad3227e Test against latest Ruby versions
  • 6361d43 Merge pull request #269 from repinel/fix-unescape-js
  • Additional commits viewable in compare view

Updates rails from 3.2.0 to 7.0.4.3

Release notes

Sourced from rails's releases.

v7.0.4.3

Active Support

Active Model

  • No changes.

Active Record

  • No changes.

Action View

  • Ignore certain data-* attributes in rails-ujs when element is contenteditable

    [CVE-2023-23913]

Action Pack

  • No changes.

Active Job

  • No changes.

Action Mailer

  • No changes.

Action Cable

... (truncated)

Commits
  • c15ee6e Preparing for 7.0.4.3 release
  • 73009ea Ignore certain data-* attributes in rails-ujs when element is contenteditable
  • 3468503 Implement SafeBuffer#bytesplice
  • 7c70791 Version 7.0.4.2
  • 1d6de16 Merge pull request #47087 from jhawthorn/cookie_domain
  • 23e0345 Version 7.0.4.1
  • d7aba06 Make sanitize_as_sql_comment more strict
  • 8d82687 Avoid regex backtracking on If-None-Match header
  • 2164d4f Avoid regex backtracking in Inflector.underscore
  • cd46b0e Use string#split instead of regex for domain parts
  • 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.5.1
- [Changelog](https://github.com/rails/jquery-rails/blob/master/CHANGELOG.md)
- [Commits](rails/jquery-rails@v3.1.5...v4.5.1)

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

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 May 4, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 13, 2023

Superseded by #5.

@dependabot dependabot bot closed this Jul 13, 2023
@dependabot dependabot bot deleted the dependabot/bundler/jquery-rails-and-rails-and-sass-rails-and-coffee-rails-4.5.1 branch July 13, 2023 22:15
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