-
-
Notifications
You must be signed in to change notification settings - Fork 394
Comparing changes
Open a pull request
base repository: htmlhint/HTMLHint
base: v0.13.0
head repository: htmlhint/HTMLHint
compare: v0.13.1
Commits on May 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 18441f6 - Browse repository at this point
Copy the full SHA 18441f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9ef347 - Browse repository at this point
Copy the full SHA d9ef347View commit details -
chore(deps-dev): bump @semantic-release/github from 7.0.5 to 7.0.6 (#396
) Bumps [@semantic-release/github](https://github.com/semantic-release/github) from 7.0.5 to 7.0.6. - [Release notes](https://github.com/semantic-release/github/releases) - [Commits](semantic-release/github@v7.0.5...v7.0.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9a6592e - Browse repository at this point
Copy the full SHA 9a6592eView commit details -
chore(deps-dev): bump rollup from 2.10.0 to 2.10.3 (#403)
Bumps [rollup](https://github.com/rollup/rollup) from 2.10.0 to 2.10.3. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v2.10.0...v2.10.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: David Dias <thedaviddias@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c48c3e2 - Browse repository at this point
Copy the full SHA c48c3e2View commit details
Commits on May 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 48ca676 - Browse repository at this point
Copy the full SHA 48ca676View commit details -
fix(attr-no-unnecessary-whitespace): fix when equals symbol in value (#…
…405) Co-authored-by: Shinigami <chrissi92@hotmail.de>
Configuration menu - View commit details
-
Copy full SHA for fe4f3c6 - Browse repository at this point
Copy the full SHA fe4f3c6View commit details -
chore: modernize code / prefer arrow functions (#393)
* chore: add lint rule prefer-arrow-callback * chore: apply lint rule prefer-arrow-callback * chore: apply lint rule arrow-body-style * chore: dont assign this to self * chore: transform functions to be sure * chore: improve eslint-disable * chore: self is not defined
Shinigami authoredMay 19, 2020 Configuration menu - View commit details
-
Copy full SHA for 4f3bd50 - Browse repository at this point
Copy the full SHA 4f3bd50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 506f25a - Browse repository at this point
Copy the full SHA 506f25aView commit details -
Christopher Quadflieg committed
May 19, 2020 Configuration menu - View commit details
-
Copy full SHA for 820ff8f - Browse repository at this point
Copy the full SHA 820ff8fView commit details -
chore: run lint on bin/htmlhint
Christopher Quadflieg committedMay 19, 2020 Configuration menu - View commit details
-
Copy full SHA for d912caf - Browse repository at this point
Copy the full SHA d912cafView commit details -
chore: modernize code / prefer-template (#398)
* chore: add lint rules like prefer-template * chore: apply lint rules * chore: improve eslint-disable * chore: fix missing prefer-templates * chore: use addition assignment * chore: add lint rule quotes
Shinigami authoredMay 19, 2020 Configuration menu - View commit details
-
Copy full SHA for 3899188 - Browse repository at this point
Copy the full SHA 3899188View commit details -
fix: correctly call hint queue drain (#409)
* fix: correctly call hint queue drain * chore: check stdout output
Shinigami authoredMay 19, 2020 Configuration menu - View commit details
-
Copy full SHA for 7b63cb2 - Browse repository at this point
Copy the full SHA 7b63cb2View commit details -
chore: modernize code / no-var (#394)
* chore: add lint rule no-var * chore: apply lint rule no-var * chore: add lint rule prefer-const * chore: apply lint rule prefer-const * chore: improve eslint-disable * chore: use const * chore: lint bin/htmlhint
Shinigami authoredMay 19, 2020 Configuration menu - View commit details
-
Copy full SHA for 1ccca7e - Browse repository at this point
Copy the full SHA 1ccca7eView commit details
Commits on May 22, 2020
-
chore: update ci workflow (#412)
Shinigami authoredMay 22, 2020 Configuration menu - View commit details
-
Copy full SHA for c42c643 - Browse repository at this point
Copy the full SHA c42c643View commit details
Commits on May 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b7f5786 - Browse repository at this point
Copy the full SHA b7f5786View commit details -
chore: migrate to TypeScript (no runtime code changes) (#410)
* chore: add typescript as devDependencies * chore: create basic tsconfig.json configs * chore: move files * chore: rename bin files to .ts * fix: switch tsconfig excludes * chore: rename core files to .ts * chore: use folder build as outDir * chore: create build-bin.sh * chore: use new rollup input * chore: use build script to build with build.sh * fix: add ./ prefix * chore: support build on windows * chore: use import syntax * chore: add @types/* * chore: add typedefs to formatter.ts * chore: add typedefs * chore: configure eslint for typescript * fix: add +x to build-* files * chore: target ES2018 for bin * chore: add typedefs * chore: add typedefs * chore: add typedefs * chore: disable some eslint rules for now * chore: revert max-warnings * chore: add TODOs, disable errors and warnings * chore: update devDependencies * chore: update eslint config * chore: use XmlObject * chore: also lint tests with typescript support * chore: disable unsupported typescript version * chore: lint with type-checking * chore: remove comment
Shinigami authoredMay 25, 2020 Configuration menu - View commit details
-
Copy full SHA for bdd82b5 - Browse repository at this point
Copy the full SHA bdd82b5View commit details -
Merge branch 'develop' into beta
Christopher Quadflieg committedMay 25, 2020 Configuration menu - View commit details
-
Copy full SHA for db69dd3 - Browse repository at this point
Copy the full SHA db69dd3View commit details
Commits on May 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for df9daa0 - Browse repository at this point
Copy the full SHA df9daa0View commit details
Commits on May 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 2aec895 - Browse repository at this point
Copy the full SHA 2aec895View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62c2f3c - Browse repository at this point
Copy the full SHA 62c2f3cView commit details -
Merge branch 'develop' into beta
Christopher Quadflieg committedMay 30, 2020 Configuration menu - View commit details
-
Copy full SHA for d08ec47 - Browse repository at this point
Copy the full SHA d08ec47View commit details -
chore(release): 0.13.1-beta.1 [skip ci]
## [0.13.1-beta.1](v0.13.0...v0.13.1-beta.1) (2020-05-30) ### Bug Fixes * add missing branches to action release ([#425](#425)) ([62c2f3c](62c2f3c)) * add missing plugins for docusaurus ([#402](#402)) ([d9ef347](d9ef347)) * correctly call hint queue drain ([#409](#409)) ([7b63cb2](7b63cb2)) * dupplicate ga ([#407](#407)) ([506f25a](506f25a)) * eslint fix ([820ff8f](820ff8f)) * fix url repo pkg ([#413](#413)) ([b7f5786](b7f5786)) * **attr-no-unnecessary-whitespace:** fix when equals symbol in value ([#405](#405)) ([fe4f3c6](fe4f3c6)) * github token ([18441f6](18441f6))
Configuration menu - View commit details
-
Copy full SHA for 135c9ba - Browse repository at this point
Copy the full SHA 135c9baView commit details -
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
Shinigami authoredMay 30, 2020 Configuration menu - View commit details
-
Copy full SHA for 0637fad - Browse repository at this point
Copy the full SHA 0637fadView commit details -
chore: ignore formatting of CHANGELOG.md
Christopher Quadflieg committedMay 30, 2020 Configuration menu - View commit details
-
Copy full SHA for cfa4918 - Browse repository at this point
Copy the full SHA cfa4918View commit details -
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] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: David Dias <thedaviddias@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 36ab078 - Browse repository at this point
Copy the full SHA 36ab078View commit details -
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] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: David Dias <thedaviddias@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 14c9e79 - Browse repository at this point
Copy the full SHA 14c9e79View commit details -
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] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: David Dias <thedaviddias@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1de6ff7 - Browse repository at this point
Copy the full SHA 1de6ff7View commit details -
Merge branch 'develop' into beta
Christopher Quadflieg committedMay 30, 2020 Configuration menu - View commit details
-
Copy full SHA for f92b167 - Browse repository at this point
Copy the full SHA f92b167View commit details
Commits on May 31, 2020
-
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
Shinigami authoredMay 31, 2020 Configuration menu - View commit details
-
Copy full SHA for 9af5937 - Browse repository at this point
Copy the full SHA 9af5937View commit details -
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] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 963b823 - Browse repository at this point
Copy the full SHA 963b823View commit details -
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] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: David Dias <thedaviddias@gmail.com> Co-authored-by: Shinigami <chrissi92@hotmail.de>
Configuration menu - View commit details
-
Copy full SHA for 000ef48 - Browse repository at this point
Copy the full SHA 000ef48View commit details -
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] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5096c1d - Browse repository at this point
Copy the full SHA 5096c1dView commit details -
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] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0485ac5 - Browse repository at this point
Copy the full SHA 0485ac5View commit details -
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] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a752328 - Browse repository at this point
Copy the full SHA a752328View commit details -
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] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for aa5d81e - Browse repository at this point
Copy the full SHA aa5d81eView commit details -
Merge branch 'develop' into beta
Christopher Quadflieg committedMay 31, 2020 Configuration menu - View commit details
-
Copy full SHA for 526c1e3 - Browse repository at this point
Copy the full SHA 526c1e3View commit details -
fix: remove unused dependency esm (#430)
The esm dependency is no longer used anywhere
Shinigami authoredMay 31, 2020 Configuration menu - View commit details
-
Copy full SHA for 7e8429d - Browse repository at this point
Copy the full SHA 7e8429dView commit details -
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))
Configuration menu - View commit details
-
Copy full SHA for e28e312 - Browse repository at this point
Copy the full SHA e28e312View commit details -
chore: add coverage codecov (#387)
* chore: add coverage codecov * fix: remove success * fix: add missing script and deps * fix: add codecov
Configuration menu - View commit details
-
Copy full SHA for 78fa94b - Browse repository at this point
Copy the full SHA 78fa94bView commit details -
Merge branch 'develop' of https://github.com/htmlhint/HTMLHint into beta
# Conflicts: # package-lock.json # package.json
Configuration menu - View commit details
-
Copy full SHA for 562135c - Browse repository at this point
Copy the full SHA 562135cView commit details -
* chore: only exclude bin/htmlhint * chore: exclude src/**/*.ts
Shinigami authoredMay 31, 2020 Configuration menu - View commit details
-
Copy full SHA for dcd0a48 - Browse repository at this point
Copy the full SHA dcd0a48View commit details -
test: check line by line (#435)
* test: check checkstyle line by line * test: check compact, html and unix line by line * test: improve formatter json test
Shinigami authoredMay 31, 2020 Configuration menu - View commit details
-
Copy full SHA for 4e4e07b - Browse repository at this point
Copy the full SHA 4e4e07bView commit details -
Christopher Quadflieg committed
May 31, 2020 Configuration menu - View commit details
-
Copy full SHA for c75cd80 - Browse repository at this point
Copy the full SHA c75cd80View commit details -
chore(release): 0.13.1 [skip ci]
## [0.13.1](v0.13.0...v0.13.1) (2020-05-31) ### Bug Fixes * add missing branches to action release ([#425](#425)) ([62c2f3c](62c2f3c)) * add missing plugins for docusaurus ([#402](#402)) ([d9ef347](d9ef347)) * correctly call hint queue drain ([#409](#409)) ([7b63cb2](7b63cb2)) * dupplicate ga ([#407](#407)) ([506f25a](506f25a)) * eslint fix ([820ff8f](820ff8f)) * fix url repo pkg ([#413](#413)) ([b7f5786](b7f5786)) * github token ([18441f6](18441f6)) * remove unused dependency esm ([#430](#430)) ([7e8429d](7e8429d)) * **attr-no-unnecessary-whitespace:** fix when equals symbol in value ([#405](#405)) ([fe4f3c6](fe4f3c6))
Configuration menu - View commit details
-
Copy full SHA for c4a7de4 - Browse repository at this point
Copy the full SHA c4a7de4View commit details
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Large diffs are not rendered by default.
This file was deleted.