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

Commits on Jul 31, 2023

  1. chore(deps-dev): Bump node-fetch from 3.3.1 to 3.3.2 (#2907)

    Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 3.3.1 to 3.3.2.
    - [Release notes](https://github.com/node-fetch/node-fetch/releases)
    - [Commits](node-fetch/node-fetch@v3.3.1...v3.3.2)
    
    ---
    updated-dependencies:
    - dependency-name: node-fetch
      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 31, 2023
    1 Configuration menu
    Copy the full SHA
    50dbf30 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): Bump tsup from 6.7.0 to 7.1.0 (#2906)

    Bumps [tsup](https://github.com/egoist/tsup) from 6.7.0 to 7.1.0.
    - [Release notes](https://github.com/egoist/tsup/releases)
    - [Changelog](https://github.com/egoist/tsup/blob/dev/.releaserc.json)
    - [Commits](egoist/tsup@v6.7.0...v7.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: tsup
      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 31, 2023
    1 Configuration menu
    Copy the full SHA
    8dd3e6d View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): Bump @typescript-eslint/parser from 5.59.9 to 5.62.0 (

    …#2905)
    
    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.59.9 to 5.62.0.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.62.0/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/parser"
      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 31, 2023
    1 Configuration menu
    Copy the full SHA
    ffd984c View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): Bump eslint from 8.45.0 to 8.46.0 (#2903)

    Bumps [eslint](https://github.com/eslint/eslint) from 8.45.0 to 8.46.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.45.0...v8.46.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 Jul 31, 2023
    1 Configuration menu
    Copy the full SHA
    0b98cd7 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. chore(docs): Modify Extension Docs (#2918)

    Co-authored-by: Aaron Solomon <[email protected]>
    aaronsolomon98 and Aaron Solomon authored Aug 5, 2023
    1 Configuration menu
    Copy the full SHA
    f4834ca View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. fix: change defaults for mangle and headerIds to false (#2890)

    BREAKING CHANGE: change defaults for mangle and headerIds to false
    UziTech authored Aug 6, 2023
    1 Configuration menu
    Copy the full SHA
    63a839b View commit details
    Browse the repository at this point in the history
  2. 🗜️ build v7.0.0 [skip ci]

    MarkedJS bot committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    35172b7 View commit details
    Browse the repository at this point in the history
  3. chore(release): 7.0.0 [skip ci]

    # [7.0.0](v6.0.0...v7.0.0) (2023-08-06)
    
    ### Bug Fixes
    
    * change defaults for mangle and headerIds to false ([#2890](#2890)) ([63a839b](63a839b))
    
    ### BREAKING CHANGES
    
    * change defaults for mangle and headerIds to false
    semantic-release-bot committed Aug 6, 2023
    1 Configuration menu
    Copy the full SHA
    66b717c View commit details
    Browse the repository at this point in the history
Loading