Skip to content

Bump the all-julia-packages group with 5 updates#42

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/julia/all-julia-packages-69634cfb33
Open

Bump the all-julia-packages group with 5 updates#42
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/julia/all-julia-packages-69634cfb33

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 17, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on ExplicitImports, TestItemRunner, DataFrames, Aqua and CacheVariables to permit the latest version.
Updates ExplicitImports to 1.15.0

Release notes

Sourced from ExplicitImports's releases.

v1.15.0

ExplicitImports v1.15.0

Diff since v1.14.2

New features

  • support ignore kwarg for all check_* functions (#165)
  • add new test_* API functions for better integrations into Test.jl testsuites (and to help with Aqua integration) (#143)
    • new functions: test_explicit_imports, test_no_implicit_imports, test_no_stale_explicit_imports, test_all_explicit_imports_via_owners, test_all_explicit_imports_are_public, test_all_qualified_accesses_via_owners, test_all_qualified_accesses_are_public, test_no_self_qualified_accesses
  • add --test flag to CLI app (#166)

Bug fixes

  • fix ignore to properly ignore submodules of ignored modules (#165)

Merged pull requests:

Commits
  • 702ce52 expand ignore functionality to consistently allow ignoring submodules (#165)
  • b601cfd Add --test flag for app (#166)
  • 2bcd29f add Test API for better Aqua integration (#143)
  • 5c8809b Bump project version from 1.14.1 to 1.14.2 for release (#163)
  • 583394e [~breaking] Fix issue where explicitly imported macros aren't detected as imp...
  • 46f2fe2 Update version of Oceananigans for integration tests (#162)
  • 3e2c4ce add Ferrite integration tests (#157)
  • 003e65f Try fixing codecov (#158)
  • 31383a3 Add codecov configuration to exclude vendored code from coverage (#156)
  • 12d48f3 Bump codecov/codecov-action from 3 to 5 (#155)
  • Additional commits viewable in compare view

Updates TestItemRunner to 1.1.5

Release notes

Sourced from TestItemRunner's releases.

v1.1.5

TestItemRunner v1.1.5

Diff since v1.1.4

Merged pull requests:

Commits
  • 5825718 Set version to v1.1.5
  • b4b87c9 Merge pull request #126 from julia-vscode/sp/invalid-filename-robustness
  • 39b5346 fix: be more robust against non-utf8 filenames
  • b297289 Set version to v1.1.5-DEV
  • 1071979 Set version to v1.1.4
  • b5feb7c Merge pull request #121 from cuihantao/main
  • b1d8261 Fix: catch errors in testitems to allow test run continuation
  • f8fd596 release: v1.1.3
  • 658658c Merge pull request #120 from MichaelHatherly/mh/fix-dir-and-testset-cleanup
  • 7ad26e1 fix: @DIR wrong path, missing test summary after errors
  • Additional commits viewable in compare view

Updates DataFrames to 1.8.2

Release notes

Sourced from DataFrames's releases.

v1.8.2

DataFrames v1.8.2

Diff since v1.8.1

Merged pull requests:

Closed issues:

  • stack wrong makeunique suggestion (#3487)
  • invalid index with SubDataFrame and copycols = false (#3515)
  • Link to "Data Wrangling with DataFrames.jl Cheat Sheet" is broken in the documentation (#3518)
Changelog

Sourced from DataFrames's changelog.

DataFrames.jl v1.8.2 Release Notes

Bug fixes

  • Fix a column selection bug when transforming SubDataFrame with copycols=false (#3503)

DataFrames.jl v1.8.0 Release Notes

Ecosystem compatibility changes

  • Make DataFrames.jl hashing consistent with Julia 1.13 and take into account column names when hashing AbstractDataFrame (#3507)
  • Require Julia 1.10 and add PrettyTables.jl v3 support (#3510)

DataFrames.jl v1.7.1 Release Notes

Julia compatibility change

  • Make DataFrames.jl support DataStructures.jl version 0.19 (#3503)

DataFrames.jl v1.7.0 Release Notes

New functionalities

  • Allow passing multiple values to add in push!, pushfirst!, append!, and prepend! (#3372)
  • rename and rename! now allow to apply a function transforming column names only to a subset of the columns specified by the cols keyword argument (#3380)
  • mapcols and mapcols! now allow to apply a function transforming columns only to a subset of the columns specified by the cols keyword argument (#3386)

Bug fixes

  • Correctly throw an error if negative number of rows is passed to first or last (#3402)
  • Always use the default thread pool for multithreaded operations, instead of using the interactive thread pool when Julia was started with -tM,N with N > 0 (#3385)
  • Correctly return Bool[] in the nonunique function applied to a data frame with a pulled column that has zero levels in the pool (#3393)

... (truncated)

Commits

Updates Aqua to 0.8.16

Release notes

Sourced from Aqua's releases.

v0.8.16

The changes are documented in the CHANGELOG.md file.

Diff since v0.8.15

Changelog

Sourced from Aqua's changelog.

Version [v0.8.16] - 2026-06-05

Changed

  • Adapt to deprecations in julia 1.14. (#381)
  • Fix some world age issues in test_ambiguities. (#366)

Version [v0.8.15] - 2026-06-02

Changed

  • Use Base.isType for Type{...} checks in piracy detection so it keeps working when Type{Foo} is no longer a DataType on future Julia versions. (#379)

Version [v0.8.14] - 2025-08-04

Changed

  • Adapt to internal method table changes in Julia 1.12 and later. (#344)

Version [v0.8.13] - 2025-05-28

Changed

  • Adapt to internal method table changes in Julia 1.12 and later. (#334)

Version [v0.8.12] - 2025-05-05

Changed

  • Add test_undocumented_names to verify that all public symbols have docstrings (not including the module itself). This test is not enabled by default in test_all. (#313)

Version [v0.8.11] - 2025-02-06

Changed

  • Avoid deprecation warnings concerning Base.isbindingresolved with julia nightly. (#322)

Version [v0.8.10] - 2025-01-26

Changed

  • No longer call @testset for testsets that are skipped. (#319)

Version [v0.8.9] - 2024-10-15

Changed

... (truncated)

Commits
  • 37326ae Update changelog
  • 5c0da47 Bump version to v0.8.16
  • 429466e Fix for old julias
  • 7370f3f Adapt to various deprecations around Type{T} in julia nightly (#381)
  • e1cd164 Bump julia-actions/setup-julia from 2 to 3 (#373)
  • a5c4799 Fix Aqua.test_persistent_tasks() example (#371)
  • 7bb6287 Bump codecov/codecov-action from 5 to 6 (#372)
  • bd4a94e Bump julia-actions/cache from 2 to 3 (#370)
  • 552e170 Fix a MethodError when ambiguities are detected (#366)
  • 25c72ad use more precise structural inspection of types for ambiguity exclusions (#327)
  • Additional commits viewable in compare view

Updates CacheVariables to 0.2.2

Release notes

Sourced from CacheVariables's releases.

v0.2.2

CacheVariables v0.2.2

Diff since v0.2.1

Merged pull requests:

Closed issues:

  • Create new cached function (#29)
Commits
  • a9f7070 Bump version from 0.2.1 to 0.2.2
  • f9e56ae Add verbose flag (#33)
  • 6782591 Add test for overwrite logging
  • 92c8e8a Add cached function returning output and metadata (#32)
  • 1e00083 Bump version
  • 724a416 Add examples for caching stdout/stderr and log output (#30)
  • f4d8fc6 Merge pull request #31 from dahong67/bson-dates
  • 6a699bb Save timestamp as string for BSON
  • 4d8de84 Merge pull request #28 from dahong67/drop-bson-mod
  • 0a5e295 Make sure kwdict can hold anything
  • 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 [ExplicitImports](https://github.com/JuliaTesting/ExplicitImports.jl), [TestItemRunner](https://github.com/julia-vscode/TestItemRunner.jl), [DataFrames](https://github.com/JuliaData/DataFrames.jl), [Aqua](https://github.com/JuliaTesting/Aqua.jl) and [CacheVariables](https://github.com/dahong67/CacheVariables.jl) to permit the latest version.

Updates `ExplicitImports` to 1.15.0
- [Release notes](https://github.com/JuliaTesting/ExplicitImports.jl/releases)
- [Commits](JuliaTesting/ExplicitImports.jl@v1.0.0...v1.15.0)

Updates `TestItemRunner` to 1.1.5
- [Release notes](https://github.com/julia-vscode/TestItemRunner.jl/releases)
- [Commits](julia-vscode/TestItemRunner.jl@v0.1.0...v1.1.5)

Updates `DataFrames` to 1.8.2
- [Release notes](https://github.com/JuliaData/DataFrames.jl/releases)
- [Changelog](https://github.com/JuliaData/DataFrames.jl/blob/main/NEWS.md)
- [Commits](JuliaData/DataFrames.jl@v0.0.0...v1.8.2)

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 `CacheVariables` to 0.2.2
- [Release notes](https://github.com/dahong67/CacheVariables.jl/releases)
- [Commits](v0.1.0...v0.2.2)

---
updated-dependencies:
- dependency-name: ExplicitImports
  dependency-version: 1.15.0
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: TestItemRunner
  dependency-version: 1.1.5
  dependency-type: direct:production
  dependency-group: all-julia-packages
- dependency-name: DataFrames
  dependency-version: 1.8.2
  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: CacheVariables
  dependency-version: 0.2.2
  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 Jul 17, 2026
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.

0 participants