Skip to content

Bump the all-julia-packages group across 2 directories with 8 updates#62

Merged
tpapp merged 3 commits into
masterfrom
dependabot/julia/docs/all-julia-packages-32380b8321
Jun 3, 2026
Merged

Bump the all-julia-packages group across 2 directories with 8 updates#62
tpapp merged 3 commits into
masterfrom
dependabot/julia/docs/all-julia-packages-32380b8321

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Updates the requirements on StaticArrays, DocStringExtensions, LogExpFunctions, BenchmarkTools, FiniteDifferences, Aqua, JET and Sobol to permit the latest version.
Updates StaticArrays to 1.9.18

Release notes

Sourced from StaticArrays's releases.

v1.9.18

StaticArrays v1.9.18

Diff since v1.9.17

Merged pull requests:

Commits

Updates StaticArrays to 1.9.18

Release notes

Sourced from StaticArrays's releases.

v1.9.18

StaticArrays v1.9.18

Diff since v1.9.17

Merged pull requests:

Commits

Updates DocStringExtensions to 0.9.5

Release notes

Sourced from DocStringExtensions's releases.

v0.9.5

DocStringExtensions v0.9.5

Diff since v0.9.4

Merged pull requests:

Commits
  • a84ff78 Fixes for nightly (#176)
  • bca4b2c Set version to 0.9.4. (#175)
  • 63c9841 Merge pull request #174 from JuliaDocs/dependabot/github_actions/codecov/code...
  • 934a498 Bump codecov/codecov-action from 3 to 5
  • 17eba14 Merge pull request #173 from JuliaDocs/dependabot/github_actions/julia-action...
  • f65e316 Bump julia-actions/setup-julia from 1 to 2
  • 2d684d6 Merge pull request #162 from JuliaDocs/dependabot/github_actions/actions/cache-4
  • 8a41621 Bump actions/cache from 3 to 4
  • 2df82e8 Merge pull request #172 from JuliaDocs/mh/no-libgit2
  • 4a28d59 Avoid needing to use splitpath for path separator rewrites
  • Additional commits viewable in compare view

Updates LogExpFunctions to 1.0.0

Release notes

Sourced from LogExpFunctions's releases.

v1.0.0

LogExpFunctions v1.0.0

Diff since v0.3.29

Breaking changes

  • Remove overly strict promise regarding the implementation of log2mexp (#103)
  • Release version 1.0 (#95)

Closed issues:

  • logit(x::Float64) accuracy vanishes around the zero, at x = 1/2 (#98)
  • logcosh(x) accuracy vanishes around the zero, at x = 0 (#100)
Changelog

Sourced from LogExpFunctions's changelog.

1.0.0

Added

  • add logabstanh

Changed

  • improve log1pmx, add Float32 implementation
  • make tests have their own environment, use JET.jl and Aqua.jl
  • improve _log1pmx_ker internal documentation on the polynomial
  • improve accuracy of logit, logcosh
  • more detailed testing (ULPError.jl)
  • relax the doc string of log2mexp to promise just "careful evaluation", technically breaking

0.3.29

A changelog is not available up to this version.

Commits
  • 34f13bb remove 'pre' from CI
  • c837fc0 Merge pull request #111 from JuliaStats/dependabot/github_actions/julia-actio...
  • d00fd51 Change CI matrix version from 'min' to 'min-patch'
  • d35edd2 Bump julia-actions/setup-julia from 2 to 3
  • c084f58 Bump codecov/codecov-action from 5 to 6 (#110)
  • 63f988a Bump julia-actions/cache from 2 to 3 (#109)
  • 41f0689 Merge pull request #108 from JuliaStats/dependabot/github_actions/actions/che...
  • 3d98b1b remove ancient coverage code
  • ca8342b Bump actions/checkout from 5 to 6
  • 77c5cf0 Bump actions/checkout from 4 to 5 (#107)
  • Additional commits viewable in compare view

Updates BenchmarkTools to 1.8.0

Release notes

Sourced from BenchmarkTools's releases.

v1.8.0

BenchmarkTools v1.8.0

Diff since v1.7.0

Merged pull requests:

Commits
  • 4258940 v1.8.0
  • c562362 Only GC when needed. Reduce allocs from mechanics. Add PrecompileTools worklo...
  • 78bed8d Bump JuliaRegistries/TagBot from 1.24.7 to 1.25.4 (#418)
  • 87103dc v1.7.0 (#415)
  • 0eb5fed remove buildkite CI - it was just a template! (#417)
  • 77c8009 CI: Pin GitHub Actions. add Dependabot Julia support. Add versions. Add platf...
  • 55d758c Bump codecov/codecov-action from 5 to 6 (#414)
  • f52454d docs: say AbstractDict instead of Associative (#411)
  • 88d02ff use Base.blackbox to disallow LLVM from simplifying the bench loop (#413)
  • 0f4cf5b Merge pull request #410 from JuliaCI/dependabot/github_actions/actions/cache-5
  • Additional commits viewable in compare view

Updates FiniteDifferences to 0.12.34

Release notes

Sourced from FiniteDifferences's releases.

v0.12.34

FiniteDifferences v0.12.34

Diff since v0.12.33

Merged pull requests:

  • to_vec: handle UnionAll the same as DataType (non-perturbable) (#249) (@​Keno)

Closed issues:

  • recommend robust method for iteratively calculated functions (#170)
  • TagBot is broken (#246)
Commits

Updates Aqua to 0.8.14

Release notes

Sourced from Aqua's releases.

v0.8.14

The changes are documented in the CHANGELOG.md file.

Diff since v0.8.13

Changelog

Sourced from Aqua's changelog.

Version [v0.8.14] - 2025-08-04

Changed

  • Adapt to internal method table changes in Julia 1.12 and later. (#344)

Version [v0.8.13] - 2025-05-28

Changed

  • Adapt to internal method table changes in Julia 1.12 and later. (#334)

Version [v0.8.12] - 2025-05-05

Changed

  • Add test_undocumented_names to verify that all public symbols have docstrings (not including the module itself). This test is not enabled by default in test_all. (#313)

Version [v0.8.11] - 2025-02-06

Changed

  • Avoid deprecation warnings concerning Base.isbindingresolved with julia nightly. (#322)

Version [v0.8.10] - 2025-01-26

Changed

  • No longer call @testset for testsets that are skipped. (#319)

Version [v0.8.9] - 2024-10-15

Changed

  • Change test_ambiguities to only return ambiguities that happen in the target package. (#309)

Version [v0.8.8] - 2024-10-10

Changed

  • Improved the documentation of test_persisten_tasks. (#297)

Version [v0.8.7] - 2024-04-09

  • Reverted #285, which was originally released in [v0.8.6], but caused a regression. (#287, #288)

... (truncated)

Commits

Updates JET to 0.11.3

Release notes

Sourced from JET's releases.

v0.11.3

JET v0.11.3

Diff since v0.11.2

Merged pull requests:

Closed issues:

  • no matching method found with Vector (#761)
  • JET tests broken on 1.112.2 (#786)
Changelog

Sourced from JET's changelog.

[0.11.3]

Changed

  • Updated Revise dependency version to v3.13

[0.11.2]

Changed

  • Parallelized report_package: Method signature analysis in report_package is now parallelized using Julia's multithreading, providing significant speedup on multi-core systems.

    With --threads=4,2

    • Benchmark on report_package(JET): 52.07s → 17.75s (~3x faster)
    • Benchmark on report_package(CSV): 44.23s → 19.57s (~2x faster)

[0.11.1]

Changed

  • Added CodeTracking v3 as a compatible version.

Internal

  • Refactored the project file to use the [workspace] for the docs/test environment of JET. This allows running e.g. julia --project=./test test/runtests.jl or julia --project=./docs docs/make.jl successfully.

[0.11.0]

Changed

  • Major improvement to report_package: Switched to a Revise.jl-based aviatesk/JET.jl#763
    • Incremental analysis: Analysis results are now cached and reused across multiple runs. When you analyze the same package again, only methods affected by code changes are re-analyzed, while unchanged methods reuse their cached results. This dramatically reduces analysis time for iterative development workflows.

      E.g. Incremental analysis on JET itself

      Screen.Recording.2025-10-23.at.03.01.14.mov
    • Improved robustness: The new implementation leverages Revise's battle-tested infrastructure for tracking package definitions, providing much more reliable analysis coverage across diverse code patterns compared to the previous custom code loading mechanism.

    • Breaking change: report_package now requires a Module argument instead of accepting a package name as AbstractString. Users must now load the target package before analysis. See the deprecated section for more details.

    • Limitation: As a trade-off of the Revise-based approach, report_package can no longer analyze packages that fail to load. Previously, report_package could atl least report top-level errors for such packages (though it couldn't perform inference-based analysis). Now users must fix loading errors before applying JET analysis via report_package. These errors are typically straightforward to fix by examining the error output from using MyPkg or Pkg.precompile().

... (truncated)

Commits
  • 377fa53 version 0.11.3
  • fe6ca15 Adjust to Revise v3.13 (#794)
  • c5fbd43 fixup! fixup! virtualprocess: Collect richer metadata for method signatures
  • 5ea5915 Remove unnecessary [source] sections from test Project.toml
  • 576a5eb fixup! virtualprocess: Collect richer metadata for method signatures
  • 040af8f virtualprocess: Improve SignatureInfo.src type stability
  • 897873b virtualprocess: Collect richer metadata for method signatures
  • cf77ed7 analyzer: Fix unused variable and type handling in error reporting
  • 8a958e7 Remove refresh_local_cache parameter from ToplevelAbstractAnalyzer
  • d777836 Bump actions/upload-artifact from 5 to 6 (#787)
  • Additional commits viewable in compare view

Updates Sobol to 1.5.0

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 <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 [StaticArrays](https://github.com/JuliaArrays/StaticArrays.jl), [DocStringExtensions](https://github.com/JuliaDocs/DocStringExtensions.jl), [LogExpFunctions](https://github.com/JuliaStats/LogExpFunctions.jl), [BenchmarkTools](https://github.com/JuliaCI/BenchmarkTools.jl), [FiniteDifferences](https://github.com/JuliaDiff/FiniteDifferences.jl), [Aqua](https://github.com/JuliaTesting/Aqua.jl), [JET](https://github.com/aviatesk/JET.jl) and [Sobol](https://github.com/stevengj/Sobol.jl) to permit the latest version.

Updates `StaticArrays` to 1.9.18
- [Release notes](https://github.com/JuliaArrays/StaticArrays.jl/releases)
- [Commits](JuliaArrays/StaticArrays.jl@v0.0.1...v1.9.18)

Updates `StaticArrays` to 1.9.18
- [Release notes](https://github.com/JuliaArrays/StaticArrays.jl/releases)
- [Commits](JuliaArrays/StaticArrays.jl@v0.0.1...v1.9.18)

Updates `DocStringExtensions` to 0.9.5
- [Release notes](https://github.com/JuliaDocs/DocStringExtensions.jl/releases)
- [Commits](JuliaDocs/DocStringExtensions.jl@v0.1.0...v0.9.5)

Updates `LogExpFunctions` to 1.0.0
- [Release notes](https://github.com/JuliaStats/LogExpFunctions.jl/releases)
- [Changelog](https://github.com/JuliaStats/LogExpFunctions.jl/blob/master/CHANGELOG.md)
- [Commits](JuliaStats/LogExpFunctions.jl@v0.2.0...v1.0.0)

Updates `BenchmarkTools` to 1.8.0
- [Release notes](https://github.com/JuliaCI/BenchmarkTools.jl/releases)
- [Commits](JuliaCI/BenchmarkTools.jl@v0.0.1...v1.8.0)

Updates `FiniteDifferences` to 0.12.34
- [Release notes](https://github.com/JuliaDiff/FiniteDifferences.jl/releases)
- [Commits](JuliaDiff/FiniteDifferences.jl@v0.1.0...v0.12.34)

Updates `Aqua` to 0.8.14
- [Release notes](https://github.com/JuliaTesting/Aqua.jl/releases)
- [Changelog](https://github.com/JuliaTesting/Aqua.jl/blob/master/CHANGELOG.md)
- [Commits](JuliaTesting/Aqua.jl@v0.1.0...v0.8.14)

Updates `JET` to 0.11.3
- [Release notes](https://github.com/aviatesk/JET.jl/releases)
- [Changelog](https://github.com/aviatesk/JET.jl/blob/master/CHANGELOG.md)
- [Commits](aviatesk/JET.jl@v0.0.1...v0.11.3)

Updates `Sobol` to 1.5.0
- [Release notes](https://github.com/stevengj/Sobol.jl/releases)
- [Commits](https://github.com/stevengj/Sobol.jl/commits)

---
updated-dependencies:
- dependency-name: StaticArrays
  dependency-version: 1.9.18
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: StaticArrays
  dependency-version: 1.9.18
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: DocStringExtensions
  dependency-version: 0.9.5
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: LogExpFunctions
  dependency-version: 1.0.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: BenchmarkTools
  dependency-version: 1.8.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: FiniteDifferences
  dependency-version: 0.12.34
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Aqua
  dependency-version: 0.8.14
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: JET
  dependency-version: 0.11.3
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: Sobol
  dependency-version: 1.5.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 Jun 3, 2026
Comment thread test/Project.toml Outdated
Comment thread docs/Project.toml Outdated
@tpapp tpapp merged commit 640a346 into master Jun 3, 2026
1 of 4 checks passed
@dependabot dependabot Bot deleted the dependabot/julia/docs/all-julia-packages-32380b8321 branch June 3, 2026 11:35
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