Skip to content

Bump the all-julia-packages group across 2 directories with 3 updates#196

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/julia/docs/all-julia-packages-6b0d931a9d
Open

Bump the all-julia-packages group across 2 directories with 3 updates#196
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/julia/docs/all-julia-packages-6b0d931a9d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 17, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on PlutoStaticHTML, Pluto and Mooncake to permit the latest version.
Updates PlutoStaticHTML to 8.0.0

Release notes

Sourced from PlutoStaticHTML's releases.

v8.0.0

PlutoStaticHTML v8.0.0

Diff since v7.0.11

Breaking changes

  • Dependency on Pluto 1.0

Merged pull requests:

Commits

Updates Pluto to 1.0.3

Release notes

Sourced from Pluto's releases.

v1.0.3

Try this release in your browser! (Available 30 minutes after the release)

Learn more about Binder and Pluto at plutojl.org/en/docs/binder!

Internal changes

Diff since v1.0.2

Commits
  • 4c726d2 Bundle Web Assets
  • 479f8e6 Update Project.toml
  • aaa7158 Desktop changes 6 july 2026 (#3594)
  • f43aa4c Bump @​types/node from 26.0.0 to 26.1.0 in /frontend-bundler in the all-depend...
  • 4e3a8bd PlutoDesktop filepicker autocomplete and featured notebook editing support (#...
  • 483b419 Style type defintions (#3591)
  • df80938 Update CellOutput.js
  • a32f287 Desktop app: main menu from logo, open in new window, string export types (#3...
  • a70ab0c Compat with lezer-julia v1.2.0
  • 27700bc Update editor.css
  • Additional commits viewable in compare view

Updates Mooncake to 0.5.39

Release notes

Sourced from Mooncake's releases.

v0.5.39

Mooncake v0.5.39

Diff since v0.5.38

Merged pull requests:

Changelog

Sourced from Mooncake's changelog.

0.5.32

  • Fix forward-over-reverse Hessian-vector products on closures that capture a Ref wrapped in a NoTangent-typed aggregate, which previously threw UndefRefError. prepare_hvp_cache now eagerly compiles the inner rrule!! together with its forward-mode dual callables and routes the outer forward pass through a new DerivedFoRRule, so the inner IdDict constructor is no longer inlined past Mooncake's rule (#1193, #1202).
  • Fix the gradient of copysign(x, y) with respect to x: the derivative is sign(x) * sign(y), and the missing sign(x) factor previously gave the wrong gradient sign when x < 0 (#1196).
  • Handle mutation of non-const globals (setglobal!) in forward mode on Julia 1.12+ (#1194).
  • Version-bound the Core._call_latest(CoreLogging.handle_message, ...) rule (and its keyword-argument variant) to Julia below 1.12 (#1200).

0.5.31

  • Guard codual_type / fcodual_type against unbound TypeVars (#1191, #1192).

0.5.30

  • Bump the LogExpFunctions compat bound to 1 (#1186).

0.5.29

  • Add a max_fd_step keyword to TestUtils.test_rule that caps the finite-difference step sizes, keeping perturbations of domain-restricted functions (log, sqrt, cholesky) inside their domains (#1173).
  • Pre-allocate and reuse the Hessian, gradient, and basis-direction buffers in the Hessian cache so that repeated value_gradient_and_hessian!! calls avoid allocation (#1178).
  • Add consistency checks for rule reuse (#1172).
  • Mark CUDACore.cudaError_enum as having no tangent (#1175).

0.5.28

  • Throw a clear UnhandledLanguageFeatureException for try / catch blocks in reverse-mode AD instead of an opaque IR-verification failure (#1161).
  • Import the ChainRules svd rule via @from_rrule (#1163, closes #670).
  • Guard the friendly_tangent_cache array branch against NoTangent element types (e.g. SparseMatrixCSC{Int}) (#1150).

0.5.27

  • Add a cached value_and_jacobian!! interface for both forward-mode (chunked) and reverse-mode (row-by-row) caches (#1153).
  • Fix tangent_type for Union{NoRData, RData{...}} (#1133).
  • Add foreigncall zero-derivative rules for jl_get_world_counter and jl_matching_methods, supporting forward-over-reverse over those calls (#1143).
  • Handle Ptr in zero_tangent by delegating to uninit_tangent (#1139).
  • Update the CUDA extension for CUDA + cuDNN 6 (#1148).

0.5.26

  • Add Config(empty_cache=true) to free internal caches before rebuilding rules.
config = Mooncake.Config(empty_cache=true)
cache = Mooncake.prepare_gradient_cache(sin, 1.0; config)

0.5.25

  • Add nfwd: a new N-wide forward-mode implementation built around NDual, with Nfwd / NfwdMooncake internals and broad tests for scalar, array, and rule-building paths.
  • Expand Mooncake's forward-mode interface and caching around nfwd, including prepared derivative/gradient cache improvements and lower-allocation hot paths for repeated calls.
  • Route a broader scalar-math set through nfwd-backed direct primitive frule!! / rrule!! wrappers, reducing dependence on imported ChainRules rules for these cases.

... (truncated)

Commits
  • a592e9f CUDA Statistics.mean, Statistics.varm rules (#1228)
  • 049f5a8 CUDA HVP/Hessian: work for non-kernel ops, fail clearly on kernel ops (#1248)
  • 4ed91a0 Preserve the copy rule boundary in the trtrs! pullback (#1247)
  • 7682af5 docs: warn about args_to_zero=false misuse risk (#1240)
  • 71b34d3 GPU rules for vcat, cat, hcat, permutedims. (#1225)
  • 5439aba docs: cache reuse and varying input sizes (#1245)
  • 18c2fb1 Fix StackOverflow in _copy_output for compiled callables (#1243)
  • fd16e6d Re-enable CI groups and benchmark disabled in #1155 and #1144 (#1239)
  • 1eb600f docs: use Mooncake's public API everywhere (#1237)
  • e580048 Document pullback APIs and cache size constraints in README (#1236)
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Updates the requirements on [PlutoStaticHTML](https://github.com/JuliaPluto/PlutoStaticHTML.jl), [Pluto](https://github.com/JuliaPluto/Pluto.jl) and [Mooncake](https://github.com/chalk-lab/Mooncake.jl) to permit the latest version.

Updates `PlutoStaticHTML` to 8.0.0
- [Release notes](https://github.com/JuliaPluto/PlutoStaticHTML.jl/releases)
- [Commits](JuliaPluto/PlutoStaticHTML.jl@v7.0.0...v8.0.0)

Updates `Pluto` to 1.0.3
- [Release notes](https://github.com/JuliaPluto/Pluto.jl/releases)
- [Commits](JuliaPluto/Pluto.jl@v0.20.0...v1.0.3)

Updates `Mooncake` to 0.5.39
- [Release notes](https://github.com/chalk-lab/Mooncake.jl/releases)
- [Changelog](https://github.com/chalk-lab/Mooncake.jl/blob/main/HISTORY.md)
- [Commits](chalk-lab/Mooncake.jl@v0.4.122...v0.5.39)

---
updated-dependencies:
- dependency-name: PlutoStaticHTML
  dependency-version: 8.0.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Pluto
  dependency-version: 1.0.3
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Mooncake
  dependency-version: 0.5.39
  dependency-type: direct:production
  dependency-group: all-julia-packages
...

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 Jul 17, 2026
@github-actions

Copy link
Copy Markdown
Contributor

TuringGLM.jl documentation for PR #196 is available at:
https://TuringLang.github.io/TuringGLM.jl/previews/PR196/

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