Skip to content

Bump rack-cors, sprockets, rails, paper_trail, sass-rails and responders#350

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/bundler/rack-cors-and-sprockets-and-rails-and-paper_trail-and-sass-rails-and-responders-1.1.0
Closed

Bump rack-cors, sprockets, rails, paper_trail, sass-rails and responders#350
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/bundler/rack-cors-and-sprockets-and-rails-and-paper_trail-and-sass-rails-and-responders-1.1.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2019

Bumps rack-cors, sprockets, rails, paper_trail, sass-rails and responders. These dependencies needed to be updated together.

Updates rack-cors from 1.0.6 to 1.1.0

Changelog

Sourced from rack-cors's changelog.

1.1.0 - 2019-11-19

Changed

  • Use Rack::Utils.escape_path instead of Rack::Utils.escape
  • Require Rack 2.0 for escape_path method
  • Don't try to clean path if invalid.
  • Return 400 (Bad Request) on preflights with invalid path
Commits
  • c8f9a61 Return 400 on preflight for invalid requests
  • ed91aef Don’t attempt to clean path if it is invalid
  • f971f24 Check to see if path is valid before cleaning
  • See full diff in compare view

Updates sprockets from 2.12.5 to 4.0.0

Release notes

Sourced from sprockets's releases.

v3.7.0

  • Deprecated interfaces now emit deprecation warnings #345

v3.6.3

  • Faster asset lookup in large directories #336
  • Faster PathUtils.match_path_extname rails/sprockets@697269c
  • Fixed uglifier comment stripping #326
  • Error messages now show load path info #313

v3.6.2

Performance improvements.

3.6.1

Some performance improvements

3.6.0

  • Add Manifest#find_sources to return the source of the compiled assets.
  • Fix the list of compressable mime types.
  • Improve performance of the FileStore cache.

3.5.2

  • Fix JRuby bug with concurrent-ruby.
  • Fix disabling gzip generation in cached environments.

3.5.1

Fix gzip asset generation for assets already on disk.

3.5.0

  • Reintroduce Gzip file generation for non-binary assets.

3.4.1

  • PathUtils::Entries will no longer error on an empty directory.

3.4.0

Expose method to override the sass cache in the SassProcessor.

3.3.5

  • Fix bug related to absolute path being reintroduced into history cache #141.

3.3.4

  • Relative cache contents now work with windows.

3.3.3

  • Remove more absolute paths from cache contents.

3.3.2

  • Fix cache contents to use relative paths instead of absolute paths.
... (truncated)
Changelog

Sourced from sprockets's changelog.

4.0.0

  • Fixes for Ruby 2.7 keyword arguments warnings #625
  • Manifest files are sorted alphabetically #626

4.0.0.beta10

4.0.0.beta9

  • Minimum Ruby version for Sprockets 4 is now 2.5+ which matches minimum ruby verision of Rails #604
  • Fix threading bug introduced in Sprockets 4 #603
  • Warn when two potential manifest files exist. #560

4.0.0.beta8

