Skip to content

Bump the all-julia-packages group across 2 directories with 16 updates#55

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

Bump the all-julia-packages group across 2 directories with 16 updates#55
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/julia/docs/all-julia-packages-425e1fcd43

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 28, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on Documenter, LiveServer, DocumenterTools, FiniteVolumeMethod1D, SciMLBase, ExplicitImports, NonlinearSolve, LinearSolve, DomainSets, ReferenceTests, CairoMakie, MethodOfLines, OrdinaryDiffEq, ModelingToolkit, SpecialFunctions and SafeTestsets 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.1.4

Release notes

Sourced from FiniteVolumeMethod1D's releases.

v1.1.4

Full Changelog: v1.1.3...v1.1.4

Commits

Updates SciMLBase to 3.6.0

Release notes

Sourced from SciMLBase's releases.

v3.6.0

SciMLBase v3.6.0

Diff since v3.5.0

Merged pull requests:

Closed issues:

  • Export OptimizationSolution (and possibly other Solution structs / abstract types) (#1329)
Commits
  • 4760c97 Update Project.toml
  • 4ce9a6f Merge pull request #1332 from ChrisRackauckas-Claude/fix-solution-rebuild-inf...
  • 94296f3 Preserve concrete type of .original in solution_new_original_retcode
  • 09c9a72 Merge pull request #1330 from ChrisRackauckas-Claude/mark-problems-solutions-...
  • 85e2f4c Export concrete solution types (closes #1329)
  • 0cdbdf2 Merge pull request #1331 from ChrisRackauckas-Claude/news-retcode-deprecation...
  • b8b9875 Document v3.0 retcode Symbol removal in the existing README migration guide
  • 34838f3 Bump version from 3.4.3 to 3.5.0
  • 0a929da Merge pull request #1327 from ChrisRackauckas-Claude/cc/fix-integer-getindex-ad
  • 71937b9 Add Zygote ::Integer getindex adjoint for time-step indexing
  • Additional commits viewable in compare view

Updates ExplicitImports to 1.15.0

Release notes

Sourced from ExplicitImports's releases.

v1.15.0

ExplicitImports v1.15.0

Diff since v1.14.2

New features

  • support ignore kwarg for all check_* functions (#165)
  • add new test_* API functions for better integrations into Test.jl testsuites (and to help with Aqua integration) (#143)
    • new functions: test_explicit_imports, test_no_implicit_imports, test_no_stale_explicit_imports, test_all_explicit_imports_via_owners, test_all_explicit_imports_are_public, test_all_qualified_accesses_via_owners, test_all_qualified_accesses_are_public, test_no_self_qualified_accesses
  • add --test flag to CLI app (#166)

Bug fixes

  • fix ignore to properly ignore submodules of ignored modules (#165)

Merged pull requests:

Commits
  • 702ce52 expand ignore functionality to consistently allow ignoring submodules (#165)
  • b601cfd Add --test flag for app (#166)
  • 2bcd29f add Test API for better Aqua integration (#143)
  • 5c8809b Bump project version from 1.14.1 to 1.14.2 for release (#163)
  • 583394e [~breaking] Fix issue where explicitly imported macros aren't detected as imp...
  • 46f2fe2 Update version of Oceananigans for integration tests (#162)
  • 3e2c4ce add Ferrite integration tests (#157)
  • 003e65f Try fixing codecov (#158)
  • 31383a3 Add codecov configuration to exclude vendored code from coverage (#156)
  • 12d48f3 Bump codecov/codecov-action from 3 to 5 (#155)
  • Additional commits viewable in compare view

Updates NonlinearSolve to 4.19.0

Release notes

Sourced from NonlinearSolve's releases.

v4.19.0

NonlinearSolve v4.19.0

Diff since v4.18.0

Merged pull requests:

Commits
  • 0ea19b8 Bump version from 4.18.0 to 4.19.0
  • d72cd2d Bump Sundials and OrdinaryDiffEqTsit5 compat (consolidates #921#924)
  • 1e29383 Update Project.toml
  • 560065e Avoid dense N×N Jacobian allocation for Anderson (#862)
  • 45df1fe Bump julia-actions/setup-julia from 2 to 3
  • 3085852 Fix GPU/runic failures after rebase
  • ee27a90 Use ArrayInterface.promote_eltype instead of similar for VdT
  • 6c5e3b6 Skip FWW wrapping for Dual-eltype u0
  • aa6aee3 Drop Float64 gates — wrap any IIP array state and unwrap for dual inner solve
  • 6b5a2f3 Restore Vector{Float64} gate in maybe_wrap_nonlinear_f
  • Additional commits viewable in compare view

Updates LinearSolve to 3.75.0

Release notes

Sourced from LinearSolve's releases.

v3.75.0

LinearSolve v3.75.0

Diff since v3.73.0

Merged pull requests:

Commits
  • 7328f39 Merge pull request #946 from SciML/scimlbase-v3-compat
  • 8ab1c11 Merge branch 'main' into scimlbase-v3-compat
  • 64aaaa9 Update Project.toml
  • ddf5410 Merge pull request #954 from AJ0070/fix/compilation-hang
  • 8ac9560 hotfix to stop hang
  • e3687f2 Merge pull request #948 from AJ0070/fix/trim-failure
  • dd076f2 Merge pull request #947 from armbrusl/main
  • 167703f Merge branch 'SciML:main' into fix/trim-failure
  • fb4e759 Merge pull request #952 from AJ0070/fix/run-runic
  • 25795c3 fix PyAMG failure
  • Additional commits viewable in compare view

Updates DomainSets to 0.8.0

Release notes

Sourced from DomainSets's releases.

v0.8.0

DomainSets v0.8.0

Diff since v0.7.17

Breaking changes

  • DomainSets.× and LinearAlgebra.× are now different functions (an old type piracy was removed)
  • some internal symbols are no longer exported: see PR JuliaApproximation/DomainSets.jl#178 for details

How to upgrade your package

  • First, check that your package works with DomainSets v0.7.17. With that version, you can cleanly replace "using DomainSets" by "using DomainSets, FunctionMaps". (Note that you should not do that with earlier versions in the v0.7 series.)
  • apart from the breaking changes above, everything else should be compatible. Thus, with "using DomainSets, FunctionMaps", you should be able to specify the compat entry: DomainSets = "0.7.17,0.8"
  • Please report any issues!

Merged pull requests:

Commits
  • 142a822 start v0.8
  • ee0c838 Merge pull request #178 from JuliaApproximation/dev-0.8
  • 921dddc update CI
  • 493a079 clean exports internally
  • 097cef8 remove deprecations and exports
  • a40a01a Merge pull request #177 from JuliaApproximation/dh/extractfunctionmaps
  • 727e660 clean up test warnings
  • 5418bde a few more deprecations
  • 9609eac remove FunctionMaps, add deprecations and fix tests
  • b68ee03 Merge pull request #172 from jaakkor2/compatsForMakie
  • Additional commits viewable in compare view

Updates ReferenceTests to 0.10.6

Commits

Updates CairoMakie to 0.15.10

Commits

Updates MethodOfLines to 0.11.12

Commits

Updates OrdinaryDiffEq to 7.0.0

Release notes

Sourced from OrdinaryDiffEq's releases.

v7.0.0

OrdinaryDiffEq v7.0.0

Diff since v6.211.0

Many breaking changes. The complete migration story is detailed in https://github.com/SciML/OrdinaryDiffEq.jl/blob/master/NEWS.md

Merged pull requests:

... (truncated)

Changelog

Sourced from OrdinaryDiffEq's changelog.

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.
  • Generality beyond ForwardDiff. chunk_size, diff_type, standardtag, etc. encoded ForwardDiff-specific or FiniteDiff-specific knobs on every solver. They are replaced by the ADTypes interface (AutoForwardDiff, AutoFiniteDiff, AutoEnzyme, AutoZygote, …) so every solver automatically generalizes to any AD backend.
  • Controller is now an object, not a pile of solve kwargs. gamma, beta1, beta2, qmin, qmax, qsteady_min, qsteady_max, qoldinit were moved onto concrete PIController / PIDController / IController / PredictiveController structs, and EEst moved to the controller cache. This is prep work for pluggable controllers and removes a large amount of dead state from the integrator struct.
  • Cleanup of old re-exports / deprecations. Functions like has_destats (now has_stats), sol.destats (now sol.stats), DEAlgorithm/DEProblem/DESolution abstract types, tuples()/intervals(), QuadratureProblem, fastpow, concrete_solve, etc. were on a deprecation path for one or more minor releases. v7 removes them.

Recommended upgrade path

The cleanest path is not to jump straight from an old environment onto v7. Most renamed APIs (e.g. DEAlgorithmAbstractDEAlgorithm, u_modified!derivative_discontinuity!, has_destatshas_stats, sol.destatssol.stats, the construct* tableau functions, alias_u0/alias_du0, beta1/beta2, PID kwargs) already exist under their new names in SciMLBase v2 / OrdinaryDiffEq v6 with deprecation warnings. The recommended sequence is:

  1. Stay on SciMLBase v2 / OrdinaryDiffEq v6. Update your code to the new names (has_stats, sol.stats, AbstractDEAlgorithm, derivative_discontinuity!, ODEAliasSpecifier, ODEVerbosity, ADTypes-based autodiff, explicit controller = … objects, new tableau names) while the deprecation shims still exist.
  2. Verify your tests pass on v6 with no deprecation warnings.
  3. Then bump to v7. At this point your code should compile and run against v7 without further changes aside from the genuinely new breakage (RAT v4 array semantics, ensemble prob_func/output_func signature, struct type parameter removals, kwargs that truly no longer exist, default changes like CheckInit and williamson_condition=false).

Doing it in two steps keeps the diff small per step and lets the deprecation warnings on v6 point you at the exact call sites that will break on v7.

Fallback for RAT v4 indexing

If you cannot update sol[i] / length(sol) / eachindex(sol) call sites yet (see the RAT v4 table below), you can opt back into v3 semantics on a per-solution basis by converting the container type to the ragged variant:

using RecursiveArrayToolsRaggedArrays
sol_old = RaggedVectorOfArray(sol)   # indexes like v3: sol_old[i] is the i-th timestep

RecursiveArrayToolsRaggedArrays.jl preserves the previous AbstractVectorOfArray indexing behavior (timestep-first, not element-first). This is the escape hatch for code that assum...

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), [ExplicitImports](https://github.com/JuliaTesting/ExplicitImports.jl), [NonlinearSolve](https://github.com/SciML/NonlinearSolve.jl), [LinearSolve](https://github.com/SciML/LinearSolve.jl), [DomainSets](https://github.com/JuliaApproximation/DomainSets.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), [SpecialFunctions](https://github.com/JuliaMath/SpecialFunctions.jl) and [SafeTestsets](https://github.com/YingboMa/SafeTestsets.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.1.4
- [Release notes](https://github.com/SciML/FiniteVolumeMethod1D.jl/releases)
- [Commits](v1.1.0...v1.1.4)

Updates `SciMLBase` to 3.6.0
- [Release notes](https://github.com/SciML/SciMLBase.jl/releases)
- [Commits](SciML/SciMLBase.jl@v1.0.0...v3.6.0)

Updates `ExplicitImports` to 1.15.0
- [Release notes](https://github.com/JuliaTesting/ExplicitImports.jl/releases)
- [Commits](JuliaTesting/ExplicitImports.jl@v1.0.0...v1.15.0)

Updates `NonlinearSolve` to 4.19.0
- [Release notes](https://github.com/SciML/NonlinearSolve.jl/releases)
- [Commits](SciML/NonlinearSolve.jl@SimpleNonlinearSolve-v0.1.0...v4.19.0)

Updates `LinearSolve` to 3.75.0
- [Release notes](https://github.com/SciML/LinearSolve.jl/releases)
- [Commits](SciML/LinearSolve.jl@v0.1.0...v3.75.0)

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

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.10
- [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.12
- [Release notes](https://github.com/SciML/MethodOfLines.jl/releases)
- [Commits](https://github.com/SciML/MethodOfLines.jl/commits)

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

Updates `ModelingToolkit` to 11.24.0
- [Release notes](https://github.com/SciML/ModelingToolkit.jl/releases)
- [Changelog](https://github.com/SciML/ModelingToolkit.jl/blob/master/NEWS.md)
- [Commits](SciML/ModelingToolkit.jl@ModelingToolkitBase-v1.0.0...v11.24.0)

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

Updates `SafeTestsets` to 0.1.0
- [Release notes](https://github.com/YingboMa/SafeTestsets.jl/releases)
- [Commits](YingboMa/SafeTestsets.jl@v0.0.1...v0.1.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.1.4
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: SciMLBase
  dependency-version: 3.6.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: ExplicitImports
  dependency-version: 1.15.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: NonlinearSolve
  dependency-version: 4.19.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: LinearSolve
  dependency-version: 3.75.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: DomainSets
  dependency-version: 0.8.0
  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.10
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: MethodOfLines
  dependency-version: 0.11.12
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: OrdinaryDiffEq
  dependency-version: 7.0.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: ModelingToolkit
  dependency-version: 11.24.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: SpecialFunctions
  dependency-version: 2.7.2
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: SafeTestsets
  dependency-version: 0.1.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 Apr 28, 2026
@dependabot @github

dependabot Bot commented on behalf of github Apr 28, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #56.

@dependabot dependabot Bot closed this Apr 28, 2026
@dependabot dependabot Bot deleted the dependabot/julia/docs/all-julia-packages-425e1fcd43 branch April 28, 2026 23:31
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