CompatHelper.jl Versions Save

Automatically update the [compat] entries for your Julia package's dependencies

v3.11.0

1 month ago

CompatHelper v3.11.0

Diff since v3.10.0

Merged pull requests:

  • Open PRs for compat entries to weak dependencies (#458) (@sethaxen)
  • CI: Use Dependabot to automatically update GitHub Actions (#465) (@DilumAluthge)
  • Bump codecov/codecov-action from 1 to 3 (#466) (@dependabot[bot])
  • Bump actions/checkout from 2 to 4 (#467) (@dependabot[bot])
  • Bump actions/cache from 1 to 3 (#468) (@dependabot[bot])
  • Bump peter-evans/create-pull-request from 3.10.0 to 5.0.2 (#469) (@dependabot[bot])
  • CI: run the unit tests on all PRs (not just PRs that target the master branch) (#470) (@DilumAluthge)
  • CI: Increase the Bors timeout (#471) (@DilumAluthge)
  • CI: disable the workflow_dispatch trigger for the JuliaFormatter action (#472) (@DilumAluthge)
  • 🤖 Automatically format the source code files (#473) (@github-actions[bot])
  • CI: migrate from Bors to GitHub Merge Queue; also, refactor some code, and add some more unit tests (#477) (@DilumAluthge)
  • CompatHelper's own Project.toml: add compat entries for our own test deps (#478) (@DilumAluthge)
  • Mark the integration tests as "skipped" on PR builds (#479) (@DilumAluthge)
  • add codecov threshold (#480) (@ericphanson)
  • Refactor some code, and increase the unit test code coverage for src/main.jl (#481) (@DilumAluthge)
  • Revert the changes to codecov.yml (#482) (@DilumAluthge)
  • Lower Codecov threshold to 99% because of GitHub Merge Queue limitations (#484) (@DilumAluthge)
  • Bump peter-evans/create-pull-request from 5.0.2 to 6.0.1 (#488) (@dependabot[bot])

Closed issues:

  • Feature request: open PRs to update compat entries for weak dependencies ([weakdeps]) (#452)

v3.10.0

7 months ago

CompatHelper v3.10.0

Diff since v3.9.0

v3.9.0

7 months ago

CompatHelper v3.9.0

Diff since v3.8.0

v3.8.0

7 months ago

CompatHelper v3.8.0

Diff since v3.7.0

Merged pull requests:

  • Only clone once, not once per subdir (#443) (@ericphanson)
  • Fix Documenter to 0.27 (#453) (@lgoettgens)
  • Stop ignoring stdlibs (#457) (@DilumAluthge)
  • Update some tests (#459) (@DilumAluthge)
  • Bump the version number from 3.7.0 to 3.8.0 (#460) (@DilumAluthge)

Closed issues:

  • CompatHelper stopped working on Bokeh.jl (#428)
  • Why clone once per subdir? (#442)
  • CompatHelper keeps creating new branches for the same change (#451)
  • We need to start opening PRs to add/update compat entries for stdlibs (#456)

v3.7.0

1 year ago

CompatHelper v3.7.0

Diff since v3.6.0

Closed issues:

  • Don't bump compat for equality specifiers (#444)
  • Pleqase, only one PR to add/update all compat entries (#448)

Merged pull requests:

  • Use the RegistryInstances API in get_latest_version! and get_existing_registries! (#449) (@andreasnoack)

v3.6.0

1 year ago

CompatHelper v3.6.0

Diff since v3.5.0

Merged pull requests:

  • 🤖 Automatically format the source code files (#441) (@github-actions[bot])
  • 🤖 Automatically format the source code files (#447) (@github-actions[bot])

v3.5.0

1 year ago

CompatHelper v3.5.0

Diff since v3.4.0

Closed issues:

  • GH Action tests are not triggered by CompatHelper PR 2 (#409)
  • CompatHelper on GHA: Started erroring with pkg_server_registry_url not defined (#437)

v3.4.0

1 year ago

CompatHelper v3.4.0

Diff since v3.3.0

Merged pull requests:

  • GitHub Actions: on self-hosted runners, we need to check if Julia is available in the PATH, and install it if needed (#429) (@DilumAluthge)
  • GitHub Actions: for now, comment out the ${{ runner.arch }} line (#430) (@DilumAluthge)
  • CI: Use concurrency groups to make sure that only one integration test job is running at a time (#433) (@DilumAluthge)
  • GitHub Actions: uncomment the ${{ runner.arch }} line (#434) (@DilumAluthge)

v3.3.0

2 years ago

CompatHelper v3.3.0

Diff since v3.2.0

Merged pull requests:

  • Bump version from "3.2.0" to "3.3.0-DEV" (#422) (@DilumAluthge)
  • Change options.subdirs |> only to only(options.subdirs) (#423) (@DilumAluthge)
  • 🤖 Automatically format the source code files (#426) (@github-actions[bot])

v3.2.0

2 years ago

CompatHelper v3.2.0

Diff since v3.1.2

Merged pull requests:

  • Use an Options struct to pass options around, instead of needing to pass kwargs around everywhere (#419) (@DilumAluthge)