JuliaGizmos / Interact.jl

Interactive widgets to play with your Julia code
Other
522 stars 77 forks source link

CompatHelper: bump compat for "Observables" to "0.5" #417

Closed github-actions[bot] closed 1 year ago

github-actions[bot] commented 2 years ago

This pull request changes the compat entry for the Observables package from 0.2.2, 0.3, 0.4 to 0.2.2, 0.3, 0.4, 0.5.

This keeps the compat entries for earlier versions.

Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request.

tomyun commented 1 year ago

I wonder if this can get merged soon since it blocks some other package updates.

tomyun commented 1 year ago

Notably, Observables.jl stuck to 0.4 prevents upgrading Makie.jl to its latest version (0.17.x). Is there any issue blocking this compat bump?

tomyun commented 1 year ago

Is this project no longer maintained?

MasonProtter commented 1 year ago

ping @shashi @piever @travigd could you please merge?

MasonProtter commented 1 year ago

I’ve tried various things out on this branch and it seems to work fine.