Thanks to visit codestin.com
Credit goes to github.com

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: v16.1.1
Choose a base ref
...
head repository: markedjs/marked
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v16.1.2
Choose a head ref
  • 6 commits
  • 4 files changed
  • 3 contributors

Commits on Jul 21, 2025

  1. chore(deps-dev): Bump cheerio from 1.1.0 to 1.1.2 (#3734)

    Bumps [cheerio](https://github.com/cheeriojs/cheerio) from 1.1.0 to 1.1.2.
    - [Release notes](https://github.com/cheeriojs/cheerio/releases)
    - [Commits](cheeriojs/cheerio@v1.1.0...v1.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: cheerio
      dependency-version: 1.1.2
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 21, 2025
    Configuration menu
    Copy the full SHA
    3ba6a4b View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): Bump esbuild from 0.25.6 to 0.25.8 (#3733)

    Bumps [esbuild](https://github.com/evanw/esbuild) from 0.25.6 to 0.25.8.
    - [Release notes](https://github.com/evanw/esbuild/releases)
    - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
    - [Commits](evanw/esbuild@v0.25.6...v0.25.8)
    
    ---
    updated-dependencies:
    - dependency-name: esbuild
      dependency-version: 0.25.8
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 21, 2025
    Configuration menu
    Copy the full SHA
    1a509a0 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2025

  1. chore(deps-dev): Bump cross-env from 7.0.3 to 10.0.0 (#3738)

    Bumps [cross-env](https://github.com/kentcdodds/cross-env) from 7.0.3 to 10.0.0.
    - [Release notes](https://github.com/kentcdodds/cross-env/releases)
    - [Changelog](https://github.com/kentcdodds/cross-env/blob/main/CHANGELOG.md)
    - [Commits](kentcdodds/cross-env@v7.0.3...v10.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: cross-env
      dependency-version: 10.0.0
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 28, 2025
    Configuration menu
    Copy the full SHA
    181cfa5 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): Bump eslint from 9.31.0 to 9.32.0 (#3737)

    Bumps [eslint](https://github.com/eslint/eslint) from 9.31.0 to 9.32.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v9.31.0...v9.32.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-version: 9.32.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 Jul 28, 2025
    Configuration menu
    Copy the full SHA
    36eaa29 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2025

  1. fix: fix multiline list item adds extra newline to raw (#3735)

    * fix: fix multiline list item adds extra newline to raw
    
    * update other raw
    
    * remove only
    
    * write test for code
    
    * add def test
    UziTech authored Aug 4, 2025
    Configuration menu
    Copy the full SHA
    e76453e View commit details
    Browse the repository at this point in the history
  2. chore(release): 16.1.2 [skip ci]

    ## [16.1.2](v16.1.1...v16.1.2) (2025-08-04)
    
    ### Bug Fixes
    
    * fix multiline list item adds extra newline to raw ([#3735](#3735)) ([e76453e](e76453e))
    semantic-release-bot committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    a0dabae View commit details
    Browse the repository at this point in the history
Loading