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: htmlhint/HTMLHint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.13.1-beta.1
Choose a base ref
...
head repository: htmlhint/HTMLHint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.13.1-beta.2
Choose a head ref
  • 16 commits
  • 52 files changed
  • 4 contributors

Commits on May 30, 2020

  1. refactor: migrate to TypeScript (runtime code changes) (#423)

    * refactor: use es6 spread-syntax
    
    * refactor: use named imports
    
    * refactor: use named imports
    
    * chore: improve windows build script
    
    * chore: improve exports and visibility
    
    * refactor: resolve bin ts-expect-errors
    
    * fix: iterate through all formats
    
    * chore: add test for checkstyle formatter
    
    * fix: ignore html and xml test files
    
    * chore: rename to checkstyle.xml
    
    * chore: add test for formatter compact
    
    * test: add test for formatter default
    
    * test: add test for formatter html
    
    * test: add test for formatter json
    
    * test: add test for formatter junit
    
    * test: add test for formatter markdown
    
    * test: add test for formatter unix
    
    * chore: add typedefs
    
    * fix: nocolor defaults to false
    
    * revert: revert nocolor default false
    
    * chore: test colors.enable
    
    * fix: force enable colors if not nocolor
    
    * fix: @ts-expect-error
    
    * fix: @ts-expect-error
    
    * fix: @ts-expect-error
    
    * fix: @ts-expect-error
    
    * fix: @ts-expect-error
    
    * fix: @ts-expect-error
    
    * refactor: tags-check and ruleset
    
    * chore: improve Ruleset typing
    
    * refactor: inline rule parsing
    
    * fix: some lint rules
    
    * chore: add cast
    Shinigami92 authored May 30, 2020
    Configuration menu
    Copy the full SHA
    0637fad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfa4918 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump eslint from 7.0.0 to 7.1.0 (#422)

    Bumps [eslint](https://github.com/eslint/eslint) from 7.0.0 to 7.1.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
    - [Commits](eslint/eslint@v7.0.0...v7.1.0)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    Co-authored-by: David Dias <[email protected]>
    dependabot-preview[bot] and thedaviddias authored May 30, 2020
    Configuration menu
    Copy the full SHA
    36ab078 View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): bump @semantic-release/github from 7.0.6 to 7.0.7 (#415

    )
    
    Bumps [@semantic-release/github](https://github.com/semantic-release/github) from 7.0.6 to 7.0.7.
    - [Release notes](https://github.com/semantic-release/github/releases)
    - [Commits](semantic-release/github@v7.0.6...v7.0.7)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    Co-authored-by: David Dias <[email protected]>
    dependabot-preview[bot] and thedaviddias authored May 30, 2020
    Configuration menu
    Copy the full SHA
    14c9e79 View commit details
    Browse the repository at this point in the history
  5. chore(deps-dev): bump semantic-release from 17.0.7 to 17.0.8 (#419)

    Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 17.0.7 to 17.0.8.
    - [Release notes](https://github.com/semantic-release/semantic-release/releases)
    - [Commits](semantic-release/semantic-release@v17.0.7...v17.0.8)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    Co-authored-by: David Dias <[email protected]>
    dependabot-preview[bot] and thedaviddias authored May 30, 2020
    Configuration menu
    Copy the full SHA
    1de6ff7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f92b167 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2020

  1. refactor: simplify build and rename bin to cli (#428)

    * refactor: simplify build and rename bin to cli
    
    * chore: remove unnecessary build folder
    
    * chore: disable invalid lint rules
    Shinigami92 authored May 31, 2020
    Configuration menu
    Copy the full SHA
    9af5937 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump mocha from 7.1.2 to 7.2.0 (#416)

    Bumps [mocha](https://github.com/mochajs/mocha) from 7.1.2 to 7.2.0.
    - [Release notes](https://github.com/mochajs/mocha/releases)
    - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
    - [Commits](mochajs/mocha@v7.1.2...v7.2.0)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] authored May 31, 2020
    Configuration menu
    Copy the full SHA
    963b823 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump lint-staged from 10.2.2 to 10.2.7 (#426)

    Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.2.2 to 10.2.7.
    - [Release notes](https://github.com/okonet/lint-staged/releases)
    - [Commits](lint-staged/lint-staged@v10.2.2...v10.2.7)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    Co-authored-by: David Dias <[email protected]>
    Co-authored-by: Shinigami <[email protected]>
    3 people authored May 31, 2020
    Configuration menu
    Copy the full SHA
    000ef48 View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): bump rollup from 2.10.3 to 2.12.0 (#429)

    Bumps [rollup](https://github.com/rollup/rollup) from 2.10.3 to 2.12.0.
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
    - [Commits](rollup/rollup@v2.10.3...v2.12.0)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] authored May 31, 2020
    Configuration menu
    Copy the full SHA
    5096c1d View commit details
    Browse the repository at this point in the history
  5. chore(deps-dev): bump @rollup/plugin-node-resolve from 7.1.3 to 8.0.0 (

    …#414)
    
    Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins) from 7.1.3 to 8.0.0.
    - [Release notes](https://github.com/rollup/plugins/releases)
    - [Commits](rollup/plugins@node-resolve-v7.1.3...node-resolve-v8.0.0)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] authored May 31, 2020
    Configuration menu
    Copy the full SHA
    0485ac5 View commit details
    Browse the repository at this point in the history
  6. chore(deps-dev): bump @rollup/plugin-commonjs from 11.1.0 to 12.0.0 (#…

    …418)
    
    Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins) from 11.1.0 to 12.0.0.
    - [Release notes](https://github.com/rollup/plugins/releases)
    - [Commits](rollup/plugins@commonjs-v11.1.0...commonjs-v12.0.0)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] authored May 31, 2020
    Configuration menu
    Copy the full SHA
    a752328 View commit details
    Browse the repository at this point in the history
  7. chore(deps-dev): bump rollup-plugin-terser from 5.3.0 to 6.1.0 (#417)

    Bumps [rollup-plugin-terser](https://github.com/TrySound/rollup-plugin-terser) from 5.3.0 to 6.1.0.
    - [Release notes](https://github.com/TrySound/rollup-plugin-terser/releases)
    - [Commits](TrySound/rollup-plugin-terser@v5.3.0...v6.1.0)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] authored May 31, 2020
    Configuration menu
    Copy the full SHA
    aa5d81e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    526c1e3 View commit details
    Browse the repository at this point in the history
  9. fix: remove unused dependency esm (#430)

    The esm dependency is no longer used anywhere
    Shinigami92 authored May 31, 2020
    Configuration menu
    Copy the full SHA
    7e8429d View commit details
    Browse the repository at this point in the history
  10. chore(release): 0.13.1-beta.2 [skip ci]

    ## [0.13.1-beta.2](v0.13.1-beta.1...v0.13.1-beta.2) (2020-05-31)
    
    ### Bug Fixes
    
    * remove unused dependency esm ([#430](#430)) ([7e8429d](7e8429d))
    semantic-release-bot committed May 31, 2020
    Configuration menu
    Copy the full SHA
    e28e312 View commit details
    Browse the repository at this point in the history
Loading