Skip to content
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

CHORE: Bump the doc group with 2 updates #982

Merged
merged 2 commits into from
Nov 18, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2024

Bumps the doc group with 2 updates: ansys-sphinx-theme[autoapi] and panel.

Updates ansys-sphinx-theme[autoapi] from 1.2.0 to 1.2.1

Commits

Updates panel from 1.5.3 to 1.5.4

Release notes

Sourced from panel's releases.

Version 1.5.4

This release primarily focuses on improving the ESM components including fixes for serialization of parameter values, improvements for compiling bundles, and building custom layouts. Additionally this release includes the new DatetimeSlider, adds a copy button to codeblocks in Markdown panes, improves responsive sizing for Plotly and starts adding better support for Polars. Many thanks and a warm welcome to our new contributor @​MP-MaximilianLattka as well as our maintainer team, including @​Hoxbro, @​thuydotm, @​ahuang11, @​MarcSkovMadsen and @​philippjfr.

Enhancements

  • Add DatetimeSlider widget (#7374)
  • Improve Jupyter preview error handling (#7434)
  • Add copy button to Markdown codeblocks (#7451)
  • Various improvements for writing ESM components (#7462)
  • Log authorization callback errors (#7463)
  • Support polars in pn.cache (#7472)
  • Improve and document hold utility (#7474)
  • Improve how panel compile collects bundles (#7477)

Bug fixes

  • Fix issues detecting changed property values during serialization (#7432)
  • Ensure ESM compilation correctly detects file extension (#7446)
  • Ensure parameter overrides are applied to ESM components (#7452)
  • Ensure component Children parameter correctly resolves when multiple types are defined (#7454)
  • Fix issues using Jupyter Preview with notifications enabled (#7466)
  • Ensure HTML/Markdown streaming does not freeze during rapid updates (#7480)
  • Ensure Plotly sizes correctly on initial render (#7483)
Changelog

Sourced from panel's changelog.

Version 1.5.4

This release primarily focuses on improving the ESM components including fixes for serialization of parameter values, improvements for compiling bundles, and building custom layouts. Additionally this release includes the new DatetimeSlider, adds a copy button to codeblocks in Markdown panes, improves responsive sizing for Plotly and starts adding better support for Polars. Many thanks and a warm welcome to our new contributor @​MP-MaximilianLattka as well as our maintainer team, including @​Hoxbro, @​thuydotm, @​ahuang11, @​MarcSkovMadsen and @​philippjfr.

Enhancements

  • Add DatetimeSlider widget (#7374)
  • Improve Jupyter preview error handling (#7434)
  • Add copy button to Markdown codeblocks (#7451)
  • Various improvements for writing ESM components (#7462)
  • Log authorization callback errors (#7463)
  • Support polars in pn.cache (#7472)
  • Improve and document hold utility (#7474)
  • Improve how panel compile collects bundles (#7477)

Bug fixes

  • Fix issues detecting changed property values during serialization (#7432)
  • Ensure ESM compilation correctly detects file extension (#7446)
  • Ensure parameter overrides are applied to ESM components (#7452)
  • Ensure component Children parameter correctly resolves when multiple types are defined (#7454)
  • Fix issues using Jupyter Preview with notifications enabled (#7466)
  • Ensure HTML/Markdown streaming does not freeze during rapid updates (#7480)
  • Ensure Plotly sizes correctly on initial render (#7483)
Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from a team as a code owner November 18, 2024 19:15
@dependabot dependabot bot added dependabot Related to dependabot dependencies Related with project dependencies maintenance Package and maintenance related labels Nov 18, 2024
@pyansys-ci-bot pyansys-ci-bot enabled auto-merge (squash) November 18, 2024 19:15
@github-actions github-actions bot added the documentation Improvements or additions to documentation label Nov 18, 2024
Copy link

codecov bot commented Nov 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.24%. Comparing base (1b83856) to head (c224301).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #982      +/-   ##
==========================================
+ Coverage   82.20%   82.24%   +0.04%     
==========================================
  Files          35       35              
  Lines        2253     2253              
==========================================
+ Hits         1852     1853       +1     
+ Misses        401      400       -1     
---- 🚨 Try these New Features:

Bumps the doc group with 2 updates: [ansys-sphinx-theme[autoapi]](https://github.com/ansys/ansys-sphinx-theme) and [panel](https://github.com/holoviz/panel).


Updates `ansys-sphinx-theme[autoapi]` from 1.2.0 to 1.2.1
- [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases)
- [Commits](ansys/ansys-sphinx-theme@v1.2.0...v1.2.1)

Updates `panel` from 1.5.3 to 1.5.4
- [Release notes](https://github.com/holoviz/panel/releases)
- [Changelog](https://github.com/holoviz/panel/blob/main/CHANGELOG.md)
- [Commits](holoviz/panel@v1.5.3...v1.5.4)

---
updated-dependencies:
- dependency-name: ansys-sphinx-theme[autoapi]
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: doc
- dependency-name: panel
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: doc
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/doc-8a65c767d3 branch from b7c362c to c68b0a0 Compare November 18, 2024 19:29
@pyansys-ci-bot pyansys-ci-bot merged commit 21ff37c into main Nov 18, 2024
53 checks passed
@pyansys-ci-bot pyansys-ci-bot deleted the dependabot/pip/doc-8a65c767d3 branch November 18, 2024 19:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependabot Related to dependabot dependencies Related with project dependencies documentation Improvements or additions to documentation maintenance Package and maintenance related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant