Skip to content

Bump django-compressor from 2.2 to 2.4.1 #86

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Bumps django-compressor from 2.2 to 2.4.1.

Changelog

Sourced from django-compressor's changelog.

v2.4.1 (2021-04-17)

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

  • Raise proper DeprecationWarning for COMPRESS_FILTERS and COMPRESS_CSS_FILTERS

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
  • 273ff4a Bump version to 2.4.1
  • 4faea99 Don't use f-strings to keep compatibility with Python 3.5
  • 064ceea Add DeprecationWarning for COMPRESS_CSS_FILTERS / COMPRESS_JS_FILTERS
  • 87418b5 Add 2.4.1 changelog (cherry-pick from develop branch)
  • 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
  • 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)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Apr 19, 2021
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