From d0ced2aad887ec42d7e0848de99598f6e3034421 Mon Sep 17 00:00:00 2001 From: Nicolas Bruy?re Date: Tue, 18 Feb 2020 16:13:34 +0100 Subject: [PATCH] chore(release): release 1.1.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ package-lock.json | 18 +++++++++--------- package.json | 2 +- 3 files changed, 31 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc8b04c0..efed8251 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ + + +# [1.1.0](https://github.com/NationalBankBelgium/code-style/compare/1.0.1...1.1.0) (2020-02-18) + +### Bug Fixes + +- **stylelint:** remove wrong extend to "stylelint-config-prettier" in stylelint 9.10.x configuration.
The `stylelint/9.10.x` config was mistakenly extending from `stylelint-config-prettier` and therefore the `"extends": "stylelint-config-prettier"` has been removed from that config since `code-style` doesn't depend on such library in any way.
Please add that yourself in your stylelint config if necessary. ([d6e6431](https://github.com/NationalBankBelgium/code-style/commit/d6e6431)), closes [#17](https://github.com/NationalBankBelgium/code-style/issues/17) +- **tslint:** remove the rules of TSLint v4.4+ from the 4.3.x subpackage ([33043da](https://github.com/NationalBankBelgium/code-style/commit/33043da)), closes [#14](https://github.com/NationalBankBelgium/code-style/issues/14) + +### Features + +- **codelyzer:** add support for codelyzer 5.0.x ([20c79a9](https://github.com/NationalBankBelgium/code-style/commit/20c79a9)), closes [/github.com/mgechev/codelyzer/blob/master/CHANGELOG.md#500-2019-03-27](https://github.com//github.com/mgechev/codelyzer/blob/master/CHANGELOG.md/issues/500-2019-03-27) +- **codelyzer:** add support for codelyzer 5.1.x ([c27f57d](https://github.com/NationalBankBelgium/code-style/commit/c27f57d)) +- **codelyzer:** add support for codelyzer 5.2.x ([92d35bb](https://github.com/NationalBankBelgium/code-style/commit/92d35bb)), closes [#27](https://github.com/NationalBankBelgium/code-style/issues/27) +- **stylelint:** add support for stylelint 10.0.x ([08955a5](https://github.com/NationalBankBelgium/code-style/commit/08955a5)), closes [#17](https://github.com/NationalBankBelgium/code-style/issues/17) +- **stylelint:** add support for stylelint 10.1.x ([e6b09ae](https://github.com/NationalBankBelgium/code-style/commit/e6b09ae)) +- **stylelint:** add support for stylelint 11.0.x ([e8b102a](https://github.com/NationalBankBelgium/code-style/commit/e8b102a)) +- **stylelint:** add support for stylelint 11.1.x ([5698332](https://github.com/NationalBankBelgium/code-style/commit/5698332)) +- **stylelint:** add support for stylelint 12.0.x ([659f4b8](https://github.com/NationalBankBelgium/code-style/commit/659f4b8)) +- **stylelint:** add support for stylelint 13.0.x ([5be3092](https://github.com/NationalBankBelgium/code-style/commit/5be3092)) + ## [1.0.1](https://github.com/NationalBankBelgium/code-style/compare/1.0.0...1.0.1) (2019-06-04) diff --git a/package-lock.json b/package-lock.json index db6b85ab..a2611a2f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@nationalbankbelgium/code-style", - "version": "1.0.1", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -736,8 +736,8 @@ "integrity": "sha1-ZbP8wcoRVajJrmTW7uKX8V1RM8w=", "dev": true, "requires": { - "ast-types-flow": "0.0.7", - "commander": "^2.11.0" + "ast-types-flow": "0.0.7", + "commander": "^2.11.0" } }, "arr-diff": { @@ -1418,15 +1418,15 @@ "integrity": "sha512-izfUfhEOOgAizszPlEDxo71DK/C4wprZw0vkY6UWcOSTQvN1JyfXf9DXwaV7WX+/JC+hH0ShXfdtGLA9Rca7LA==", "dev": true, "requires": { - "app-root-path": "^2.2.1", - "aria-query": "^3.0.0", - "axobject-query": "^2.0.2", - "css-selector-tokenizer": "^0.7.1", + "app-root-path": "^2.2.1", + "aria-query": "^3.0.0", + "axobject-query": "^2.0.2", + "css-selector-tokenizer": "^0.7.1", "cssauron": "^1.4.0", - "damerau-levenshtein": "^1.0.4", + "damerau-levenshtein": "^1.0.4", "semver-dsl": "^1.0.1", "source-map": "^0.5.7", - "sprintf-js": "^1.1.2" + "sprintf-js": "^1.1.2" }, "dependencies": { "source-map": { diff --git a/package.json b/package.json index 3cd15e6d..fd9e8b93 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nationalbankbelgium/code-style", - "version": "1.0.1", + "version": "1.1.0", "description": "Front-End code style", "author": { "email": "alexis.georges@nbb.be",