entropy-lab / entropy

BSD 3-Clause "New" or "Revised" License
30 stars 13 forks source link

Poetry(prod):(deps): Bump dash from 2.4.1 to 2.5.0 #274

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps dash from 2.4.1 to 2.5.0.

Release notes

Sourced from dash's releases.

Dash v2.5.0

Added

  • #1947 Added pages - a better way to build multi-page apps. For more information see the forum post.
  • #1965 Add component as props.
  • #2049 Added wait_for_class_to_equal and wait_for_contains_class methods to dash.testing

Changed

  • #2050 Changed find_element and find_elements to accept an attribute argument that aligns with Selenium's By class, allowing you to search elements by other attributes. Default value is CSS_SELECTOR to maintain backwards compatibility with previous find_elements.

Fixed

  • #2043 Fix bug #2003 in which dangerously_allow_html=True + mathjax=True works in some cases, and in some cases not.
  • #2065 Fix bug #2064 rendering of dcc.Dropdown with a value but no options.
  • #2047 Fix bug #1979 in which DASH_DEBUG as environment variable gets ignored.
  • #2070 Fix bug #2066 nested types triggering maximum call stack error when building typescript components.
Changelog

Sourced from dash's changelog.

[2.5.0] - 2022-06-07

Added

  • #1947 Added pages - a better way to build multi-page apps. For more information see the forum post.
  • #1965 Add component as props.
  • #2049 Added wait_for_class_to_equal and wait_for_contains_class methods to dash.testing

Changed

  • #2050 Changed find_element and find_elements to accept an attribute argument that aligns with Selenium's By class, allowing you to search elements by other attributes. Default value is CSS_SELECTOR to maintain backwards compatibility with previous find_elements.

Fixed

  • #2043 Fix bug #2003 in which dangerously_allow_html=True + mathjax=True works in some cases, and in some cases not.
  • #2065 Fix bug #2064 rendering of dcc.Dropdown with a value but no options.
  • #2047 Fix bug #1979 in which DASH_DEBUG as environment variable gets ignored.
  • #2070 Fix bug #2066 nested types triggering maximum call stack error when building typescript components.
Commits
  • 34f678a Merge pull request #2081 from plotly/master-2.5.0
  • 58e2a3f Build artifacts for 2.5.0
  • 4ba470a Merge branch 'dev' into master-2.5.0
  • 756b246 Merge pull request #2082 from plotly/renderer-package-lock-version
  • 7e2abc0 Dash renderer package-lock.json version bump to 2.5.0
  • 93a936d Merge branch 'dev' into master-2.5.0
  • 9f4480c Merge pull request #2080 from plotly/version-update-2-5-0
  • 1f090fe Dash 2.5.0 version bumps
  • 48bf177 Merge pull request #2070 from plotly/fix-ts-nested
  • 38562cb noise
  • 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 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)
github-actions[bot] commented 2 years ago

Unit Test Results

221 tests   217 :heavy_check_mark:  54s :stopwatch:     1 suites      4 :zzz:     1 files        0 :x:

Results for commit 924b3283.

qguyk commented 2 years ago

@dependabot ignore this minor version

dependabot[bot] commented 2 years ago

OK, I won't notify you about version 2.5.x again, unless you re-open this PR or update to a 2.5.x release yourself.