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

chore(deps): bump marked from 12.0.2 to 15.0.4 #305

Merged
merged 5 commits into from
Dec 30, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps marked from 12.0.2 to 15.0.4.

Release notes

Sourced from marked's releases.

v15.0.4

15.0.4 (2024-12-15)

Bug Fixes

v15.0.3

15.0.3 (2024-11-29)

Bug Fixes

  • update punctuation regex syntax to fix babel mistaken transpile (#3547) (9b988c4)

v15.0.2

15.0.2 (2024-11-20)

Bug Fixes

  • update punctuation regex syntax for compatibility (#3540) (fd015f1)

v15.0.1

15.0.1 (2024-11-18)

Bug Fixes

  • Remove unused plus typescript tightening (#3527) (1f579f7)

v15.0.0

15.0.0 (2024-11-09)

Bug Fixes

BREAKING CHANGES

  • escape html in renderers instead of tokenizers for all tokens.

v14.1.4

... (truncated)

Commits
  • dba1327 chore(release): 15.0.4 [skip ci]
  • e4198ed fix: fix list with no items looping forever (#3560)
  • 10020d0 chore(deps-dev): Bump eslint from 9.14.0 to 9.16.0 (#3556)
  • f9948c1 chore(deps-dev): Bump @​markedjs/eslint-config from 1.0.8 to 1.0.9 (#3555)
  • 9f247c2 chore(deps-dev): Bump @​arethetypeswrong/cli from 0.17.0 to 0.17.1 (#3554)
  • 107ccfe chore(deps-dev): Bump rollup from 4.27.4 to 4.28.1 (#3553)
  • 7e4e343 chore(release): 15.0.3 [skip ci]
  • 9b988c4 fix: update punctuation regex syntax to fix babel mistaken transpile (#3547)
  • 1521756 chore(deps-dev): Bump rollup from 4.27.2 to 4.27.4 (#3545)
  • b4ecc0c chore(deps-dev): Bump typescript from 5.6.3 to 5.7.2 (#3544)
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 30, 2024
@stevenjoezhang
Copy link
Member

Breaking changes since marked v13: https://github.com/markedjs/marked/releases/tag/v13.0.0

Extensions that change marked renderers will need to be updated and use new option useNewRenderer and accept a token object instead of multiple parameters

@stevenjoezhang stevenjoezhang changed the title chore(deps): bump marked from 12.0.2 to 15.0.4 chore(deps): bump marked from 12.0.2 to 14 Dec 30, 2024
@coveralls
Copy link

coveralls commented Dec 30, 2024

Coverage Status

coverage: 100.0%. remained the same
when pulling 94b4ef1 on dependabot/npm_and_yarn/marked-15.0.4
into 6bdc070 on master.

@stevenjoezhang
Copy link
Member

stevenjoezhang commented Dec 30, 2024

The v15 version of Marked modified the behavior of escape (markedjs/marked#3495), and I have not yet been able to get all the unit tests to pass. I have temporarily adapted it to version 14.

Update: Fixed. The problem is that the filter may change the global tokenizer in lib/renderer

@stevenjoezhang stevenjoezhang changed the title chore(deps): bump marked from 12.0.2 to 14 chore(deps): bump marked from 12.0.2 to 15.0.4 Dec 30, 2024
dependabot bot and others added 4 commits December 30, 2024 20:56
Bumps [marked](https://github.com/markedjs/marked) from 12.0.2 to 15.0.4.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](markedjs/marked@v12.0.2...v15.0.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
@stevenjoezhang stevenjoezhang force-pushed the dependabot/npm_and_yarn/marked-15.0.4 branch from 6d37504 to f34273b Compare December 30, 2024 12:56
@stevenjoezhang stevenjoezhang merged commit 7e5dde1 into master Dec 30, 2024
24 checks passed
@stevenjoezhang stevenjoezhang deleted the dependabot/npm_and_yarn/marked-15.0.4 branch December 30, 2024 17:21
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants