ansys / pyansys-geometry

A Python wrapper for Ansys Geometry Services
https://geometry.docs.pyansys.com/
MIT License
46 stars 14 forks source link

build: bump panel from 1.5.2 to 1.5.3 #1508

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

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 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)
codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

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

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

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.