Releases: bettermarks/bm-tslint-rules
Last release before freezing the repo
security fix for lodash
Bump lodash from 4.17.11 to 4.17.14 (#99) * Bump lodash from 4.17.11 to 4.17.14 Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14) Signed-off-by: dependabot[bot] <[email protected]> * bump version
Disabled & Updated react-hooks-nested and dev dependencies
For some time there was a breaking tag existing that enabled the rule, this change has been reverted.
update js-yaml dependency to fix security issue
Bump js-yaml from 3.12.2 to 3.13.1 (#96) * Bump js-yaml from 3.12.2 to 3.13.1 Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.2 to 3.13.1. - [Release notes](https://github.com/nodeca/js-yaml/releases) - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/3.12.2...3.13.1) Signed-off-by: dependabot[bot] <[email protected]> * bump patch version
Restore build health
After npm i is happy again and https://github.com/karfau/tslint-report received it's fix (by using the latest version of bm-tslint-rules and fixing the verison of check-node-version for itself), everything is checked and green again.
No rules have been changed, only dependencies and scripts compared to prerelease v0.7.23.
Make `npm i` work again
Workaround for parshap/check-node-version#32
currently disabled karfau/tslint-report
since it has the same issue and depends on bm-tslint-rules
(aka "eat your own dogfood").
Latest version of inactive rule from tslint-react-hooks
This will really be the last 0.7.x release.
Also updated some devDependencies
Make rule from tslint-react-hooks available
https://github.com/Gelio/tslint-react-hooks/ is now part of the available rules.
Starting with the next release the rule it provides will be active, so it is a breaking change.
This release includes some tweaks to the README to better reflect the current situation
Updated tslint(5.13.1), tslint-report(latest) and devDependencies
- tslint update #81 contains several fixes and new options
- fixes security issue regarding lodash
- no change in what rules are active