Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: markedjs/marked
base: v11.2.0
Choose a base ref
...
head repository: markedjs/marked
compare: v12.0.0
Choose a head ref
  • 6 commits
  • 8 files changed
  • 3 contributors

Commits on Jan 29, 2024

  1. chore(deps-dev): Bump dts-bundle-generator from 9.2.4 to 9.2.5 (#3178)

    Bumps [dts-bundle-generator](https://github.com/timocov/dts-bundle-generator) from 9.2.4 to 9.2.5.
    - [Release notes](https://github.com/timocov/dts-bundle-generator/releases)
    - [Commits](timocov/dts-bundle-generator@v9.2.4...v9.2.5)
    
    ---
    updated-dependencies:
    - dependency-name: dts-bundle-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>
    dependabot[bot] committed Jan 29, 2024
    1
    Copy the full SHA
    ee9e20e View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): Bump @typescript-eslint/parser from 6.19.0 to 6.19.1 (

    …#3180)
    
    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.19.0 to 6.19.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/v6.19.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>
    dependabot[bot] committed Jan 29, 2024
    1
    Copy the full SHA
    a26db80 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): Bump @typescript-eslint/eslint-plugin from 6.19.0 to…

    … 6.19.1 (#3179)
    
    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 6.19.0 to 6.19.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/v6.19.1/packages/eslint-plugin)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      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>
    dependabot[bot] committed Jan 29, 2024
    1
    Copy the full SHA
    2bf0645 View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): Bump @arethetypeswrong/cli from 0.13.5 to 0.13.6 (#3181

    )
    
    Bumps [@arethetypeswrong/cli](https://github.com/arethetypeswrong/arethetypeswrong.github.io/tree/HEAD/packages/cli) from 0.13.5 to 0.13.6.
    - [Release notes](https://github.com/arethetypeswrong/arethetypeswrong.github.io/releases)
    - [Changelog](https://github.com/arethetypeswrong/arethetypeswrong.github.io/blob/main/packages/cli/CHANGELOG.md)
    - [Commits](https://github.com/arethetypeswrong/arethetypeswrong.github.io/commits/@arethetypeswrong/cli@0.13.6/packages/cli)
    
    ---
    updated-dependencies:
    - dependency-name: "@arethetypeswrong/cli"
      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>
    dependabot[bot] committed Jan 29, 2024
    Copy the full SHA
    365e720 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. fix: update to commonmark specs 0.31 (#3176)

    BREAKING CHANGE:
    
    - Update HTML block tags: add search, remove source
    - Update punctuation to include unicode punctuation and symbol categories
    - Update HTML comment to include <!--> and <!--->
    UziTech committed Feb 3, 2024
    Copy the full SHA
    3d9017b View commit details
    Browse the repository at this point in the history
  2. chore(release): 12.0.0 [skip ci]

    # [12.0.0](v11.2.0...v12.0.0) (2024-02-03)
    
    ### Bug Fixes
    
    * update to commonmark specs 0.31 ([#3176](#3176)) ([3d9017b](3d9017b))
    
    ### BREAKING CHANGES
    
    * - Update HTML block tags: add search, remove source
    - Update punctuation to include unicode punctuation and symbol categories
    - Update HTML comment to include <!--> and <!--->
    semantic-release-bot committed Feb 3, 2024
    Copy the full SHA
    cd15160 View commit details
    Browse the repository at this point in the history