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 marked from 11.2.0 to 12.0.0 #3470

Merged
merged 1 commit into from
Feb 14, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 12, 2024

Bumps marked from 11.2.0 to 12.0.0.

Release notes

Sourced from marked's releases.

v12.0.0

12.0.0 (2024-02-03)

Bug Fixes

BREAKING CHANGES

  • changes to spec
  • Update HTML block tags: add search, remove source
  • Update punctuation to include unicode punctuation and symbol categories
  • Update HTML comment to include and
Commits
  • cd15160 chore(release): 12.0.0 [skip ci]
  • 3d9017b fix: update to commonmark specs 0.31 (#3176)
  • 365e720 chore(deps-dev): Bump @​arethetypeswrong/cli from 0.13.5 to 0.13.6 (#3181)
  • 2bf0645 chore(deps-dev): Bump @​typescript-eslint/eslint-plugin from 6.19.0 to 6.19.1 ...
  • a26db80 chore(deps-dev): Bump @​typescript-eslint/parser from 6.19.0 to 6.19.1 (#3180)
  • ee9e20e chore(deps-dev): Bump dts-bundle-generator from 9.2.4 to 9.2.5 (#3178)
  • See full diff 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 [marked](https://github.com/markedjs/marked) from 11.2.0 to 12.0.0.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](markedjs/marked@v11.2.0...v12.0.0)

---
updated-dependencies:
- dependency-name: marked
  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 javascript Pull requests that update Javascript code labels Feb 12, 2024
Copy link

codecov bot commented Feb 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (2de789f) 41.74% compared to head (9168b31) 41.74%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3470   +/-   ##
=======================================
  Coverage   41.74%   41.74%           
=======================================
  Files         613      613           
  Lines       23202    23202           
  Branches     5615     5615           
=======================================
  Hits         9686     9686           
  Misses      13516    13516           
Flag Coverage Δ
backend 78.67% <ø> (ø)
frontend 2.01% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@hardillb
Copy link
Contributor

Breaking changes present, will need to look at output.

But it looks like the Markdown spec has changed

@Pezmc
Copy link
Contributor

Pezmc commented Feb 14, 2024

@hardillb As you note, breaking changes appear to be changes in the spec, mostly around allowing HTML comments and removal of source tag (see markedjs/marked#3176), neither seem likely to impact our use case

@Pezmc Pezmc merged commit 97d2901 into main Feb 14, 2024
15 checks passed
@Pezmc Pezmc deleted the dependabot/npm_and_yarn/marked-12.0.0 branch February 14, 2024 10:15
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants