commonknowledge / groundwork-starter-template

Starter repository for Groundwork projects
2 stars 1 forks source link

Bump django-vite from 1.2.1 to 2.0.2 #33

Open dependabot[bot] opened 2 years ago

dependabot[bot] commented 2 years ago

Bumps django-vite from 1.2.1 to 2.0.2.

Release notes

Sourced from django-vite's releases.

2.0.2

  • Make sure DJANGO_VITE_STATIC_URL finish with a trailing '/'

2.0.1

  • Add trailing '/' in DJANGO_VITE_STATIC_URL

2.0.0

  • Use pathlib.path to handle paths.
  • Remove async and defer as default attributes.
  • Add crossorigin default attribute.
  • Cusomize attributes using Python kwargs.

1.4.0

What's Changed

New Contributors

Full Changelog: https://github.com/MrBin99/django-vite/compare/1.3.0...1.4.0

1.3.0

What's Changed

New Contributors

Full Changelog: https://github.com/MrBin99/django-vite/compare/1.2.1...1.3.0

Commits
  • 92efbc3 build(version): bump version to 2.0.2
  • fbc67a8 fix: make sure 'DJANGO_VITE_STATIC_URL' finish with a trailing '/'
  • ed9ec9f build(version): bump version to 2.0.1
  • 0ae4a56 fix: trailing '/' in DJANGO_VITE_STATIC_URL
  • b7e241e ci: fix error in actions
  • 1741eeb build(version): bump version to 2.0.0
  • 0b47375 docs: add new way to handle custom tag attributes
  • 1cb5951 feat: add custom attributes using kwargs
  • 40016a1 fix: remove async and defer cause Vite produce module scripts
  • ed89684 feat: add by default a "crossorigin" attributes on scripts
  • 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)