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 Loading
base: v4.0.4
Choose a base ref
...
head repository: markedjs/marked Loading
compare: v4.0.5
Choose a head ref
  • 7 commits
  • 12 files changed
  • 5 contributors

Commits on Nov 22, 2021

  1. chore(deps-dev): Bump @babel/preset-env from 7.16.0 to 7.16.4 (#2301)

    Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.16.0 to 7.16.4.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.16.4/packages/babel-preset-env)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/preset-env"
      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] committed Nov 22, 2021
    1 Configuration menu
    Copy the full SHA
    86dce04 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): Bump rollup from 2.60.0 to 2.60.1 (#2300)

    Bumps [rollup](https://github.com/rollup/rollup) from 2.60.0 to 2.60.1.
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
    - [Commits](rollup/rollup@v2.60.0...v2.60.1)
    
    ---
    updated-dependencies:
    - dependency-name: rollup
      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] committed Nov 22, 2021
    1 Configuration menu
    Copy the full SHA
    1bf4341 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): Bump eslint from 8.2.0 to 8.3.0 (#2299)

    Bumps [eslint](https://github.com/eslint/eslint) from 8.2.0 to 8.3.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.2.0...v8.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      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] committed Nov 22, 2021
    1 Configuration menu
    Copy the full SHA
    d098d55 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

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

Commits on Nov 25, 2021

  1. fix: table after paragraph without blank line (#2298)

    * fix: gfm table requires leading empty line
    
    * test(gfm/table): add some test cases
    
    * revert changes to `gfm.0.29.json`
    
    * test(gfm/table): add `table_following_text` testcase
    EmmetZC committed Nov 25, 2021
    1 Configuration menu
    Copy the full SHA
    5714212 View commit details
    Browse the repository at this point in the history
  2. 🗜️ build [skip ci]

    MarkedJS bot committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    5b95509 View commit details
    Browse the repository at this point in the history
  3. chore(release): 4.0.5 [skip ci]

    ## [4.0.5](v4.0.4...v4.0.5) (2021-11-25)
    
    ### Bug Fixes
    
    * table after paragraph without blank line ([#2298](#2298)) ([5714212](5714212))
    semantic-release-bot committed Nov 25, 2021
    1 Configuration menu
    Copy the full SHA
    66f8dc4 View commit details
    Browse the repository at this point in the history
Loading