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: v15.0.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: v15.0.2
Choose a head ref
  • 4 commits
  • 3 files changed
  • 3 contributors

Commits on Nov 18, 2024

  1. chore(deps-dev): Bump @markedjs/eslint-config from 1.0.7 to 1.0.8 (#3539

    )
    
    Bumps @markedjs/eslint-config from 1.0.7 to 1.0.8.
    
    ---
    updated-dependencies:
    - dependency-name: "@markedjs/eslint-config"
      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 Nov 18, 2024
    Configuration menu
    Copy the full SHA
    1cd60a0 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): Bump rollup from 4.25.0 to 4.27.2 (#3537)

    Bumps [rollup](https://github.com/rollup/rollup) from 4.25.0 to 4.27.2.
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
    - [Commits](rollup/rollup@v4.25.0...v4.27.2)
    
    ---
    updated-dependencies:
    - dependency-name: rollup
      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 Nov 18, 2024
    Configuration menu
    Copy the full SHA
    44081dd View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. fix: update punctuation regex syntax for compatibility (#3540)

    change the string to a regular expression. Then babel can transpile it correctly.
    BlueCat0 authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    fd015f1 View commit details
    Browse the repository at this point in the history
  2. chore(release): 15.0.2 [skip ci]

    ## [15.0.2](v15.0.1...v15.0.2) (2024-11-20)
    
    ### Bug Fixes
    
    * update punctuation regex syntax for compatibility ([#3540](#3540)) ([fd015f1](fd015f1))
    semantic-release-bot committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    224d729 View commit details
    Browse the repository at this point in the history
Loading