Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 30, 2025

Bumps panel from 1.7.1 to 1.7.2.

Release notes

Sourced from panel's releases.

Version 1.7.2

This patch release includes a number of important bug fixes, optimizations, and compatibility updates, particularly for React and ESM-based components. It also includes enhancements to the Tabulator table and more robust support for Audio/Video panes. Many thanks to @​etihwo for his continued contributions and the maintainer team @​hoxbro and @​philippjfr.

Enhancements

  • Support for passing bytes and BytesIO objects to Audio and Video panes (#7963)
  • Add header tooltips to Tabulator (#7988)
  • Optimize layout calculations for ESM components (#7989)
  • Allow nested ReactComponents to bypass Shadow DOM (#7991)
  • Support --ico-path CLI option to support explicit .ico path specification (#7992)
  • Loosen parameter type for ReactiveExpr.widget_layout (#7964)
  • Automatically unblock Comm on WebSocket re-connect (#7986)

Bug Fixes

  • Fix Tabulator fast design and fix styling issues (#7956)
  • Keep reference state consistent after Pyodide syncing (#7966)
  • Ensure correct model is used when determining if a link is set up (#7968)
  • Do not dispatch events on hold/unhold when the document is uninitialized (#7972)
  • Ensure theming does not error on PyComponent (#7975)
  • Prevent stylesheet patch from dispatching during initial load (#7978)
  • Fix caching issue for ESM render modules (#7990)
  • Correct initialization behavior of ReactComponent (#7996)
  • Fix threading race condition when applying consecutive updates to Param widgets (#8003)
Changelog

Sourced from panel's changelog.

Version 1.7.2

This patch release includes a number of important bug fixes, optimizations, and compatibility updates, particularly for React and ESM-based components. It also includes enhancements to the Tabulator table and more robust support for Audio/Video panes. Many thanks to @​etihwo for his continued contributions and the maintainer team @​hoxbro and @​philippjfr.

Enhancements

  • Support for passing bytes and BytesIO objects to Audio and Video panes (#7963)
  • Add header tooltips to Tabulator (#7988)
  • Optimize layout calculations for ESM components (#7989)
  • Allow nested ReactComponents to bypass Shadow DOM (#7991)
  • Support --ico-path CLI option to support explicit .ico path specification (#7992)
  • Loosen parameter type for ReactiveExpr.widget_layout (#7964)
  • Automatically unblock Comm on WebSocket re-connect (#7986)

Bug Fixes

  • Fix Tabulator fast design and fix styling issues (#7956)
  • Keep reference state consistent after Pyodide syncing (#7966)
  • Ensure correct model is used when determining if a link is set up (#7968)
  • Do not dispatch events on hold/unhold when the document is uninitialized (#7972)
  • Ensure theming does not error on PyComponent (#7975)
  • Prevent stylesheet patch from dispatching during initial load (#7978)
  • Fix caching issue for ESM render modules (#7990)
  • Correct initialization behavior of ReactComponent (#7996)
  • Fix threading race condition when applying consecutive updates to Param widgets (#8003)
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)

@dependabot dependabot bot added dependencies Related with project dependencies maintenance Package and maintenance related labels Jun 30, 2025
@dependabot dependabot bot requested a review from a team as a code owner June 30, 2025 20:09
Copy link

codecov bot commented Jun 30, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.84%. Comparing base (a02db98) to head (2074e45).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2077   +/-   ##
=======================================
  Coverage   92.84%   92.84%           
=======================================
  Files         136      136           
  Lines        9812     9812           
=======================================
  Hits         9110     9110           
  Misses        702      702           

☔ 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.

Bumps [panel](https://github.com/holoviz/panel) from 1.7.1 to 1.7.2.
- [Release notes](https://github.com/holoviz/panel/releases)
- [Changelog](https://github.com/holoviz/panel/blob/main/CHANGELOG.md)
- [Commits](holoviz/panel@v1.7.1...v1.7.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/panel-1.7.2 branch from 42b09c0 to 471697b Compare July 1, 2025 07:07
@pyansys-ci-bot pyansys-ci-bot merged commit 53fcc46 into main Jul 1, 2025
45 checks passed
@pyansys-ci-bot pyansys-ci-bot deleted the dependabot/pip/panel-1.7.2 branch July 1, 2025 07:51
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