Skip to content

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

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 9, 2026

Copy link
Copy Markdown
Contributor

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

Release notes

Sourced from Documenter's releases.

v1.16.1

The changes are documented in the CHANGELOG.md file.

Diff since v1.16.0

Changelog

Sourced from Documenter's changelog.

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)

Fixed

  • Modules for @example environments are now generated by eval'ing an expression, rather than invoking the Module constructor, which is not recommended. (#2683)

  • Fix handling of expandfirst entries containing slashes as path separators on Windows. (#1725, #2804)

  • Changed the header crossref step to eagerly fail when encountering a non-unique header slug. (#2668, #2787)

    This is potentially breaking and may cause some documentation builds to fail. Those previously passed but generated incorrect cross-references. You can fix this by ensuring that you have distinct headers across your markdown pages, or by using the @id syntax to give the headers unique slugs.

  • Changed CSS for the navigation "breadcrumbs" at the top of each page to avoid an issue where code blocks in there were missing spacing around them. (#1614, #2813)

  • Commit status for pull request previews publishing in GitHub Actions for out-of-repo deployment now works correctly. (#2814, #2816)

  • Fix assertions resp. errors being raised in @example, @eval, @repl blocks that are empty or contain code with syntax errors. (#2206, #2731, #2827)

Version [v1.15.0] - 2025-10-22

Changed

  • Created a warning for when the search index size is too big (500Kib). (#2423, #2753)
  • In the HTML output, the search modal can now be navigated using up and down keys. (#2761)

Other

... (truncated)

Commits
  • 55b500f Set version to 1.16.1 (#2848)
  • 56c72d8 Guide users to use workspaces when setting up Documenter (#2830)
  • a8b1479 Removed superfluous vertical space at end of @docs blocks (#2849)
  • a397e12 Fix spacing in @docs blocks; don't expand details admonition by default (...
  • 050ce55 Pass -g option to curl in linkchecker (#2842)
  • 26d0051 Build Julia HTML manual in regression tests (#2724)
  • a9af48e Set version to 1.16.0 (#2841)
  • a0665d5 Update changelog (#2840)
  • 1aecd99 Restore cd inside @eval, and add a test for it (#2837)
  • 4b6ff9d Add syntax highlight tags to docs/src/man/other-formats.md (#2838)
  • Additional commits viewable in compare view

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 ExplicitImports to 1.14.0

Release notes

Sourced from ExplicitImports's releases.

v1.14.0

ExplicitImports v1.14.0

Diff since v1.13.2

  • check_all_explicit_imports_are_public and check_all_qualified_accesses_are_public now accept a from keyword argument to limit checks to names from particular modules

Merged pull requests:

Commits

Updates NonlinearSolve to 4.13.0

Release notes

Sourced from NonlinearSolve's releases.

v4.13.0

NonlinearSolve v4.13.0

Diff since v4.12.0

Merged pull requests:

Closed issues:

  • Add EnzymeRules overloads (#618)
  • Error when specifying trace level (#713)
  • EnsembleProblem with NonlinearProblem (#717)
  • Misdetection of Automatic Differentiation of the Solve Process (#718)
  • NonlinearProblem definition throwing UndefVarError: BVP not defined (#736)
  • verbose setting changes behavior of LU/QR switching (#739)
  • Error encountered in JFNK example from documentation (#752)
  • SCCNonlinearProblem has no field u0 in SCCNonlinearSolve 1.7 (#758)
Commits
  • 2e1e449 Re-enable downgrade tests and fix compat bounds (#762)
  • b16d753 Update Project.toml
  • dcb26a2 Bump version for recent ITP bugfix (#760)
  • e885edf Fix SCCNonlinearProblem not having u0 field (issue #758) (#759)
  • 9f462d1 Handle edge case values for abstol and span with ITP (#749)
  • 68dea21 Update Project.toml
  • 3533027 Add ChainRulesCore support for SCCNonlinearProblem (#757)
  • 517270a Update Project.toml
  • c3ae10b Use SciMLBase.set_mooncakeoriginator_if_mooncake for Mooncake AD support (#756)
  • 2e44205 Update Project.toml
  • Additional commits viewable in compare view

Updates LinearSolve to 3.56.0

Release notes

Sourced from LinearSolve's releases.

v3.56.0

LinearSolve v3.56.0

Diff since v3.55.0

Merged pull requests:

Closed issues:

  • Don't select an algorithm for SVDFactorization (#488)
Commits
  • c64c0b0 Update Project.toml
  • b3d4f22 Merge pull request #868 from AayushSabharwal/as/fix-forwarddiff-ext
  • af0e5c5 test: ensure symbolic interface does not cause StackOverflow in autodiff
  • 58f40e9 refactor: create new LinearProblem instead of remake in ForwardDiff ext
  • cdaf06f Merge pull request #867 from SciML/dependabot/github_actions/actions/checkout-6
  • 17732f8 Bump actions/checkout from 4 to 6
  • d9a63fb Merge pull request #866 from ChrisRackauckas-Claude/runic-formatting
  • 432b7df Switch from JuliaFormatter to Runic.jl for code formatting
  • 0ec7928 Merge pull request #865 from arnav-tomar/fix-svd-cuda-alg
  • aeb86e1 Fix SVDFactorization CUDA failure by omitting alg when unset
  • Additional commits viewable in compare view

Updates DomainSets to 0.7.16

Release notes

Sourced from DomainSets's releases.

v0.7.16

DomainSets v0.7.16

Diff since v0.7.15

  • update compat entry for Makie
  • move rand to extension package

Merged pull requests:

Closed issues:

  • Don't use ×? (#67)
  • Don't export jacobian (#87)
  • Factor out Map's (#92)
  • Fix codecov (#164)
Commits
  • b68ee03 Merge pull request #172 from jaakkor2/compatsForMakie
  • 50473d0 Merge pull request #174 from JuliaApproximation/dh/randext
  • 66a6ed9 move random to extension
  • bdd8e76 Add compat for Makie 0.23, 0.24
  • 793535e version bump
  • a53aebc Merge pull request #170 from jaakkor2/makie0p22
  • f598cf1 Add compat for Makie 0.22
  • 5f55dd6 Merge pull request #169 from jishnub/jishnub/CI_lts
  • ebc9c88 Use setup julia v2 in CI
  • 2724337 Merge pull request #168 from jishnub/jishnub/CI_lts
  • Additional commits viewable in compare view

Updates ReferenceTests to 0.10.6

Commits

Updates SciMLBase to 2.132.0

Release notes

Sourced from SciMLBase's releases.

v2.132.0

SciMLBase v2.132.0

Diff since v2.131.0

Merged pull requests:

Commits
  • 701d7b4 Merge pull request #1202 from SciML/as/bump-version
  • 9c7bef1 build: bump minor version
  • 0adb69b Merge pull request #1201 from SciML/as/scc-nlprob-stuff
  • 764103f fix: consider SCCNonlinearProblem with single linear SCC as non-trivial
  • c3e5b4b feat: support SCCNonlinearProblem with single LinearProblem SCC
  • e9ee70b Merge pull request #1200 from SciML/dependabot/github_actions/actions/checkout-6
  • d6674ab Bump actions/checkout from 4 to 6
  • b59efdb Merge pull request #1199 from ChrisRackauckas-Claude/runic-formatting
  • 45c807a Switch from JuliaFormatter to Runic.jl for code formatting
  • c3c1d68 Merge pull request #1198 from SciML/dependabot/julia/all-julia-packages-f61f9...
  • Additional commits viewable in compare view

Updates CairoMakie to 0.15.8

Commits

Updates MethodOfLines to 0.11.9

Commits

Updates OrdinaryDiffEq to 6.105.0

Release notes

Sourced from OrdinaryDiffEq's releases.

v6.105.0

OrdinaryDiffEq v6.105.0

Diff since v6.104.0

Merged pull requests:

Closed issues:

  • Using ArrayPartition of VectorOfArrays gives wrong results (#2728)
  • Cannot disable Jacobian sparsity pattern checking (#2924)
  • Uninferred variable in perform_step! for Rosenbrock (#2925)
Commits
  • 08e1065 Merge pull request #2944 from ChrisRackauckas-Claude/bump-minor-versions
  • 3ec06b5 Bump minor version of all packages
  • fbb34ab Merge pull request #2943 from ChrisRackauckas-Claude/fix-jet-test-resolution
  • 4330e3c Fix all JET v0.11 warnings in OrdinaryDiffEqFIRK (28/28 resolved)
  • d505242 Fix JET v0.11 static analysis warnings in OrdinaryDiffEqFIRK
  • ba7ec59 Fix JET v0.11 static analysis warnings in OrdinaryDiffEqNonlinearSolve and Or...
  • 73fbbc3 Fix JET v0.11 static analysis warnings about potentially undefined variables
  • a0684ef Update ODEProblemLibrary compat from 0.1.8 to 1.0 across 15 packages
  • a688533 Merge pull request #2941 from ChrisRackauckas-Claude/claude/rebase-hw-dae-gpu...
  • b600432 improve algebraic idx collection
  • Additional commits viewable in compare view

Updates ModelingToolkit to 11.5.1

Release notes

Sourced from ModelingToolkit's releases.

v11.5.1

ModelingToolkit v11.5.1

Diff since v11.5.0

Merged pull requests:

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), [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), [SciMLBase](https://github.com/SciML/SciMLBase.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.16.1
- [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.16.1)

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 `ExplicitImports` to 1.14.0
- [Release notes](https://github.com/JuliaTesting/ExplicitImports.jl/releases)
- [Commits](JuliaTesting/ExplicitImports.jl@v1.0.0...v1.14.0)

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

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

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

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

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

Updates `CairoMakie` to 0.15.8
- [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.9
- [Release notes](https://github.com/SciML/MethodOfLines.jl/releases)
- [Commits](https://github.com/SciML/MethodOfLines.jl/commits)

Updates `OrdinaryDiffEq` to 6.105.0
- [Release notes](https://github.com/SciML/OrdinaryDiffEq.jl/releases)
- [Commits](SciML/OrdinaryDiffEq.jl@v0.0.1...v6.105.0)

Updates `ModelingToolkit` to 11.5.1
- [Release notes](https://github.com/SciML/ModelingToolkit.jl/releases)
- [Changelog](https://github.com/SciML/ModelingToolkit.jl/blob/master/NEWS.md)
- [Commits](SciML/ModelingToolkit.jl@v0.0.1...v11.5.1)

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

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.16.1
  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: ExplicitImports
  dependency-version: 1.14.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: NonlinearSolve
  dependency-version: 4.13.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: LinearSolve
  dependency-version: 3.56.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: DomainSets
  dependency-version: 0.7.16
  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: SciMLBase
  dependency-version: 2.132.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: CairoMakie
  dependency-version: 0.15.8
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: MethodOfLines
  dependency-version: 0.11.9
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: OrdinaryDiffEq
  dependency-version: 6.105.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: ModelingToolkit
  dependency-version: 11.5.1
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: SpecialFunctions
  dependency-version: 2.6.1
  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 Jan 9, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jan 14, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot @github

dependabot Bot commented on behalf of github Jan 14, 2026

Copy link
Copy Markdown
Contributor Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot Bot deleted the dependabot/julia/docs/all-julia-packages-4d925f9f8f branch January 14, 2026 16:11
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.

1 participant