Skip to content

build: bump panel from 1.7.2 to 1.7.4 #2112

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 14, 2025
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 14, 2025

Bumps panel from 1.7.2 to 1.7.4.

Release notes

Sourced from panel's releases.

Version 1.7.3

This patch release includes several critical stability improvements, JavaScript race condition fixes, and developer experience enhancements. It also introduces small but helpful UI features such as exception copying and better error feedback in CLI and ESM workflows. Many thanks to contributors @​etihwo, @​bsdz, @​Coderambling, @​hoxbro, @​philippjfr, and @​MarcSkovMadsen.

Enhancements

  • Add “Copy to Clipboard” button for exceptions in the UI (#8034)
  • Enable MathJax rendering if the extension is available (#8004)
  • Allow setting a custom title for Tabulator multi-index columns (#8008)
  • Improve feedback in panel compile and reactive ESM workflows (#8012, #8010)
  • Ensure exceptions are printed to the command line in development mode (#8022)

Bug Fixes

  • Guard against race conditions in DeckGL during resize (#8031)
  • Prevent errors when client_comm is undefined in some JS execution contexts (#8030, #8033)
  • Fix dark theme background issue in MultiChoice widget (#8014)
  • Avoid rendering Plotly components if container is not yet defined and prevent layout boomeranging (#8021)
  • Ensure React useState callbacks are registered only once (#8023)
  • Support Path objects in stylesheet definition (#8026)
Changelog

Sourced from panel's changelog.

Version 1.7.4

This patch release introduces small but impactful security, compatibility, and usability improvements. It enhances OAuth behavior, adds byte support for the PDF pane, and fixes several rendering and import issues across backends and components. Thanks to @​ahuang11, @​dalthviz, @​MarcSkovMadsen, and @​philippjfr for their contributions.

Enhancements

  • Add support for bytes input to the PDF pane (#8044)
  • Add logout_url for Auth0 to OAuth error page template (#8036)

Security

  • Add authentication to files served from --static-dirs (#8042)
  • Escape error messages shown on the OAuth error page fixing XSS vulnerability (#8043)

Bug Fixes

  • Ensure ReactComponent forces a re-render after render step (#8037)
  • Fix this.mouse bug in ECharts implementation (#8041)
  • Fix incorrect import path in Django integration docs (bokehjsdirbokehjs_path) (#8040)
  • Update Bokeh/FastAPI extra dependency pin to ensure compatibility (#8039)

Version 1.7.3

This patch release includes several critical stability improvements, JavaScript race condition fixes, and developer experience enhancements. It also introduces small but helpful UI features such as exception copying and better error feedback in CLI and ESM workflows. Many thanks to contributors @​etihwo, @​bsdz, @​Coderambling, @​hoxbro, @​philippjfr, and @​MarcSkovMadsen.

Enhancements

  • Add “Copy to Clipboard” button for exceptions in the UI (#8034)
  • Enable MathJax rendering if the extension is available (#8004)
  • Allow setting a custom title for Tabulator multi-index columns (#8008)
  • Improve feedback in panel compile and reactive ESM workflows (#8012, #8010)
  • Ensure exceptions are printed to the command line in development mode (#8022)

Bug Fixes

  • Guard against race conditions in DeckGL during resize (#8031)
  • Prevent errors when client_comm is undefined in some JS execution contexts (#8030, #8033)
  • Fix dark theme background issue in MultiChoice widget (#8014)
  • Avoid rendering Plotly components if container is not yet defined and prevent layout boomeranging (#8021)
  • Ensure React useState callbacks are registered only once (#8023)
  • Support Path objects in stylesheet definition (#8026)
Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 [panel](https://github.com/holoviz/panel) from 1.7.2 to 1.7.4.
- [Release notes](https://github.com/holoviz/panel/releases)
- [Changelog](https://github.com/holoviz/panel/blob/v1.7.4/CHANGELOG.md)
- [Commits](holoviz/panel@v1.7.2...v1.7.4)

---
updated-dependencies:
- dependency-name: panel
  dependency-version: 1.7.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner July 14, 2025 20:27
@dependabot dependabot bot added dependencies Related with project dependencies maintenance Package and maintenance related labels Jul 14, 2025
Copy link

codecov bot commented Jul 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.64%. Comparing base (f6c174e) to head (80a4139).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2112      +/-   ##
==========================================
- Coverage   93.66%   93.64%   -0.02%     
==========================================
  Files         138      138              
  Lines       10156    10156              
==========================================
- Hits         9513     9511       -2     
- Misses        643      645       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@pyansys-ci-bot pyansys-ci-bot merged commit 79efae5 into main Jul 14, 2025
45 checks passed
@pyansys-ci-bot pyansys-ci-bot deleted the dependabot/pip/panel-1.7.4 branch July 14, 2025 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Related with project dependencies maintenance Package and maintenance related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant