Skip to content

Bump the all-julia-packages group across 1 directory with 3 updates - #18

Merged
penelopeysm merged 2 commits into
mainfrom
dependabot/julia/docs/all-julia-packages-7902c09d6e
Aug 29, 2026
Merged

Bump the all-julia-packages group across 1 directory with 3 updates#18
penelopeysm merged 2 commits into
mainfrom
dependabot/julia/docs/all-julia-packages-7902c09d6e

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on ChangesOfVariables, InverseFunctions and DocumenterInterLinks to permit the latest version.
Updates ChangesOfVariables to 0.1.11

Release notes

Sourced from ChangesOfVariables's releases.

v0.1.11

ChangesOfVariables v0.1.11

Diff since v0.1.10

Merged pull requests:

Commits
  • cb671fb Increase package version to 0.1.11
  • 41bbb2c Improve ladj summation dispatch
  • 161a46a Fix with_logabsdet_jacobian for mapped/broadcasted functions
  • 1220287 CI: also test Julia prereleases
  • 4efddb8 Drop support for Julia < v1.10
  • e826632 Bump actions/checkout from 6 to 7 (#39)
  • 6a578ff Bump julia-actions/setup-julia from 2 to 3 (#37)
  • bf5c993 Bump codecov/codecov-action from 6 to 7 (#38)
  • 1456710 Bump codecov/codecov-action from 5 to 6 (#36)
  • 48bb637 Bump julia-actions/cache from 2 to 3 (#35)
  • Additional commits viewable in compare view

Updates InverseFunctions to 0.1.17

Release notes

Sourced from InverseFunctions's releases.

v0.1.17

InverseFunctions v0.1.17

Diff since v0.1.16

Merged pull requests:

Commits

Updates DocumenterInterLinks to 1.1.0

Release notes

Sourced from DocumenterInterLinks's releases.

v1.1.0

DocumenterInterLinks v1.1.0

Diff since v1.0.0

Added

  • The ExternalFallbacks now has a keyword argument automatic (defaults to false) that controls whether any unresolvable @ref reference should be automatically searched for in external inventories. [Re-add PM #14, #17]

Changed

  • In version 1.0.0, loading the DocumenterInterLinks package would automatically try to resolve all otherwise unresolvable @ref references in external inventories, without any possibility to opt out of this behavior #14. This possibility is now provided by the new automatic keyword argument for ExternalFallbacks. Because the default is automatic=false, the behavior is now opt-in, not opt-out. Since the ExternalFallbacks plugin and its associated functionality are "experimental", this is not considered a semver-breaking change. To restore the previous behavior of v1.0.0, one must now instantiate fallbacks = ExternalFallbacks(; automatic=true) in docs/make.jl, and pass the fallbacks objects as part of plugins to Documenter.makedocs (alongside the InterLinks object). #17

Other

  • Bumped minimum compatible version of Documenter to v1.3.0.

Merged pull requests:

Closed issues:

  • Disable FallbackResolution? (#14)
Changelog

Sourced from DocumenterInterLinks's changelog.

Version 1.1.0 - 2025-07-15

Added

  • The ExternalFallbacks now has a keyword argument automatic (defaults to false) that controls whether any unresolvable @ref reference should be automatically searched for in external inventories. [#14, #17]

Changed

  • In version 1.0.0, loading the DocumenterInterLinks package would automatically try to resolve all otherwise unresolvable @ref references in external inventories, without any possibility to opt out of this behavior [#14]. This possibility is now provided by the new automatic keyword argument for ExternalFallbacks. Because the default is automatic=false, the behavior is now opt-in, not opt-out. Since the ExternalFallbacks plugin and its associated functionality are "experimental", this is not considered a semver-breaking change. To restore the previous behavior of v1.0.0, one must now instantiate fallbacks = ExternalFallbacks(; automatic=true) in docs/make.jl, and pass the fallbacks objects as part of plugins to Documenter.makedocs (alongside the InterLinks object). [#17]

Other

  • Bumped minimum compatible version of Documenter to v1.3.0.

Version 1.0.0 - 2024-06-07

  • Initial stable release. This is functionally identical to the v0.3.3 release.

#14: JuliaDocs/DocumenterInterLinks.jl#14 #17: JuliaDocs/DocumenterInterLinks.jl#17

Commits
  • 7d65bdf Release 1.1.0
  • 7138474 Merge #17 from branch 14-opt-in-fallback
  • 50eaf6e Fix unwanted external fallbacks
  • 90844f5 Add automatic option to ExternalFallbacks
  • 4d2d362 Merge #16 from branch documenter-1.3
  • 0fcac58 Bump minimum compatible version of Documenter to v1.3.0
  • c293c1c Merge #15 from branch docs-env
  • 2802105 Use environment in docs
  • fb313d5 Save Julia depot cache on cancel or failure
  • 0c8ea9e Add Dependabot
  • Additional commits viewable in compare view

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 [ChangesOfVariables](https://github.com/JuliaMath/ChangesOfVariables.jl), [InverseFunctions](https://github.com/JuliaMath/InverseFunctions.jl) and [DocumenterInterLinks](https://github.com/JuliaDocs/DocumenterInterLinks.jl) to permit the latest version.

Updates `ChangesOfVariables` to 0.1.11
- [Release notes](https://github.com/JuliaMath/ChangesOfVariables.jl/releases)
- [Commits](JuliaMath/ChangesOfVariables.jl@v0.1.0...v0.1.11)

Updates `InverseFunctions` to 0.1.17
- [Release notes](https://github.com/JuliaMath/InverseFunctions.jl/releases)
- [Commits](JuliaMath/InverseFunctions.jl@v0.1.0...v0.1.17)

Updates `DocumenterInterLinks` to 1.1.0
- [Release notes](https://github.com/JuliaDocs/DocumenterInterLinks.jl/releases)
- [Changelog](https://github.com/JuliaDocs/DocumenterInterLinks.jl/blob/master/CHANGELOG.md)
- [Commits](JuliaDocs/DocumenterInterLinks.jl@v0.1.0...v1.1.0)

---
updated-dependencies:
- dependency-name: ChangesOfVariables
  dependency-version: 0.1.11
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: InverseFunctions
  dependency-version: 0.1.17
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: DocumenterInterLinks
  dependency-version: 1.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 Aug 24, 2026
@github-actions

Copy link
Copy Markdown

Docs preview for PR #18

Comment thread docs/Project.toml Outdated
Comment thread docs/Project.toml Outdated
Comment thread docs/Project.toml Outdated
Co-authored-by: Penelope Yong <penelopeysm@gmail.com>
@penelopeysm
penelopeysm merged commit 06cb2e3 into main Aug 29, 2026
7 checks passed
@dependabot
dependabot Bot deleted the dependabot/julia/docs/all-julia-packages-7902c09d6e branch August 29, 2026 00:52
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