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
base: v4.0.14
Choose a base ref
...
head repository: markedjs/marked
compare: v4.0.15
Choose a head ref
  • 15 commits
  • 11 files changed
  • 6 contributors

Commits on Apr 11, 2022

  1. chore(deps-dev): Bump highlight.js from 11.5.0 to 11.5.1 (#2439)

    Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 11.5.0 to 11.5.1.
    - [Release notes](https://github.com/highlightjs/highlight.js/releases)
    - [Changelog](https://github.com/highlightjs/highlight.js/blob/11.5.1/CHANGES.md)
    - [Commits](highlightjs/highlight.js@11.5.0...11.5.1)
    
    ---
    updated-dependencies:
    - dependency-name: highlight.js
      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] committed Apr 11, 2022
    2 Configuration menu
    Copy the full SHA
    50d3cda View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): Bump uglify-js from 3.15.3 to 3.15.4 (#2438)

    Bumps [uglify-js](https://github.com/mishoo/UglifyJS) from 3.15.3 to 3.15.4.
    - [Release notes](https://github.com/mishoo/UglifyJS/releases)
    - [Commits](mishoo/UglifyJS@v3.15.3...v3.15.4)
    
    ---
    updated-dependencies:
    - dependency-name: uglify-js
      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] committed Apr 11, 2022
    2 Configuration menu
    Copy the full SHA
    5b64bd9 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): Bump @babel/core from 7.17.8 to 7.17.9 (#2437)

    Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.17.8 to 7.17.9.
    - [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.17.9/packages/babel-core)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/core"
      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] committed Apr 11, 2022
    2 Configuration menu
    Copy the full SHA
    ff3df30 View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): Bump eslint from 8.12.0 to 8.13.0 (#2436)

    Bumps [eslint](https://github.com/eslint/eslint) from 8.12.0 to 8.13.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.12.0...v8.13.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      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] committed Apr 11, 2022
    2 Configuration menu
    Copy the full SHA
    a912e61 View commit details
    Browse the repository at this point in the history
  5. chore(deps-dev): Bump eslint-plugin-import from 2.25.4 to 2.26.0 (#2435)

    Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.25.4 to 2.26.0.
    - [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
    - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
    - [Commits](import-js/eslint-plugin-import@v2.25.4...v2.26.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-import
      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] committed Apr 11, 2022
    2 Configuration menu
    Copy the full SHA
    0b334a5 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. chore: Set permissions for GitHub actions (#2442)

    - Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions
    
    https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
    
    https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
    
    [Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/)
    
     Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much.
    
    Signed-off-by: neilnaveen <42328488+neilnaveen@users.noreply.github.com>
    neilnaveen committed Apr 14, 2022
    2 Configuration menu
    Copy the full SHA
    801be0e View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

  1. chore(deps-dev): Bump rollup from 2.70.1 to 2.70.2 (#2448)

    Bumps [rollup](https://github.com/rollup/rollup) from 2.70.1 to 2.70.2.
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
    - [Commits](rollup/rollup@v2.70.1...v2.70.2)
    
    ---
    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] committed Apr 18, 2022
    1 Configuration menu
    Copy the full SHA
    12deaa8 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): Bump @rollup/plugin-commonjs from 21.0.3 to 21.1.0 (#…

    …2447)
    
    Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 21.0.3 to 21.1.0.
    - [Release notes](https://github.com/rollup/plugins/releases)
    - [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)
    - [Commits](https://github.com/rollup/plugins/commits/commonjs-v21.1.0/packages/commonjs)
    
    ---
    updated-dependencies:
    - dependency-name: "@rollup/plugin-commonjs"
      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] committed Apr 18, 2022
    1 Configuration menu
    Copy the full SHA
    29c7a81 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): Bump jasmine from 4.0.2 to 4.1.0 (#2445)

    Bumps [jasmine](https://github.com/jasmine/jasmine-npm) from 4.0.2 to 4.1.0.
    - [Release notes](https://github.com/jasmine/jasmine-npm/releases)
    - [Commits](jasmine/jasmine-npm@v4.0.2...v4.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: jasmine
      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] committed Apr 18, 2022
    1 Configuration menu
    Copy the full SHA
    94dee9a View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): Bump rollup-plugin-license from 2.6.1 to 2.7.0 (#2446)

    Bumps [rollup-plugin-license](https://github.com/mjeanroy/rollup-plugin-license) from 2.6.1 to 2.7.0.
    - [Release notes](https://github.com/mjeanroy/rollup-plugin-license/releases)
    - [Changelog](https://github.com/mjeanroy/rollup-plugin-license/blob/master/CHANGELOG.md)
    - [Commits](mjeanroy/rollup-plugin-license@v2.6.1...v2.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: rollup-plugin-license
      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] committed Apr 18, 2022
    1 Configuration menu
    Copy the full SHA
    30e90e5 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. 1 Configuration menu
    Copy the full SHA
    6db3c72 View commit details
    Browse the repository at this point in the history
  2. chore(deps): Bump github/codeql-action from 1 to 2 (#2454)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 26, 2022
    1 Configuration menu
    Copy the full SHA
    6efa77e View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. 1 Configuration menu
    Copy the full SHA
    9c10b4d View commit details
    Browse the repository at this point in the history
  2. 🗜️ build [skip ci]

    MarkedJS bot committed May 2, 2022
    Configuration menu
    Copy the full SHA
    6a3ffa2 View commit details
    Browse the repository at this point in the history
  3. chore(release): 4.0.15 [skip ci]

    ## [4.0.15](v4.0.14...v4.0.15) (2022-05-02)
    
    ### Bug Fixes
    
    * list item bullet without whitespace ([#2431](#2431)) ([9c10b4d](9c10b4d))
    semantic-release-bot committed May 2, 2022
    1 Configuration menu
    Copy the full SHA
    d6c13cb View commit details
    Browse the repository at this point in the history