Skip to content

Bump the all-julia-packages group across 2 directories with 15 updates#104

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Updates the requirements on Documenter, LiveServer, DocumenterTools, FiniteVolumeMethod1D, SciMLBase, NonlinearSolve, LinearSolve, DomainSets, OrdinaryDiffEqSDIRK, ReferenceTests, CairoMakie, MethodOfLines, OrdinaryDiffEq, ModelingToolkit and SpecialFunctions to permit the latest version.
Updates Documenter to 1.17.0

Release notes

Sourced from Documenter's releases.

v1.17.0

Added

  • The version selector now also preserves the anchor (hash) when switching between documentation versions. Additionally, the outdated/dev version warning banner now also tries to keep you on the same page (and position) when linking to the latest stable release. (#2880)
  • Added Remotes.Forgejo for specifying a Remote hosted on a Forgejo instance (such as codeberg.org). (#2857)
  • Doctests now default to the parser_for_module of the module that the docstring appears in, allowing modules that set their syntax version via Base.Experimental.@set_syntax_version to have their doctests parsed with the correct syntax automatically. Also added support for DocTestSyntax metadata and per-block syntax= attributes to explicitly specify a syntax version. (#2874)
  • Added a show_log keyword for Documenter.LaTeX to print LaTeX compiler logs to stdout when PDF compilation fails, and support for forcing this via DOCUMENTER_LATEX_SHOW_LOGS in CI environments. (#1697)
  • Added support for new features of the Markdown stdlib introduced in Julia 1.14, namely strike through, HTML blocks and inline HTML (this requires Julia 1.14+ and MarkdownAST 0.1.3).

Changed

  • reduced time complexity from O(n^2) to O(n) to improve the initial load time for search (#2875)
  • Git no longer displays a message about the default branch name when calling deploydocs(). (#2854)
  • Don't escape characters (such as ~) in URLs when writing LaTeX. (#2210)
  • Tweak the layout of the table of contents in LaTeX / PDF output so that for a document with 8 or more parts, the part number (VIII) does not overlap with the part title. (#2871)

Fixed

  • Fixed rendering of operator docstring bindings such as Base.:(:) and Base.:(==) in doc headers and indices. (#2844)

The changes are documented in the CHANGELOG.md file.

Diff since v1.16.1

Changelog

Sourced from Documenter's changelog.

Version [v1.17.0] - 2026-02-20

Added

  • The version selector now also preserves the anchor (hash) when switching between documentation versions. Additionally, the outdated/dev version warning banner now also tries to keep you on the same page (and position) when linking to the latest stable release. (#2880)
  • Added Remotes.Forgejo for specifying a Remote hosted on a Forgejo instance (such as codeberg.org). (#2857)
  • Doctests now default to the parser_for_module of the module that the docstring appears in, allowing modules that set their syntax version via Base.Experimental.@set_syntax_version to have their doctests parsed with the correct syntax automatically. Also added support for DocTestSyntax metadata and per-block syntax= attributes to explicitly specify a syntax version. (#2874)
  • Added a show_log keyword for Documenter.LaTeX to print LaTeX compiler logs to stdout when PDF compilation fails, and support for forcing this via DOCUMENTER_LATEX_SHOW_LOGS in CI environments. (#1697)
  • Added support for new features of the Markdown stdlib introduced in Julia 1.14, namely strike through, HTML blocks and inline HTML (this requires Julia 1.14+ and MarkdownAST 0.1.3).

Changed

  • reduced time complexity from O(n^2) to O(n) to improve the initial load time for search (#2875)
  • Git no longer displays a message about the default branch name when calling deploydocs(). (#2854)
  • Don't escape characters (such as ~) in URLs when writing LaTeX. (#2210)
  • Tweak the layout of the table of contents in LaTeX / PDF output so that for a document with 8 or more parts, the part number (VIII) does not overlap with the part title. (#2871)

Fixed

  • During cross-referencing find_object correctly locates the Documenter.Object associated with UnionAll method signatures. (#2836, #2889)
  • Fixed rendering of operator docstring bindings such as Base.:(:) and Base.:(==) in doc headers and indices. (#2844)

Version [v1.16.1] - 2025-11-21

Fixed

  • The -g is now passed to curl when checking links, to disable globbing, which could cause undesirable behavior when checking links containing characters like for example [, {, & or ?. (#2839, #2842)
  • Fixed insufficient paragraph spacing in HTML output for @docs blocks. ([#2845, #2847])
  • Don't expand details admonition by default. ([#2846, #2847])
  • Removed superfluous vertical space at end of @docs blocks. (#2849)

Version [v1.16.0] - 2025-11-14

Added

  • Added option treat_markdown_warnings_as_error which throws an error when encountering a markdown/interpolation warning (#2792, #2751)
  • Footnotes can now be previewed by hovering over the link. (#2080)
  • The version selector now attempts to stay on the same page when switching between documentation versions. If the page doesn't exist in the target version, it falls back to the version homepage. (#2801)
  • Allow named @eval blocks: such a block shares its execution context with all other @eval, @example, @repl and @setup blocks on the same page which use the same name. (#2074, #2812)

Changed

  • Page category is removed from the search index and now everything is in section category. (#2762, #2413)
  • Changed the docstring block accordions from a custom implementation to HTML details+summary tag. (#2772, #2773)
  • Improved the search tokenizer and custom trimmer to improve search results. (#1457, #2114, #2744)
  • Improved several warning/error messages to (more accurately) report the location (filename, line range) in which the warning/error originated. (#2426, #2752, #2793, #2803, #2809)
  • Warn/error if jldoctest starts with an empty line; or lacks empty line between two REPL prompts. (#2031, #2083, #2679, #2808)
  • The forcepush=true option to deploydocs now uses --force-with-lease instead of --force. (#2817)
  • Improved the generation of anchors for admonitions in HTML output to be more stable and e.g. not change due to changes of the internal representation across different Julia versions. (#2710)

... (truncated)

Commits

Updates LiveServer to 1.5.0

Release notes

Sourced from LiveServer's releases.

v1.5.0

LiveServer v1.5.0

Diff since v1.4.0

Merged pull requests:

Closed issues:

  • Website with docs not working (#186)
  • Preventing refresh after making edit to files? (#196)
Commits

Updates DocumenterTools to 0.1.21

Release notes

Sourced from DocumenterTools's releases.

v0.1.21

DocumenterTools v0.1.21

Diff since v0.1.20

Merged pull requests:

Changelog

Sourced from DocumenterTools's changelog.

Version [v0.1.21] -- 2025-10-28

Other

  • The package now requires at least Julia 1.10. (#99)
  • The package now supports OpenSSH_jll v10. (#97, #99)

Version [v0.1.20] -- 2024-09-24

Changed

  • Allow OpenSSH_jll 9 as dependency. (#74, #91)
  • Git.jl is now used (instead of git from the system) for running git commands. (#70, #92)

Version [v0.1.19] -- 2024-01-28

Changed

  • Update the instructions about the GitHub interface genkeys prints. (#84, #85)

Version [v0.1.18] -- 2023-09-27

Changed

  • Declare compatibility with Documenter 1.0. (#80, #81)

Version [v0.1.17] -- 2023-06-29

Changed

  • The compiled CSS files generated by DocumenterTools are now minified. (#71)

Version [v0.1.16] -- 2022-09-14

Fixed

  • DocumenterTools now runs ssh-keygen in a temporary directory (rather than current working directory), avoiding issues with filesystem permissions or existing files. (#64, #65)

Version [v0.1.15] -- 2022-07-24

Changed

  • Declare compatibility with DocStringExtensions 0.9. (#59)
  • Declare compatibility with AbstractTrees 0.4. (#60)

Version [v0.1.14] -- 2022-05-08

Changed

... (truncated)

Commits

Updates FiniteVolumeMethod1D to 1.2.0

Release notes

Sourced from FiniteVolumeMethod1D's releases.

v1.2.0

Release v1.2.0 (tag created to match the registered version).

Commits
  • dd6adc0 Update Project.toml
  • ec8aa3b Update Project.toml
  • 2d1c767 Merge pull request #62 from ChrisRackauckas-Claude/fix-master-solver-imports
  • d0cc116 Apply suggestions from code review
  • c882fad Fix dirichlet_source numerical tolerance and refresh surface PNG references
  • 1800be1 Fix tests for SciMLBase v3: explicit-import PrecompileTools and adapt eachind...
  • 35ce970 Fix master CI: import OrdinaryDiffEq sub-packages explicitly
  • f5be9a0 Merge pull request #61 from ChrisRackauckas-Claude/fix-formatcheck-julia-setup
  • 58aebba CI: install Julia in FormatCheck workflow so runic-action can run
  • a115104 Merge pull request #47 from ChrisRackauckas-Claude/sciml-base-v3-compat
  • Additional commits viewable in compare view

Updates SciMLBase to 3.31.0

Commits

Updates NonlinearSolve to 4.20.1

Commits

Updates LinearSolve to 3.87.0

Commits

Updates DomainSets to 0.8.1

Release notes

Sourced from DomainSets's releases.

v0.8.1

DomainSets v0.8.1

Diff since v0.8.0

Merged pull requests:

Closed issues:

  • Deprecations in v0.7.17 unintentionally caused new exports (#179)
  • Choose to support the Axiom of Choice? (#182)
Commits

Updates OrdinaryDiffEqSDIRK to 2.7.1

Changelog

Sourced from OrdinaryDiffEqSDIRK's changelog.

OrdinaryDiffEq.jl v7 / DifferentialEquations.jl v8 Breaking Changes

This release bumps to SciMLBase v3, RecursiveArrayTools v4, and includes breaking changes across DiffEqBase, OrdinaryDiffEqCore, and all solver sublibraries. It also coincides with the DifferentialEquations.jl v8 umbrella release, which is itself a breaking change to the user-facing meta-package.

DifferentialEquations.jl v8: scope reduction

DifferentialEquations.jl v8 no longer re-exports the full SciML solver suite. Previously, using DifferentialEquations pulled in OrdinaryDiffEq, StochasticDiffEq, DelayDiffEq, BoundaryValueDiffEq, Sundials, JumpProcesses, SteadyStateDiffEq, LinearSolve, NonlinearSolve, Optimization, etc. — a large default surface that drove up using time and made it unclear which package any given solver actually came from.

In v8, using DifferentialEquations only loads OrdinaryDiffEq. All other solver families have been removed from the umbrella. If your code relied on DifferentialEquations for SDEs, DDEs, BVPs, jumps, steady states, or any non-ODE solver, you will need to add the topic-specific package to your project explicitly.

Migration

Find the topic you need a solver for and add the corresponding sublib(s) directly. The DiffEqDocs tutorials and solver pages now specify, per algorithm, which package it ships from. Common cases:

Topic Old (DiffEq v7 umbrella) New (DiffEq v8)
ODEs using DifferentialEquations using OrdinaryDiffEq (or using OrdinaryDiffEqTsit5, OrdinaryDiffEqRosenbrock, … for individual solver families)
Stochastic ODEs using DifferentialEquations using StochasticDiffEq
Delay ODEs using DifferentialEquations using DelayDiffEq
Boundary value problems using DifferentialEquations using BoundaryValueDiffEq (or one of BoundaryValueDiffEqMIRK, BoundaryValueDiffEqFIRK, BoundaryValueDiffEqShooting, …)
Jump processes using DifferentialEquations using JumpProcesses
Steady state using DifferentialEquations using SteadyStateDiffEq
DAEs (mass matrix or implicit) using DifferentialEquations using OrdinaryDiffEq (mass matrix), using Sundials (IDA), or topic sublib
Sundials wrappers (CVODE, IDA, ARKODE) using DifferentialEquations using Sundials
Linear / nonlinear / optimization using DifferentialEquations using LinearSolve / using NonlinearSolve / using Optimization

For ODE work specifically, prefer importing only the sublib you need (e.g. using OrdinaryDiffEqTsit5: Tsit5) rather than the umbrella using OrdinaryDiffEq — the v7 ecosystem split lets you trim using time substantially. The DiffEqDocs tutorials and solver index annotate every algorithm with its host sublib.

Why

Removing the meta-package's broad re-exports lets each topic's package version cycle independently, eliminates the long using DifferentialEquations precompile chain for users who only need ODEs, and makes the dependency graph for any given script honest about what's actually being loaded.

This change is independent of the OrdinaryDiffEq v7 changes below — OrdinaryDiffEq v7 ships with DifferentialEquations v8, but you can also use OrdinaryDiffEq v7 directly without the umbrella package at all.

OrdinaryDiffEq.jl v7 Breaking Changes

This release bumps to SciMLBase v3, RecursiveArrayTools v4, and includes breaking changes across DiffEqBase, OrdinaryDiffEqCore, and all solver sublibraries.

Themes of the v7 release

Most of the breaking changes fall into a small set of recurring themes. Keep these in mind while reading the migration table — they explain why an individual change exists and often suggest the right migration direction:

  • Time to first solve (TTFS) reduction. Direct deps on Static.jl, StaticArrayInterface.jl, Polyester.jl, and StaticArrays.jl were dropped; using OrdinaryDiffEq now loads only the default solver set; ODEFunction switched to AutoSpecialize. All of this means less code loaded and more precompilation caching on first solve.

  • Type stability everywhere. All Bool solver/solve keyword arguments (autodiff, verbose, alias, lazy, …) were replaced by typed objects. Passing a Bool no longer changes dispatch in ways the compiler cannot specialize on, and the reverse is no longer allowed to silently fall back through slow generic paths. For example:

    # v6 — a Bool
    Rosenbrock23(autodiff = true)
    solve(prob, alg; verbose = false, alias = true)

... (truncated)

Commits

Updates ReferenceTests to 0.10.6

Commits

Updates CairoMakie to 0.15.12

Commits

Updates MethodOfLines to 0.11.13

Release notes

Sourced from MethodOfLines's releases.

v0.11.13

Release v0.11.13 (tag created to match the registered version).

Commits
  • fdb07af Fix QA group: activate test/qa env via run_tests instead of self-activation (...
  • 6de450d Use SciMLTesting v1.2 folder-based run_tests (#576)
  • 4feb46f Format: apply Runic to fix format check (#575)
  • b71116c Add non-uniform grid regression tests for linear advection (UpwindScheme) (#562)
  • bbfb45a Canonical CI: grouped-tests.yml + root test/test_groups.toml (#573)
  • bde4df3 Canonical CI cleanup: TagBot thin-caller + downgrade-caller cleanup (#571)
  • 29b19f8 Drop allow-reresolve input from downgrade workflow(s) (#570)
  • b7a491d ci: add standard centralized workflows (auto-format, dependabot-automerge, do...
  • e5494ed Merge pull request #568 from ChrisRackauckas-Claude/downgrade-reenable
  • d316c70 Make downgrade CI strict: allow-reresolve: false
  • Additional commits viewable in compare view

Updates OrdinaryDiffEq to 7.1.1

Release notes

Sourced from OrdinaryDiffEq's releases.

v7.1.1

OrdinaryDiffEq v7.1.1

Diff since v7.1.0

Merged pull requests:

Closed issues:

  • explicit 15-stage Runge-Kutta methods of order 10 (#2694)
  • New error with callback (#3772)
  • precompile error of OrdinaryDiffEqBDF prevents loading OrdinaryDiffEq (#3775)
  • BoundsError when interpolating an ODESolution with empty (zero-dimensional) continuous state (#3778)
  • DefaultODEAlgorithm() crashes with BoundsError on problems with empty u0 (zero continuous states) (#3779)
Changelog

Sourced from OrdinaryDiffEq's changelog.

OrdinaryDiffEq.jl v7 / DifferentialEquations.jl v8 Breaking Changes

This release bumps to SciMLBase v3, RecursiveArrayTools v4, and includes breaking changes across DiffEqBase, OrdinaryDiffEqCore, and all solver sublibraries. It also coincides with the DifferentialEquations.jl v8 umbrella release, which is itself a breaking change to the user-facing meta-package.

DifferentialEquations.jl v8: scope reduction

DifferentialEquations.jl v8 no longer re-exports the full SciML solver suite. Previously, using DifferentialEquations pulled in OrdinaryDiffEq, StochasticDiffEq, DelayDiffEq, BoundaryValueDiffEq, Sundials, JumpProcesses, SteadyStateDiffEq, LinearSolve, NonlinearSolve, Optimization, etc. — a large default surface that drove up using time and made it unclear which package any given solver actually came from.

In v8, using DifferentialEquations only loads OrdinaryDiffEq. All other solver families have been removed from the umbrella. If your code relied on DifferentialEquations for SDEs, DDEs, BVPs, jumps, steady states, or any non-ODE solver, you will need to add the topic-specific package to your project explicitly.

Migration

Find the topic you need a solver for and add the corresponding sublib(s) directly. The DiffEqDocs tutorials and solver pages now specify, per algorithm, which package it ships from. Common cases:

Topic Old (DiffEq v7 umbrella) New (DiffEq v8)
ODEs using DifferentialEquations using OrdinaryDiffEq (or using OrdinaryDiffEqTsit5, OrdinaryDiffEqRosenbrock, … for individual solver families)
Stochastic ODEs using DifferentialEquations using StochasticDiffEq
Delay ODEs using DifferentialEquations using DelayDiffEq
Boundary value problems using DifferentialEquations using BoundaryValueDiffEq (or one of BoundaryValueDiffEqMIRK, BoundaryValueDiffEqFIRK, BoundaryValueDiffEqShooting, …)
Jump processes using DifferentialEquations using JumpProcesses
Steady state using DifferentialEquations using SteadyStateDiffEq
DAEs (mass matrix or implicit) using DifferentialEquations using OrdinaryDiffEq (mass matrix), using Sundials (IDA), or topic sublib
Sundials wrappers (CVODE, IDA, ARKODE) using DifferentialEquations using Sundials
Linear / nonlinear / optimization using DifferentialEquations using LinearSolve / using NonlinearSolve / using Optimization

For ODE work specifically, prefer importing only the sublib you need (e.g. using OrdinaryDiffEqTsit5: Tsit5) rather than the umbrella using OrdinaryDiffEq — the v7 ecosystem split lets you trim using time substantially. The DiffEqDocs tutorials and solver index annotate every algorithm with its host sublib.

Why

Removing the meta-package's broad re-exports lets each topic's package version cycle independently, eliminates the long using DifferentialEquations precompile chain for users who only need ODEs, and makes the dependency graph for any given script honest about what's actually being loaded.

This change is independent of the OrdinaryDiffEq v7 changes below — OrdinaryDiffEq v7 ships with DifferentialEquations v8, but you can also use OrdinaryDiffEq v7 directly without the umbrella package at all.

OrdinaryDiffEq.jl v7 Breaking Changes

This release bumps to SciMLBase v3, RecursiveArrayTools v4, and includes breaking changes across DiffEqBase, OrdinaryDiffEqCore, and all solver sublibraries.

Themes of the v7 release

Most of the breaking changes fall into a small set of recurring themes. Keep these in mind while reading the migration table — they explain why an individual change exists and often suggest the right migration direction:

  • Time to first solve (TTFS) reduction. Direct deps on Static.jl, StaticArrayInterface.jl, Polyester.jl, and StaticArrays.jl were dropped; using OrdinaryDiffEq now loads only the default solver set; ODEFunction switched to AutoSpecialize. All of this means less code loaded and more precompilation caching on first solve.

  • Type stability everywhere. All Bool solver/solve keyword arguments (autodiff, verbose, alias, lazy, …) were replaced by typed objects. Passing a Bool no longer changes dispatch in ways the compiler cannot specialize on, and the reverse is no longer allowed to silently fall back through slow generic paths. For example:

    # v6 — a Bool
    Rosenbrock23(autodiff = true)
    solve(prob, alg; verbose = false, alias = true)

... (truncated)

Commits
  • aa04c0d Release v7.1.1 (#3782)
  • 17ac349 Fix BoundsError when interpolating ODESolution with empty continuous state (#...
  • c7545c7 Handle empty u0 (zero continuous states) in DefaultODEAlgorithm (fixes #3779)...
  • f5eaf0b Update Project.toml
  • 9f7a83f Guard solve_up Enzyme reverse rule against runtime-activity aliased shadows (...
  • b4efe37 Raise OrdinaryDiffEqCore floor to 4.4 in disco/2-param-CommonControllerOption...
  • d9a2f94 Release 3 subpackage(s) (#3773)
  • 91b090f Fix derivative_discontinuity! breaking integrators without the new field (#3771)
  • 265ed1d Release 11 subpackage(s) (#3770)
  • 69f5033 Add MSRK10 (Stepanov order-10 RK) as an ExplicitRK tableau (#2694) (#3755)
  • Additional commits viewable in compare view

Updates ModelingToolkit to 11.31.0

Changelog

Sourced from ModelingToolkit's changelog.

ModelingToolkit v11 Release Notes

Symbolics@7 and SymbolicUtils@4 compatibility

SymbolicUtils version 4 involved a major overhaul of the core symbolic infrastructure, which propagated to Symbolics as Symbolics version 7. ModelingToolkit has now updated to these versions. This includes significant type-stability improvements, enabling precompilation of large parts of the symbolic infrastructure and faster TTFX. It is highly recommended to read the Release Notes for SymbolicUtils@4 and the doc page describing the new variant structure before these release notes.

As part of these changes, ModelingToolkit has changed how some data is represented to allow precompilation. Notably, variable => value mappings (such as guesses) are stored as an AbstractDict{SymbolicT, SymbolicT}. Here, SymbolicT is a type that comes from Symbolics.jl, and is the type for all unwrapped symbolic values. This means that any non-symbolic values are stored as SymbolicUtils.Const variants. Mutation such as guesses(sys)[x] = 1.0 is still possible, and values are automatically converted. However, obtaining the value back requires usage of SymbolicUtils.unwrap_const or Symbolics.value.

Following is a before/after comparison of the TTFX for the most common operations in ModelingToolkit.jl. Further improvements are ongoing. Note that the timings do depend on many factors such as the exact system used, types passed to constructor functions, other packages currently loaded in the session, presence of array variables/equations, whether index reduction is required, and the behavior of various passes in mtkcompile. However, the numbers are good representations of the kinds of performance improvements that are possible due to the new infrastructure. There will continue to be improvements as this gets more extensive testing and we are better able to identify bottlenecks in compilation.

System constructor

The time to call System, not including the time taken for @variables or building the equations.

Before:

  0.243758 seconds (563.80 k allocations: 30.613 MiB, 99.48% compilation time: 3% of which was recompilation)
elapsed time (ns):  2.43757958e8
gc time (ns):       0
bytes allocated:    32099616
pool allocs:        563137
non-pool GC allocs: 16
malloc() calls:     651
free() calls:       0
minor collections:  0
full collections:   0

After:

</tr></table> 

... (truncated)

Commits

Updates SpecialFunctions to 2.8.0

Release notes

Sourced from SpecialFunctions's releases.

v2.8.0

SpecialFunctions v2.8.0

Diff since v2.7.2

Merged pull requests:

Commits
  • 4f8be2a CompatHelper: bump compat for LogExpFunctions to 1, (keep existing compat) (#...
  • d0aa461 Bump julia-actions/setup-julia from 2 to 3 (#527)
  • ea68a71 Bump codecov/codecov-action from 5 to 6 (#526)
  • 8fb038a Merge pull request #524 from JuliaMath/JeffreySarnoff-patch-2
  • Description has been truncated

Updates the requirements on [Documenter](https://github.com/JuliaDocs/Documenter.jl), [LiveServer](https://github.com/JuliaDocs/LiveServer.jl), [DocumenterTools](https://github.com/JuliaDocs/DocumenterTools.jl), [FiniteVolumeMethod1D](https://github.com/SciML/FiniteVolumeMethod1D.jl), [SciMLBase](https://github.com/SciML/SciMLBase.jl), [NonlinearSolve](https://github.com/SciML/NonlinearSolve.jl), [LinearSolve](https://github.com/SciML/LinearSolve.jl), [DomainSets](https://github.com/JuliaApproximation/DomainSets.jl), [OrdinaryDiffEqSDIRK](https://github.com/SciML/OrdinaryDiffEq.jl), [ReferenceTests](https://github.com/JuliaTesting/ReferenceTests.jl), [CairoMakie](https://github.com/MakieOrg/Makie.jl), [MethodOfLines](https://github.com/SciML/MethodOfLines.jl), [OrdinaryDiffEq](https://github.com/SciML/OrdinaryDiffEq.jl), [ModelingToolkit](https://github.com/SciML/ModelingToolkit.jl) and [SpecialFunctions](https://github.com/JuliaMath/SpecialFunctions.jl) to permit the latest version.

Updates `Documenter` to 1.17.0
- [Release notes](https://github.com/JuliaDocs/Documenter.jl/releases)
- [Changelog](https://github.com/JuliaDocs/Documenter.jl/blob/master/CHANGELOG.md)
- [Commits](JuliaDocs/Documenter.jl@v0.1.0...v1.17.0)

Updates `LiveServer` to 1.5.0
- [Release notes](https://github.com/JuliaDocs/LiveServer.jl/releases)
- [Commits](JuliaDocs/LiveServer.jl@v0.1.0...v1.5.0)

Updates `DocumenterTools` to 0.1.21
- [Release notes](https://github.com/JuliaDocs/DocumenterTools.jl/releases)
- [Changelog](https://github.com/JuliaDocs/DocumenterTools.jl/blob/master/CHANGELOG.md)
- [Commits](JuliaDocs/DocumenterTools.jl@v0.1.0...v0.1.21)

Updates `FiniteVolumeMethod1D` to 1.2.0
- [Release notes](https://github.com/SciML/FiniteVolumeMethod1D.jl/releases)
- [Commits](v1.1.0...v1.2.0)

Updates `SciMLBase` to 3.31.0
- [Release notes](https://github.com/SciML/SciMLBase.jl/releases)
- [Commits](https://github.com/SciML/SciMLBase.jl/commits)

Updates `NonlinearSolve` to 4.20.1
- [Release notes](https://github.com/SciML/NonlinearSolve.jl/releases)
- [Commits](https://github.com/SciML/NonlinearSolve.jl/commits)

Updates `LinearSolve` to 3.87.0
- [Release notes](https://github.com/SciML/LinearSolve.jl/releases)
- [Commits](https://github.com/SciML/LinearSolve.jl/commits)

Updates `DomainSets` to 0.8.1
- [Release notes](https://github.com/JuliaApproximation/DomainSets.jl/releases)
- [Commits](JuliaApproximation/DomainSets.jl@v0.0.1...v0.8.1)

Updates `OrdinaryDiffEqSDIRK` to 2.7.1
- [Release notes](https://github.com/SciML/OrdinaryDiffEq.jl/releases)
- [Changelog](https://github.com/SciML/OrdinaryDiffEq.jl/blob/master/NEWS.md)
- [Commits](SciML/OrdinaryDiffEq.jl@OrdinaryDiffEqSDIRK-v2.7.0...v2.7.1)

Updates `ReferenceTests` to 0.10.6
- [Release notes](https://github.com/JuliaTesting/ReferenceTests.jl/releases)
- [Commits](https://github.com/JuliaTesting/ReferenceTests.jl/commits)

Updates `CairoMakie` to 0.15.12
- [Release notes](https://github.com/MakieOrg/Makie.jl/releases)
- [Changelog](https://github.com/MakieOrg/Makie.jl/blob/master/CHANGELOG.md)
- [Commits](https://github.com/MakieOrg/Makie.jl/commits)

Updates `MethodOfLines` to 0.11.13
- [Release notes](https://github.com/SciML/MethodOfLines.jl/releases)
- [Commits](SciML/MethodOfLines.jl@v0.2.0...v0.11.13)

Updates `OrdinaryDiffEq` to 7.1.1
- [Release notes](https://github.com/SciML/OrdinaryDiffEq.jl/releases)
- [Changelog](https://github.com/SciML/OrdinaryDiffEq.jl/blob/master/NEWS.md)
- [Commits](SciML/OrdinaryDiffEq.jl@OrdinaryDiffEqAMF-v1.0.0...v7.1.1)

Updates `ModelingToolkit` to 11.31.0
- [Release notes](https://github.com/SciML/ModelingToolkit.jl/releases)
- [Changelog](https://github.com/SciML/ModelingToolkit.jl/blob/master/NEWS.md)
- [Commits](https://github.com/SciML/ModelingToolkit.jl/commits)

Updates `SpecialFunctions` to 2.8.0
- [Release notes](https://github.com/JuliaMath/SpecialFunctions.jl/releases)
- [Commits](JuliaMath/SpecialFunctions.jl@v0.0.1...v2.8.0)

---
updated-dependencies:
- dependency-name: Documenter
  dependency-version: 1.17.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: LiveServer
  dependency-version: 1.5.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: DocumenterTools
  dependency-version: 0.1.21
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: FiniteVolumeMethod1D
  dependency-version: 1.2.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: SciMLBase
  dependency-version: 3.31.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: NonlinearSolve
  dependency-version: 4.20.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: LinearSolve
  dependency-version: 3.87.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: DomainSets
  dependency-version: 0.8.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: OrdinaryDiffEqSDIRK
  dependency-version: 2.7.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: ReferenceTests
  dependency-version: 0.10.6
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: CairoMakie
  dependency-version: 0.15.12
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: MethodOfLines
  dependency-version: 0.11.13
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: OrdinaryDiffEq
  dependency-version: 7.1.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: ModelingToolkit
  dependency-version: 11.31.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: SpecialFunctions
  dependency-version: 2.8.0
  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 3, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #105.

@dependabot dependabot Bot closed this Jul 6, 2026
@dependabot dependabot Bot deleted the dependabot/julia/docs/all-julia-packages-6df4da1abc branch July 6, 2026 23:28
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