Skip to content

build: bump panel from 1.5.2 to 1.5.3#1508

Merged
pyansys-ci-bot merged 2 commits into
mainfrom
dependabot/pip/panel-1.5.3
Oct 23, 2024
Merged

build: bump panel from 1.5.2 to 1.5.3#1508
pyansys-ci-bot merged 2 commits into
mainfrom
dependabot/pip/panel-1.5.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Oct 23, 2024

Bumps panel from 1.5.2 to 1.5.3.

Release notes

Sourced from panel's releases.

Version 1.5.3

This release fixes a number of smaller regressions related to Tabulator row_content, ensures --dev/--autoreload picks up on external modules correctly and resolves OAuth guest endpoints correctly. Additionally it introduces some enhancements and bug fixes for custom components, such as adding support for loading custom components ESM Javascript bundles from the inbuilt endpoint ensuring that the bundle can be cached by the browser. Many thanks and welcome to our new contributors @​chryshumble and @​haojungc, our returning contributors @​TheoMathurin, @​aktech and @​Coderambling and the core maintainer team @​Hoxbro, @​ahuang11, @​MarcSkovMadsen and @​philippjfr for their contributions to this release.

Enhancements

  • Sync dark mode on browser_info object (#7382)
  • Allow loading custom component ESM bundles from URL (#7410, #7412)

Bug fixes

  • Address issues with Tabulator embed_content and optimize row expansion (#7364)
  • Prevent pipeline network plot from linking with other plots (#7372)
  • Various fixes for custom component compilation (#7381)
  • Fix OAuth guest endpoint (#7385)
  • Fix ReactiveESM._importmap typing (#7392)
  • Ensure that autoreload records modules to watch before startup (#7399)
  • Prevent Tabulator from overlapping when max_height is set (#7403)
  • Do not mutate layout Children inplace (#7417)
  • Set Tabulator null formatter to empty string (#7421)
  • Ensure Tabulator table content does not overflow (#7425)

Compatibility

  • Upgraded Tabulator version to 6.3 (#7419)

Documentation

  • Update components_overview.md with text fixes (#7335)
  • Corrected styles in doc (#7371)
  • Fix typo in panel.io.server docstring (#7405)
Changelog

Sourced from panel's changelog.

Version 1.5.3

This release fixes a number of smaller regressions related to Tabulator row_content, ensures --dev/--autoreload picks up on external modules correctly and resolves OAuth guest endpoints correctly. Additionally it introduces some enhancements and bug fixes for custom components, such as adding support for loading custom components ESM Javascript bundles from the inbuilt endpoint ensuring that the bundle can be cached by the browser. Many thanks and welcome to our new contributors @​chryshumble and @​haojungc, our returning contributors @​TheoMathurin, @​aktech and @​Coderambling and the core maintainer team @​Hoxbro, @​ahuang11, @​MarcSkovMadsen and @​philippjfr for their contributions to this release.

Enhancements

  • Sync dark mode on browser_info object (#7382)
  • Allow loading custom component ESM bundles from URL (#7410, #7412)

Bug fixes

  • Address issues with Tabulator embed_content and optimize row expansion (#7364)
  • Prevent pipeline network plot from linking with other plots (#7372)
  • Various fixes for custom component compilation (#7381)
  • Fix OAuth guest endpoint (#7385)
  • Fix ReactiveESM._importmap typing (#7392)
  • Ensure that autoreload records modules to watch before startup (#7399)
  • Prevent Tabulator from overlapping when max_height is set (#7403)
  • Do not mutate layout Children inplace (#7417)
  • Set Tabulator null formatter to empty string (#7421)
  • Ensure Tabulator table content does not overflow (#7425)

Compatibility

  • Upgraded Tabulator version to 6.3 (#7419)

Documentation

  • Update components_overview.md with text fixes (#7335)
  • Corrected styles in doc (#7371)
  • Fix typo in panel.io.server docstring (#7405)
Commits
  • 7f850dc Bump panel.js to 1.5.3
  • 12df520 Tabulator: ensure markup panes wrap text in row_content (#7431)
  • 03542a6 Ensure Tabulator table content does not overflow (#7425)
  • 110117d enh: Set Bokeh log level to info when importing dask.distributed (#7426)
  • c6505f0 Add reference to patch_tabulator (#7423)
  • 0930d27 ci: Use Microsoft channel for pytest-playwright (#7424)
  • 87ef019 Bump panel.js version to 1.5.3-b.1
  • d8dab9b Update CHANGELOG for 1.5.3b1
  • 6c0599d Do not mutate Children inplace (#7417)
  • 8f8ed23 Bump django from 3.2.25 to 4.2.16 in /examples/apps/django (#7413)
  • 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 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 requested a review from a team as a code owner October 23, 2024 18:02
@dependabot dependabot Bot added dependencies Related with project dependencies maintenance Package and maintenance related labels Oct 23, 2024
pyansys-ci-bot
pyansys-ci-bot previously approved these changes Oct 23, 2024
pyansys-ci-bot
pyansys-ci-bot previously approved these changes Oct 23, 2024
Bumps [panel](https://github.com/holoviz/panel) from 1.5.2 to 1.5.3.
- [Release notes](https://github.com/holoviz/panel/releases)
- [Changelog](https://github.com/holoviz/panel/blob/main/CHANGELOG.md)
- [Commits](holoviz/panel@v1.5.2...v1.5.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
pyansys-ci-bot
pyansys-ci-bot previously approved these changes Oct 23, 2024
@codecov
Copy link
Copy Markdown

codecov Bot commented Oct 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.78%. Comparing base (072ff54) to head (2a9c07a).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1508   +/-   ##
=======================================
  Coverage   91.78%   91.78%           
=======================================
  Files          86       86           
  Lines        6974     6974           
=======================================
  Hits         6401     6401           
  Misses        573      573           

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

@pyansys-ci-bot pyansys-ci-bot merged commit b2854a8 into main Oct 23, 2024
@pyansys-ci-bot pyansys-ci-bot deleted the dependabot/pip/panel-1.5.3 branch October 23, 2024 19:25
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