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

Update dependency django-webpack-loader to v3 #1152

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 30, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
django-webpack-loader ^0.7.0 -> ^3.0.0 age adoption passing confidence

Release Notes

django-webpack/django-webpack-loader (django-webpack-loader)

v3.1.1

Compare Source

  • Add support for Django 5.1

v3.1.0

Compare Source

Support webpack_asset template tag to render transformed assets URL: {% webpack_asset 'path/to/original/file' %} == "/static/assets/resource-3c9e4020d3e3c7a09c68.txt"

v3.0.1

Compare Source

Added skip_common_chunks option to the get_files() template tag.

v3.0.0

Compare Source

v2.0.1

Compare Source

  • Add support for Django 4.2

v2.0.0

Compare Source

  • Update examples to use webpack-bundle-tracker@2.0.0 API and keep version parity with it
  • Update Django to 3.2.19
  • Add mocked get_assets method to FakeWebpackLoader for usage in tests

v1.8.1

Compare Source

  • Add a FakeWebpackLoader for running tests

v1.8.0

Compare Source

  • Add compatibility for Django 4.1 and Python 3.10

v1.7.0

Compare Source

  • Bump django to 3.2.15

v1.6.0

Compare Source

  • Add a setting to configure skip common chunks behaviour globally
  • Bump django from 3.2.12 to 3.2.13
  • Add support for Django 4.0

v1.5.0

Compare Source

  • Added support for Subresource Integrity
  • Bump django from 3.2.7 to 3.2.12
  • Fix get_files on readme
  • Use r-prefixed strings in IGNORE
  • Fix small typo in README.md
  • Use assertNotEqual instead of assertNotEquals for Python 3.11 compatibility
  • Readme revamp

v1.4.1

Compare Source

v1.4.0

Compare Source

  • Bump django from 3.2.4 to 3.2.5 #​299
  • Add issue templates #​293
  • Add skip_common_chunks functionality #​297

v1.3.0

Compare Source

  • Add option for rel="preload" in JS/CSS tags #​203
  • Add option for extension appending in the url files #​135
  • Fixes RemovedInDjango41Warning #​290
  • Applies IGNORE setting before checking assets #​286
  • Removed type from link and script tags per #​152

NOTE: Skipped version 1.2.0 to match webpack-bundle-tracker version

v1.1.0

Compare Source

  • Added compatibility with webpack-bundle-tracker@1.1.0
  • Removes bower references in project
  • Fix jinja configuration example in README.md

v1.0.0

Compare Source

  • Added support for custom loader classes
  • Added compatibility with webpack-bundle-tracker@1.0.0-alpha.1
  • Updated and corrected examples
  • Updated Python and Django supported versions on tests

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone US/Eastern, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/django-webpack-loader-3.x branch from 7f6734c to 1848df4 Compare September 21, 2024 10:27
@renovate renovate bot force-pushed the renovate/django-webpack-loader-3.x branch from 1848df4 to 28965c8 Compare September 26, 2024 23:07
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.

0 participants