mitodl / mitxonline

BSD 3-Clause "New" or "Revised" License
4 stars 2 forks source link

Update dependency django-hijack to v3 #2374

Closed renovate[bot] closed 1 week ago

renovate[bot] commented 2 weeks ago

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.6.0`](https://redirect.github.com/django-hijack/django-hijack/releases/tag/3.6.0) [Compare Source](https://redirect.github.com/django-hijack/django-hijack/compare/3.5.4...3.6.0) #### What's Changed - Enable more ruff rules by [@​Mogost](https://redirect.github.com/Mogost) in [https://github.com/django-hijack/django-hijack/pull/709](https://redirect.github.com/django-hijack/django-hijack/pull/709) - Move tests out of the python package by [@​codingjoe](https://redirect.github.com/codingjoe) in [https://github.com/django-hijack/django-hijack/pull/712](https://redirect.github.com/django-hijack/django-hijack/pull/712) **Full Changelog**: https://github.com/django-hijack/django-hijack/compare/3.5.4...3.6.0 ### [`v3.5.4`](https://redirect.github.com/django-hijack/django-hijack/releases/tag/3.5.4) [Compare Source](https://redirect.github.com/django-hijack/django-hijack/compare/3.5.3...3.5.4) Fix [https://github.com/django-hijack/django-hijack/issues/706](https://redirect.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**: https://github.com/django-hijack/django-hijack/compare/3.5.3...3.5.4 ### [`v3.5.3`](https://redirect.github.com/django-hijack/django-hijack/releases/tag/3.5.3) [Compare Source](https://redirect.github.com/django-hijack/django-hijack/compare/3.5.2...3.5.3) #### What's Changed - Adapt wording and translations by [@​codingjoe](https://redirect.github.com/codingjoe) in [https://github.com/django-hijack/django-hijack/pull/681](https://redirect.github.com/django-hijack/django-hijack/pull/681) **Full Changelog**: https://github.com/django-hijack/django-hijack/compare/3.5.2...3.5.3 ### [`v3.5.2`](https://redirect.github.com/django-hijack/django-hijack/releases/tag/3.5.2) [Compare Source](https://redirect.github.com/django-hijack/django-hijack/compare/3.5.1...3.5.2) #### What's Changed - Change documentation URL to HTTPS by [@​kimihito](https://redirect.github.com/kimihito) in [https://github.com/django-hijack/django-hijack/pull/703](https://redirect.github.com/django-hijack/django-hijack/pull/703) - Publishto PyPI via a Trusted Publisher by [@​codingjoe](https://redirect.github.com/codingjoe) in [https://github.com/django-hijack/django-hijack/pull/701](https://redirect.github.com/django-hijack/django-hijack/pull/701) #### New Contributors - [@​kimihito](https://redirect.github.com/kimihito) made their first contribution in [https://github.com/django-hijack/django-hijack/pull/703](https://redirect.github.com/django-hijack/django-hijack/pull/703) **Full Changelog**: https://github.com/django-hijack/django-hijack/compare/3.5.1...3.5.2 ### [`v3.5.1`](https://redirect.github.com/django-hijack/django-hijack/releases/tag/3.5.1) [Compare Source](https://redirect.github.com/django-hijack/django-hijack/compare/3.5.0...3.5.1) #### What's Changed - Bump ruff from 0.4.3 to 0.4.8 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/django-hijack/django-hijack/pull/692](https://redirect.github.com/django-hijack/django-hijack/pull/692) - Fix [#​691](https://redirect.github.com/django-hijack/django-hijack/issues/691) by [@​Mogost](https://redirect.github.com/Mogost) in [https://github.com/django-hijack/django-hijack/pull/693](https://redirect.github.com/django-hijack/django-hijack/pull/693) **Full Changelog**: https://github.com/django-hijack/django-hijack/compare/3.5.0...3.5.1 ### [`v3.5.0`](https://redirect.github.com/django-hijack/django-hijack/releases/tag/3.5.0): -- Baseline 2023 [Compare Source](https://redirect.github.com/django-hijack/django-hijack/compare/3.4.5...3.5.0) 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](https://redirect.github.com/hackoder) in [https://github.com/django-hijack/django-hijack/pull/651](https://redirect.github.com/django-hijack/django-hijack/pull/651) #### New Contributors - [@​hackoder](https://redirect.github.com/hackoder) made their first contribution in [https://github.com/django-hijack/django-hijack/pull/651](https://redirect.github.com/django-hijack/django-hijack/pull/651) **Full Changelog**: https://github.com/django-hijack/django-hijack/compare/3.4.5...3.5.0 ### [`v3.4.5`](https://redirect.github.com/django-hijack/django-hijack/releases/tag/3.4.5) [Compare Source](https://redirect.github.com/django-hijack/django-hijack/compare/3.4.4...3.4.5) #### What's Changed - Add official Python 3.12 support by [@​pfouque](https://redirect.github.com/pfouque) in [https://github.com/django-hijack/django-hijack/pull/627](https://redirect.github.com/django-hijack/django-hijack/pull/627) - Cleanup code for unsupported Django 2.\* versions by [@​pfouque](https://redirect.github.com/pfouque) in [https://github.com/django-hijack/django-hijack/pull/628](https://redirect.github.com/django-hijack/django-hijack/pull/628) - Add official Django 5.0 support by [@​pfouque](https://redirect.github.com/pfouque) in [https://github.com/django-hijack/django-hijack/pull/626](https://redirect.github.com/django-hijack/django-hijack/pull/626) - Drop official Django 4.1 support by [@​codingjoe](https://redirect.github.com/codingjoe) in [https://github.com/django-hijack/django-hijack/pull/636](https://redirect.github.com/django-hijack/django-hijack/pull/636) #### New Contributors - [@​pfouque](https://redirect.github.com/pfouque) made their first contribution in [https://github.com/django-hijack/django-hijack/pull/627](https://redirect.github.com/django-hijack/django-hijack/pull/627) **Full Changelog**: https://github.com/django-hijack/django-hijack/compare/3.4.4...3.4.5 ### [`v3.4.4`](https://redirect.github.com/django-hijack/django-hijack/releases/tag/3.4.4) [Compare Source](https://redirect.github.com/django-hijack/django-hijack/compare/3.4.3...3.4.4) #### What's Changed - Ref [#​613](https://redirect.github.com/django-hijack/django-hijack/issues/613) -- Handle unauthenticated users in hijack views by [@​alexei](https://redirect.github.com/alexei) in [https://github.com/django-hijack/django-hijack/pull/629](https://redirect.github.com/django-hijack/django-hijack/pull/629) #### New Contributors - [@​alexei](https://redirect.github.com/alexei) made their first contribution in [https://github.com/django-hijack/django-hijack/pull/629](https://redirect.github.com/django-hijack/django-hijack/pull/629) **Full Changelog**: https://github.com/django-hijack/django-hijack/compare/3.4.3...3.4.4 ### [`v3.4.3`](https://redirect.github.com/django-hijack/django-hijack/releases/tag/3.4.3) [Compare Source](https://redirect.github.com/django-hijack/django-hijack/compare/3.4.2...3.4.3) #### What's Changed - Fix [#​613](https://redirect.github.com/django-hijack/django-hijack/issues/613) -- Lock single row instead of full user table by [@​vinodpandey](https://redirect.github.com/vinodpandey) in [https://github.com/django-hijack/django-hijack/pull/615](https://redirect.github.com/django-hijack/django-hijack/pull/615) #### New Contributors - [@​vinodpandey](https://redirect.github.com/vinodpandey) made their first contribution in [https://github.com/django-hijack/django-hijack/pull/615](https://redirect.github.com/django-hijack/django-hijack/pull/615) **Full Changelog**: https://github.com/django-hijack/django-hijack/compare/3.4.2...3.4.3 ### [`v3.4.2`](https://redirect.github.com/django-hijack/django-hijack/releases/tag/3.4.2) [Compare Source](https://redirect.github.com/django-hijack/django-hijack/compare/3.4.1...3.4.2) #### What's Changed - Typo on index.md by [@​TimothyMalahy](https://redirect.github.com/TimothyMalahy) in [https://github.com/django-hijack/django-hijack/pull/579](https://redirect.github.com/django-hijack/django-hijack/pull/579) - Update Dutch translations by [@​Stormheg](https://redirect.github.com/Stormheg) in [https://github.com/django-hijack/django-hijack/pull/611](https://redirect.github.com/django-hijack/django-hijack/pull/611) #### New Contributors - [@​TimothyMalahy](https://redirect.github.com/TimothyMalahy) made their first contribution in [https://github.com/django-hijack/django-hijack/pull/579](https://redirect.github.com/django-hijack/django-hijack/pull/579) - [@​Stormheg](https://redirect.github.com/Stormheg) made their first contribution in [https://github.com/django-hijack/django-hijack/pull/611](https://redirect.github.com/django-hijack/django-hijack/pull/611) **Full Changelog**: https://github.com/django-hijack/django-hijack/compare/3.4.1...3.4.2 ### [`v3.4.1`](https://redirect.github.com/django-hijack/django-hijack/releases/tag/3.4.1) [Compare Source](https://redirect.github.com/django-hijack/django-hijack/compare/3.4.0...3.4.1) #### What's Changed - Update support to current Django & Python versions by [@​codingjoe](https://redirect.github.com/codingjoe) in [https://github.com/django-hijack/django-hijack/pull/571](https://redirect.github.com/django-hijack/django-hijack/pull/571) **Full Changelog**: https://github.com/django-hijack/django-hijack/compare/3.4.0...3.4.1 ### [`v3.4.0`](https://redirect.github.com/django-hijack/django-hijack/releases/tag/3.4.0) [Compare Source](https://redirect.github.com/django-hijack/django-hijack/compare/3.3.0...3.4.0) #### What's Changed - Fix setup script and CI by [@​codingjoe](https://redirect.github.com/codingjoe) in [https://github.com/django-hijack/django-hijack/pull/569](https://redirect.github.com/django-hijack/django-hijack/pull/569) - Add Polish translation by [@​adibo](https://redirect.github.com/adibo) in [https://github.com/django-hijack/django-hijack/pull/561](https://redirect.github.com/django-hijack/django-hijack/pull/561) #### New Contributors - [@​adibo](https://redirect.github.com/adibo) made their first contribution in [https://github.com/django-hijack/django-hijack/pull/561](https://redirect.github.com/django-hijack/django-hijack/pull/561) **Full Changelog**: https://github.com/django-hijack/django-hijack/compare/3.3.0...3.4.0 ### [`v3.3.0`](https://redirect.github.com/django-hijack/django-hijack/releases/tag/3.3.0) [Compare Source](https://redirect.github.com/django-hijack/django-hijack/compare/3.2.7...3.3.0) #### What's Changed - Add Japanese language translation by [@​Kumamoto-Hamachi](https://redirect.github.com/Kumamoto-Hamachi) in [https://github.com/django-hijack/django-hijack/pull/550](https://redirect.github.com/django-hijack/django-hijack/pull/550) #### New Contributors - [@​Kumamoto-Hamachi](https://redirect.github.com/Kumamoto-Hamachi) made their first contribution in [https://github.com/django-hijack/django-hijack/pull/550](https://redirect.github.com/django-hijack/django-hijack/pull/550) **Full Changelog**: https://github.com/django-hijack/django-hijack/compare/3.2.7...3.3.0 ### [`v3.2.7`](https://redirect.github.com/django-hijack/django-hijack/releases/tag/3.2.7) [Compare Source](https://redirect.github.com/django-hijack/django-hijack/compare/3.2.6...3.2.7) #### What's Changed - Correct spelling by [@​sondrelg](https://redirect.github.com/sondrelg) in [https://github.com/django-hijack/django-hijack/pull/546](https://redirect.github.com/django-hijack/django-hijack/pull/546) - Fix [#​527](https://redirect.github.com/django-hijack/django-hijack/issues/527) -- Handle non-user objects in default permission functions by [@​simonkern](https://redirect.github.com/simonkern) in [https://github.com/django-hijack/django-hijack/pull/528](https://redirect.github.com/django-hijack/django-hijack/pull/528) #### New Contributors - [@​simonkern](https://redirect.github.com/simonkern) made their first contribution in [https://github.com/django-hijack/django-hijack/pull/528](https://redirect.github.com/django-hijack/django-hijack/pull/528) **Full Changelog**: https://github.com/django-hijack/django-hijack/compare/3.2.6...3.2.7 ### [`v3.2.6`](https://redirect.github.com/django-hijack/django-hijack/releases/tag/3.2.6) [Compare Source](https://redirect.github.com/django-hijack/django-hijack/compare/3.2.5...3.2.6) #### What's Changed - Fix [#​520](https://redirect.github.com/django-hijack/django-hijack/issues/520) -- Add support for custom managers on user model by [@​simonkern](https://redirect.github.com/simonkern) and [@​codingjoe](https://redirect.github.com/codingjoe) in [https://github.com/django-hijack/django-hijack/pull/521](https://redirect.github.com/django-hijack/django-hijack/pull/521) **Full Changelog**: https://github.com/django-hijack/django-hijack/compare/3.2.5...3.2.6 ### [`v3.2.5`](https://redirect.github.com/django-hijack/django-hijack/releases/tag/3.2.5) [Compare Source](https://redirect.github.com/django-hijack/django-hijack/compare/3.2.4...3.2.5) #### What's Changed - Fix [#​367](https://redirect.github.com/django-hijack/django-hijack/issues/367) -- Add fallback if LOGOUT_REDIRECT_URL is None by [@​codingjoe](https://redirect.github.com/codingjoe) in [https://github.com/django-hijack/django-hijack/pull/383](https://redirect.github.com/django-hijack/django-hijack/pull/383) - Do not access the session unless needed by [@​codingjoe](https://redirect.github.com/codingjoe) in [https://github.com/django-hijack/django-hijack/pull/509](https://redirect.github.com/django-hijack/django-hijack/pull/509) **Full Changelog**: https://github.com/django-hijack/django-hijack/compare/3.2.4...3.2.5 ### [`v3.2.4`](https://redirect.github.com/django-hijack/django-hijack/releases/tag/3.2.4) [Compare Source](https://redirect.github.com/django-hijack/django-hijack/compare/3.2.3...3.2.4) #### What's Changed - Hotfix -- Wheel is missing minified static files by [@​codingjoe](https://redirect.github.com/codingjoe) in [https://github.com/django-hijack/django-hijack/pull/507](https://redirect.github.com/django-hijack/django-hijack/pull/507) - Add CodeQL to CI suite by [@​codingjoe](https://redirect.github.com/codingjoe) in [https://github.com/django-hijack/django-hijack/pull/506](https://redirect.github.com/django-hijack/django-hijack/pull/506) **Full Changelog**: https://github.com/django-hijack/django-hijack/compare/3.2.3...3.2.4 ### [`v3.2.3`](https://redirect.github.com/django-hijack/django-hijack/releases/tag/3.2.3) [Compare Source](https://redirect.github.com/django-hijack/django-hijack/compare/3.2.2...3.2.3) #### What's Changed - docs: update documentation link and version info by [@​gdvalderrama](https://redirect.github.com/gdvalderrama) in [https://github.com/django-hijack/django-hijack/pull/489](https://redirect.github.com/django-hijack/django-hijack/pull/489) - docs: explain how to customize admin hijack button by [@​gdvalderrama](https://redirect.github.com/gdvalderrama) in [https://github.com/django-hijack/django-hijack/pull/497](https://redirect.github.com/django-hijack/django-hijack/pull/497) - Resolve [#​504](https://redirect.github.com/django-hijack/django-hijack/issues/504) -- Use a RequestContext to render templates by [@​codingjoe](https://redirect.github.com/codingjoe) in [https://github.com/django-hijack/django-hijack/pull/505](https://redirect.github.com/django-hijack/django-hijack/pull/505) **Full Changelog**: https://github.com/django-hijack/django-hijack/compare/3.2.2...3.2.3 ### [`v3.2.2`](https://redirect.github.com/django-hijack/django-hijack/releases/tag/3.2.2) [Compare Source](https://redirect.github.com/django-hijack/django-hijack/compare/3.2.1...3.2.2) #### What's Changed - docs: fix security typo by [@​max-wittig](https://redirect.github.com/max-wittig) in [https://github.com/django-hijack/django-hijack/pull/463](https://redirect.github.com/django-hijack/django-hijack/pull/463) - docs: fix simple typo, recommened -> recommended by [@​timgates42](https://redirect.github.com/timgates42) in [https://github.com/django-hijack/django-hijack/pull/476](https://redirect.github.com/django-hijack/django-hijack/pull/476) - Fix CI suite version issues by [@​codingjoe](https://redirect.github.com/codingjoe) in [https://github.com/django-hijack/django-hijack/pull/486](https://redirect.github.com/django-hijack/django-hijack/pull/486) - Add Django 4.1 support by [@​codingjoe](https://redirect.github.com/codingjoe) in [https://github.com/django-hijack/django-hijack/pull/481](https://redirect.github.com/django-hijack/django-hijack/pull/481) #### New Contributors - [@​max-wittig](https://redirect.github.com/max-wittig) made their first contribution in [https://github.com/django-hijack/django-hijack/pull/463](https://redirect.github.com/django-hijack/django-hijack/pull/463) - [@​timgates42](https://redirect.github.com/timgates42) made their first contribution in [https://github.com/django-hijack/django-hijack/pull/476](https://redirect.github.com/django-hijack/django-hijack/pull/476) **Full Changelog**: https://github.com/django-hijack/django-hijack/compare/3.2.1...3.2.2 ### [`v3.2.1`](https://redirect.github.com/django-hijack/django-hijack/releases/tag/3.2.1) [Compare Source](https://redirect.github.com/django-hijack/django-hijack/compare/3.2.0...3.2.1) #### What's Changed - Fix typos and spacing by [@​SableWalnut](https://redirect.github.com/SableWalnut) in [https://github.com/django-hijack/django-hijack/pull/434](https://redirect.github.com/django-hijack/django-hijack/pull/434) - L10n causes error on user PKs > 999 by [@​dryan](https://redirect.github.com/dryan) in [https://github.com/django-hijack/django-hijack/pull/446](https://redirect.github.com/django-hijack/django-hijack/pull/446) #### New Contributors - [@​SableWalnut](https://redirect.github.com/SableWalnut) made their first contribution in [https://github.com/django-hijack/django-hijack/pull/434](https://redirect.github.com/django-hijack/django-hijack/pull/434) - [@​dryan](https://redirect.github.com/dryan) made their first contribution in [https://github.com/django-hijack/django-hijack/pull/446](https://redirect.github.com/django-hijack/django-hijack/pull/446) **Full Changelog**: https://github.com/django-hijack/django-hijack/compare/3.2.0...3.2.1 ### [`v3.2.0`](https://redirect.github.com/django-hijack/django-hijack/releases/tag/3.2.0) [Compare Source](https://redirect.github.com/django-hijack/django-hijack/compare/3.1.6...3.2.0) #### What's Changed - Fix typo by [@​sondrelg](https://redirect.github.com/sondrelg) in [https://github.com/django-hijack/django-hijack/pull/412](https://redirect.github.com/django-hijack/django-hijack/pull/412) - Fix [#​423](https://redirect.github.com/django-hijack/django-hijack/issues/423) -- Add webpack to build css from scss by [@​codingjoe](https://redirect.github.com/codingjoe) in [https://github.com/django-hijack/django-hijack/pull/429](https://redirect.github.com/django-hijack/django-hijack/pull/429) - Drop EOL Python and Django versions from CI pipeline by [@​codingjoe](https://redirect.github.com/codingjoe) in [https://github.com/django-hijack/django-hijack/pull/429](https://redirect.github.com/django-hijack/django-hijack/pull/429) #### New Contributors - [@​sondrelg](https://redirect.github.com/sondrelg) made their first contribution in [https://github.com/django-hijack/django-hijack/pull/412](https://redirect.github.com/django-hijack/django-hijack/pull/412) **Full Changelog**: https://github.com/django-hijack/django-hijack/compare/3.1.6...3.2.0 ### [`v3.1.6`](https://redirect.github.com/django-hijack/django-hijack/releases/tag/3.1.6) [Compare Source](https://redirect.github.com/django-hijack/django-hijack/compare/3.1.5...3.1.6) #### What's Changed - Ignore hijacking logic in response processing in case of empty session by [@​amureki](https://redirect.github.com/amureki) in [https://github.com/django-hijack/django-hijack/pull/408](https://redirect.github.com/django-hijack/django-hijack/pull/408) #### New Contributors - [@​amureki](https://redirect.github.com/amureki) made their first contribution in [https://github.com/django-hijack/django-hijack/pull/408](https://redirect.github.com/django-hijack/django-hijack/pull/408) **Full Changelog**: https://github.com/django-hijack/django-hijack/compare/3.1.5...3.1.6 ### [`v3.1.5`](https://redirect.github.com/django-hijack/django-hijack/releases/tag/3.1.5) [Compare Source](https://redirect.github.com/django-hijack/django-hijack/compare/3.1.4...3.1.5) #### What's Changed - Update package lock to version 2 by [@​codingjoe](https://redirect.github.com/codingjoe) in [https://github.com/django-hijack/django-hijack/pull/382](https://redirect.github.com/django-hijack/django-hijack/pull/382) - Fix mkdocs build and add CI job by [@​codingjoe](https://redirect.github.com/codingjoe) in [https://github.com/django-hijack/django-hijack/pull/398](https://redirect.github.com/django-hijack/django-hijack/pull/398) - Move funding links GitHub sponsorships by [@​codingjoe](https://redirect.github.com/codingjoe) in [https://github.com/django-hijack/django-hijack/pull/220](https://redirect.github.com/django-hijack/django-hijack/pull/220) - Do not touch empty sessions to avoid vary on cookie header by [@​codingjoe](https://redirect.github.com/codingjoe) in [https://github.com/django-hijack/django-hijack/pull/407](https://redirect.github.com/django-hijack/django-hijack/pull/407) **Full Changelog**: https://github.com/django-hijack/django-hijack/compare/3.1.4...3.1.5 ### [`v3.1.4`](https://redirect.github.com/django-hijack/django-hijack/releases/tag/3.1.4) [Compare Source](https://redirect.github.com/django-hijack/django-hijack/compare/3.1.3...3.1.4) #### What's Changed - Add support for custom user hijack admins by [@​codingjoe](https://redirect.github.com/codingjoe) in [https://github.com/django-hijack/django-hijack/pull/380](https://redirect.github.com/django-hijack/django-hijack/pull/380) **Full Changelog**: https://github.com/django-hijack/django-hijack/compare/3.1.3...3.1.4 ### [`v3.1.3`](https://redirect.github.com/django-hijack/django-hijack/releases/tag/3.1.3) [Compare Source](https://redirect.github.com/django-hijack/django-hijack/compare/3.1.2...3.1.3) #### What's Changed - Bump isort from 5.9.3 to 5.10.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/django-hijack/django-hijack/pull/361](https://redirect.github.com/django-hijack/django-hijack/pull/361) - Bump isort from 5.10.0 to 5.10.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/django-hijack/django-hijack/pull/362](https://redirect.github.com/django-hijack/django-hijack/pull/362) - Bump bandit from 1.7.0 to 1.7.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/django-hijack/django-hijack/pull/364](https://redirect.github.com/django-hijack/django-hijack/pull/364) - Bump actions/setup-python from 2.2.2 to 2.3.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/django-hijack/django-hijack/pull/366](https://redirect.github.com/django-hijack/django-hijack/pull/366) - Bump black from 21.10b0 to 21.11b1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/django-hijack/django-hijack/pull/368](https://redirect.github.com/django-hijack/django-hijack/pull/368) - Fix [#​369](https://redirect.github.com/django-hijack/django-hijack/issues/369) -- Do not allow inactive users to be hijacked by [@​codingjoe](https://redirect.github.com/codingjoe) in [https://github.com/django-hijack/django-hijack/pull/370](https://redirect.github.com/django-hijack/django-hijack/pull/370) **Full Changelog**: https://github.com/django-hijack/django-hijack/compare/3.1.2...3.1.3 ### [`v3.1.2`](https://redirect.github.com/django-hijack/django-hijack/releases/tag/3.1.2) [Compare Source](https://redirect.github.com/django-hijack/django-hijack/compare/3.1.1...3.1.2) - Improve the Spanish translations ([#​360](https://redirect.github.com/django-hijack/django-hijack/issues/360)) ### [`v3.1.1`](https://redirect.github.com/django-hijack/django-hijack/releases/tag/3.1.1) [Compare Source](https://redirect.github.com/django-hijack/django-hijack/compare/3.1.0...3.1.1) - Do not modify global settings inside a test ([#​354](https://redirect.github.com/django-hijack/django-hijack/issues/354)) ### [`v3.1.0`](https://redirect.github.com/django-hijack/django-hijack/releases/tag/3.1.0) [Compare Source](https://redirect.github.com/django-hijack/django-hijack/compare/3.0.4...3.1.0) - Allow skipping the hijack notification injection ([#​348](https://redirect.github.com/django-hijack/django-hijack/issues/348)) ### [`v3.0.4`](https://redirect.github.com/django-hijack/django-hijack/releases/tag/3.0.4) [Compare Source](https://redirect.github.com/django-hijack/django-hijack/compare/3.0.3...3.0.4) - Fix french locale ([#​342](https://redirect.github.com/django-hijack/django-hijack/issues/342)) ### [`v3.0.3`](https://redirect.github.com/django-hijack/django-hijack/releases/tag/3.0.3) [Compare Source](https://redirect.github.com/django-hijack/django-hijack/compare/3.0.2...3.0.3) - Add alpha support for Django 4.0 & Python 3.10 - Resolve Django 5.0 deprecation warnings ### [`v3.0.2`](https://redirect.github.com/django-hijack/django-hijack/releases/tag/3.0.2) [Compare Source](https://redirect.github.com/django-hijack/django-hijack/compare/3.0.1...3.0.2) - Fix [#​328](https://redirect.github.com/django-hijack/django-hijack/issues/328) -- Fix Proxy User Unregistering User Admin ### [`v3.0.1`](https://redirect.github.com/django-hijack/django-hijack/releases/tag/3.0.1) [Compare Source](https://redirect.github.com/django-hijack/django-hijack/compare/3.0.0...3.0.1) - Fix [#​335](https://redirect.github.com/django-hijack/django-hijack/issues/335) -- Improve German locale ### [`v3.0.0`](https://redirect.github.com/django-hijack/django-hijack/releases/tag/3.0.0) [Compare Source](https://redirect.github.com/django-hijack/django-hijack/compare/2.3.0...3.0.0) - Fix overlay blocking background from click action ([#​312](https://redirect.github.com/django-hijack/django-hijack/issues/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.



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

annagav commented 1 week ago

As per changelog this required reintegration:

This is a complete rewrite of the django-hijack package. All former APIs are broken.

Please remove your current integration and follow the setup instructions.
This also includes removing the unmaintained django-hiack-admin package,
which is no longer needed.
annagav commented 1 week ago

Why does keep re-force-pushing this update?