From 46953f90d59ac7f96db56d25415e94f029c79201 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 11 Jan 2024 17:44:16 +0000 Subject: [PATCH] chore: update versions --- .changeset/modern-bulldogs-sparkle.md | 5 ----- packages/browserslist-config/CHANGELOG.md | 7 +++++++ packages/browserslist-config/package.json | 4 ++-- packages/commitlint-config/CHANGELOG.md | 7 +++++++ packages/commitlint-config/package.json | 4 ++-- packages/eslint-config-bases/CHANGELOG.md | 7 +++++++ packages/eslint-config-bases/package.json | 4 ++-- packages/htmlhint-config/CHANGELOG.md | 7 +++++++ packages/htmlhint-config/package.json | 4 ++-- packages/lint-staged-config/CHANGELOG.md | 6 ++++++ packages/lint-staged-config/package.json | 2 +- packages/markdownlint-config/CHANGELOG.md | 7 +++++++ packages/markdownlint-config/package.json | 4 ++-- packages/postcss-config/CHANGELOG.md | 7 +++++++ packages/postcss-config/package.json | 4 ++-- packages/secretlint-config/CHANGELOG.md | 7 +++++++ packages/secretlint-config/package.json | 4 ++-- packages/stylelint-config/CHANGELOG.md | 7 +++++++ packages/stylelint-config/package.json | 4 ++-- packages/tsconfig-config/CHANGELOG.md | 7 +++++++ packages/tsconfig-config/package.json | 4 ++-- 21 files changed, 88 insertions(+), 24 deletions(-) delete mode 100644 .changeset/modern-bulldogs-sparkle.md diff --git a/.changeset/modern-bulldogs-sparkle.md b/.changeset/modern-bulldogs-sparkle.md deleted file mode 100644 index eadd92e9..00000000 --- a/.changeset/modern-bulldogs-sparkle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wayofdev/lint-staged-config": minor ---- - -Updated concatFilesForPrettier function from lint-staged-config to allow ignore files diff --git a/packages/browserslist-config/CHANGELOG.md b/packages/browserslist-config/CHANGELOG.md index 1effd22d..20beb36d 100644 --- a/packages/browserslist-config/CHANGELOG.md +++ b/packages/browserslist-config/CHANGELOG.md @@ -1,5 +1,12 @@ # @wayofdev/browserslist-config +## 4.0.0 + +### Patch Changes + +- Updated dependencies [[`629e9af`](https://github.com/wayofdev/npm-shareable-configs/commit/629e9affe9a12dbacec50edac1e3bec9898f5f2e)]: + - @wayofdev/lint-staged-config@2.2.0 + ## 3.0.4 ### Patch Changes diff --git a/packages/browserslist-config/package.json b/packages/browserslist-config/package.json index 08149dd9..4f27c695 100644 --- a/packages/browserslist-config/package.json +++ b/packages/browserslist-config/package.json @@ -1,6 +1,6 @@ { "name": "@wayofdev/browserslist-config", - "version": "3.0.4", + "version": "4.0.0", "private": false, "description": "A shareable browserslist configuration for projects.", "keywords": [ @@ -44,7 +44,7 @@ "rimraf": "^5.0.5" }, "peerDependencies": { - "@wayofdev/lint-staged-config": "^2.1.4" + "@wayofdev/lint-staged-config": "^2.2.0" }, "publishConfig": { "access": "public" diff --git a/packages/commitlint-config/CHANGELOG.md b/packages/commitlint-config/CHANGELOG.md index bb09e97e..19df7b24 100644 --- a/packages/commitlint-config/CHANGELOG.md +++ b/packages/commitlint-config/CHANGELOG.md @@ -1,5 +1,12 @@ # @wayofdev/commitlint-config +## 4.0.0 + +### Patch Changes + +- Updated dependencies [[`629e9af`](https://github.com/wayofdev/npm-shareable-configs/commit/629e9affe9a12dbacec50edac1e3bec9898f5f2e)]: + - @wayofdev/lint-staged-config@2.2.0 + ## 3.0.5 ### Patch Changes diff --git a/packages/commitlint-config/package.json b/packages/commitlint-config/package.json index 5585eef3..c764e5e6 100644 --- a/packages/commitlint-config/package.json +++ b/packages/commitlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@wayofdev/commitlint-config", - "version": "3.0.5", + "version": "4.0.0", "private": false, "description": "A shareable commitlint configuration for projects.", "keywords": [ @@ -49,7 +49,7 @@ }, "peerDependencies": { "@commitlint/cli": ">= 17", - "@wayofdev/lint-staged-config": "^2.1.5" + "@wayofdev/lint-staged-config": "^2.2.0" }, "publishConfig": { "access": "public" diff --git a/packages/eslint-config-bases/CHANGELOG.md b/packages/eslint-config-bases/CHANGELOG.md index 6b01856c..43923a6b 100644 --- a/packages/eslint-config-bases/CHANGELOG.md +++ b/packages/eslint-config-bases/CHANGELOG.md @@ -1,5 +1,12 @@ # @wayofdev/eslint-config-bases +## 4.0.0 + +### Patch Changes + +- Updated dependencies [[`629e9af`](https://github.com/wayofdev/npm-shareable-configs/commit/629e9affe9a12dbacec50edac1e3bec9898f5f2e)]: + - @wayofdev/lint-staged-config@2.2.0 + ## 3.0.7 ### Patch Changes diff --git a/packages/eslint-config-bases/package.json b/packages/eslint-config-bases/package.json index ed0935d4..7ce56682 100644 --- a/packages/eslint-config-bases/package.json +++ b/packages/eslint-config-bases/package.json @@ -1,6 +1,6 @@ { "name": "@wayofdev/eslint-config-bases", - "version": "3.0.7", + "version": "4.0.0", "private": false, "description": "A shareable eslint base configuration for projects.", "keywords": [ @@ -155,7 +155,7 @@ }, "peerDependencies": { "@graphql-eslint/eslint-plugin": "^3.17.0", - "@wayofdev/lint-staged-config": "^2.1.5", + "@wayofdev/lint-staged-config": "^2.2.0", "eslint": "^8.45.0", "graphql": "^16.6.0", "prettier": "^3.0.0", diff --git a/packages/htmlhint-config/CHANGELOG.md b/packages/htmlhint-config/CHANGELOG.md index ababb33c..ec141b0f 100644 --- a/packages/htmlhint-config/CHANGELOG.md +++ b/packages/htmlhint-config/CHANGELOG.md @@ -1,5 +1,12 @@ # @wayofdev/htmlhint-config +## 4.0.0 + +### Patch Changes + +- Updated dependencies [[`629e9af`](https://github.com/wayofdev/npm-shareable-configs/commit/629e9affe9a12dbacec50edac1e3bec9898f5f2e)]: + - @wayofdev/lint-staged-config@2.2.0 + ## 3.0.4 ### Patch Changes diff --git a/packages/htmlhint-config/package.json b/packages/htmlhint-config/package.json index 09af508e..560b7fb8 100644 --- a/packages/htmlhint-config/package.json +++ b/packages/htmlhint-config/package.json @@ -1,6 +1,6 @@ { "name": "@wayofdev/htmlhint-config", - "version": "3.0.4", + "version": "4.0.0", "private": false, "description": "A shareable htmlhint configuration for projects.", "keywords": [ @@ -35,7 +35,7 @@ "rimraf": "^5.0.5" }, "peerDependencies": { - "@wayofdev/lint-staged-config": "^2.1.4", + "@wayofdev/lint-staged-config": "^2.2.0", "htmlhint": ">= 1" }, "publishConfig": { diff --git a/packages/lint-staged-config/CHANGELOG.md b/packages/lint-staged-config/CHANGELOG.md index e5e5dc9b..ec7decde 100644 --- a/packages/lint-staged-config/CHANGELOG.md +++ b/packages/lint-staged-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @wayofdev/lint-staged-config +## 2.2.0 + +### Minor Changes + +- [#527](https://github.com/wayofdev/npm-shareable-configs/pull/527) [`629e9af`](https://github.com/wayofdev/npm-shareable-configs/commit/629e9affe9a12dbacec50edac1e3bec9898f5f2e) Thanks [@igomur](https://github.com/igomur)! - Updated concatFilesForPrettier function from lint-staged-config to allow ignore files + ## 2.1.5 ### Patch Changes diff --git a/packages/lint-staged-config/package.json b/packages/lint-staged-config/package.json index 580d7767..cf5aecb3 100644 --- a/packages/lint-staged-config/package.json +++ b/packages/lint-staged-config/package.json @@ -1,6 +1,6 @@ { "name": "@wayofdev/lint-staged-config", - "version": "2.1.5", + "version": "2.2.0", "private": false, "description": "A shareable lint-staged configuration for projects.", "keywords": [ diff --git a/packages/markdownlint-config/CHANGELOG.md b/packages/markdownlint-config/CHANGELOG.md index e67c5831..8824b633 100644 --- a/packages/markdownlint-config/CHANGELOG.md +++ b/packages/markdownlint-config/CHANGELOG.md @@ -1,5 +1,12 @@ # @wayofdev/markdownlint-config +## 4.0.0 + +### Patch Changes + +- Updated dependencies [[`629e9af`](https://github.com/wayofdev/npm-shareable-configs/commit/629e9affe9a12dbacec50edac1e3bec9898f5f2e)]: + - @wayofdev/lint-staged-config@2.2.0 + ## 3.0.3 ### Patch Changes diff --git a/packages/markdownlint-config/package.json b/packages/markdownlint-config/package.json index 85349b5f..6a251b06 100644 --- a/packages/markdownlint-config/package.json +++ b/packages/markdownlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@wayofdev/markdownlint-config", - "version": "3.0.3", + "version": "4.0.0", "private": false, "description": "A shareable markdownlint configuration for projects.", "keywords": [ @@ -36,7 +36,7 @@ "markdownlint-cli": "^0.38.0" }, "peerDependencies": { - "@wayofdev/lint-staged-config": "^2.1.4", + "@wayofdev/lint-staged-config": "^2.2.0", "markdownlint": ">= 0" }, "publishConfig": { diff --git a/packages/postcss-config/CHANGELOG.md b/packages/postcss-config/CHANGELOG.md index e8383db5..54badf0c 100644 --- a/packages/postcss-config/CHANGELOG.md +++ b/packages/postcss-config/CHANGELOG.md @@ -1,5 +1,12 @@ # @wayofdev/postcss-config +## 4.0.0 + +### Patch Changes + +- Updated dependencies [[`629e9af`](https://github.com/wayofdev/npm-shareable-configs/commit/629e9affe9a12dbacec50edac1e3bec9898f5f2e)]: + - @wayofdev/lint-staged-config@2.2.0 + ## 3.0.5 ### Patch Changes diff --git a/packages/postcss-config/package.json b/packages/postcss-config/package.json index 21d14cca..8c99f9cd 100644 --- a/packages/postcss-config/package.json +++ b/packages/postcss-config/package.json @@ -1,6 +1,6 @@ { "name": "@wayofdev/postcss-config", - "version": "3.0.5", + "version": "4.0.0", "private": false, "description": "A shareable postcss configuration for projects.", "keywords": [ @@ -54,7 +54,7 @@ "es-check": "^7.1.1" }, "peerDependencies": { - "@wayofdev/lint-staged-config": "^2.1.5", + "@wayofdev/lint-staged-config": "^2.2.0", "postcss": ">= 8", "sanitize.css": ">= 13", "tailwindcss": ">= 3" diff --git a/packages/secretlint-config/CHANGELOG.md b/packages/secretlint-config/CHANGELOG.md index 38a76994..e66120ad 100644 --- a/packages/secretlint-config/CHANGELOG.md +++ b/packages/secretlint-config/CHANGELOG.md @@ -1,5 +1,12 @@ # @wayofdev/secretlint-config +## 4.0.0 + +### Patch Changes + +- Updated dependencies [[`629e9af`](https://github.com/wayofdev/npm-shareable-configs/commit/629e9affe9a12dbacec50edac1e3bec9898f5f2e)]: + - @wayofdev/lint-staged-config@2.2.0 + ## 3.0.5 ### Patch Changes diff --git a/packages/secretlint-config/package.json b/packages/secretlint-config/package.json index c118925b..3752489e 100644 --- a/packages/secretlint-config/package.json +++ b/packages/secretlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@wayofdev/secretlint-config", - "version": "3.0.5", + "version": "4.0.0", "private": false, "description": "A shareable secretlint configuration for projects.", "keywords": [ @@ -39,7 +39,7 @@ "rimraf": "^5.0.5" }, "peerDependencies": { - "@wayofdev/lint-staged-config": "^2.1.5", + "@wayofdev/lint-staged-config": "^2.2.0", "secretlint": ">= 6" }, "publishConfig": { diff --git a/packages/stylelint-config/CHANGELOG.md b/packages/stylelint-config/CHANGELOG.md index 9c5b8cca..3bc6ef94 100644 --- a/packages/stylelint-config/CHANGELOG.md +++ b/packages/stylelint-config/CHANGELOG.md @@ -1,5 +1,12 @@ # @wayofdev/stylelint-config +## 4.0.0 + +### Patch Changes + +- Updated dependencies [[`629e9af`](https://github.com/wayofdev/npm-shareable-configs/commit/629e9affe9a12dbacec50edac1e3bec9898f5f2e)]: + - @wayofdev/lint-staged-config@2.2.0 + ## 3.0.5 ### Patch Changes diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index a8070ad2..4110b743 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@wayofdev/stylelint-config", - "version": "3.0.5", + "version": "4.0.0", "private": false, "description": "A shareable stylelint configuration for projects.", "keywords": [ @@ -50,7 +50,7 @@ "es-check": "^7.1.1" }, "peerDependencies": { - "@wayofdev/lint-staged-config": "^2.1.5", + "@wayofdev/lint-staged-config": "^2.2.0", "stylelint": "^14 || ^15 || ^16" }, "publishConfig": { diff --git a/packages/tsconfig-config/CHANGELOG.md b/packages/tsconfig-config/CHANGELOG.md index 7aebcb73..c4256257 100644 --- a/packages/tsconfig-config/CHANGELOG.md +++ b/packages/tsconfig-config/CHANGELOG.md @@ -1,5 +1,12 @@ # @wayofdev/tsconfig-config +## 4.0.0 + +### Patch Changes + +- Updated dependencies [[`629e9af`](https://github.com/wayofdev/npm-shareable-configs/commit/629e9affe9a12dbacec50edac1e3bec9898f5f2e)]: + - @wayofdev/lint-staged-config@2.2.0 + ## 3.0.3 ### Patch Changes diff --git a/packages/tsconfig-config/package.json b/packages/tsconfig-config/package.json index 236fc759..9c966a14 100644 --- a/packages/tsconfig-config/package.json +++ b/packages/tsconfig-config/package.json @@ -1,6 +1,6 @@ { "name": "@wayofdev/tsconfig-config", - "version": "3.0.3", + "version": "4.0.0", "private": false, "description": "A shareable tsconfig configuration for projects.", "keywords": [ @@ -35,7 +35,7 @@ "lint:fix": "eslint --ext .ts,.tsx,.js,.jsx,.mjs,.cjs,.mts,.cts --fix --cache --cache-location ../../.cache/eslint/tsconfig-config.eslintcache" }, "peerDependencies": { - "@wayofdev/lint-staged-config": "^2.1.4", + "@wayofdev/lint-staged-config": "^2.2.0", "typescript": "^5" }, "publishConfig": {