3578 Commits

Author SHA1 Message Date
dependabot[bot]
2b7f714ab2
chore(deps-dev): Bump eslint-plugin-promise from 6.2.0 to 6.4.0 (#3356)
Bumps [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise) from 6.2.0 to 6.4.0.
- [Release notes](https://github.com/eslint-community/eslint-plugin-promise/releases)
- [Changelog](https://github.com/eslint-community/eslint-plugin-promise/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint-community/eslint-plugin-promise/compare/v6.2.0...v6.4.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-promise
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-01 09:30:51 -06:00
Tony Brix
1ee6327a89
chore: add only test scripts (#3355) 2024-06-30 20:00:30 -06:00
dependabot[bot]
42954aaba9
chore(deps-dev): Bump marked-highlight from 2.1.2 to 2.1.3 (#3347)
Bumps [marked-highlight](https://github.com/markedjs/marked-highlight) from 2.1.2 to 2.1.3.
- [Release notes](https://github.com/markedjs/marked-highlight/releases)
- [Changelog](https://github.com/markedjs/marked-highlight/blob/main/release.config.cjs)
- [Commits](https://github.com/markedjs/marked-highlight/compare/v2.1.2...v2.1.3)

---
updated-dependencies:
- dependency-name: marked-highlight
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-24 19:45:03 -06:00
dependabot[bot]
976da5c7bb
chore(deps-dev): Bump @semantic-release/release-notes-generator from 14.0.0 to 14.0.1 (#3344)
chore(deps-dev): Bump @semantic-release/release-notes-generator

Bumps [@semantic-release/release-notes-generator](https://github.com/semantic-release/release-notes-generator) from 14.0.0 to 14.0.1.
- [Release notes](https://github.com/semantic-release/release-notes-generator/releases)
- [Commits](https://github.com/semantic-release/release-notes-generator/compare/v14.0.0...v14.0.1)

---
updated-dependencies:
- dependency-name: "@semantic-release/release-notes-generator"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-24 19:44:40 -06:00
dependabot[bot]
30f29b05c9
chore(deps-dev): Bump typescript from 5.4.5 to 5.5.2 (#3345)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.5 to 5.5.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.5...v5.5.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-24 19:44:29 -06:00
semantic-release-bot
aaee616d54 chore(release): 13.0.1 [skip ci]
## [13.0.1](https://github.com/markedjs/marked/compare/v13.0.0...v13.0.1) (2024-06-24)

### Bug Fixes

* fix this type in extension methods ([#3339](https://github.com/markedjs/marked/issues/3339)) ([520b9ad](520b9ad355))
v13.0.1
2024-06-24 14:54:19 +00:00
Tony Brix
520b9ad355
fix: fix this type in extension methods (#3339)
* fix: fix this type in extension methods

* fix this in old extension
2024-06-24 08:48:21 -06:00
Tony Brix
642c30c81f
docs: add useNewRenderer note (#3340)
* docs: add useNewRenderer note

* Apply suggestions from code review

---------

Co-authored-by: Steven <steven@ceriously.com>
2024-06-24 08:47:38 -06:00
dependabot[bot]
fa2ef9d633
chore(deps-dev): Bump @typescript-eslint/parser from 7.12.0 to 7.13.1 (#3333)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-18 01:20:11 -06:00
Rotzbua
abb5204892
chore(docs): add removed option smartLists (#3332) 2024-06-18 01:19:17 -06:00
dependabot[bot]
f751911468
chore(deps-dev): Bump @typescript-eslint/eslint-plugin from 7.12.0 to 7.13.0 (#3329)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-18 01:18:27 -06:00
dependabot[bot]
c9cc3aebb7
chore(deps-dev): Bump marked-highlight from 2.1.1 to 2.1.2 (#3328)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-18 01:17:47 -06:00
Filip Halas
70bb55e0af
docs: fix docs (#3325)
Update USING_PRO.md
2024-06-13 07:17:24 -06:00
semantic-release-bot
f56ba32144 chore(release): 13.0.0 [skip ci]
# [13.0.0](https://github.com/markedjs/marked/compare/v12.0.2...v13.0.0) (2024-06-12)

### Bug Fixes

* blockquote code continuation ([#3264](https://github.com/markedjs/marked/issues/3264)) ([7ab8185](7ab818502e))

### Features

* Send token objects to renderers ([#3291](https://github.com/markedjs/marked/issues/3291)) ([1ce59ea](1ce59ea827))

### BREAKING CHANGES

* extensions that change marked renderers will need to be updated and use new option `useNewRenderer`
* add space token after blockquote and hr if there are multiple newlines
v13.0.0
2024-06-12 06:10:07 +00:00
dependabot[bot]
a317d968fd
chore(deps-dev): Bump braces from 3.0.2 to 3.0.3 (#3322)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-12 00:04:04 -06:00
Tony Brix
1ce59ea827
feat: Send token objects to renderers (#3291)
BREAKING CHANGE: extensions that change marked renderers will need to be updated and use new option `useNewRenderer`
2024-06-12 00:00:22 -06:00
Tony Brix
7ab818502e
fix: blockquote code continuation (#3264)
BREAKING CHANGE: add space token after blockquote and hr if there are multiple newlines
2024-06-11 23:53:43 -06:00
dependabot[bot]
0e40783452
chore(deps-dev): Bump @typescript-eslint/parser from 7.10.0 to 7.12.0 (#3319)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.10.0 to 7.12.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.12.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-10 09:37:39 -06:00
dependabot[bot]
359a680710
chore(deps-dev): Bump @semantic-release/github from 10.0.5 to 10.0.6 (#3321)
Bumps [@semantic-release/github](https://github.com/semantic-release/github) from 10.0.5 to 10.0.6.
- [Release notes](https://github.com/semantic-release/github/releases)
- [Commits](https://github.com/semantic-release/github/compare/v10.0.5...v10.0.6)

---
updated-dependencies:
- dependency-name: "@semantic-release/github"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-10 09:33:57 -06:00
dependabot[bot]
47a492b4fe
chore(deps-dev): Bump @typescript-eslint/eslint-plugin from 7.11.0 to 7.12.0 (#3318)
chore(deps-dev): Bump @typescript-eslint/eslint-plugin

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.11.0 to 7.12.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.12.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-10 09:33:29 -06:00
Louis Poirier
481ac3bb17
Update Lexer section in USING_PRO.md (#3317) 2024-06-09 20:54:31 -06:00
dependabot[bot]
9056c47742
chore(deps-dev): Bump @semantic-release/release-notes-generator from 13.0.0 to 14.0.0 (#3314)
chore(deps-dev): Bump @semantic-release/release-notes-generator

Bumps [@semantic-release/release-notes-generator](https://github.com/semantic-release/release-notes-generator) from 13.0.0 to 14.0.0.
- [Release notes](https://github.com/semantic-release/release-notes-generator/releases)
- [Commits](https://github.com/semantic-release/release-notes-generator/compare/v13.0.0...v14.0.0)

---
updated-dependencies:
- dependency-name: "@semantic-release/release-notes-generator"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-03 16:22:43 -06:00
dependabot[bot]
975f25949f
chore(deps-dev): Bump semantic-release from 23.1.1 to 24.0.0 (#3313)
Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 23.1.1 to 24.0.0.
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](https://github.com/semantic-release/semantic-release/compare/v23.1.1...v24.0.0)

---
updated-dependencies:
- dependency-name: semantic-release
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-03 12:45:04 -06:00
dependabot[bot]
03adb9184d
chore(deps-dev): Bump @semantic-release/commit-analyzer from 12.0.0 to 13.0.0 (#3312)
chore(deps-dev): Bump @semantic-release/commit-analyzer

Bumps [@semantic-release/commit-analyzer](https://github.com/semantic-release/commit-analyzer) from 12.0.0 to 13.0.0.
- [Release notes](https://github.com/semantic-release/commit-analyzer/releases)
- [Commits](https://github.com/semantic-release/commit-analyzer/compare/v12.0.0...v13.0.0)

---
updated-dependencies:
- dependency-name: "@semantic-release/commit-analyzer"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-03 12:40:48 -06:00
dependabot[bot]
bbdd26ea50
chore(deps-dev): Bump @typescript-eslint/eslint-plugin from 7.10.0 to 7.11.0 (#3311)
chore(deps-dev): Bump @typescript-eslint/eslint-plugin

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.10.0 to 7.11.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.11.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-03 12:40:27 -06:00
dim-0
f9f3be8ff7
chore(ci): Publish with Provenance (#3305)
Added configurations to package.json and the CI workflow, so that the GitHub Actions Workflow and semantic-release generate provenance information for this package (see https://github.com/semantic-release/npm#npm-provenance).
2024-05-29 11:29:20 -06:00
dependabot[bot]
ceaaf89a1d
chore(deps-dev): Bump @semantic-release/github from 10.0.4 to 10.0.5 (#3304)
Bumps [@semantic-release/github](https://github.com/semantic-release/github) from 10.0.4 to 10.0.5.
- [Release notes](https://github.com/semantic-release/github/releases)
- [Commits](https://github.com/semantic-release/github/compare/v10.0.4...v10.0.5)

---
updated-dependencies:
- dependency-name: "@semantic-release/github"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-27 09:40:24 -06:00
dependabot[bot]
4066debf42
chore(deps-dev): Bump @typescript-eslint/parser from 7.9.0 to 7.10.0 (#3303)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.9.0 to 7.10.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.10.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-27 09:40:13 -06:00
dependabot[bot]
6e764eb0a9
chore(deps-dev): Bump rollup from 4.17.2 to 4.18.0 (#3302)
Bumps [rollup](https://github.com/rollup/rollup) from 4.17.2 to 4.18.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.17.2...v4.18.0)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-27 09:39:18 -06:00
dependabot[bot]
3012e63416
chore(deps-dev): Bump eslint-plugin-promise from 6.1.1 to 6.2.0 (#3301)
Bumps [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise) from 6.1.1 to 6.2.0.
- [Release notes](https://github.com/eslint-community/eslint-plugin-promise/releases)
- [Changelog](https://github.com/eslint-community/eslint-plugin-promise/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint-community/eslint-plugin-promise/compare/v6.1.1...v6.2.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-promise
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-27 09:39:08 -06:00
dependabot[bot]
eb0c9eb256
chore(deps-dev): Bump @typescript-eslint/eslint-plugin from 7.8.0 to 7.10.0 (#3298)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-20 17:32:22 -06:00
dependabot[bot]
f36773f72a
chore(deps-dev): Bump @typescript-eslint/parser from 7.8.0 to 7.9.0 (#3296)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.8.0 to 7.9.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.9.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-20 13:54:43 -06:00
dependabot[bot]
57471f2c9f
chore(deps-dev): Bump @semantic-release/github from 10.0.3 to 10.0.4 (#3294)
Bumps [@semantic-release/github](https://github.com/semantic-release/github) from 10.0.3 to 10.0.4.
- [Release notes](https://github.com/semantic-release/github/releases)
- [Commits](https://github.com/semantic-release/github/compare/v10.0.3...v10.0.4)

---
updated-dependencies:
- dependency-name: "@semantic-release/github"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-20 13:54:27 -06:00
dependabot[bot]
d8cfe5d58b
chore(deps-dev): Bump semantic-release from 23.0.8 to 23.1.1 (#3289)
Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 23.0.8 to 23.1.1.
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](https://github.com/semantic-release/semantic-release/compare/v23.0.8...v23.1.1)

---
updated-dependencies:
- dependency-name: semantic-release
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-13 12:54:33 -06:00
dependabot[bot]
a5d7adf4fd
chore(deps-dev): Bump @semantic-release/npm from 12.0.0 to 12.0.1 (#3287)
Bumps [@semantic-release/npm](https://github.com/semantic-release/npm) from 12.0.0 to 12.0.1.
- [Release notes](https://github.com/semantic-release/npm/releases)
- [Commits](https://github.com/semantic-release/npm/compare/v12.0.0...v12.0.1)

---
updated-dependencies:
- dependency-name: "@semantic-release/npm"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-13 12:54:23 -06:00
dependabot[bot]
c360736b3c
chore(deps-dev): Bump @typescript-eslint/eslint-plugin from 7.7.1 to 7.8.0 (#3284)
chore(deps-dev): Bump @typescript-eslint/eslint-plugin

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.7.1 to 7.8.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.8.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-06 11:46:35 -06:00
dependabot[bot]
37b813e851
chore(deps-dev): Bump rollup from 4.17.1 to 4.17.2 (#3285)
Bumps [rollup](https://github.com/rollup/rollup) from 4.17.1 to 4.17.2.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.17.1...v4.17.2)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-06 09:34:07 -06:00
dependabot[bot]
52312e947a
chore(deps-dev): Bump @typescript-eslint/parser from 7.7.1 to 7.8.0 (#3282)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.7.1 to 7.8.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.8.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-06 09:33:46 -06:00
Tony Brix
124738b4c2
fix dingus import (#3281) 2024-05-05 19:10:57 -06:00
dependabot[bot]
5476fa434c
chore(deps-dev): Bump rollup from 4.16.2 to 4.17.1 (#3275)
Bumps [rollup](https://github.com/rollup/rollup) from 4.16.2 to 4.17.1.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.16.2...v4.17.1)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-29 10:38:17 -06:00
dependabot[bot]
1aab5eb4d6
chore(deps-dev): Bump @typescript-eslint/eslint-plugin from 7.6.0 to 7.7.1 (#3273)
chore(deps-dev): Bump @typescript-eslint/eslint-plugin

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.6.0 to 7.7.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.7.1/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-29 10:38:05 -06:00
dependabot[bot]
82fa46fddf
chore(deps-dev): Bump semantic-release from 23.0.7 to 23.0.8 (#3276)
Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 23.0.7 to 23.0.8.
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](https://github.com/semantic-release/semantic-release/compare/v23.0.7...v23.0.8)

---
updated-dependencies:
- dependency-name: semantic-release
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-29 10:22:52 -06:00
dependabot[bot]
f0a3aa6d06
chore(deps-dev): Bump @typescript-eslint/parser from 7.7.0 to 7.7.1 (#3277)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.7.0 to 7.7.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.7.1/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-29 10:22:39 -06:00
Beni Arisandi
91ee15b2d4
docs: add marked-plaintify to known extensions (#3265) 2024-04-22 18:55:59 -06:00
dependabot[bot]
22aedf694f
chore(deps-dev): Bump marked-man from 2.0.0 to 2.1.0 (#3266)
Bumps [marked-man](https://github.com/kapouer/marked-man) from 2.0.0 to 2.1.0.
- [Changelog](https://github.com/kapouer/marked-man/blob/master/CHANGES.md)
- [Commits](https://github.com/kapouer/marked-man/compare/2.0.0...2.1.0)

---
updated-dependencies:
- dependency-name: marked-man
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-22 18:40:08 -06:00
dependabot[bot]
3e062d88fe
chore(deps-dev): Bump dts-bundle-generator from 9.3.1 to 9.5.1 (#3269)
Bumps [dts-bundle-generator](https://github.com/timocov/dts-bundle-generator) from 9.3.1 to 9.5.1.
- [Release notes](https://github.com/timocov/dts-bundle-generator/releases)
- [Commits](https://github.com/timocov/dts-bundle-generator/compare/v9.3.1...v9.5.1)

---
updated-dependencies:
- dependency-name: dts-bundle-generator
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-22 18:38:49 -06:00
dependabot[bot]
1b3a0a8bb2
chore(deps-dev): Bump @typescript-eslint/parser from 7.4.0 to 7.7.0 (#3268)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.4.0 to 7.7.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.7.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-22 14:55:32 -06:00
dependabot[bot]
5d5e0dced4
chore(deps-dev): Bump rollup from 4.14.3 to 4.16.2 (#3267)
Bumps [rollup](https://github.com/rollup/rollup) from 4.14.3 to 4.16.2.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.14.3...v4.16.2)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-22 14:55:09 -06:00
semantic-release-bot
c6a98ea66c chore(release): 12.0.2 [skip ci]
## [12.0.2](https://github.com/markedjs/marked/compare/v12.0.1...v12.0.2) (2024-04-19)

### Bug Fixes

* fix Setext continuation in blockquote ([#3257](https://github.com/markedjs/marked/issues/3257)) ([e9f0eed](e9f0eed707))
v12.0.2
2024-04-19 05:13:02 +00:00
Tony Brix
e9f0eed707
fix: fix Setext continuation in blockquote (#3257) 2024-04-18 23:06:58 -06:00