Skip to content

Update Pluto requirement from 0.20 to 0.20, 1.0#33

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/julia/Pluto-0.20-and-1.0
Open

Update Pluto requirement from 0.20 to 0.20, 1.0#33
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/julia/Pluto-0.20-and-1.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 27, 2026

Updates the requirements on Pluto to permit the latest version.

Release notes

Sourced from Pluto's releases.

v1.0.0

Note from Fons

Thanks for using Pluto! I'm excited to release version 1.0.0, symbolizing that Pluto is ready. Enjoy!

I wrote a discourse post celebrating the 1.0 release, you can read it here! This exact release (1.0.0) does not contain any new features, it only removes some deprecated functionality.

Removed deprecated functionality

  • The embed_display function has been removed. You now use AbstractPlutoDingetjes.Display.@embed instead.

  • The publish_to_js function has been removed. You now use AbstractPlutoDingetjes.Display.published_to_js instead.

  • The configuration dismiss_motivational_quotes has been removed and replaced by a setting in the frontend.

  • The FileEditEvent event has been removed.

  • Pluto.run([host::String,] port::Union{Nothing,Integer} = nothing; kwargs...) has been removed. You now need to use Pluto.run(; host, port, kwargs...) instead.

  • The following deprecations from MoreAnalysis have been removed. You now need to use the new formats:

@deprecate is_referenced_anywhere(notebook::Notebook, topology::NotebookTopology, sym::Symbol) is_referenced_anywhere(topology, sym)`
@​deprecate is_assigned_anywhere(notebook::Notebook, topology::NotebookTopology, sym::Symbol) is_assigned_anywhere(topology, sym)`
@​deprecate downstream_recursive(
notebook::Notebook,
topology::NotebookTopology,
from::Union{Vector{Cell},Set{Cell}},
) downstream_recursive(
topology,
from,
)
@​deprecate upstream_recursive(
notebook::Notebook,
topology::NotebookTopology,
from::Union{Vector{Cell},Set{Cell}},
) upstream_recursive(
topology,
from,
)
@​deprecate codependents(notebook::Notebook, topology::NotebookTopology, var::Symbol) codependents(topology, var)
@​deprecate bound_variable_connections_graph(notebook::Notebook) bound_variable_connections_graph(notebook.topology)

Breaking changes

  • format_version of PlutoSliderServer export sources now needs to equal 2 instead of 1.

... (truncated)

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 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)

Updates the requirements on [Pluto](https://github.com/JuliaPluto/Pluto.jl) to permit the latest version.
- [Release notes](https://github.com/JuliaPluto/Pluto.jl/releases)
- [Commits](JuliaPluto/Pluto.jl@v0.20.0...v1.0.0)

---
updated-dependencies:
- dependency-name: Pluto
  dependency-version: 1.0.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file julia Pull requests that update julia code labels May 27, 2026
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 julia Pull requests that update julia code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants