Skip to content

Update DataStructures requirement from 0.18 to 0.18, 0.19#140

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/julia/DataStructures-0.18-and-0.19
Closed

Update DataStructures requirement from 0.18 to 0.18, 0.19#140
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/julia/DataStructures-0.18-and-0.19

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 20, 2026

Updates the requirements on DataStructures to permit the latest version.

Release notes

Sourced from DataStructures's releases.

v0.19.3

DataStructures v0.19.3

Diff since v0.19.2

Merged pull requests:

  • Don't require the element to be provided to percolate_down! and percolate_up! (#960) (@​Drvi)
Changelog

Sourced from DataStructures's changelog.

[0.19.3]

Fixed

  • Reintroduce a method for percolate_up! percolate_down!JuliaCollections/DataStructures.jl#960

[0.19.2]

Added

  • percolate_up!, percolate_down! now use @propagate_inboundsJuliaCollections/DataStructures.jl#954

[0.19.1] - 2025-08-26

Fixed

  • Add newsz::Integer type annotation to sizehint!JuliaCollections/DataStructures.jl#945
  • Fix pop! with default for OrderedRobinDictJuliaCollections/DataStructures.jl#950
  • Fix deprecation of DisjointSets(xs...)JuliaCollections/DataStructures.jl#951

Other

  • JuliaCollections/DataStructures.jl#944
  • Bump actions/checkoutJuliaCollections/DataStructures.jl#947
  • Add docstrings to DefaultDictJuliaCollections/DataStructures.jl#948

[0.19.0] - 2025-07-31

Added

  • New Queue and Stack as separate types with enhanced documentation
  • Add empty!JuliaCollections/DataStructures.jl#932
  • Support for recursive DefaultDict creation
  • Add find_prefixes method to TrieJuliaCollections/DataStructures.jl#933
  • Improved constructors for CircularBuffer allowing initialization with an iterable and capacity
  • Add resize! method for CircularBuffer
  • JuliaCollections/DataStructures.jl#931

Changed

  • JuliaCollections/DataStructures.jl#874
  • DisjointSets renamed to DisjointSetJuliaCollections/DataStructures.jl#700
  • IntDisjointSets renamed to IntDisjointSetJuliaCollections/DataStructures.jl#700
  • PriorityQueue API updated to use standard Julia interfaces:
    • enqueue!push!
    • dequeue!popfirst!
    • dequeue_pair!popfirst!
    • peekfirst

... (truncated)

Commits
  • a6eba5a Don't require the element to be provided to percolate_down! and `percolate_...
  • c9961a9 Merge pull request #954 from Drvi/td-heap-boundchecks
  • 35d87fe Merge pull request #959 from m-fila/disjointset_rename_docs
  • e1651ad v0.19.2
  • 8f3241b Fix naming of DisjointSet in documentation and tests
  • 292debd .
  • 7fc3ca6 PR feedback
  • 708eeae Improve bounds checks in heap operations
  • c86628e Merge pull request #953 from odow/od/v0.19.1
  • 71775aa Merge pull request #951 from odow/od/fix-deprecation
  • 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 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 [DataStructures](https://github.com/JuliaCollections/DataStructures.jl) to permit the latest version.
- [Release notes](https://github.com/JuliaCollections/DataStructures.jl/releases)
- [Changelog](https://github.com/JuliaCollections/DataStructures.jl/blob/master/CHANGELOG.md)
- [Commits](JuliaCollections/DataStructures.jl@v0.18.0...v0.19.3)

---
updated-dependencies:
- dependency-name: DataStructures
  dependency-version: 0.19.3
  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 Mar 20, 2026
@blegat blegat closed this in #133 Mar 20, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 20, 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/DataStructures-0.18-and-0.19 branch March 20, 2026 13:08
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

Development

Successfully merging this pull request may close these issues.

0 participants