Skip to content
This repository was archived by the owner on Apr 16, 2024. It is now read-only.
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: mapbox/rehype-prism
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.0
Choose a base ref
...
head repository: mapbox/rehype-prism
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.7.0
Choose a head ref
  • 7 commits
  • 3 files changed
  • 2 contributors

Commits on May 11, 2021

  1. Bump hosted-git-info from 2.8.8 to 2.8.9 (#20)

    Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9.
    - [Release notes](https://github.com/npm/hosted-git-info/releases)
    - [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
    - [Commits](npm/hosted-git-info@v2.8.8...v2.8.9)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 11, 2021

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    radovanradic Radovan Radic
    Copy the full SHA
    5a28730 View commit details

Commits on Jun 3, 2021

  1. Bump browserslist from 4.16.3 to 4.16.6 (#21)

    * Bump browserslist from 4.16.3 to 4.16.6
    
    Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.16.3 to 4.16.6.
    - [Release notes](https://github.com/browserslist/browserslist/releases)
    - [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
    - [Commits](browserslist/browserslist@4.16.3...4.16.6)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Install new caniuse-lite version
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Katy DeCorah <decorah@mapbox.com>
    dependabot[bot] and Katy DeCorah authored Jun 3, 2021

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    radovanradic Radovan Radic
    Copy the full SHA
    50c3a8c View commit details
  2. Bump ws from 7.4.3 to 7.4.6 (#22)

    Bumps [ws](https://github.com/websockets/ws) from 7.4.3 to 7.4.6.
    - [Release notes](https://github.com/websockets/ws/releases)
    - [Commits](websockets/ws@7.4.3...7.4.6)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 3, 2021

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    radovanradic Radovan Radic
    Copy the full SHA
    61243b1 View commit details

Commits on Jun 12, 2021

  1. Bump glob-parent from 5.1.1 to 5.1.2 (#23)

    Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2.
    - [Release notes](https://github.com/gulpjs/glob-parent/releases)
    - [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md)
    - [Commits](gulpjs/glob-parent@v5.1.1...v5.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: glob-parent
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 12, 2021

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    radovanradic Radovan Radic
    Copy the full SHA
    332dd79 View commit details

Commits on Jun 30, 2021

  1. Update refractor@3.4.0 (#25)

    * refractor@3.4.0
    
    * Update eslint, jest, prettier
    Katy DeCorah authored Jun 30, 2021

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    radovanradic Radovan Radic
    Copy the full SHA
    17c9c74 View commit details
  2. Prepare 0.7.0

    Katy DeCorah committed Jun 30, 2021

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    radovanradic Radovan Radic
    Copy the full SHA
    09862fe View commit details
  3. 0.7.0

    Katy DeCorah committed Jun 30, 2021

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    radovanradic Radovan Radic
    Copy the full SHA
    02a38fe View commit details
Showing with 1,175 additions and 2,664 deletions.
  1. +4 −0 CHANGELOG.md
  2. +1,166 −2,659 package-lock.json
  3. +5 −5 package.json
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.7.0

- Update dependencies: refractor@3.4.0, eslint, jest, and prettier.

## 0.6.0

- Update dependencies.
Loading