4.0.0.beta7

  • Fix a year long bug that caused Sprockets::FileNotFound errors when the asset was present #547
  • Raise an error when two assets such as foo.js and foo.js.erb would produce the same output artifact (foo.js) [#549 #530]
  • Process *.jst.eco.erb files with ERBProcessor

4.0.0.beta6

  • Fix source map line offsets #515
  • Return a 400 Bad Request when the path encoding is invalid. #514

4.0.0.beta5

  • Reduce string allocations
  • Source map metadata uses compressed form specified by the source map v3 spec. #402 [BREAKING]
  • Generate index maps when decoding source maps isn't necessary. #402
  • Remove fingerprints from source map files. #402

4.0.0.beta4

  • Changing the version now busts the digest of all assets #404
  • Exporter interface added #386
  • Using ENV vars in templates will recompile templates when the env vars change. #365
  • Source maps for imported sass files with sassc is now fixed #391
  • Load paths now in error messages #322
  • Cache key added to babel processor #387
  • Environment#find_asset! can now be used to raise an exception when asset could not be found #379

4.0.0.beta3

... (truncated)
Commits

Updates rails from 4.2.11 to 5.2.4

Release notes

Sourced from rails's releases.

5.2.4

Active Support

  • Make ActiveSupport::Logger Fiber-safe. Fixes #36752.

    Use Fiber.current.__id__ in ActiveSupport::Logger#local_level= in order
    to make log level local to Ruby Fibers in addition to Threads.

    Example:

    logger = ActiveSupport::Logger.new(STDOUT)
    logger.level = 1
    p "Main is debug? #{logger.debug?}"
    
    Fiber.new {
      logger.local_level = 0
      p "Thread is debug? #{logger.debug?}"
    }.resume
    
    p "Main is debug? #{logger.debug?}"
    

    Before:

    Main is debug? false
    Thread is debug? true
    Main is debug? true
    

    After:

    Main is debug? false
    Thread is debug? true
    Main is debug? false
    

    Alexander Varnin

Active Model

  • Type cast falsy boolean symbols on boolean attribute as false.

    Fixes #35676.

    Ryuta Kamizono

Active Record

  • Fix circular autosave: true causes invalid records to be saved.
... (truncated)
Commits
  • 8bec77c Preparing for 5.2.4 release
  • 9e2a341 Preparing for 5.2.4.rc1 release
  • c192bc3 Work with old versions of sidekiq
  • 21cdceb Support Ruby 2.2
  • 0e54ed1 Make the tests pass in versions of ruby that don't support sprockets 4
  • c11581e Use rails() instead of system()
  • 606cd4f Sprockets uses debug. not self. now
  • f3993f9 Link .js from manifest.js in assets_test
  • c2abbce Remove a javascript from test
  • aeadae2 Use a stylesheet instead of a javascript in test
  • Additional commits viewable in compare view

Updates paper_trail from 3.0.9 to 10.3.1

Release notes

Sourced from paper_trail's releases.

v7.0.0

No release notes provided.

v6.0.2

No release notes provided.

v6.0.1

No release notes provided.

6.0.0

See changelog

v5.2.3

See CHANGELOG.md

v5.2.2

No release notes provided.

v5.2.1

No release notes provided.

v5.2.0

No release notes provided.

v5.1.1

See CHANGELOG.md

v5.1.0

See CHANGELOG.md

v5.0.1

No release notes provided.

v5.0.0

No release notes provided.

v4.2.0

See CHANGELOG.md

v4.1.0

See CHANGELOG.md

v4.0.2

See CHANGELOG.md

v4.0.1

See CHANGELOG.md

v4.0.0

See CHANGELOG.md

... (truncated)
Changelog

Sourced from paper_trail's changelog.

10.3.1 (2019-07-31)

Breaking Changes

  • None

Added

  • None

Fixed

  • None

Dependencies

  • #1213 - Allow
    contributors to install incompatible versions of ActiveRecord.
    See discussion in paper_trail/compatibility.rb

10.3.0 (2019-04-09)

Breaking Changes

  • None

Added

  • #1194 -
    Added a 'limit' option to has_paper_trail, allowing models to override the
    global PaperTrail.config.version_limit setting.

Fixed

  • #1196 -
    In the installation migration, change versions.item_id from 4 byte integer
    to 8 bytes (bigint).

10.2.1 (2019-03-14)

Breaking Changes

  • None

Added

  • None

Fixed

... (truncated)
Commits
  • ab0846a Merge pull request #1217 from paper-trail-gem/release-10.3.1
  • 392b14b Release 10.3.1
  • 167579b Merge branch 'master' into release-10.3.1
  • 3127d71 Merge pull request #1216 from paper-trail-gem/allow_incompatible_activerecord
  • a107146 Allow incompatible versions of ActiveRecord
  • 22e941c Merge pull request #1215 from paper-trail-gem/travis_broke_mysql
  • 657f5dd Temporarily constrain rails 6 to < rc2
  • 1188764 Temporarily allow mysql builds to fail
  • 514c53f Merge pull request #1214 from oicitrapdraz/clean-generators
  • dd9aa1d refactor: remove unused generator
  • Additional commits viewable in compare view

Updates sass-rails from 4.0.5 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.
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 responders from 2.4.0 to 3.0.0

Changelog

Sourced from responders's changelog.

3.0.0

  • Remove support for Rails 4.2
  • Remove support for Ruby < 2.4

2.4.1

  • Add support for Rails 6 beta
Commits
  • ac560d9 Prepare to 3.0.0
  • 02a1807 Remove code to support Rails 4.2
  • e056769 Configure rubocop and autocorrect everything
  • 7178ad1 Happy new year 🎉
  • 4f71b16 Update CHANGELOG [ci skip]
  • a649df5 Make sure the template being rendered matches the media type
  • eabbd11 Check the media type instead of content type
  • 0937821 Fix minitest warnings
  • be15d2d Remove support to Rails 4.2
  • 67b8a12 Test against released rack
  • 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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [rack-cors](https://github.com/cyu/rack-cors), [sprockets](https://github.com/rails/sprockets), [rails](https://github.com/rails/rails), [paper_trail](https://github.com/airblade/paper_trail), [sass-rails](https://github.com/rails/sass-rails) and [responders](https://github.com/plataformatec/responders). These dependencies needed to be updated together.

Updates `rack-cors` from 1.0.6 to 1.1.0
- [Release notes](https://github.com/cyu/rack-cors/releases)
- [Changelog](https://github.com/cyu/rack-cors/blob/master/CHANGELOG.md)
- [Commits](cyu/rack-cors@v1.0.6...v1.1.0)

Updates `sprockets` from 2.12.5 to 4.0.0
- [Release notes](https://github.com/rails/sprockets/releases)
- [Changelog](https://github.com/rails/sprockets/blob/master/CHANGELOG.md)
- [Commits](rails/sprockets@v2.12.5...v4.0.0)

Updates `rails` from 4.2.11 to 5.2.4
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](rails/rails@v4.2.11...v5.2.4)

Updates `paper_trail` from 3.0.9 to 10.3.1
- [Release notes](https://github.com/airblade/paper_trail/releases)
- [Changelog](https://github.com/paper-trail-gem/paper_trail/blob/master/CHANGELOG.md)
- [Commits](paper-trail-gem/paper_trail@v3.0.9...v10.3.1)

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

Updates `responders` from 2.4.0 to 3.0.0
- [Release notes](https://github.com/plataformatec/responders/releases)
- [Changelog](https://github.com/plataformatec/responders/blob/master/CHANGELOG.md)
- [Commits](heartcombo/responders@v2.4.0...v3.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 2, 2019
@straleyb
Copy link
Copy Markdown
Contributor

straleyb commented Dec 2, 2019

@wickr Im not sure we want to go about updating the app like this. Especially with a rails bump.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Dec 31, 2019

Superseded by #354.

@dependabot dependabot bot closed this Dec 31, 2019
@dependabot dependabot bot deleted the dependabot/bundler/rack-cors-and-sprockets-and-rails-and-paper_trail-and-sass-rails-and-responders-1.1.0 branch December 31, 2019 20:40
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.

1 participant