Bump the all-julia-packages group across 6 directories with 6 updates - #179
Conversation
Updates the requirements on [OrderedCollections](https://github.com/JuliaCollections/OrderedCollections.jl), [ADTypes](https://github.com/SciML/ADTypes.jl), [ForwardDiff](https://github.com/JuliaDiff/ForwardDiff.jl), [Distributions](https://github.com/JuliaStats/Distributions.jl), [AbstractPPL](https://github.com/TuringLang/AbstractPPL.jl) and [Documenter](https://github.com/JuliaDocs/Documenter.jl) to permit the latest version. Updates `OrderedCollections` to 2.0.0 - [Release notes](https://github.com/JuliaCollections/OrderedCollections.jl/releases) - [Commits](JuliaCollections/OrderedCollections.jl@v1.8.1...v2.0.0) Updates `ADTypes` to 1.22.0 - [Release notes](https://github.com/SciML/ADTypes.jl/releases) - [Commits](SciML/ADTypes.jl@v0.1.0...v1.22.0) Updates `ForwardDiff` to 1.4.1 - [Release notes](https://github.com/JuliaDiff/ForwardDiff.jl/releases) - [Commits](JuliaDiff/ForwardDiff.jl@v0.0.2...v1.4.1) Updates `Distributions` to 0.25.126 - [Release notes](https://github.com/JuliaStats/Distributions.jl/releases) - [Commits](JuliaStats/Distributions.jl@0.2.2...v0.25.126) Updates `AbstractPPL` to 0.15.2 - [Release notes](https://github.com/TuringLang/AbstractPPL.jl/releases) - [Changelog](https://github.com/TuringLang/AbstractPPL.jl/blob/main/HISTORY.md) - [Commits](v0.1.0...v0.15.2) 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 `OrderedCollections` to 2.0.0 - [Release notes](https://github.com/JuliaCollections/OrderedCollections.jl/releases) - [Commits](JuliaCollections/OrderedCollections.jl@v1.8.1...v2.0.0) Updates `AbstractPPL` to 0.15.2 - [Release notes](https://github.com/TuringLang/AbstractPPL.jl/releases) - [Changelog](https://github.com/TuringLang/AbstractPPL.jl/blob/main/HISTORY.md) - [Commits](v0.1.0...v0.15.2) Updates `AbstractPPL` to 0.15.2 - [Release notes](https://github.com/TuringLang/AbstractPPL.jl/releases) - [Changelog](https://github.com/TuringLang/AbstractPPL.jl/blob/main/HISTORY.md) - [Commits](v0.1.0...v0.15.2) Updates `AbstractPPL` to 0.15.2 - [Release notes](https://github.com/TuringLang/AbstractPPL.jl/releases) - [Changelog](https://github.com/TuringLang/AbstractPPL.jl/blob/main/HISTORY.md) - [Commits](v0.1.0...v0.15.2) --- updated-dependencies: - dependency-name: AbstractPPL dependency-version: 0.15.2 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: AbstractPPL dependency-version: 0.15.2 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: AbstractPPL dependency-version: 0.15.2 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: AbstractPPL dependency-version: 0.15.2 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: ADTypes dependency-version: 1.22.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: Distributions dependency-version: 0.25.126 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: Documenter dependency-version: 1.17.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: ForwardDiff dependency-version: 1.3.3 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: OrderedCollections dependency-version: 2.0.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: OrderedCollections dependency-version: 2.0.0 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #179 +/- ##
=======================================
Coverage 92.14% 92.14%
=======================================
Files 17 17
Lines 2100 2100
=======================================
Hits 1935 1935
Misses 165 165 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
AbstractPPL.jl documentation for PR #179 is available at: |
|
Tried taking OrderedCollections to 2.0 as well, but reverted it: on Julia 1.12, normal resolution legally picks |
Supersedes #173.
Same dependency bump dependabot proposed there (OrderedCollections 2.0, ADTypes 1.22.0, ForwardDiff 1.4.1, Distributions 0.25.126, Documenter 1.17.0), reopened from a plain branch instead of
dependabot/julia/*.The CI failures on #173 were a false positive of
julia-runtest'sforce_latest_compatible_version: auto, which forcestruepurely by matching the branch name againstdependabot/julia*/compathelper/*(seejulia-actions/julia-runtest'sautodetect-dependabot.jl) and then pins every[compat]entry to the top of its own sub-range independently. That produces two conflicts that don't reflect anything a real user would hit:DimensionalData.jl(test-only, still pinsOrderedCollections = "1"upstream)PrecompileToolsneeding Julia 1.12, on themin/1.11jobsUnder normal resolution (this branch), both resolve fine on their own: OrderedCollections settles at 1.8.2, JET at 0.9.20 on old Julia. Verified locally:
Pkg.resolve()ontest/Project.tomlsucceeds with no conflictsOrderedCollections@2.0.0directly (outside the DimensionalData-constrained test env) — precompiles clean,OrderedDictconstruction and the varname serialize/deserialize round-trip both workAlso bumped the self-referential
AbstractPPLcompat entries indocs/Project.tomlandtest/ext/*/Project.tomlfrom 0.15.2 to 0.15.4 to match the version currently onmain(they were stale from when dependabot last ran).