Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 19, 2025

Updates the requirements on BestieTemplate to permit the latest version.

Release notes

Sourced from BestieTemplate's releases.

v0.17.1

BestieTemplate v0.17.1

Diff since v0.17.0

Merged pull requests:

Closed issues:

  • Usage of [workspace] section in Project.toml (#559)
  • Generate the right link in PULL_REQUEST_TEMPLATE (#568)
Changelog

Sourced from BestieTemplate's changelog.

[0.17.1] - 2025-12-19

Added

  • Added [workspace] section to Project.toml with test and possibly docs. Also adds [sources] in the corresponding folders. See the Pkg docs for details. (#559)

[0.17.0] - 2025-11-18

BREAKING NOTICE:

  • The AutoIncludeTests question has been replaced with a new TestingStrategy question offering 4 different testing approaches. When updating existing packages, you will need to manually select the equivalent option:
    • AutoIncludeTests: falseTestingStrategy: "basic" (simple @​testset approach)
    • AutoIncludeTests: trueTestingStrategy: "basic_auto_discover" (auto-discovers test-*.jl files)
    • New options: "testitem_cli" (TestItems with full CLI runner) and "testitem_basic" (simple TestItems usage)
  • The pre-commit autoupdate CI is no longer part of the Precommit question, and defaults to false. To keep the workflow, add "AddPrecommitUpdateCI" => true to your data argument, or ask to "Review all excluded items" in the interactive mode.
  • The default markdownlint configuration now accepts duplicate headers when the headers are on different levels. This improves the experience of some CHANGELOG formats. To revert this locally change siblings_only to false in .markdownlint.json (i.e., "MD024": { "siblings_only": false }). In that case, CHANGELOG will fail to pass this rule, but you can manually add <!-- markdownlint-disable MD024 --> in the beginning of the file to skip it.

Added

  • New question: TestingStrategy offering 4 testing approaches: basic @​testset, TestItems with CLI runner, simple TestItems usage, and auto-discovering test files
  • Automatic list of docs pages should now include subsections from folders (#536)
  • New question: AddPrecommitUpdateCI to make the pre-commit autoupdate CI optional (#503)
  • Configuration for Codecov, codecov.yml, was added to the template (#494)

Changed

  • The pre-commit autoupdate CI is no longer part of the Precommit question, and defaults to false (advanced) (#503)
  • The default markdownlint configuration (in .markdownlist.json) now has MD024.siblings_only = true (#505)
  • Treat exception raised in Python to write a nice error message instead of letting is pass through (#560)

Fixed

  • Validate that Authors is not empty (#563)

Removed

  • AutoIncludeTests question has been replaced by the more comprehensive TestingStrategy question

[0.16.2] - 2025-05-31

Fixed

  • Error key "_commit" not found (#534)

[0.16.1] - 2025-05-31

Fixed

  • When generating from a local copy, change permissions of the resulting project to prevent it being read-only (#532).

... (truncated)

Commits
  • 336e64e Release 0.17.1
  • 6083afb Add [workspace] section to Project.toml (#569)
  • d5d9a03 Release v0.17.0
  • e5a66b7 Refactor test suite (#550)
  • 92f047b docs: add BSchilperoort as a contributor for bug (#566)
  • c88d47d docs: add krsteffen as a contributor for bug (#565)
  • 81984a3 Treat exception raised in Python when generating, applying, or updating packa...
  • 443321d Validate that Authors is not empty (#564)
  • 1207e3b Update lychee exclude list rechecking allcontributors and ignoring escience's...
  • afc395b docs: add mmikhasenko as a contributor for code, doc, and bug (#557)
  • 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 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)

Updates the requirements on [BestieTemplate](https://github.com/JuliaBesties/BestieTemplate.jl) to permit the latest version.
- [Release notes](https://github.com/JuliaBesties/BestieTemplate.jl/releases)
- [Changelog](https://github.com/JuliaBesties/BestieTemplate.jl/blob/main/CHANGELOG.md)
- [Commits](v0.1.0...v0.17.1)

---
updated-dependencies:
- dependency-name: BestieTemplate
  dependency-version: 0.17.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file julia Pull requests that update julia code labels Dec 19, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 19, 2025

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/test/BestieTemplate-0.17.1 branch December 19, 2025 23:02
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