From b89d961ff36a6113bc5dfac814173354c58da1cf Mon Sep 17 00:00:00 2001 From: literat Date: Wed, 7 Aug 2024 14:44:29 +0200 Subject: [PATCH] Chore: Release [CI-SKIP] - @lmc-eu/browserslist-config@2.0.1 - @lmc-eu/commitlint-config@2.0.3 - @lmc-eu/conventional-changelog-lmc@2.0.3 - @lmc-eu/conventional-changelog-lmc-bitbucket@3.0.3 - @lmc-eu/conventional-changelog-lmc-github@3.0.3 - @lmc-eu/eslint-config-base@3.1.0 - @lmc-eu/eslint-config-graphql@3.0.3 - @lmc-eu/eslint-config-jest@3.0.3 - @lmc-eu/eslint-config-react@2.0.3 - @lmc-eu/eslint-config-typescript@2.1.2 - @lmc-eu/prettier-config@2.0.1 - @almacareer/remark-config@0.1.0 - @almacareer/stylelint-config@9.0.0 --- packages/browserslist-config/CHANGELOG.md | 10 +++++ packages/browserslist-config/package.json | 2 +- packages/commitlint-config/CHANGELOG.md | 8 ++++ packages/commitlint-config/package.json | 4 +- .../CHANGELOG.md | 10 +++++ .../package.json | 4 +- .../CHANGELOG.md | 10 +++++ .../package.json | 4 +- .../conventional-changelog-lmc/CHANGELOG.md | 10 +++++ .../conventional-changelog-lmc/package.json | 2 +- packages/eslint-config-base/CHANGELOG.md | 14 +++++++ packages/eslint-config-base/package.json | 2 +- packages/eslint-config-graphql/CHANGELOG.md | 8 ++++ packages/eslint-config-graphql/package.json | 4 +- packages/eslint-config-jest/CHANGELOG.md | 8 ++++ packages/eslint-config-jest/package.json | 4 +- packages/eslint-config-react/CHANGELOG.md | 10 +++++ packages/eslint-config-react/package.json | 4 +- .../eslint-config-typescript/CHANGELOG.md | 10 +++++ .../eslint-config-typescript/package.json | 4 +- packages/prettier-config/CHANGELOG.md | 10 +++++ packages/prettier-config/package.json | 2 +- packages/remark-config/CHANGELOG.md | 14 +++++++ packages/remark-config/package.json | 2 +- packages/stylelint-config/CHANGELOG.md | 39 +++++++++++++++++++ packages/stylelint-config/package.json | 2 +- 26 files changed, 181 insertions(+), 20 deletions(-) create mode 100644 packages/remark-config/CHANGELOG.md diff --git a/packages/browserslist-config/CHANGELOG.md b/packages/browserslist-config/CHANGELOG.md index b7297c4..b02de4e 100644 --- a/packages/browserslist-config/CHANGELOG.md +++ b/packages/browserslist-config/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +## [2.0.1](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/browserslist-config@2.0.0...@lmc-eu/browserslist-config@2.0.1) (2024-08-07) + +### Styles + +- **repo:** Reformat markdown files base on remark-config ([7594cd7](https://github.com/lmc-eu/code-quality-tools/commit/7594cd7)), closes [#12](https://github.com/lmc-eu/code-quality-tools/issues/12) + +**Note:** Version bump only for package @lmc-eu/browserslist-config + # [2.0.0](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/browserslist-config@1.0.4...@lmc-eu/browserslist-config@2.0.0) (2023-10-06) diff --git a/packages/browserslist-config/package.json b/packages/browserslist-config/package.json index 5a40955..3bf4f60 100644 --- a/packages/browserslist-config/package.json +++ b/packages/browserslist-config/package.json @@ -1,6 +1,6 @@ { "name": "@lmc-eu/browserslist-config", - "version": "2.0.0", + "version": "2.0.1", "description": "LMC's config for Browserslist", "keywords": [ "browserslist", diff --git a/packages/commitlint-config/CHANGELOG.md b/packages/commitlint-config/CHANGELOG.md index 0399d23..3b3fc51 100644 --- a/packages/commitlint-config/CHANGELOG.md +++ b/packages/commitlint-config/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +## [2.0.3](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/commitlint-config@2.0.2...@lmc-eu/commitlint-config@2.0.3) (2024-08-07) + +Miscellaneous changes + +**Note:** Version bump only for package @lmc-eu/commitlint-config + ## [2.0.2](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/commitlint-config@2.0.1...@lmc-eu/commitlint-config@2.0.2) (2024-06-18) diff --git a/packages/commitlint-config/package.json b/packages/commitlint-config/package.json index 4edb79d..dda018c 100644 --- a/packages/commitlint-config/package.json +++ b/packages/commitlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@lmc-eu/commitlint-config", - "version": "2.0.2", + "version": "2.0.3", "description": "LMC's configuration for commitlint", "keywords": [ "commitlint", @@ -23,6 +23,6 @@ }, "dependencies": { "@commitlint/config-conventional": "^17.0.0", - "@lmc-eu/conventional-changelog-lmc": "^2.0.2" + "@lmc-eu/conventional-changelog-lmc": "^2.0.3" } } diff --git a/packages/conventional-changelog-lmc-bitbucket/CHANGELOG.md b/packages/conventional-changelog-lmc-bitbucket/CHANGELOG.md index f7f4f80..94ee33d 100644 --- a/packages/conventional-changelog-lmc-bitbucket/CHANGELOG.md +++ b/packages/conventional-changelog-lmc-bitbucket/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +## [3.0.3](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/conventional-changelog-lmc-bitbucket@3.0.2...@lmc-eu/conventional-changelog-lmc-bitbucket@3.0.3) (2024-08-07) + +### Styles + +- **repo:** Reformat markdown files base on remark-config ([7594cd7](https://github.com/lmc-eu/code-quality-tools/commit/7594cd7)), closes [#12](https://jira.int.lmc.cz/browse/12) + +**Note:** Version bump only for package @lmc-eu/conventional-changelog-lmc-bitbucket + ## [3.0.2](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/conventional-changelog-lmc-bitbucket@3.0.1...@lmc-eu/conventional-changelog-lmc-bitbucket@3.0.2) (2024-06-18) diff --git a/packages/conventional-changelog-lmc-bitbucket/package.json b/packages/conventional-changelog-lmc-bitbucket/package.json index f589259..bcba9dc 100644 --- a/packages/conventional-changelog-lmc-bitbucket/package.json +++ b/packages/conventional-changelog-lmc-bitbucket/package.json @@ -1,6 +1,6 @@ { "name": "@lmc-eu/conventional-changelog-lmc-bitbucket", - "version": "3.0.2", + "version": "3.0.3", "description": "conventional-changelog LMC preset for BitBucket", "keywords": [ "lmc", @@ -30,7 +30,7 @@ "test": "is-ci || jest --maxWorkers=50%" }, "dependencies": { - "@lmc-eu/conventional-changelog-lmc": "^2.0.2" + "@lmc-eu/conventional-changelog-lmc": "^2.0.3" }, "devDependencies": { "better-than-before": "1.0.0", diff --git a/packages/conventional-changelog-lmc-github/CHANGELOG.md b/packages/conventional-changelog-lmc-github/CHANGELOG.md index 5d6cc94..5c389bb 100644 --- a/packages/conventional-changelog-lmc-github/CHANGELOG.md +++ b/packages/conventional-changelog-lmc-github/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +## [3.0.3](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/conventional-changelog-lmc-github@3.0.2...@lmc-eu/conventional-changelog-lmc-github@3.0.3) (2024-08-07) + +### Styles + +- **repo:** Reformat markdown files base on remark-config ([7594cd7](https://github.com/lmc-eu/code-quality-tools/commit/7594cd7)), closes [#12](https://github.com/lmc-eu/issues/12) + +**Note:** Version bump only for package @lmc-eu/conventional-changelog-lmc-github + ## [3.0.2](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/conventional-changelog-lmc-github@3.0.1...@lmc-eu/conventional-changelog-lmc-github@3.0.2) (2024-06-18) diff --git a/packages/conventional-changelog-lmc-github/package.json b/packages/conventional-changelog-lmc-github/package.json index 1328e11..df6d693 100644 --- a/packages/conventional-changelog-lmc-github/package.json +++ b/packages/conventional-changelog-lmc-github/package.json @@ -1,6 +1,6 @@ { "name": "@lmc-eu/conventional-changelog-lmc-github", - "version": "3.0.2", + "version": "3.0.3", "description": "conventional-changelog LMC preset for GitHub", "keywords": [ "lmc", @@ -30,7 +30,7 @@ "test": "is-ci || jest --maxWorkers=50%" }, "dependencies": { - "@lmc-eu/conventional-changelog-lmc": "^2.0.2" + "@lmc-eu/conventional-changelog-lmc": "^2.0.3" }, "devDependencies": { "better-than-before": "1.0.0", diff --git a/packages/conventional-changelog-lmc/CHANGELOG.md b/packages/conventional-changelog-lmc/CHANGELOG.md index e030d6c..e3580dc 100644 --- a/packages/conventional-changelog-lmc/CHANGELOG.md +++ b/packages/conventional-changelog-lmc/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +## [2.0.3](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/conventional-changelog-lmc@2.0.2...@lmc-eu/conventional-changelog-lmc@2.0.3) (2024-08-07) + +### Styles + +- **repo:** Reformat markdown files base on remark-config ([7594cd7](https://github.com/lmc-eu/code-quality-tools/commit/7594cd7)), closes [#12](https://github.com/lmc-eu/code-quality-tools/issues/12) + +**Note:** Version bump only for package @lmc-eu/conventional-changelog-lmc + ## [2.0.2](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/conventional-changelog-lmc@2.0.1...@lmc-eu/conventional-changelog-lmc@2.0.2) (2024-06-18) diff --git a/packages/conventional-changelog-lmc/package.json b/packages/conventional-changelog-lmc/package.json index ad5da61..d8df113 100644 --- a/packages/conventional-changelog-lmc/package.json +++ b/packages/conventional-changelog-lmc/package.json @@ -1,6 +1,6 @@ { "name": "@lmc-eu/conventional-changelog-lmc", - "version": "2.0.2", + "version": "2.0.3", "description": "conventional-changelog LMC parser and writer", "keywords": [ "lmc", diff --git a/packages/eslint-config-base/CHANGELOG.md b/packages/eslint-config-base/CHANGELOG.md index c05ae85..0dd06d5 100644 --- a/packages/eslint-config-base/CHANGELOG.md +++ b/packages/eslint-config-base/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [3.1.0](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/eslint-config-base@3.0.2...@lmc-eu/eslint-config-base@3.1.0) (2024-08-07) + +### Features + +- **eslint-config-base:** Add support for Typescript in glob imports ([212a228](https://github.com/lmc-eu/code-quality-tools/commit/212a228)) + +### Styles + +- **repo:** Reformat markdown files base on remark-config ([7594cd7](https://github.com/lmc-eu/code-quality-tools/commit/7594cd7)), closes [#12](https://github.com/lmc-eu/code-quality-tools/issues/12) + +**Note:** Version bump only for package @lmc-eu/eslint-config-base + ## [3.0.2](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/eslint-config-base@3.0.1...@lmc-eu/eslint-config-base@3.0.2) (2023-12-14) diff --git a/packages/eslint-config-base/package.json b/packages/eslint-config-base/package.json index af26338..94d2cd8 100644 --- a/packages/eslint-config-base/package.json +++ b/packages/eslint-config-base/package.json @@ -1,6 +1,6 @@ { "name": "@lmc-eu/eslint-config-base", - "version": "3.0.2", + "version": "3.1.0", "description": "LMC's ESlint configuration preset", "keywords": [ "eslint", diff --git a/packages/eslint-config-graphql/CHANGELOG.md b/packages/eslint-config-graphql/CHANGELOG.md index 1b76b8a..07b4019 100644 --- a/packages/eslint-config-graphql/CHANGELOG.md +++ b/packages/eslint-config-graphql/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +## [3.0.3](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/eslint-config-graphql@3.0.2...@lmc-eu/eslint-config-graphql@3.0.3) (2024-08-07) + +Miscellaneous changes + +**Note:** Version bump only for package @lmc-eu/eslint-config-graphql + ## [3.0.2](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/eslint-config-graphql@3.0.1...@lmc-eu/eslint-config-graphql@3.0.2) (2023-12-14) diff --git a/packages/eslint-config-graphql/package.json b/packages/eslint-config-graphql/package.json index 9eb0ed3..a665470 100644 --- a/packages/eslint-config-graphql/package.json +++ b/packages/eslint-config-graphql/package.json @@ -1,7 +1,7 @@ { "name": "@lmc-eu/eslint-config-graphql", "description": "LMC's ESLint config for javascript applications that use GraphQL and Apollo client.", - "version": "3.0.2", + "version": "3.0.3", "author": "Tomas Litera ", "keywords": [ "config", @@ -28,7 +28,7 @@ "main": "index.js", "dependencies": { "@graphql-eslint/eslint-plugin": "^3.19.1", - "@lmc-eu/eslint-config-base": "^3.0.2", + "@lmc-eu/eslint-config-base": "^3.1.0", "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" }, "peerDependencies": { diff --git a/packages/eslint-config-jest/CHANGELOG.md b/packages/eslint-config-jest/CHANGELOG.md index 5e48dd9..67a9552 100644 --- a/packages/eslint-config-jest/CHANGELOG.md +++ b/packages/eslint-config-jest/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +## [3.0.3](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/eslint-config-jest@3.0.2...@lmc-eu/eslint-config-jest@3.0.3) (2024-08-07) + +Miscellaneous changes + +**Note:** Version bump only for package @lmc-eu/eslint-config-jest + ## [3.0.2](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/eslint-config-jest@3.0.1...@lmc-eu/eslint-config-jest@3.0.2) (2023-12-14) diff --git a/packages/eslint-config-jest/package.json b/packages/eslint-config-jest/package.json index dd5796f..c934ef5 100644 --- a/packages/eslint-config-jest/package.json +++ b/packages/eslint-config-jest/package.json @@ -1,6 +1,6 @@ { "name": "@lmc-eu/eslint-config-jest", - "version": "3.0.2", + "version": "3.0.3", "description": "LMC's ESlint configuration for projects using Jest as test runner", "keywords": [ "eslint", @@ -26,7 +26,7 @@ "url": "https://github.com/lmc-eu/code-quality-tools/issues" }, "dependencies": { - "@lmc-eu/eslint-config-base": "^3.0.2", + "@lmc-eu/eslint-config-base": "^3.1.0", "eslint-plugin-jest": "^27.0.0", "eslint-plugin-jest-formatting": "^3.1.0" }, diff --git a/packages/eslint-config-react/CHANGELOG.md b/packages/eslint-config-react/CHANGELOG.md index 0b92cde..50c5d9a 100644 --- a/packages/eslint-config-react/CHANGELOG.md +++ b/packages/eslint-config-react/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +## [2.0.3](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/eslint-config-react@2.0.2...@lmc-eu/eslint-config-react@2.0.3) (2024-08-07) + +### Styles + +- **repo:** Reformat markdown files base on remark-config ([7594cd7](https://github.com/lmc-eu/code-quality-tools/commit/7594cd7)), closes [#12](https://github.com/lmc-eu/code-quality-tools/issues/12) + +**Note:** Version bump only for package @lmc-eu/eslint-config-react + ## [2.0.2](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/eslint-config-react@2.0.1...@lmc-eu/eslint-config-react@2.0.2) (2023-12-14) diff --git a/packages/eslint-config-react/package.json b/packages/eslint-config-react/package.json index b18c243..3f8e597 100644 --- a/packages/eslint-config-react/package.json +++ b/packages/eslint-config-react/package.json @@ -1,6 +1,6 @@ { "name": "@lmc-eu/eslint-config-react", - "version": "2.0.2", + "version": "2.0.3", "description": "LMC's ESlint configuration for React projects", "keywords": [ "eslint", @@ -28,7 +28,7 @@ "dependencies": { "@babel/core": "^7.16.5", "@babel/eslint-parser": "^7.16.5", - "@lmc-eu/eslint-config-base": "^3.0.2", + "@lmc-eu/eslint-config-base": "^3.1.0", "eslint-config-airbnb": "^19.0.2" }, "peerDependencies": { diff --git a/packages/eslint-config-typescript/CHANGELOG.md b/packages/eslint-config-typescript/CHANGELOG.md index 002686b..b458bad 100644 --- a/packages/eslint-config-typescript/CHANGELOG.md +++ b/packages/eslint-config-typescript/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +## [2.1.2](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/eslint-config-typescript@2.1.1...@lmc-eu/eslint-config-typescript@2.1.2) (2024-08-07) + +### Styles + +- **repo:** Reformat markdown files base on remark-config ([7594cd7](https://github.com/lmc-eu/code-quality-tools/commit/7594cd7)), closes [#12](https://github.com/lmc-eu/code-quality-tools/issues/12) + +**Note:** Version bump only for package @lmc-eu/eslint-config-typescript + ## [2.1.1](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/eslint-config-typescript@2.1.0...@lmc-eu/eslint-config-typescript@2.1.1) (2024-06-18) diff --git a/packages/eslint-config-typescript/package.json b/packages/eslint-config-typescript/package.json index ecbdb49..b3aa89b 100644 --- a/packages/eslint-config-typescript/package.json +++ b/packages/eslint-config-typescript/package.json @@ -1,7 +1,7 @@ { "name": "@lmc-eu/eslint-config-typescript", "description": "LMC's ESLint config for TypeScript projects", - "version": "2.1.1", + "version": "2.1.2", "keywords": [ "config", "eslint", @@ -26,7 +26,7 @@ }, "main": "index.js", "dependencies": { - "@lmc-eu/eslint-config-base": "^3.0.2", + "@lmc-eu/eslint-config-base": "^3.1.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint-import-resolver-typescript": "^3.2.7" diff --git a/packages/prettier-config/CHANGELOG.md b/packages/prettier-config/CHANGELOG.md index 7ff2aff..b82b91f 100644 --- a/packages/prettier-config/CHANGELOG.md +++ b/packages/prettier-config/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +## [2.0.1](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/prettier-config@2.0.0...@lmc-eu/prettier-config@2.0.1) (2024-08-07) + +### Styles + +- **repo:** Reformat markdown files base on remark-config ([7594cd7](https://github.com/lmc-eu/code-quality-tools/commit/7594cd7)), closes [#12](https://github.com/lmc-eu/code-quality-tools/issues/12) + +**Note:** Version bump only for package @lmc-eu/prettier-config + # [2.0.0](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/prettier-config@1.2.4...@lmc-eu/prettier-config@2.0.0) (2023-10-06) diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index f580c00..95aa480 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@lmc-eu/prettier-config", - "version": "2.0.0", + "version": "2.0.1", "description": "LMC's ESlint configuration for Prettier", "keywords": [ "prettier", diff --git a/packages/remark-config/CHANGELOG.md b/packages/remark-config/CHANGELOG.md new file mode 100644 index 0000000..465e833 --- /dev/null +++ b/packages/remark-config/CHANGELOG.md @@ -0,0 +1,14 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + + +# 0.1.0 (2024-08-07) + +### Features + +- **markdownlint:** Introducing remark-config package for linting Markdown files ([ac3a55f](https://github.com/lmc-eu/code-quality-tools/commit/ac3a55f)), closes [#12](https://github.com/lmc-eu/code-quality-tools/issues/12) + +**Note:** Version bump only for package @almacareer/remark-config diff --git a/packages/remark-config/package.json b/packages/remark-config/package.json index dd8f7f3..d7afc3e 100644 --- a/packages/remark-config/package.json +++ b/packages/remark-config/package.json @@ -1,7 +1,7 @@ { "name": "@almacareer/remark-config", "description": "Alma Career's config for Markdown linting with Remark", - "version": "0.0.0", + "version": "0.1.0", "keywords": [ "config", "lint", diff --git a/packages/stylelint-config/CHANGELOG.md b/packages/stylelint-config/CHANGELOG.md index ba3f8dc..1bbe513 100644 --- a/packages/stylelint-config/CHANGELOG.md +++ b/packages/stylelint-config/CHANGELOG.md @@ -3,6 +3,45 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# 9.0.0 (2024-08-07) + +### BREAKING CHANGES + +- **stylelint-config:** Upgrade to Stylelint 15 [#DS-1245](https://github.com/lmc-eu/code-quality-tools/issues/DS-1245) ([fc78ba8](https://github.com/lmc-eu/code-quality-tools/commit/fc78ba8)) +- **stylelint:** Change package scope from @lmc-eu to @almacareer ([c3d6ffd](https://github.com/lmc-eu/code-quality-tools/commit/c3d6ffd)) +- **stylelint:** Drop support for Node.js v14 and older ([dc2f921](https://github.com/lmc-eu/code-quality-tools/commit/dc2f921)), closes [#130](https://github.com/lmc-eu/code-quality-tools/issues/130) +- **stylelint:** Drop support for Node.js v16 ([94d70cc](https://github.com/lmc-eu/code-quality-tools/commit/94d70cc)) +- **stylelint:** Drop support of legacy rules ([0c51da7](https://github.com/lmc-eu/code-quality-tools/commit/0c51da7)) +- **stylelint:** Switch from CommonJS to EcmaScript modules ([48a54a8](https://github.com/lmc-eu/code-quality-tools/commit/48a54a8)) + +### Chores + +- Release [CI-SKIP] ([cd3b0e1](https://github.com/lmc-eu/code-quality-tools/commit/cd3b0e1)) +- Release [CI-SKIP] ([75e1538](https://github.com/lmc-eu/code-quality-tools/commit/75e1538)) +- Release [CI-SKIP] ([36a2fd7](https://github.com/lmc-eu/code-quality-tools/commit/36a2fd7)) + +### Code Refactoring + +- **stylelint:** Rename files with simple names ([4c022ab](https://github.com/lmc-eu/code-quality-tools/commit/4c022ab)) + +### Dependencies + +- Update all non-major dependencies ([d425fd9](https://github.com/lmc-eu/code-quality-tools/commit/d425fd9)) +- Update dependency stylelint to v16 ([f0a2250](https://github.com/lmc-eu/code-quality-tools/commit/f0a2250)) +- Update dependency stylelint-order to v6 ([578489c](https://github.com/lmc-eu/code-quality-tools/commit/578489c)) + +### Styles + +- **repo:** Reformat markdown files base on remark-config ([7594cd7](https://github.com/lmc-eu/code-quality-tools/commit/7594cd7)), closes [#12](https://github.com/lmc-eu/code-quality-tools/issues/12) + +### Tests + +- **stylelint:** Introduce unit tests ([f80db28](https://github.com/lmc-eu/code-quality-tools/commit/f80db28)) + +**Note:** Version bump only for package @almacareer/stylelint-config + # [8.0.0](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/stylelint-config@7.0.1...@lmc-eu/stylelint-config@8.0.0) (2024-07-03) diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index 0a23e0d..ba8e09c 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@almacareer/stylelint-config", - "version": "8.0.0", + "version": "9.0.0", "description": "Alma Career's config for Stylelint", "keywords": [ "stylelint",