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-hijack to v3 #1151

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-hijack (changelog) ^2.1.10 -> ^3.0.0 age adoption passing confidence

Release Notes

django-hijack/django-hijack (django-hijack)

v3.7.0

Compare Source

What's Changed

Full Changelog: django-hijack/django-hijack@3.6.2...3.7.0

v3.6.2

Compare Source

What's Changed

New Contributors

Full Changelog: django-hijack/django-hijack@3.6.1...3.6.2

v3.6.1

Compare Source

What's Changed

Full Changelog: django-hijack/django-hijack@3.6.0...3.6.1

v3.6.0

Compare Source

What's Changed

Full Changelog: django-hijack/django-hijack@3.5.4...3.6.0

v3.5.4

Compare Source

Fix https://github.com/django-hijack/django-hijack/issues/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: django-hijack/django-hijack@3.5.3...3.5.4

v3.5.3

Compare Source

What's Changed

Full Changelog: django-hijack/django-hijack@3.5.2...3.5.3

v3.5.2

Compare Source

What's Changed

New Contributors

Full Changelog: django-hijack/django-hijack@3.5.1...3.5.2

v3.5.1

Compare Source

What's Changed

Full Changelog: django-hijack/django-hijack@3.5.0...3.5.1

v3.5.0: -- Baseline 2023

Compare Source

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)
  • switch linting suite to Ruff
  • Ensure transaction.atomic is against the db with the User model. by @​hackoder in https://github.com/django-hijack/django-hijack/pull/651

New Contributors

Full Changelog: django-hijack/django-hijack@3.4.5...3.5.0

v3.4.5

Compare Source

What's Changed

New Contributors

Full Changelog: django-hijack/django-hijack@3.4.4...3.4.5

v3.4.4

Compare Source

What's Changed

New Contributors

Full Changelog: django-hijack/django-hijack@3.4.3...3.4.4

v3.4.3

Compare Source

What's Changed

New Contributors

Full Changelog: django-hijack/django-hijack@3.4.2...3.4.3

v3.4.2

Compare Source

What's Changed

New Contributors

Full Changelog: django-hijack/django-hijack@3.4.1...3.4.2

v3.4.1

Compare Source

What's Changed

Full Changelog: django-hijack/django-hijack@3.4.0...3.4.1

v3.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: django-hijack/django-hijack@3.3.0...3.4.0

v3.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: django-hijack/django-hijack@3.2.7...3.3.0

v3.2.7

Compare Source

What's Changed

New Contributors

Full Changelog: django-hijack/django-hijack@3.2.6...3.2.7

v3.2.6

Compare Source

What's Changed

Full Changelog: django-hijack/django-hijack@3.2.5...3.2.6

v3.2.5

Compare Source

What's Changed

Full Changelog: django-hijack/django-hijack@3.2.4...3.2.5

v3.2.4

Compare Source

What's Changed

Full Changelog: django-hijack/django-hijack@3.2.3...3.2.4

v3.2.3

Compare Source

What's Changed

Full Changelog: django-hijack/django-hijack@3.2.2...3.2.3

v3.2.2

Compare Source

What's Changed

New Contributors

Full Changelog: django-hijack/django-hijack@3.2.1...3.2.2

v3.2.1

Compare Source

What's Changed

New Contributors

Full Changelog: django-hijack/django-hijack@3.2.0...3.2.1

v3.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: django-hijack/django-hijack@3.1.6...3.2.0

v3.1.6

Compare Source

What's Changed

New Contributors

Full Changelog: django-hijack/django-hijack@3.1.5...3.1.6

v3.1.5

Compare Source

What's Changed

Full Changelog: django-hijack/django-hijack@3.1.4...3.1.5

v3.1.4

Compare Source

What's Changed

Full Changelog: django-hijack/django-hijack@3.1.3...3.1.4

v3.1.3

Compare Source

What's Changed

Full Changelog: django-hijack/django-hijack@3.1.2...3.1.3

v3.1.2

Compare Source

  • Improve the Spanish translations (#​360)

v3.1.1

Compare Source

  • Do not modify global settings inside a test (#​354)

v3.1.0

Compare Source

  • Allow skipping the hijack notification injection (#​348)

v3.0.4

Compare Source

v3.0.3

Compare Source

  • Add alpha support for Django 4.0 & Python 3.10
  • Resolve Django 5.0 deprecation warnings

v3.0.2

Compare Source

  • Fix #​328 -- Fix Proxy User Unregistering User Admin

v3.0.1

Compare Source

  • Fix #​335 -- Improve German locale

v3.0.0

Compare Source

  • Fix overlay blocking background from click action (#​312)

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-hijack-3.x branch from 620a37f to cc03794 Compare September 21, 2024 10:27
@renovate renovate bot force-pushed the renovate/django-hijack-3.x branch from cc03794 to 11cec88 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