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(deps): bump dash from 2.15.0 to 2.16.0 #113

Merged
merged 1 commit into from
Mar 6, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps dash from 2.15.0 to 2.16.0.

Release notes

Sourced from dash's releases.

Dash v2.16.0

Fixed

  • #2756 Prevent false dangerous link warning. Fixes #2743
  • #2752 Fixed issue with Windows build, for first time build on Windows, the dev needs to use npm run first-build

Changed

  • #2734 Configure CI for Python 3.10 #1863
  • #2735 Configure CI for Python 3.8 and 3.12, drop support for Python 3.6 and Python 3.7 #2736

Added

  • #2762 Add dynamic loading of component libraries.
    • Add dynamic_loading=True to dash init.
    • Add preloaded_libraries=[] to dash init, included libraries names will be loaded on the index like before.
  • #2758
    • exposing setProps to dash_clientside.clientSide_setProps to allow for JS code to interact directly with the dash eco-system
  • #2730 Load script files with .mjs ending as js modules
  • #2770 Add running to regular callbacks.
Changelog

Sourced from dash's changelog.

[2.16.0] - 2024-03-01

Fixed

  • #2756 Prevent false dangerous link warning. Fixes #2743
  • #2752 Fixed issue with Windows build, for first time build on Windows, the dev needs to use npm run first-build

Changed

  • #2734 Configure CI for Python 3.10 #1863
  • #2735 Configure CI for Python 3.8 and 3.12, drop support for Python 3.6 and Python 3.7 #2736

Added

  • #2762 Add dynamic loading of component libraries.
    • Add dynamic_loading=True to dash init.
    • Add preloaded_libraries=[] to dash init, included libraries names will be loaded on the index like before.
  • #2758
    • exposing setProps to dash_clientside.clientSide_setProps to allow for JS code to interact directly with the dash eco-system
  • #2730 Load script files with .mjs ending as js modules
  • #2770 Add running to regular callbacks.
Commits
  • add7112 Merge pull request #2774 from plotly/master-2.16.0
  • 25ec17e build
  • 28c8009 Build files for version 2.16.0
  • 0870c0e Merge branch 'dev' into master-2.16.0
  • 4f7d41d Merge pull request #2773 from plotly/version-2.16.0
  • 3a56770 Version 2.16.0
  • dc44119 Update js deps.
  • e580ff0 Merge pull request #2771 from plotly/fix/namespace-package-map
  • ba17593 Use _allow_dynamic_callbacks flag to bypass import in callbacks warning.
  • 4d5aa7d Warn if importing component libraries in callbacks.
  • 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 added the dependencies Pull requests that update a dependency file label Mar 4, 2024
@MickaelFontes
Copy link
Owner

Error with current test on home page test, but the app works:

'level': 'SEVERE',
'message': 'http://localhost:58050/_dash-component-suites/dash/dash-renderer/build/dash_renderer.v2_16_0m1709673072.min.js '
'1:96167 Error: Callback failed: the server did not respond.\n'
'    at m '
'(http://localhost:58050/_dash-component-suites/dash/dash-renderer/build/dash_renderer.v2_16_0m1709673072.min.js:2:145900)',
'source': 'console-api',
'timestamp': 1709673362957,

No callback is used on this page, so this is strange.
Changed the test to expected displayed text, it works

@MickaelFontes
Copy link
Owner

After more trials, the new behavior conflicting with current test seems to be linked to this: plotly/dash#2762
And the new dynamic_loading=True

@MickaelFontes
Copy link
Owner

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 6, 2024

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@MickaelFontes
Copy link
Owner

@dependabot recreate

Bumps [dash](https://github.com/plotly/dash) from 2.15.0 to 2.16.0.
- [Release notes](https://github.com/plotly/dash/releases)
- [Changelog](https://github.com/plotly/dash/blob/dev/CHANGELOG.md)
- [Commits](plotly/dash@v2.15.0...v2.16.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/dash-2.16.0 branch from 9328eb5 to 7cdf306 Compare March 6, 2024 19:36
@MickaelFontes
Copy link
Owner

The test stopped failling after a rebase (pytest has been updated)

@MickaelFontes MickaelFontes merged commit b8984f9 into main Mar 6, 2024
7 checks passed
@MickaelFontes MickaelFontes deleted the dependabot/pip/dash-2.16.0 branch March 6, 2024 19:42
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant