diff --git a/packages/base-configs/CHANGELOG.md b/packages/base-configs/CHANGELOG.md index e7f5c6a..cc7ed7a 100644 --- a/packages/base-configs/CHANGELOG.md +++ b/packages/base-configs/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2.0.27 (2025-02-23) + + +### Bug Fixes + +* **deps:** update globals to 16.0.0 ([#342](https://github.com/ivuorinen/base-configs/issues/342)) ([04b333b](https://github.com/ivuorinen/base-configs/commit/04b333b445b6beb4344d2f9102bb5d3dc72ae26a)) + + + + + ## [2.0.26](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@2.0.25...@ivuorinen/base-configs@2.0.26) (2025-02-20) **Note:** Version bump only for package @ivuorinen/base-configs diff --git a/packages/base-configs/package.json b/packages/base-configs/package.json index 416ac2c..5d074ee 100644 --- a/packages/base-configs/package.json +++ b/packages/base-configs/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/base-configs", - "version": "2.0.26", + "version": "2.0.27", "type": "module", "description": "ivuorinen's shareable configurations meta package", "author": { @@ -30,8 +30,8 @@ "dependencies": { "@ivuorinen/browserslist-config": "^0.4.4", "@ivuorinen/commitlint-config": "^0.3.8", - "@ivuorinen/eslint-config": "^0.5.9", - "@ivuorinen/markdownlint-config": "^0.3.11", + "@ivuorinen/eslint-config": "^0.5.10", + "@ivuorinen/markdownlint-config": "^0.3.12", "@ivuorinen/prettier-config": "^0.3.8", "@ivuorinen/semantic-release-config": "^0.3.9" } diff --git a/packages/browserslist-config/CHANGELOG.md b/packages/browserslist-config/CHANGELOG.md index 7ca751d..db75c0c 100644 --- a/packages/browserslist-config/CHANGELOG.md +++ b/packages/browserslist-config/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.4.9 (2025-02-23) + + +### Bug Fixes + +* **deps:** update globals to 16.0.0 ([#342](https://github.com/ivuorinen/base-configs/issues/342)) ([04b333b](https://github.com/ivuorinen/base-configs/commit/04b333b445b6beb4344d2f9102bb5d3dc72ae26a)) + + + + + ## [0.4.8](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/browserslist-config@0.4.7...@ivuorinen/browserslist-config@0.4.8) (2025-02-16) **Note:** Version bump only for package @ivuorinen/browserslist-config diff --git a/packages/browserslist-config/package.json b/packages/browserslist-config/package.json index 4d86982..b92a5ee 100644 --- a/packages/browserslist-config/package.json +++ b/packages/browserslist-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/browserslist-config", - "version": "0.4.8", + "version": "0.4.9", "description": "ivuorinen's shareable configuration for Browserslist.", "type": "module", "author": { @@ -43,7 +43,7 @@ "postinstall": "node scripts/postinstall.cjs" }, "dependencies": { - "@ivuorinen/config-checker": "^1.1.10", + "@ivuorinen/config-checker": "^1.1.11", "browserslist": "^4.24.2" }, "gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230" diff --git a/packages/commitlint-config/CHANGELOG.md b/packages/commitlint-config/CHANGELOG.md index 299f04d..a3025f5 100644 --- a/packages/commitlint-config/CHANGELOG.md +++ b/packages/commitlint-config/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.3.10 (2025-02-23) + + +### Bug Fixes + +* **deps:** update globals to 16.0.0 ([#342](https://github.com/ivuorinen/base-configs/issues/342)) ([04b333b](https://github.com/ivuorinen/base-configs/commit/04b333b445b6beb4344d2f9102bb5d3dc72ae26a)) + + + + + ## 0.3.9 (2025-01-17) diff --git a/packages/commitlint-config/package.json b/packages/commitlint-config/package.json index 075c59b..30225df 100644 --- a/packages/commitlint-config/package.json +++ b/packages/commitlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/commitlint-config", - "version": "0.3.9", + "version": "0.3.10", "type": "module", "description": "ivuorinen's shareable configuration for commitlint.", "author": { @@ -44,7 +44,7 @@ "dependencies": { "@commitlint/cli": "^19", "@commitlint/config-conventional": "^19", - "@ivuorinen/config-checker": "^1.1.10" + "@ivuorinen/config-checker": "^1.1.11" }, "peerDependencies": { "typescript": ">=4" diff --git a/packages/config-checker/CHANGELOG.md b/packages/config-checker/CHANGELOG.md index db19f82..187b557 100644 --- a/packages/config-checker/CHANGELOG.md +++ b/packages/config-checker/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.1.11 (2025-02-23) + + +### Bug Fixes + +* **deps:** update globals to 16.0.0 ([#342](https://github.com/ivuorinen/base-configs/issues/342)) ([04b333b](https://github.com/ivuorinen/base-configs/commit/04b333b445b6beb4344d2f9102bb5d3dc72ae26a)) + + + + + ## 1.1.10 (2025-01-17) diff --git a/packages/config-checker/package.json b/packages/config-checker/package.json index d9212cd..18ff801 100644 --- a/packages/config-checker/package.json +++ b/packages/config-checker/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/config-checker", - "version": "1.1.10", + "version": "1.1.11", "description": "Checks the commonly used configuration locations for configuration files", "keywords": [ "check-config", diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 5734c54..01882c9 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.5.10 (2025-02-23) + + +### Bug Fixes + +* **deps:** update globals to 16.0.0 ([#342](https://github.com/ivuorinen/base-configs/issues/342)) ([04b333b](https://github.com/ivuorinen/base-configs/commit/04b333b445b6beb4344d2f9102bb5d3dc72ae26a)) + + + + + ## 0.5.9 (2025-01-17) diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index c7c4363..e63aee0 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/eslint-config", - "version": "0.5.9", + "version": "0.5.10", "description": "ivuorinen's shareable configuration for ESLint.", "author": { "name": "Ismo Vuorinen", @@ -52,7 +52,7 @@ }, "dependencies": { "@eslint/js": "^9", - "@ivuorinen/config-checker": "^1.1.10", + "@ivuorinen/config-checker": "^1.1.11", "eslint": "^9.15.0", "eslint-config-eslint": "^11", "eslint-config-prettier": "^10.0.0", diff --git a/packages/markdownlint-config/CHANGELOG.md b/packages/markdownlint-config/CHANGELOG.md index 29e13c1..0475aaa 100644 --- a/packages/markdownlint-config/CHANGELOG.md +++ b/packages/markdownlint-config/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.3.12 (2025-02-23) + + +### Bug Fixes + +* **deps:** update globals to 16.0.0 ([#342](https://github.com/ivuorinen/base-configs/issues/342)) ([04b333b](https://github.com/ivuorinen/base-configs/commit/04b333b445b6beb4344d2f9102bb5d3dc72ae26a)) + + + + + ## [0.3.11](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/markdownlint-config@0.3.10...@ivuorinen/markdownlint-config@0.3.11) (2025-01-28) diff --git a/packages/markdownlint-config/package.json b/packages/markdownlint-config/package.json index 90169a5..95c38ae 100644 --- a/packages/markdownlint-config/package.json +++ b/packages/markdownlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/markdownlint-config", - "version": "0.3.11", + "version": "0.3.12", "type": "module", "description": "ivuorinen's shareable configuration for markdownlint.", "author": { @@ -37,7 +37,7 @@ "postinstall": "node scripts/postinstall.cjs" }, "dependencies": { - "@ivuorinen/config-checker": "^1.1.10", + "@ivuorinen/config-checker": "^1.1.11", "markdownlint-cli": "^0.44.0" }, "gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230" diff --git a/packages/prettier-config/CHANGELOG.md b/packages/prettier-config/CHANGELOG.md index 1977243..1679267 100644 --- a/packages/prettier-config/CHANGELOG.md +++ b/packages/prettier-config/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.3.10 (2025-02-23) + + +### Bug Fixes + +* **deps:** update globals to 16.0.0 ([#342](https://github.com/ivuorinen/base-configs/issues/342)) ([04b333b](https://github.com/ivuorinen/base-configs/commit/04b333b445b6beb4344d2f9102bb5d3dc72ae26a)) + + + + + ## 0.3.9 (2025-01-17) diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index a85254c..7967a93 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/prettier-config", - "version": "0.3.9", + "version": "0.3.10", "type": "module", "description": "ivuorinen's shareable configuration for Prettier.", "author": { @@ -43,7 +43,7 @@ "postinstall": "node scripts/postinstall.cjs" }, "dependencies": { - "@ivuorinen/config-checker": "^1.1.10", + "@ivuorinen/config-checker": "^1.1.11", "prettier": "^3" }, "gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230" diff --git a/packages/semantic-release-config/CHANGELOG.md b/packages/semantic-release-config/CHANGELOG.md index 5cc6f1d..335e374 100644 --- a/packages/semantic-release-config/CHANGELOG.md +++ b/packages/semantic-release-config/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.3.15 (2025-02-23) + + +### Bug Fixes + +* **deps:** update globals to 16.0.0 ([#342](https://github.com/ivuorinen/base-configs/issues/342)) ([04b333b](https://github.com/ivuorinen/base-configs/commit/04b333b445b6beb4344d2f9102bb5d3dc72ae26a)) + + + + + ## [0.3.14](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/semantic-release-config@0.3.13...@ivuorinen/semantic-release-config@0.3.14) (2025-02-17) **Note:** Version bump only for package @ivuorinen/semantic-release-config diff --git a/packages/semantic-release-config/package.json b/packages/semantic-release-config/package.json index cca10ba..e98242a 100644 --- a/packages/semantic-release-config/package.json +++ b/packages/semantic-release-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/semantic-release-config", - "version": "0.3.14", + "version": "0.3.15", "description": "ivuorinen's shareable configuration for semantic-release.", "author": { "name": "Ismo Vuorinen", @@ -43,7 +43,7 @@ "postinstall": "node scripts/postinstall.cjs" }, "dependencies": { - "@ivuorinen/config-checker": "^1.1.10", + "@ivuorinen/config-checker": "^1.1.11", "@semantic-release/changelog": "^6", "@semantic-release/git": "^10", "semantic-release": "^24" diff --git a/packages/stylelint-config/CHANGELOG.md b/packages/stylelint-config/CHANGELOG.md index cac3dfa..a909d59 100644 --- a/packages/stylelint-config/CHANGELOG.md +++ b/packages/stylelint-config/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.3.14 (2025-02-23) + + +### Bug Fixes + +* **deps:** update globals to 16.0.0 ([#342](https://github.com/ivuorinen/base-configs/issues/342)) ([04b333b](https://github.com/ivuorinen/base-configs/commit/04b333b445b6beb4344d2f9102bb5d3dc72ae26a)) + + + + + ## 0.3.13 (2025-01-17) diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index 986290b..3911413 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@ivuorinen/stylelint-config", - "version": "0.3.13", + "version": "0.3.14", "type": "module", "description": "ivuorinen's shareable configuration for stylelint.", "author": { @@ -53,7 +53,7 @@ "postinstall": "node scripts/postinstall.cjs" }, "dependencies": { - "@ivuorinen/config-checker": "^1.1.10", + "@ivuorinen/config-checker": "^1.1.11", "postcss": "^8", "stylelint": "^16", "stylelint-config-recommended-scss": "^14",