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
* hackoder made their first contribution in https://github.com/django-hijack/django-hijack/pull/651
**Full Changelog**: https://github.com/django-hijack/django-hijack/compare/3.4.5...3.5.0