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

Commits on Oct 30, 2023

  1. chore(deps-dev): Bump @typescript-eslint/parser from 6.8.0 to 6.9.0 (#…

    …3066)
    
    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.8.0 to 6.9.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/v6.9.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] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 30, 2023
    1 Configuration menu
    Copy the full SHA
    06a8576 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): Bump rollup from 4.1.4 to 4.1.5 (#3064)

    Bumps [rollup](https://github.com/rollup/rollup) from 4.1.4 to 4.1.5.
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
    - [Commits](rollup/rollup@v4.1.4...v4.1.5)
    
    ---
    updated-dependencies:
    - dependency-name: rollup
      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 Oct 30, 2023
    1 Configuration menu
    Copy the full SHA
    3565541 View commit details
    Browse the repository at this point in the history
  3. chore(deps): Bump actions/setup-node from 3 to 4 (#3063)

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 30, 2023
    1 Configuration menu
    Copy the full SHA
    2cab953 View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): Bump @typescript-eslint/eslint-plugin from 6.8.0 to …

    …6.9.0 (#3065)
    
    chore(deps-dev): Bump @typescript-eslint/eslint-plugin
    
    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.8.0 to 6.9.0.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.9.0/packages/eslint-plugin)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      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 Oct 30, 2023
    1 Configuration menu
    Copy the full SHA
    86b2a92 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. fix: Fix type declaration bundle(s) (#3038)

    * Fix dts bundles
    
    * Run tsc check before building types
    andrewbranch authored Oct 31, 2023
    1 Configuration menu
    Copy the full SHA
    a7b402c View commit details
    Browse the repository at this point in the history
  2. chore(release): 9.1.4 [skip ci]

    ## [9.1.4](v9.1.3...v9.1.4) (2023-10-31)
    
    ### Bug Fixes
    
    * Fix type declaration bundle(s) ([#3038](#3038)) ([a7b402c](a7b402c))
    semantic-release-bot committed Oct 31, 2023
    1 Configuration menu
    Copy the full SHA
    77ca546 View commit details
    Browse the repository at this point in the history
Loading