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#882

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

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

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 30, 2024

Bumps commonmarker from 0.23.10 to 2.0.2.

Release notes

Sourced from commonmarker's releases.

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

What's Changed

... (truncated)

Changelog

Sourced from commonmarker's changelog.

[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 }.

What's Changed

... (truncated)

Commits

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.
- [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)

---
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 Dec 30, 2024
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 10, 2025

Superseded by #883.

@dependabot dependabot bot closed this Jan 10, 2025
@dependabot dependabot bot deleted the dependabot/bundler/commonmarker-2.0.2 branch January 10, 2025 11:25
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.

0 participants