Update commonmarker 2.3.2 → 2.4.0 (minor)
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ commonmarker (2.3.2 → 2.4.0) · Repo · Changelog
Release Notes
2.4.0
What's Changed
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #387
- Bump magnus from 0.7.1 to 0.8.0 by @dependabot[bot] in #388
- Bump magnus from 0.8.0 to 0.8.1 by @dependabot[bot] in #389
- Bump comrak from 0.41.0 to 0.41.1 by @dependabot[bot] in #391
- Update dependencies + release new minor by @gjtorikian in #392
- [skip test] Release v2.4.0 by @github-actions[bot] in #393
Full Changelog: v2.3.2...v2.4.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 14 commits:
Merge pull request #393 from gjtorikian/release/v2.4.0
[skip test] update changelog
Merge pull request #392 from gjtorikian/bumpalump
:gem: 2.4.0
fix deprecated call sites
update dependencies
Merge pull request #391 from gjtorikian/dependabot/cargo/comrak-0.41.1
Bump comrak from 0.41.0 to 0.41.1
Merge pull request #389 from gjtorikian/dependabot/cargo/magnus-0.8.1
Bump magnus from 0.8.0 to 0.8.1
Merge pull request #388 from gjtorikian/dependabot/cargo/magnus-0.8.0
Bump magnus from 0.7.1 to 0.8.0
Merge pull request #387 from gjtorikian/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase
.
All Depfu comment commands
- @depfu rebase
- Rebases against your default branch and redoes this update
- @depfu recreate
- Recreates this PR, overwriting any edits that you've made to it
- @depfu merge
- Merges this PR once your tests are passing and conflicts are resolved
- @depfu cancel merge
- Cancels automatic merging of this PR
- @depfu close
- Closes this PR and deletes the branch
- @depfu reopen
- Restores the branch and reopens this PR (if it's closed)
- @depfu pause
- Ignores all future updates for this dependency and closes this PR
- @depfu pause [minor|major]
- Ignores all future minor/major updates for this dependency and closes this PR
- @depfu resume
- Future versions of this dependency will create PRs again (leaves this PR as is)