Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump commonmarker from 0.23.10 to 2.0.1 #454

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 28, 2024

Bumps commonmarker from 0.23.10 to 2.0.1.

Release notes

Sourced from commonmarker's releases.

v2.0.1

What's Changed

Full Changelog: gjtorikian/commonmarker@v2.0.0...v2.0.1

v2.0.0

What's Changed

New Contributors

Full Changelog: gjtorikian/commonmarker@v1.1.5...v2.0.0

v1.1.5

What's Changed

Full Changelog: gjtorikian/commonmarker@v1.1.4...v1.1.5

v1.1.4

What's Changed

Full Changelog: gjtorikian/commonmarker@v1.1.3...v1.1.4

... (truncated)

Changelog

Sourced from commonmarker's changelog.

[v2.0.1] - 27-11-2024

What's Changed

Full Changelog: gjtorikian/commonmarker@v2.0.0...v2.0.1

[v2.0.0] - 25-11-2024

This is a major release in the sense that there's a breaking API change, but not in the sense that anything earth-shatteringly urgent has occurred.

In certain situations, user-provided options were not being merged correctly. This meant that default config values were being ignored erroneously. This was a bug, which has been fixed. Unfortunately, it's possible that downstream projects were relying on the old, broken behavior, so a simple patch release wouldn't do.

If you're not passing any options to to_html and everything works fine for you, than this should be an upgrade without side-effects.

If you are passing options to to_html (i.e. overridding the defaults), then consult the README for a list of options and their default values. Make sure that the default values given to to_html is acceptable to your project!

What's Changed

New Contributors

Full Changelog: gjtorikian/commonmarker@v1.1.5...v2.0.0

[v1.1.5] - 29-07-2024

What's Changed

... (truncated)

Commits
  • 518e6b7 Merge pull request #325 from gjtorikian/release/v2.0.1
  • 6f3e49f [skip test] update changelog
  • 3abd9b7 Merge pull request #324 from ppworks/keep-header_ids-nil
  • b65c45c 💎 2.0.1
  • 916a5db Keep header_ids option as nil
  • c0be788 Merge pull request #322 from gjtorikian/release/v2.0.0
  • 30cbf90 Update CHANGELOG
  • 149b4c5 [skip test] update changelog
  • ab53b5d Release v2.0.0
  • f3cfd2c Merge pull request #321 from gjtorikian/dependabot/cargo/comrak-0.30.0
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [commonmarker](https://github.com/gjtorikian/commonmarker) from 0.23.10 to 2.0.1.
- [Release notes](https://github.com/gjtorikian/commonmarker/releases)
- [Changelog](https://github.com/gjtorikian/commonmarker/blob/main/CHANGELOG.md)
- [Commits](gjtorikian/commonmarker@v0.23.10...v2.0.1)

---
updated-dependencies:
- dependency-name: commonmarker
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Nov 28, 2024
@andrew andrew closed this Nov 28, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 28, 2024

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/bundler/commonmarker-2.0.1 branch November 28, 2024 19:37
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 ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant