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 django-compressor from 2.2 to 2.4 in /cvat/requirements #1720

Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jun 16, 2020

Bumps django-compressor from 2.2 to 2.4.

Changelog

Sourced from django-compressor's changelog.

v2.4 (2019-12-31)

Full Changelog <https://github.com/django-compressor/django-compressor/compare/2.3...2.4>_

  • Add support for Django 3.0 (#950, #967)
  • Officially support Python 3.8 (#967)
  • Add better support for JS strict mode and validation (#952)
  • Add support for rel=preload (#951)
  • Add support for Calmjs (#957)

Note: in 2.3, a new setting COMPRESS_FILTERS has been introduced that combines the existing COMPRESS_CSS_FILTERS and COMPRESS_JS_FILTERS. The latter are now deprecated. See the docs <https://django-compressor.readthedocs.io/en/stable/settings/#django.conf.settings.COMPRESS_FILTERS>_ on how to use the new setting, the conversion is straightforward.

v2.3 (2019-05-31)

Full Changelog <https://github.com/django-compressor/django-compressor/compare/2.2...2.3>_

  • Drop support for Django 1.8, 1.9 and 1.10
  • Add support for Django 2.1 and 2.2, as well as Python 3.7
  • Update all dependencies. This required minor code changes, you might need to update some optional dependencies if you use any
  • Allow the mixed use of JS/CSS in Sekizai's templatetags {% addtoblock "js" %} and {% addtoblock "css" %} (#891)
  • Allow the implementation of new types other than css and js. (#900)
  • Update jinja2 extension to behave similar to the django tag (#899)
  • Fix crash in offline compression when child nodelist is None, again (#605)
  • Support STATIC_URL and COMPRESS_URL being string-like objects
  • Improve compress command memory usage (#870)
  • Ensure generated file always contains a base name (#775)
  • Add BrotliCompressorFileStorage (#867)
Commits
  • 6ac42ad Merge branch 'develop'
  • c02b3df Merge pull request #964 from albertyw/release
  • 9c988ab Tweak 2.4 release notes. Add note about COMPRESS_FILTERS that was added in 2.3.
  • 27ab0b4 Merge pull request #978 from albertyw/update-django-appconf
  • ef58524 Release v2.4
  • 3445db7 Update django-appconf
  • 33ca8eb Merge pull request #967 from albertyw/add-support
  • 14c4f9a Remove django 2.1 deprecation
  • 3db1c6e Use a fork of django-classy-tags to get django 3.0 support
  • 4dfca68 Update django-sekizai package to 1.0.0
  • Additional commits viewable in compare view

Dependabot compatibility score

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)
  • @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
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@coveralls
Copy link

coveralls commented Jun 16, 2020

Pull Request Test Coverage Report for Build 5803

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.04%) to 65.795%

Totals Coverage Status
Change from base Build 5800: 0.04%
Covered Lines: 10924
Relevant Lines: 16207

💛 - Coveralls

@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/cvat/requirements/django-compressor-2.4 branch from b926c47 to 989deb5 Compare June 16, 2020 11:31
@nmanovic nmanovic merged commit 587ca4d into develop Jun 16, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/pip/cvat/requirements/django-compressor-2.4 branch June 16, 2020 12:31
frndmg pushed a commit to signatrix/cvat that referenced this pull request Aug 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants