Skip to content

v3.11.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 24 May 17:37
e72bd6b

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)