Skip to content

Conversation

dependabot-preview[bot]
Copy link

@dependabot-preview dependabot-preview bot commented Dec 31, 2019

Bumps django-compressor from 2.2 to 2.4.

Changelog

Sourced from django-compressor's changelog.

v2.4 (2019-12-02)

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

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)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Dec 31, 2019
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/django-compressor-2.4 branch from 71e5b77 to a536f94 Compare March 26, 2021 13:18
@dependabot-preview
Copy link
Author

Superseded by #86.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/django-compressor-2.4 branch April 19, 2021 05:27
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