Skip to content

Update Parameters requirement from 0.12 to 0.12, 0.13 in the all-julia-packages group across 1 directory#1482

Merged
github-actions[bot] merged 1 commit into
masterfrom
dependabot/julia/all-julia-packages-8a0044c3f6
Jun 8, 2026
Merged

Update Parameters requirement from 0.12 to 0.12, 0.13 in the all-julia-packages group across 1 directory#1482
github-actions[bot] merged 1 commit into
masterfrom
dependabot/julia/all-julia-packages-8a0044c3f6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on Parameters to permit the latest version.
Updates Parameters to 0.13.1

Release notes

Sourced from Parameters's releases.

v0.13.1

Parameters v0.13.1

Diff since v0.13.0

Breaking changes

Update minimum Julia version to 1.5

Other bits

Add support for SmartAsserts.jl (#152)

Add support for SmartCheck.jl (closes #34)

Merged pull requests:

Closed issues:

Commits
  • c8f169a add workflow_dispatch to documentation to be able to run it manually
  • a70e7b4 Bump version: mistakes were made so bibg bump..
  • 1975119 docs are now build in separate ci script (#164)
  • 1d34966 Bump version
  • 9cc250a CompatHelper: bump compat for OrderedCollections to 2, (keep existing compat)...
  • 2629dc9 expanding macrocalls and blocks in with_kw (#155)
  • 30395f5 Improve type-stability in reconstruct (#160)
  • 7d65a84 Update github actions (#161)
  • 501b47b Add support for SmartAsserts.jl (#152)
  • e55b025 Remove undefined @​pack from exports. Fixes #148
  • 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 [Parameters](https://github.com/mauro3/Parameters.jl) to permit the latest version.

Updates `Parameters` to 0.13.1
- [Release notes](https://github.com/mauro3/Parameters.jl/releases)
- [Changelog](https://github.com/mauro3/Parameters.jl/blob/master/NEWS.md)
- [Commits](mauro3/Parameters.jl@v0.12.0...v0.13.1)

---
updated-dependencies:
- dependency-name: Parameters
  dependency-version: 0.13.1
  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 Jun 8, 2026
@github-actions github-actions Bot merged commit 392ba99 into master Jun 8, 2026
16 of 20 checks passed
@dependabot dependabot Bot deleted the dependabot/julia/all-julia-packages-8a0044c3f6 branch June 8, 2026 10:16
@isaacsas

isaacsas commented Jun 8, 2026

Copy link
Copy Markdown
Member

@ChrisRackauckas why does github-actions have auto merge permissions without even requiring tests to pass? That seems like a problematic configuration.

@ChrisRackauckas

Copy link
Copy Markdown
Member

It requires tests to pass. I'll look into what happened here.

@ChrisRackauckas

Copy link
Copy Markdown
Member

Yeah that's weird. I enabled the dependabot option where it forces the updated packages to run in the tests, and if the tests pass with it then it auto-merges. Looks like the first part worked, but the second part 😅 something is up with that.

@ChrisRackauckas

Copy link
Copy Markdown
Member

Root caused it to the fact that dependabot --auto only looks at required tests, and we don't have ones set. I made it way more conservative by making a new mode that wait for all CI tests, and only does an automerge if all are green.

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