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: remarkablemark/html-react-parser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.10.4
Choose a base ref
...
head repository: remarkablemark/html-react-parser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.10.5
Choose a head ref
  • 11 commits
  • 14 files changed
  • 2 contributors

Commits on May 26, 2020

  1. Configuration menu
    Copy the full SHA
    57d27ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8dfbfe0 View commit details
    Browse the repository at this point in the history
  3. chore(lintstaged): upgrade dependency and update .lintstagedrc.json

     lint-staged  ^9.4.2  →  ^10.2.6
    remarkablemark committed May 26, 2020
    Configuration menu
    Copy the full SHA
    9f589ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a700efb View commit details
    Browse the repository at this point in the history
  5. chore(husky): upgrade dependency and run lint:dts in pre-commit

     husky  ^3.0.9  →  ^4.2.5
    remarkablemark committed May 26, 2020
    Configuration menu
    Copy the full SHA
    8e3d127 View commit details
    Browse the repository at this point in the history
  6. style(lib): upgrade prettier and fix lint

     prettier  ^1.19.1  →  ^2.0.5
    
    Update .prettierrc.json to ensure code style is still consistent.
    
    Fix lint for new rule: space after function.
    remarkablemark committed May 26, 2020
    Configuration menu
    Copy the full SHA
    4b5fad9 View commit details
    Browse the repository at this point in the history
  7. build(package): upgrade devDependencies

     @commitlint/cli                    ^8.2.0  →    ^8.3.5
     @commitlint/config-conventional    ^8.2.0  →    ^8.3.5
     @types/react                     ^16.9.11  →  ^16.9.35
     cross-env                          ^6.0.3  →    ^7.0.2
     dtslint                            ^2.0.0  →    ^3.6.4
     eslint-plugin-prettier             ^3.1.1  →    ^3.1.3
     mocha                              ^6.2.2  →    ^7.2.0
     nyc                               ^14.1.1  →   ^15.0.1
     preact                            ^10.0.4  →   ^10.4.4
     rimraf                             ^3.0.0  →    ^3.0.2
    remarkablemark committed May 26, 2020
    Configuration menu
    Copy the full SHA
    b2dc83b View commit details
    Browse the repository at this point in the history
  8. build(rollup): upgrade rollup, consolidate config, remove cross-env

     rollup  ^1.26.3  →  ^1.32.1
    
    Consolidate `build:min` and `build:unmin` into 1 `build` script.
    
    Remove `cross-env` since NODE_ENV is no longer needed to
    distinguish between builds.
    
    In `rollup.config.js`, export both configs for minified and
    unminified bundles.
    
    Generate sourcemap for both builds (previously, sourcemap was
    only generated for unmin or development bundle).
    remarkablemark committed May 26, 2020
    Configuration menu
    Copy the full SHA
    55b2b4e View commit details
    Browse the repository at this point in the history
  9. build(package): add missing peerDependency typescript

    Required by `tslint` and `tsutils`
    remarkablemark committed May 26, 2020
    Configuration menu
    Copy the full SHA
    91fb693 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #157 from remarkablemark/build/devDependencies

    build: upgrade devDependencies
    remarkablemark authored May 26, 2020
    Configuration menu
    Copy the full SHA
    43c6775 View commit details
    Browse the repository at this point in the history
  11. chore(release): 0.10.5

    remarkablemark committed May 26, 2020
    Configuration menu
    Copy the full SHA
    4078481 View commit details
    Browse the repository at this point in the history
Loading