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

Bump bokeh from 3.3.4 to 3.4.0 #28

Closed
wants to merge 1 commit into from
Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 25, 2024

Bumps bokeh from 3.3.4 to 3.4.0.

Changelog

Sourced from bokeh's changelog.

2024-03-14 3.4:

  • bugfixes:
    • #6826 [component: bokehjs] Tap events not registering during MouseMove events
    • #8508 [component: bokehjs] Tap event latency
    • #10782 [component: bokehjs] Typo in prelude.ts
    • #11794 BOKEH_DEV=true assumes file resources when using the server
    • #12088 [component: bokehjs] [BUG] Select widget has no value if only options are provided but the UI suggests otherwise
    • #12616 [component: bokehjs] [BUG] installing bokehjs from npm doesn't pull in dependencies
    • #12870 [component: bokehjs] [BUG] DatetimeTickFormatter strips leading 0 in "%H" format, works in " %H"
    • #13071 [component: bokehjs] [BUG] Pinching zoom-in on touch devices
    • #13131 [component: bokehjs] roots added in a callback are not displayed
    • #13157 [component: bokehjs] Prevent blink when updating ImageURL source
    • #13281 [component: bokehjs] font-size does not depend on --font-size css variable
    • #13293 [component: bokehjs] [BUG] _hit_point() is broken in VAreaStep
    • #13337 [component: bokehjs] [BUG] output_notebook(resources=INLINE) in jupyter lab does not load jquery
    • #13362 [component: bokehjs] [BUG] Inconsistent handling of background and border fill alpha
    • #13378 [component: bokehjs] [BUG] Axis.major_label_overrides being {} causing error in deserialization
    • #13389 Unable to clone models with readonly properties
    • #13421 bokehjsdir(dev=True) doesn't resolve bokehjs/build anymore
    • #13441 [component: bokehjs] [BUG] filter.booleans doesn't trigger the re-render of the plot
    • #13483 [component: bokehjs] [BUG] RangeTool does not respect target max_interval
    • #13499 [BUG] Latex does not render in Notebook
    • #13500 [component: bokehjs] [BUG] Box edit tool using all supported glyphs
    • #13520 [component: bokehjs] [BUG] Template does not seem to render correctly in Firefox
    • #13524 [component: docs] [BUG] Missing SRI hash for version 2.2.2
    • #13525 [component: docs] [BUG] Unexpected attribute 'size' to Circle
    • #13536 [component: bokehjs] ColumnDataSource.selected.indices incompatibility with CDSView.filter.indices [BUG]
    • #13555 [component: bokehjs] [BUG] image hover value is wrong on inverted axes
    • #13558 [component: build] Release build CI workflow fails
    • #13563 [BUG] Return type of the Model.new function is incorrect
    • #13583 [component: tests] minimal-deps CI job fails with "coroutine was never awaited"
    • #13598 [component: bokehjs] [BUG] Improve NaT support for HoverTool
    • #13607 [component: bokehjs] [BUG] Multiple inline math elements in different axes causing axis labels to disappear
    • #13611 [component: bokehjs] [BUG] Layout won’t update after curdoc().unhold()
    • #13637 [BUG] Regression handling glyph border_radius that is a dict
    • #13648 [component: bokehjs] [BUG] WebGL Rect with large corner radius rendered incorrectly
    • #13678 [component: bokehjs] [BUG] Using tap tool makes image glyph disappear with webgl enabled
    • #13679 [component: examples] Deprecation warning in notebook_embed.ipynb
    • #13688 Useless error formatting can be sometimes costly in on_change setup
    • #13698 [component: docs] Missing links in docs in "Third-party integrations" page
    • #13716 Errors related to MIN_PREFERRED_MAX_WIDTH while building the docs
    • #13717 [component: docs] Broken page in the docs
    • #13729 [component: docs] [BUG] Documentation Missing space character in the command to enable jupyter server extension in jupyterLab docs.
    • #13739 [component: docs] [BUG] Documentation: TypeScript in Custom Extensions section fails to compile
    • #13743 VBox is not working in 3.4.0rc1
    • #13755 [component: bokehjs] [BUG] Button does not updated when property is changed
    • #13756 [component: bokehjs] Tooltip node positioning is wrong when the target is offset
    • #13713 [component: build] Fix logic in plugin prelude
    • #13718 [component: docs] add MathTextGlyph to imports

... (truncated)

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 [bokeh](https://github.com/bokeh/bokeh) from 3.3.4 to 3.4.0.
- [Changelog](https://github.com/bokeh/bokeh/blob/branch-3.5/docs/CHANGELOG)
- [Commits](bokeh/bokeh@3.3.4...3.4.0)

---
updated-dependencies:
- dependency-name: bokeh
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file removed labels Mar 25, 2024
Copy link
Contributor

coderabbitai bot commented Mar 25, 2024

Important

Auto Review Skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share

Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit-tests for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit tests for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit tests.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • The JSON schema for the configuration file is available here.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/coderabbit-overrides.v2.json

CodeRabbit Discord Community

Join our Discord Community to get help, request features, and share feedback.

Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 15, 2024

Superseded by #34.

@dependabot dependabot bot closed this Apr 15, 2024
@dependabot dependabot bot deleted the dependabot/pip/bokeh-3.4.0 branch April 15, 2024 11:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file removed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants