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: v18.0.3
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.4
Choose a head ref
  • 9 commits
  • 10 files changed
  • 7 contributors

Commits on May 2, 2026

  1. Configuration menu
    Copy the full SHA
    1731d38 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2026

  1. chore(deps-dev): bump eslint from 10.2.1 to 10.3.0 (#3966)

    Bumps [eslint](https://github.com/eslint/eslint) from 10.2.1 to 10.3.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Commits](eslint/eslint@v10.2.1...v10.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-version: 10.3.0
      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>
    dependabot[bot] authored May 4, 2026
    Configuration menu
    Copy the full SHA
    69257e4 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2026

  1. chore(deps-dev): bump @semantic-release/github from 12.0.6 to 12.0.8 (#…

    …3972)
    
    Bumps [@semantic-release/github](https://github.com/semantic-release/github) from 12.0.6 to 12.0.8.
    - [Release notes](https://github.com/semantic-release/github/releases)
    - [Commits](semantic-release/github@v12.0.6...v12.0.8)
    
    ---
    updated-dependencies:
    - dependency-name: "@semantic-release/github"
      dependency-version: 12.0.8
      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] authored May 12, 2026
    Configuration menu
    Copy the full SHA
    47d6ba1 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump @semantic-release/release-notes-generator from …

    …14.1.0 to 14.1.1 (#3971)
    
    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.1.0 to 14.1.1.
    - [Release notes](https://github.com/semantic-release/release-notes-generator/releases)
    - [Commits](semantic-release/release-notes-generator@v14.1.0...v14.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: "@semantic-release/release-notes-generator"
      dependency-version: 14.1.1
      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] authored May 12, 2026
    Configuration menu
    Copy the full SHA
    a7affc3 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2026

  1. chore(docs): fix typo in package links (#3975)

    Fix typo in package links
    MaddyGuthridge authored May 18, 2026
    Configuration menu
    Copy the full SHA
    7d9b17e View commit details
    Browse the repository at this point in the history

Commits on May 19, 2026

  1. chore(deps-dev): bump eslint from 10.3.0 to 10.4.0 (#3976)

    Bumps [eslint](https://github.com/eslint/eslint) from 10.3.0 to 10.4.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Commits](eslint/eslint@v10.3.0...v10.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-version: 10.4.0
      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>
    dependabot[bot] authored May 19, 2026
    Configuration menu
    Copy the full SHA
    d38b8c2 View commit details
    Browse the repository at this point in the history
  2. fix: cache list indentation regexes (#3969)

    * Cache list indentation regexes
    
    * Handle zero indent in cached regexes
    
    * Update src/rules.ts
    
    Co-authored-by: Steven <steven@ceriously.com>
    
    ---------
    
    Co-authored-by: Tony Brix <tony@brix.ninja>
    Co-authored-by: Steven <steven@ceriously.com>
    3 people authored May 19, 2026
    Configuration menu
    Copy the full SHA
    a37983f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11adb69 View commit details
    Browse the repository at this point in the history
  4. chore(release): 18.0.4 [skip ci]

    ## [18.0.4](v18.0.3...v18.0.4) (2026-05-19)
    
    ### Bug Fixes
    
    * cache list indentation regexes ([#3969](#3969)) ([a37983f](a37983f))
    * fix cli not reading stdin ([#3967](#3967)) ([11adb69](11adb69))
    semantic-release-bot committed May 19, 2026
    Configuration menu
    Copy the full SHA
    0a2cd54 View commit details
    Browse the repository at this point in the history
Loading