ion
ion copied to clipboard
build(deps): bump django-debug-toolbar from 3.6.0 to 4.4.2
trafficstars
Bumps django-debug-toolbar from 3.6.0 to 4.4.2.
Release notes
Sourced from django-debug-toolbar's releases.
4.4.2
What's Changed
- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ciin jazzband/django-debug-toolbar#1909- Avoid setting color-scheme on :root, we're only a guest on pages by
@matthiaskin jazzband/django-debug-toolbar#1923- Add a section to the installation docs about running tests by
@matthiaskin jazzband/django-debug-toolbar#1921- Version 4.4.2 by
@matthiaskin jazzband/django-debug-toolbar#1924Full Changelog: https://github.com/jazzband/django-debug-toolbar/compare/4.4.1...4.4.2
4.4.1
What's changed
PRs merged
- Limit metadata version for Jazzband's release process by
@tim-schillingin jazzband/django-debug-toolbar#1916Full Changelog: https://github.com/jazzband/django-debug-toolbar/compare/4.4...4.4.1
4.4
Note: Version 4.4 (4.4.0) was not released to PyPI due to a metadata version incompatibility. Version 4.4.1 fixes that.
What's changed
PRs merged
- Use url template tag for example URLs by
@tim-schillingin jazzband/django-debug-toolbar#1879- Keep GitHub Actions up to date with GitHub's Dependabot by
@cclaussin jazzband/django-debug-toolbar#1876- #1870 fix pre commit errors by
@elijah0kelloin jazzband/django-debug-toolbar#1884- Show toolbar for docker's internal IP address by
@tim-schillingin jazzband/django-debug-toolbar#1887- Raise the minimum Django version to 4.2 by
@matthiaskin jazzband/django-debug-toolbar#1880- 1847 improve handling when djdt views dont respond with json by
@elinedain jazzband/django-debug-toolbar#1877- Fix DeprecationWarnings about form default templates by
@pfouquein jazzband/django-debug-toolbar#1878- Add architecture documentation for the project. by
@tim-schillingin jazzband/django-debug-toolbar#1890- Remove obsolete staticfiles check by
@living180in jazzband/django-debug-toolbar#1894- Make tox pass selenium environment variables by
@living180in jazzband/django-debug-toolbar#1892- Allow more control over tox Selenium tests by
@living180in jazzband/django-debug-toolbar#1897- Deprecate OBSERVE_REQUEST_CALLBACK setting by
@living180in jazzband/django-debug-toolbar#1895- Docs > Add a note on the profiling panel doc by
@elinedain jazzband/django-debug-toolbar#1899- 'djdt' is not a registered namespace #1405 by
@VeldaKiarain jazzband/django-debug-toolbar#1889- Remove unnecessary GitHub Graph info by
@jeffwidmanin jazzband/django-debug-toolbar#1910- New coverage.yml for code coverage by
@salty-ivyin jazzband/django-debug-toolbar#1912- Dark mode support by
@TheRealVizardin jazzband/django-debug-toolbar#1913- Fix theme selenium integration test. by
@tim-schillingin jazzband/django-debug-toolbar#1915New Contributors
@elijah0kellomade their first contribution in jazzband/django-debug-toolbar#1884@pfouquemade their first contribution in jazzband/django-debug-toolbar#1878
... (truncated)
Changelog
Sourced from django-debug-toolbar's changelog.
4.4.2 (2024-05-27)
- Removed some CSS which wasn't carefully limited to the toolbar's elements.
- Stopped assuming that
INTERNAL_IPSis a list.- Added a section to the installation docs about running tests in projects where the toolbar is being used.
4.4.1 (2024-05-26)
- Pin metadata version to 2.2 to be compatible with Jazzband release process.
4.4.0 (2024-05-26)
- Raised the minimum Django version to 4.2.
- Automatically support Docker rather than having the developer write a workaround for
INTERNAL_IPS.- Display a better error message when the toolbar's requests return invalid json.
- Render forms with
as_divto silence Django 5.0 deprecation warnings.- Stayed on top of pre-commit hook updates.
- Added :doc:
architecture documentation <architecture>to help on-board new contributors.- Removed the static file path validation check in :class:
StaticFilesPanel <debug_toolbar.panels.staticfiles.StaticFilesPanel>since that check is made redundant by a similar check in Django 4.0 and later.- Deprecated the
OBSERVE_REQUEST_CALLBACKsetting and added checkdebug_toolbar.W008to warn when it is present inDEBUG_TOOLBAR_SETTINGS.- Add a note on the profiling panel about using Python 3.12 and later about needing
--nothreading- Added
IS_RUNNING_TESTSsetting to allow overriding thedebug_toolbar.E001check to avoid including the toolbar when running tests.- Fixed the bug causing
'djdt' is not a registered namespaceand updated docs to help in initial configuration while running tests.- Added a link in the installation docs to a more complete installation example in the example app.
- Added check to prevent the toolbar from being installed when tests are running.
- Added test to example app and command to run the example app's tests.
- Implemented dark mode theme and button to toggle the theme, introduced the
DEFAULT_THEMEsetting which sets the default theme to use.
... (truncated)
Commits
d481182Version 4.4.2f7e83b1Add a section to the installation docs about running tests (#1921)782bdd9INTERNAL_IPS may not be a list4808addAvoid setting color-scheme on :root, we're only a guest on pages (#1923)e7541abIgnore UP031 for now97b49d1Merge remote-tracking branch 'origin/pre-commit-ci-update-config'25c860eVersion 4.4.1202c831Limit metadata version for Jazzband's release process15dc305Version 4.4.0de2fecaFix theme selenium integration test.- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)