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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v17.0.6
Choose a base ref
...
head repository: markedjs/marked
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v18.0.0
Choose a head ref
  • 7 commits
  • 7 files changed
  • 5 contributors

Commits on Apr 6, 2026

  1. chore(deps-dev): Bump eslint from 10.1.0 to 10.2.0 (#3941)

    Bumps [eslint](https://github.com/eslint/eslint) from 10.1.0 to 10.2.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Commits](eslint/eslint@v10.1.0...v10.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-version: 10.2.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 6, 2026
    Configuration menu
    Copy the full SHA
    b436e82 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): Bump esbuild from 0.27.4 to 0.28.0 (#3940)

    Bumps [esbuild](https://github.com/evanw/esbuild) from 0.27.4 to 0.28.0.
    - [Release notes](https://github.com/evanw/esbuild/releases)
    - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
    - [Commits](evanw/esbuild@v0.27.4...v0.28.0)
    
    ---
    updated-dependencies:
    - dependency-name: esbuild
      dependency-version: 0.28.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 6, 2026
    Configuration menu
    Copy the full SHA
    71e5ae3 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2026

  1. fix: Bump typescript from 5.9.3 to 6.0.2 (#3934)

    BREAKING CHANGE: update Typescript to v6
    dependabot[bot] authored Apr 7, 2026
    Configuration menu
    Copy the full SHA
    e8efc51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b379e3e View commit details
    Browse the repository at this point in the history
  3. fix: prevent GFM table tokens from greedily capturing trailing newlin…

    …es (#3926)
    
    Co-authored-by: Pushkar Gupta <[email protected]>
    Puxhkar and Pushkar Gupta authored Apr 7, 2026
    Configuration menu
    Copy the full SHA
    40f2665 View commit details
    Browse the repository at this point in the history
  4. fix: trim blank lines from block tokens (#3939)

    BREAKING CHANGE: trim trailing blank lines from block tokens
    UziTech authored Apr 7, 2026
    Configuration menu
    Copy the full SHA
    b70895f View commit details
    Browse the repository at this point in the history
  5. chore(release): 18.0.0 [skip ci]

    # [18.0.0](v17.0.6...v18.0.0) (2026-04-07)
    
    ### Bug Fixes
    
    * Bump typescript from 5.9.3 to 6.0.2 ([#3934](#3934)) ([e8efc51](e8efc51))
    * prevent GFM table tokens from greedily capturing trailing newlines ([#3926](#3926)) ([40f2665](40f2665))
    * prevent heading and def tokens from greedily capturing multiple newlines ([#3925](#3925)) ([b379e3e](b379e3e))
    * trim blank lines from block tokens ([#3939](#3939)) ([b70895f](b70895f))
    
    ### BREAKING CHANGES
    
    * trim trailing blank lines from block tokens
    * update Typescript to v6
    semantic-release-bot committed Apr 7, 2026
    Configuration menu
    Copy the full SHA
    28954e0 View commit details
    Browse the repository at this point in the history
Loading