Skip to content
This repository was archived by the owner on Feb 4, 2026. It is now read-only.

Comments

Bump commonmarker from 0.23.10 to 2.0.2.1#883

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/bundler/commonmarker-2.0.2.1
Closed

Bump commonmarker from 0.23.10 to 2.0.2.1#883
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/bundler/commonmarker-2.0.2.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 10, 2025

Bumps commonmarker from 0.23.10 to 2.0.2.1.

Release notes

Sourced from commonmarker's releases.

v2.0.2.1

What's Changed

Full Changelog: gjtorikian/commonmarker@v2.0.2...v2.0.2.1

v2.0.2

What's Changed

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

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

... (truncated)

Changelog

Sourced from commonmarker's changelog.

[v2.0.2.1] - 08-01-2025

What's Changed

Full Changelog: gjtorikian/commonmarker@v2.0.2...v2.0.2.1

[v2.0.2] - 29-12-2024

What's Changed

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

[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!

As an example of the change here, extension: { header_ids } is set to "", which means that h* tags will have GitHub style anchors automatically added to them. You can remove this (and other undesired options) by passing a nil value: extension: { header_ids: nil }.

... (truncated)

Commits
  • b495f00 Merge pull request #338 from gjtorikian/release/v2.0.2.1
  • 207ab9a [skip test] update changelog
  • 6471915 Merge pull request #337 from gjtorikian/bump
  • 41519d5 Address issue with Ruby 3.3+ installs
  • 8e7bcfc Upgrade dev env to 3.4
  • e93d8c4 Merge pull request #336 from gjtorikian/dependabot/cargo/rb-sys-0.9.106
  • d7b3d76 Merge pull request #334 from gjtorikian/dependabot/cargo/comrak-0.33.0
  • d3ce005 Bump rb-sys from 0.9.105 to 0.9.106
  • 2849843 Bump comrak from 0.32.0 to 0.33.0
  • da40feb Merge pull request #331 from gjtorikian/release/v2.0.2
  • 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.2.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.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jan 10, 2025
@andrew andrew closed this Jan 10, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 10, 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/bundler/commonmarker-2.0.2.1 branch January 10, 2025 15:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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