Skip to content

Update Literate requirement to 2.21.0 in /docs#194

Merged
gdalle merged 1 commit intomainfrom
dependabot/julia/docs/Literate-2.21.0
Jan 20, 2026
Merged

Update Literate requirement to 2.21.0 in /docs#194
gdalle merged 1 commit intomainfrom
dependabot/julia/docs/Literate-2.21.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Updates the requirements on Literate to permit the latest version.

Release notes

Sourced from Literate's releases.

v2.21.0

See CHANGELOG.md for notable changes.

See CHANGELOG.md for notable changes.

Diff since v2.20.1

Changelog

Sourced from Literate's changelog.

[v2.21.0] - 2025-11-19

Changed

  • Allow IOCapture version 1. (#280)

[v2.20.1] - 2024-10-17

Fixed

  • Errors from code evaluation (with continue_on_error = true) are now properly displayed with showerror. (#261)

[v2.20.0] - 2024-10-16

Added

  • A new keyword argument configuration continue_on_error::Bool = false has been added which controls the behavior of code execution errors. By default (continue_on_error = false) execution errors are re-thrown by Literate (as before). If continue_on_error = true is set the error is used as the block result and execution continues with following blocks. (#201, #257)
  • Literate now replaces Documenter-style admonitions when generating notebook output (#259). Concretely,
    # !!! note
    #     A note.
    

    !!! warn "Warning title text"

    A warning.

    is replaced with

    # > **Note**
    # >
    # > A note.
    

    > Warning title text

    >

    > A warning.

[v2.19.1] - 2024-09-13

Fixed

  • Set :SOURCE_PATH in the task local storage to the output file when executing code so that recursive include works as expected. (#251, #252)

[v2.19.0] - 2024-07-11

Changed

  • Literate.markdown, Literate.notebook, and Literate.script are marked as public in Julia version that support the public keyword. (#248)

[v2.18.0] - 2024-04-17

Added

... (truncated)

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file julia Pull requests that update julia code labels Jan 9, 2026
@gdalle
Copy link
Copy Markdown
Member

gdalle commented Jan 19, 2026

@dependabot rebase

Updates the requirements on [Literate](https://github.com/fredrikekre/Literate.jl) to permit the latest version.
- [Release notes](https://github.com/fredrikekre/Literate.jl/releases)
- [Changelog](https://github.com/fredrikekre/Literate.jl/blob/master/CHANGELOG.md)
- [Commits](fredrikekre/Literate.jl@v0.1.0...v2.21.0)

---
updated-dependencies:
- dependency-name: Literate
  dependency-version: 2.21.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/julia/docs/Literate-2.21.0 branch from ab19db0 to acf854b Compare January 19, 2026 20:34
@DilumAluthge
Copy link
Copy Markdown

@gdalle Coming here from https://discourse.julialang.org/t/compathelper-prs-failing-with-force-latest-compatible-version-due-to-julia-version-constraints/135079/6?u=dilumaluthge

Looks like CI itself is passing, right? It's just Codecov that's failing.

@gdalle
Copy link
Copy Markdown
Member

gdalle commented Jan 20, 2026

Oh right, silly me.
Still, is there any reason why CI failed before I set force_latest_compatible_version: false? Note that it ran fine on the main branch, and hence it has something to do with dependabot PRs

@gdalle gdalle merged commit 388d5ff into main Jan 20, 2026
2 of 4 checks passed
@gdalle gdalle deleted the dependabot/julia/docs/Literate-2.21.0 branch January 20, 2026 09:52
@DilumAluthge
Copy link
Copy Markdown

Yeah, by default, julia-runtest auto-detects Dependabot and CompatHelper PRs based on the branch name.

@gdalle
Copy link
Copy Markdown
Member

gdalle commented Jan 20, 2026

Would it make sense to refine it so that docs updates don't affect how test dependencies are resolved?

@DilumAluthge
Copy link
Copy Markdown

Yeah, that would probably be a good improvement.

@gdalle
Copy link
Copy Markdown
Member

gdalle commented Jan 20, 2026

Unless there is a common workspace I guess?

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.

2 participants