Skip to content

Navigation Menu

Sign in
Sign up

chore(deps-dev): bump django-debug-toolbar from 7.1.1 to 8.0.0 in /app - #5475

Open
dependabot[bot] wants to merge 1 commit into
dev from
dependabot/uv/app/django-debug-toolbar-8.0.0
Open

chore(deps-dev): bump django-debug-toolbar from 7.1.1 to 8.0.0 in /app #5475
dependabot[bot] wants to merge 1 commit into
dev from
dependabot/uv/app/django-debug-toolbar-8.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 6, 2026

Copy link
Copy Markdown
Contributor

Bumps django-debug-toolbar from 7.1.1 to 8.0.0.

Release notes

Sourced from django-debug-toolbar's releases.

8.0.0

Changelog

  • Refreshed the toolbar's visual design with self-hosted Alef (panel titles) and Geist (body text) fonts, an updated color palette, and per-panel navigation icons.
  • Added a new project logo and brand identity, designed by Robin of RBNX Studio <https://www.rbnx.studio>_.
  • Added a "Docs" link to the toolbar that opens the documentation.
  • Changed the highlight color for the current request and other "relevant to you" rows from yellow to a green tint, with a left border accent for legibility in dark mode.
  • Added a design guidelines page to the documentation describing the project's logo, color palette and typography.
  • Improved toolbar accessibility: visible keyboard focus, keyboard-operable scroll regions, reduced-motion support, aria-expanded on panel toggles, an aria-live status for history refreshes, and WCAG 2.1 AA contrast in both themes.
  • Added a talk to the resources documentation.
  • Updated the example screenshot.
  • Updated the screenshot capture logic to find the toolbar elements in the shadow DOM.
  • Track and display processing time of application, including the toolbar's time, in the timer panel.
  • Fixed the History panel rendering a duplicate Refresh button below the one in its title bar.
  • Fixed the History panel's Refresh button submitting its form when clicked before the panel's script had loaded.
  • Documented the USE_SHADOW_DOM setting, which was added in 7.0.0 but was missing from the configuration documentation, and added test coverage for it.

What's Changed

New Contributors

Full Changelog: django-commons/django-debug-toolbar@7.1.1...8.0.0

Changelog

Sourced from django-debug-toolbar's changelog.

8.0.0 (2026年09月02日)

  • Refreshed the toolbar's visual design with self-hosted Alef (panel titles) and Geist (body text) fonts, an updated color palette, and per-panel navigation icons.
  • Added a new project logo and brand identity, designed by Robin of RBNX Studio <https://www.rbnx.studio>_.
  • Added a "Docs" link to the toolbar that opens the documentation.
  • Changed the highlight color for the current request and other "relevant to you" rows from yellow to a green tint, with a left border accent for legibility in dark mode.
  • Added a design guidelines page to the documentation describing the project's logo, color palette and typography.
  • Improved toolbar accessibility: visible keyboard focus, keyboard-operable scroll regions, reduced-motion support, aria-expanded on panel toggles, an aria-live status for history refreshes, and WCAG 2.1 AA contrast in both themes.
  • Added a talk to the resources documentation.
  • Updated the example screenshot.
  • Updated the screenshot capture logic to find the toolbar elements in the shadow DOM.
  • Track and display processing time of application, including the toolbar's time, in the timer panel.
  • Fixed the History panel rendering a duplicate Refresh button below the one in its title bar.
  • Fixed the History panel's Refresh button submitting its form when clicked before the panel's script had loaded.
  • Documented the USE_SHADOW_DOM setting, which was added in 7.0.0 but was missing from the configuration documentation, and added test coverage for it.
Commits
  • 85b98c6 Version 8.0.0
  • 8fb3fe8 Document and test the USE_SHADOW_DOM setting
  • 3f748fc Show a single Refresh button in the History panel
  • 19fce30 Square the toolbar handle corners facing the viewport edge
  • ff94889 Bump the minor-npm-dependencies group with 2 updates
  • 65f6854 Bump py-cov-action/python-coverage-comment-action
  • c7dc154 [pre-commit.ci] pre-commit autoupdate
  • 93e89b1 Fix CI with spelling words and biome schema version.
  • ecf3e1e Make the cache discussion link open in a new tab.
  • 28996cc Improve cache hit/miss reporting for cache.get()
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [django-debug-toolbar](https://github.com/django-commons/django-debug-toolbar) from 7.1.1 to 8.0.0.
- [Release notes](https://github.com/django-commons/django-debug-toolbar/releases)
- [Changelog](https://github.com/django-commons/django-debug-toolbar/blob/main/docs/changes.rst)
- [Commits](django-commons/django-debug-toolbar@7.1.1...8.0.0)
---
updated-dependencies:
- dependency-name: django-debug-toolbar
 dependency-version: 8.0.0
 dependency-type: direct:development
 update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Sep 6, 2026

github-actions Bot commented Sep 6, 2026

Copy link
Copy Markdown
Contributor

Thank you for contributing

Please complete the checklist. Screenshots in the PR description and completed AI reviews are checked automatically.

  • Show what changed — a screenshot or short screen recording of the updated functionality
  • Map structural updates — for architectural work, new directories, or file reorganization, include a diagram in the PR description (component, flow, or directory tree). Optional — only when your PR includes those kinds of changes
  • Request AI feedback — request or receive review from GitHub Copilot, Codex, or other automated reviewers you use

Thank you for your contribution feel free to reach out if you have any questions.

@github-actions github-actions Bot added backend Python/Django server-side code base Shared models, services, and core utilities labels Sep 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@mariobehling mariobehling mariobehling approved these changes

At least 2 approving reviews are required to merge this pull request.

Assignees

No one assigned

Labels

backend Python/Django server-side code base Shared models, services, and core utilities dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

Status: Backlog

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

AltStyle によって変換されたページ (->オリジナル) /