What's changed in this release
🚀 Features
- bump bootstrap from 5.3.2 to 5.3.3 (849a88d)
- bump gunicorn from v21 to v22 (6cb85bd)
- bump Node.js from 18 to 20 (4fd67ee)
- bump poetry version from 1.6.1 to 1.8.3 (b48e6d1)
- bump wagtail from 5.2 to 6.0 (238cca3)
- speed up CI/CD (2e0fb3a)
- use latest versions of black & ruff (7d33907)
🐛 Bug Fixes
- ensure black doesn't fail on tasks.py (73f8b3b)
- ensure djLint is happy with all templates (9a30799)
- ruff config (67a17e3), closes #513
- webpack dev server proxy config (01ba0a0), closes #512
💄 Styling
- ensure prettier is happy (06d3f16)
♻️ Code Refactoring
- remove
version: "3.8"
from docker-compose config (3814b65) - update ruff and black pre-commit hooks (57baa28)
⚙️ Build System
- update dev dependencies for the cookiecutter-wagtail-vix project (803179b)
👷 CI/CD
- switch cookicutter-wagtail-vix from coveralls.io to codecov.io (094dd8f)