mblayman / homeschool

An app for homeschool planning
MIT License
225 stars 60 forks source link

Bump django-hijack from 3.4.5 to 3.5.4 #1156

Closed dependabot[bot] closed 4 days ago

dependabot[bot] commented 5 days ago

Bumps django-hijack from 3.4.5 to 3.5.4.

Release notes

Sourced from django-hijack's releases.

3.5.4

Fix django-hijack/django-hijack#706 -- Rename file extension from mjs to js Older versions of tools like whitenoise don't correctly guess the mjs mime type and return a generic mime type. Modern browsers will prevent those files to be executed as JavaScript modules.

Full Changelog: https://github.com/django-hijack/django-hijack/compare/3.5.3...3.5.4

3.5.3

What's Changed

Full Changelog: https://github.com/django-hijack/django-hijack/compare/3.5.2...3.5.3

3.5.2

What's Changed

New Contributors

Full Changelog: https://github.com/django-hijack/django-hijack/compare/3.5.1...3.5.2

3.5.1

What's Changed

Full Changelog: https://github.com/django-hijack/django-hijack/compare/3.5.0...3.5.1

3.5.0 -- Baseline 2023

Baseline 2023 is a set of features that are new natively supported by the majority of all browsers currently in usage. It provides a good target for frontend code. It also enables us to drop plenty legacy code and bundling tools, see also: https://web.dev/baseline/2023

What's Changed

  • drop Webpack
  • drop postcss
  • drop Sass
  • drop setuptools
  • add pyproject.toml (PEP518, PEP621)
  • convert JavaScript code to ESM
  • add Jest test suite and tests for all JS code
  • utilize CSS nesting and CSS variables
  • drop Django 3.2 support (EOL)

... (truncated)

Commits
  • decd559 Fix #706 -- Rename file extension from mjs to js
  • 806fafb Adapt wording and translations (#681)
  • 966bf26 Execute apt with sudo priviliges
  • f31b7f4 Add missing gettext dependency to auto-build process
  • 7e79321 Publishto PyPI via a Trusted Publisher
  • 01e1ec9 Change documentation URL to HTTPS
  • 0c8f003 Bump ruff from 0.4.9 to 0.4.10
  • 485799d Bump ws from 8.17.0 to 8.17.1
  • 68dcd3a Bump braces from 3.0.2 to 3.0.3
  • 0b0820a Bump ruff from 0.4.8 to 0.4.9 (#694)
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)