Bump the all-julia-packages group across 4 directories with 6 updates#230
Merged
yebai merged 1 commit intoJun 8, 2026
Merged
Conversation
Updates the requirements on [Libtask](https://github.com/TuringLang/Libtask.jl), [Chairmarks](https://github.com/LilithHafner/Chairmarks.jl), [Documenter](https://github.com/JuliaDocs/Documenter.jl), [Aqua](https://github.com/JuliaTesting/Aqua.jl), [StableRNGs](https://github.com/JuliaRandom/StableRNGs.jl) and [Turing](https://github.com/TuringLang/Turing.jl) to permit the latest version. Updates `Libtask` to 0.9.17 - [Release notes](https://github.com/TuringLang/Libtask.jl/releases) - [Changelog](https://github.com/TuringLang/Libtask.jl/blob/main/HISTORY.md) - [Commits](v0.1.1...v0.9.17) Updates `Chairmarks` to 1.3.1 - [Release notes](https://github.com/LilithHafner/Chairmarks.jl/releases) - [Commits](LilithHafner/Chairmarks.jl@v0.1.0...v1.3.1) Updates `Libtask` to 0.9.17 - [Release notes](https://github.com/TuringLang/Libtask.jl/releases) - [Changelog](https://github.com/TuringLang/Libtask.jl/blob/main/HISTORY.md) - [Commits](v0.1.1...v0.9.17) 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 `Libtask` to 0.9.17 - [Release notes](https://github.com/TuringLang/Libtask.jl/releases) - [Changelog](https://github.com/TuringLang/Libtask.jl/blob/main/HISTORY.md) - [Commits](v0.1.1...v0.9.17) Updates `Aqua` to 0.8.16 - [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.16) Updates `Libtask` to 0.9.17 - [Release notes](https://github.com/TuringLang/Libtask.jl/releases) - [Changelog](https://github.com/TuringLang/Libtask.jl/blob/main/HISTORY.md) - [Commits](v0.1.1...v0.9.17) Updates `StableRNGs` to 1.0.4 - [Release notes](https://github.com/JuliaRandom/StableRNGs.jl/releases) - [Commits](JuliaRandom/StableRNGs.jl@v0.1.0...v1.0.4) Updates `Turing` to 0.45.0 - [Release notes](https://github.com/TuringLang/Turing.jl/releases) - [Changelog](https://github.com/TuringLang/Turing.jl/blob/main/HISTORY.md) - [Commits](TuringLang/Turing.jl@v0.0.1...v0.45.0) --- updated-dependencies: - dependency-name: Libtask dependency-version: 0.9.17 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: Chairmarks dependency-version: 1.3.1 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: Libtask dependency-version: 0.9.17 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: Libtask dependency-version: 0.9.17 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: Aqua dependency-version: 0.8.16 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: Libtask dependency-version: 0.9.17 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: StableRNGs dependency-version: 1.0.4 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: Turing dependency-version: 0.45.0 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] <support@github.com>
|
Libtask.jl documentation for PR #230 is available at: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the requirements on Libtask, Chairmarks, Documenter, Aqua, StableRNGs and Turing to permit the latest version.
Updates
Libtaskto 0.9.17Release notes
Sourced from Libtask's releases.
Changelog
Sourced from Libtask's changelog.
... (truncated)
Commits
7233db7Patch and changelog98e8a45Delete unused refs from the tuple argument entirely (#221)80969d0Patch & changelogd960316fix another bug (#223)93f83dbImprove implementation of reference elimination (#222)5320a5aEliminate dead refs (#220)e8f6242Fix non-const global variables (#219)fa0d6e8ImplementLibtask.might_produce_if_sig_contains(#218)9be93c0Fix throw_undef_if_not error (#216)4334f63Add a new method forget_taped_globals; improve the error message when wron...Updates
Chairmarksto 1.3.1Release notes
Sourced from Chairmarks's releases.
Commits
7ec9369Release 1.3.1e7bb391Keep old 9-arg Sample constructor and discard checksum (#157)9414b64Release 1.3.0! (#155)f4f6a6cImprove error message in the absence of arguments to@band add tests (#153)d35483bRemove a warning from tests (#154)3051d66Codecov updates (#152)c9571a3Update docs for chagnes since 1.2.2 (#150)0d2b13cStop pretending to run RegressionTests on main (#151)6daa359Tell the compiler about the value of the input to f if it is a type (and test...154b06aMove donotdelete definition to compat (#147)Updates
Libtaskto 0.9.17Release notes
Sourced from Libtask's releases.
Changelog
Sourced from Libtask's changelog.
... (truncated)
Commits
7233db7Patch and changelog98e8a45Delete unused refs from the tuple argument entirely (#221)80969d0Patch & changelogd960316fix another bug (#223)93f83dbImprove implementation of reference elimination (#222)5320a5aEliminate dead refs (#220)e8f6242Fix non-const global variables (#219)fa0d6e8ImplementLibtask.might_produce_if_sig_contains(#218)9be93c0Fix throw_undef_if_not error (#216)4334f63Add a new method forget_taped_globals; improve the error message when wron...Updates
Documenterto 1.17.0Release notes
Sourced from Documenter's releases.
Changelog
Sourced from Documenter's changelog.
... (truncated)
Commits
f0aada4Set version to 1.17.0 (#2891)ee3373fSupport more MarkdownAST nodes (#2887)d1ab4feFix operator binding rendering for doc headers (#2883)43271d1Fix PDF TOC: part number could overlap title (#2886)31b1f17CI: install TeX for building Julia manual PDF (#2879)474024eFix LaTeX links with fragments in table cells (#2885)38e8ee7CI: don't use julia-buildpkg (#2884)03def81Add LaTeX show_log option and dump logs on failure (#2881)cc13ff9tests: deal with Markdown changes in Julia 1.14 (#2882)642db0bPreserve page anchor when moving between versions (#2880)Updates
Libtaskto 0.9.17Release notes
Sourced from Libtask's releases.
Changelog
Sourced from Libtask's changelog.
... (truncated)
Commits
7233db7Patch and changelog98e8a45Delete unused refs from the tuple argument entirely (#221)80969d0Patch & changelogd960316fix another bug (#223)93f83dbImprove implementation of reference elimination (#222)5320a5aEliminate dead refs (#220)e8f6242Fix non-const global variables (#219)fa0d6e8ImplementLibtask.might_produce_if_sig_contains(#218)9be93c0Fix throw_undef_if_not error (#216)4334f63Add a new method forget_taped_globals; improve the error message when wron...Updates
Aquato 0.8.16Release notes
Sourced from Aqua's releases.
Changelog
Sourced from Aqua's changelog.
... (truncated)
Commits
37326aeUpdate changelog5c0da47Bump version to v0.8.16429466eFix for old julias7370f3fAdapt to various deprecations around Type{T} in julia nightly (#381)e1cd164Bump julia-actions/setup-julia from 2 to 3 (#373)a5c4799FixAqua.test_persistent_tasks()example (#371)7bb6287Bump codecov/codecov-action from 5 to 6 (#372)bd4a94eBump julia-actions/cache from 2 to 3 (#370)552e170Fix aMethodErrorwhen ambiguities are detected (#366)25c72aduse more precise structural inspection of types for ambiguity exclusions (#327)Updates
Libtaskto 0.9.17Release notes
Sourced from Libtask's releases.
Changelog
Sourced from Libtask's changelog.
... (truncated)
Commits
7233db7Patch and changelog98e8a45Delete unused refs from the tuple argument entirely (#221)80969d0Patch & changelogd960316fix another bug (#223)93f83dbImprove implementation of reference elimination (#222)5320a5aEliminate dead refs (#220)e8f6242Fix non-const global variables (#219)fa0d6e8ImplementLibtask.might_produce_if_sig_contains(#218)9be93c0Fix throw_undef_if_not error (#216)4334f63Add a new method forget_taped_globals; improve the error message when wron...Updates
StableRNGsto 1.0.4Commits
fc6df37copy-inRandom.ltm52which was deleted fromRandom(forshuffle) (#35)dcc5201add 1.9, 1.10, 1.11 to CI, and rm 1.4 on macOS (#28)a584e78Create dependabot.yml and update action versions (#31)f1b00d7Bump version (#34)f626dcbimport Random.Sampler (#30)147f522Update badges on README.md (#27)18aa75fFix method ambiguity error ofshuffle!withAbstractArray{Bool}on Julia ...7e5c4a8Fix streams ofrandnandrandexpon Julia >= 1.11 (#22)9af20f9add TagBot.yml file (#21)d4f375fAdd weekly CI run (#19)Updates
Turingto 0.45.0Release notes
Sourced from Turing's releases.
Changelog
Sourced from Turing's changelog.
... (truncated)
Commits
18eedabMake FlexiChains the default chain type (#2743)6df73f8add Claude stuff (#2822)84620b7Allow post sample hook to be controlled by kwargs (#2821)3475644adding info_sampler_output method to track divergences (#2819)3e6b26fFix NUTS docstring formatting to match HMC and HMCDA style (#2818)cf25eaeCompatHelper: bump compat for SciMLBase to 3, (keep existing compat) (#2802)89b1ce0Update README.md (#2817)3f89e7cUpdate README.md (#2816)cbcb16dAdd contribution policy (#2815)2db06b5Fix failing kwargs in VI (#2813)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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