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

Commits on May 8, 2023

  1. chore(deps-dev): Bump semantic-release from 21.0.1 to 21.0.2 (#2798)

    Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 21.0.1 to 21.0.2.
    - [Release notes](https://github.com/semantic-release/semantic-release/releases)
    - [Commits](semantic-release/semantic-release@v21.0.1...v21.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: semantic-release
      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 8, 2023
    1 Configuration menu
    Copy the full SHA
    3ef6032 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): Bump @babel/core from 7.21.4 to 7.21.8 (#2799)

    Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.21.4 to 7.21.8.
    - [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.21.8/packages/babel-core)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/core"
      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 8, 2023
    1 Configuration menu
    Copy the full SHA
    dac128d View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): Bump eslint from 8.39.0 to 8.40.0 (#2800)

    Bumps [eslint](https://github.com/eslint/eslint) from 8.39.0 to 8.40.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.39.0...v8.40.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 8, 2023
    1 Configuration menu
    Copy the full SHA
    e8b7462 View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): Bump rollup from 3.21.2 to 3.21.5 (#2801)

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

Commits on May 11, 2023

  1. fix: Clarify deprecation messages for default parameters (#2802)

    * Clarify deprecation messages for default parameters
    
    * Tweak actionable steps to be more explicit.
    calculuschild authored May 11, 2023
    1 Configuration menu
    Copy the full SHA
    763e9de View commit details
    Browse the repository at this point in the history
  2. 🗜️ build v5.0.2 [skip ci]

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

    ## [5.0.2](v5.0.1...v5.0.2) (2023-05-11)
    
    ### Bug Fixes
    
    * Clarify deprecation messages for default parameters ([#2802](#2802)) ([763e9de](763e9de))
    semantic-release-bot committed May 11, 2023
    1 Configuration menu
    Copy the full SHA
    f019379 View commit details
    Browse the repository at this point in the history
Loading