Skip to content

build(deps): update Plots requirement to 1.41.6 in /docs#7

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/julia/docs/Plots-1.41.6
Closed

build(deps): update Plots requirement to 1.41.6 in /docs#7
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/julia/docs/Plots-1.41.6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 25, 2026

Updates the requirements on Plots to permit the latest version.

Release notes

Sourced from Plots's releases.

Plots-v1.41.6

What's Changed

Full Changelog: JuliaPlots/Plots.jl@Plots-v1.41.5+docs...Plots-v1.41.6

Changelog

Sourced from Plots's changelog.

Plots.jl NEWS

Unreleased

Features

  • GR backend: Add support for colorbar_ticks to customize tick positions and labels on colorbars (#3560)

Breaking changes


v2

  • deprecated backends pgfplots and pyplot removed
  • deprecated keyword orientation removed
  • backends are extensions now so the backend code must be explicitly loaded using import with the backend package, e.g.
    using Plots
    import GR # loads backend code

  • Types are no longer part of the Plots API this affects
    • Shape, which is now shape
  • The default label is now :none, use :auto to restore the previous behaviour
  • UnitfulExt changes:
    • The P_str macro is no longer provided as API. The intended goal was simply to not put units on axis labels which were "protected strings". To achieve this now, pass unitformat=:nounit.
    • The axis option unitformat=:none, unitformat=nothing, and unitformat=false previously printed the axis guide as string(label, " ", unit). That behavior is now moved to unitformat=:space, and :none, nothing, and false print the axis guide without units.

notes on release changes, ongoing development, and future planned work

NOTE: this file is deprecated, see the TagBot auto-generated changelogs instead

0.28.3

  • support generalized array interface
  • save to pdf, svg and eps in plotlyjs
  • fix for clims in line_z
  • optimize heatmap logic in gr

0.26.3

  • fix vline with dates
  • fix PyPlot logscale bug
  • avoid annotation clipping for PyPlot
  • allow plotting of Any vectors and 3D plotting again in convertToAnyVector
  • specify legend title font in GR and PyPlot

... (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 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)

Updates the requirements on [Plots](https://github.com/JuliaPlots/Plots.jl) to permit the latest version.
- [Release notes](https://github.com/JuliaPlots/Plots.jl/releases)
- [Changelog](https://github.com/JuliaPlots/Plots.jl/blob/v2/NEWS.md)
- [Commits](JuliaPlots/Plots.jl@Plots-v1.41.5+docs...Plots-v1.41.6)

---
updated-dependencies:
- dependency-name: Plots
  dependency-version: 1.41.6
  dependency-type: direct:production
...

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 May 25, 2026
jlperla added a commit that referenced this pull request May 26, 2026
…ject pins

Main Project.toml (registration polish):
- ConcreteStructs: "0.2.4" → "0.2" (caret-on-minor, stops CompatHelper
  spam without changing the actually-supported version range).
- MatrixEquations:  "2.5.8" → "2.5" (same).

Subproject pins absorbed from dependabot PRs #5#13 so we land on a
clean PR slate before tagging v0.1.0:

test/Project.toml — new [compat]:
- Enzyme = "0.13.149"
- ForwardDiff = "1.3.3"
- MatrixEquations = "2.5.8"
- StaticArrays = "1.9.18"

docs/Project.toml — appended to existing [compat]:
- Enzyme = "0.13.149"
- ForwardDiff = "1.3.3"
- MatrixEquations = "2.5.8"
- Plots = "1.41.6"
- StaticArrays = "1.9.18"

Closes #5 #6 #7 #8 #9 #10 #11 #12 #13.
@jlperla
Copy link
Copy Markdown
Member

jlperla commented May 26, 2026

Subsumed by #14 (commit 9d47d91 absorbs this compat pin into the v0.1.0 release-prep branch). Closing to keep the PR slate clean before tagging.

@jlperla jlperla closed this May 26, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 26, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/julia/docs/Plots-1.41.6 branch May 26, 2026 18:17
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