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

Commits on May 15, 2023

  1. chore(deps-dev): Bump rollup from 3.21.5 to 3.21.7 (#2807)

    Bumps [rollup](https://github.com/rollup/rollup) from 3.21.5 to 3.21.7.
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
    - [Commits](rollup/rollup@v3.21.5...v3.21.7)
    
    ---
    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] authored May 15, 2023
    1 Configuration menu
    Copy the full SHA
    ffcca41 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. chore(deps-dev): Bump eslint from 8.40.0 to 8.41.0 (#2812)

    Bumps [eslint](https://github.com/eslint/eslint) from 8.40.0 to 8.41.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.40.0...v8.41.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] authored May 22, 2023
    1 Configuration menu
    Copy the full SHA
    372a3c7 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): Bump rollup from 3.21.7 to 3.23.0 (#2813)

    Bumps [rollup](https://github.com/rollup/rollup) from 3.21.7 to 3.23.0.
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
    - [Commits](rollup/rollup@v3.21.7...v3.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: rollup
      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 May 22, 2023
    1 Configuration menu
    Copy the full SHA
    3f38538 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): Bump jasmine from 4.6.0 to 5.0.0 (#2806)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 22, 2023
    1 Configuration menu
    Copy the full SHA
    46f4e5c View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. fix: fix quadratic execution in em mask (#2818)

    * fix: fix redos in em mask
    
    * also remove (
    UziTech authored May 26, 2023
    1 Configuration menu
    Copy the full SHA
    a37fe8e View commit details
    Browse the repository at this point in the history
  2. 🗜️ build v5.0.3 [skip ci]

    MarkedJS bot committed May 26, 2023
    Configuration menu
    Copy the full SHA
    b427dc8 View commit details
    Browse the repository at this point in the history
  3. chore(release): 5.0.3 [skip ci]

    ## [5.0.3](v5.0.2...v5.0.3) (2023-05-26)
    
    ### Bug Fixes
    
    * fix quadratic execution in em mask ([#2818](#2818)) ([a37fe8e](a37fe8e))
    semantic-release-bot committed May 26, 2023
    1 Configuration menu
    Copy the full SHA
    e2a5dde View commit details
    Browse the repository at this point in the history
Loading