Skip to content

build: bump panel from 1.6.0 to 1.6.1#1749

Merged
pyansys-ci-bot merged 2 commits into
mainfrom
dependabot/pip/panel-1.6.1
Feb 14, 2025
Merged

build: bump panel from 1.6.0 to 1.6.1#1749
pyansys-ci-bot merged 2 commits into
mainfrom
dependabot/pip/panel-1.6.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 14, 2025

Copy link
Copy Markdown
Contributor

Bumps panel from 1.6.0 to 1.6.1.

Release notes

Sourced from panel's releases.

Version 1.6.1

This patch release primarily addresses issues running Panel behind a reverse proxy, improves the developer experience of working with custom ESM bundles and adds compatibility for Plotly 6.0. Congratulations to @​fabiovincenzi and @​pankajp for their first contribution fixing inlining of stylesheets. Many thanks to to our returning contributors @​ceball, @​Azaya89 and @​Coderambling as well as our core developer team including @​ahuang11, @​Maximlt, @​hoxbro and @​philippjfr for contributing to this release.

Enhancements

  • Add ChatFeed.scroll_to method (#7671)
  • Implement watch feature for panel compile command (#7683)
  • Allow ESM components to load CSS bundles (#7685, #7691)
  • Generalize ReactiveESM.select so children are automatically detected (#7699)

Bug fixes

  • Ensure errors in sync periodic callbacks are logged (#7665)
  • Reset visible_range when Feed.objects are updated (#7673)
  • Ensure ESM bundles correctly resolve component implementations (#7684, #7698)
  • Fix default avatar in send/stream (#7677)
  • Ensure index redirects are relative to fix index page behind a reverse proxy (#7704)
  • Ensure root_url is correctly determined during auth (#7680)
  • Ensure the modal is on top in EditableTemplate (#7710)
  • Ensure Tabulator selection is recalculated after filtering (#7712)
  • Fix custom login endpoints (#7714)
  • Ensure type checkers can correctly infer extension argument types (#7709)
  • Ensure custom components and extensions respect resource mode in notebooks (#7701, #7716)
  • Ensure in process events are cleaned up after they are applied (#7717)

Compatibility

  • Compatibility with Plotly 6.0 (#7681, #7682)
  • Bump pyodide version to 0.27.2 and PyScript version to 2025.2.1 (#7718)

Docs

  • Add links to other HoloViz libraries to the sidebar (#7674)
  • Minor documentation fixes (#7664, #7668, #7692)
Changelog

Sourced from panel's changelog.

Version 1.6.1

This patch release primarily addresses issues running Panel behind a reverse proxy, improves the developer experience of working with custom ESM bundles and adds compatibility for Plotly 6.0. Congratulations to @​fabiovincenzi and @​pankajp for their first contribution fixing inlining of stylesheets. Many thanks to to our returning contributors @​ceball, @​Azaya89 and @​Coderambling as well as our core developer team including @​ahuang11, @​Maximlt, @​hoxbro and @​philippjfr for contributing to this release.

Enhancements

  • Add ChatFeed.scroll_to method (#7671)
  • Implement watch feature for panel compile command (#7683)
  • Allow ESM components to load CSS bundles (#7685, #7691)
  • Generalize ReactiveESM.select so children are automatically detected (#7699)

Bug fixes

  • Ensure errors in sync periodic callbacks are logged (#7665)
  • Reset visible_range when Feed.objects are updated (#7673)
  • Ensure ESM bundles correctly resolve component implementations (#7684, #7698)
  • Fix default avatar in send/stream (#7677)
  • Ensure index redirects are relative to fix index page behind a reverse proxy (#7704)
  • Ensure root_url is correctly determined during auth (#7680)
  • Ensure the modal is on top in EditableTemplate (#7710)
  • Ensure Tabulator selection is recalculated after filtering (#7712)
  • Fix custom login endpoints (#7714)
  • Ensure type checkers can correctly infer extension argument types (#7709)
  • Ensure custom components and extensions respect resource mode in notebooks (#7701, #7716)
  • Ensure in process events are cleaned up after they are applied (#7717)

Compatibility

  • Compatibility with Plotly 6.0 (#7681, #7682)
  • Bump pyodide version to 0.27.2 and PyScript version to 2025.2.1 (#7718)

Docs

  • Add links to other HoloViz libraries to the sidebar (#7674)
  • Minor documentation fixes (#7664, #7668, #7692)
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.6.0 to 1.6.1.
- [Release notes](https://github.com/holoviz/panel/releases)
- [Changelog](https://github.com/holoviz/panel/blob/main/CHANGELOG.md)
- [Commits](holoviz/panel@v1.6.0...v1.6.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot requested a review from a team as a code owner February 14, 2025 17:33
@dependabot dependabot Bot added dependencies Related with project dependencies maintenance Package and maintenance related labels Feb 14, 2025
pyansys-ci-bot
pyansys-ci-bot previously approved these changes Feb 14, 2025
@pyansys-ci-bot
pyansys-ci-bot enabled auto-merge (squash) February 14, 2025 17:33
@codecov

codecov Bot commented Feb 14, 2025

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.87%. Comparing base (585b2e1) to head (2311f02).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1749   +/-   ##
=======================================
  Coverage   90.87%   90.87%           
=======================================
  Files          92       92           
  Lines        8198     8198           
=======================================
  Hits         7450     7450           
  Misses        748      748           

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

@pyansys-ci-bot
pyansys-ci-bot merged commit be66ad2 into main Feb 14, 2025
@pyansys-ci-bot
pyansys-ci-bot deleted the dependabot/pip/panel-1.6.1 branch February 14, 2025 18:14
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