mirror of
https://github.com/ivuorinen/base-configs.git
synced 2026-01-26 03:03:59 +00:00
chore(release): publish
- @ivuorinen/base-configs@2.0.12 - @ivuorinen/browserslist-config@0.4.1 - @ivuorinen/commitlint-config@0.3.7 - @ivuorinen/config-checker@1.1.9 - @ivuorinen/eslint-config@0.5.8 - @ivuorinen/markdownlint-config@0.3.8 - @ivuorinen/prettier-config@0.3.7 - @ivuorinen/semantic-release-config@0.3.8 - @ivuorinen/stylelint-config@0.3.7
This commit is contained in:
@@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## 2.0.12 (2024-11-25)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @ivuorinen/base-configs
|
||||||
|
|
||||||
## [2.0.11](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@2.0.10...@ivuorinen/base-configs@2.0.11) (2024-11-24)
|
## [2.0.11](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@2.0.10...@ivuorinen/base-configs@2.0.11) (2024-11-24)
|
||||||
|
|
||||||
**Note:** Version bump only for package @ivuorinen/base-configs
|
**Note:** Version bump only for package @ivuorinen/base-configs
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ivuorinen/base-configs",
|
"name": "@ivuorinen/base-configs",
|
||||||
"version": "2.0.11",
|
"version": "2.0.12",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "ivuorinen's shareable configurations meta package",
|
"description": "ivuorinen's shareable configurations meta package",
|
||||||
"author": {
|
"author": {
|
||||||
@@ -28,11 +28,11 @@
|
|||||||
"url": "git+https://github.com/ivuorinen/base-configs.git"
|
"url": "git+https://github.com/ivuorinen/base-configs.git"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ivuorinen/browserslist-config": "^0.4.0",
|
"@ivuorinen/browserslist-config": "^0.4.1",
|
||||||
"@ivuorinen/commitlint-config": "^0.3.6",
|
"@ivuorinen/commitlint-config": "^0.3.7",
|
||||||
"@ivuorinen/eslint-config": "^0.5.7",
|
"@ivuorinen/eslint-config": "^0.5.8",
|
||||||
"@ivuorinen/markdownlint-config": "^0.3.7",
|
"@ivuorinen/markdownlint-config": "^0.3.8",
|
||||||
"@ivuorinen/prettier-config": "^0.3.6",
|
"@ivuorinen/prettier-config": "^0.3.7",
|
||||||
"@ivuorinen/semantic-release-config": "^0.3.7"
|
"@ivuorinen/semantic-release-config": "^0.3.8"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## 0.4.1 (2024-11-25)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @ivuorinen/browserslist-config
|
||||||
|
|
||||||
# [0.4.0](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/browserslist-config@0.3.4...@ivuorinen/browserslist-config@0.4.0) (2024-11-24)
|
# [0.4.0](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/browserslist-config@0.3.4...@ivuorinen/browserslist-config@0.4.0) (2024-11-24)
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ivuorinen/browserslist-config",
|
"name": "@ivuorinen/browserslist-config",
|
||||||
"version": "0.4.0",
|
"version": "0.4.1",
|
||||||
"description": "ivuorinen's shareable configuration for Browserslist.",
|
"description": "ivuorinen's shareable configuration for Browserslist.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"author": {
|
"author": {
|
||||||
@@ -43,7 +43,7 @@
|
|||||||
"postinstall": "node scripts/postinstall.cjs"
|
"postinstall": "node scripts/postinstall.cjs"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ivuorinen/config-checker": "^1.1.8",
|
"@ivuorinen/config-checker": "^1.1.9",
|
||||||
"browserslist": "^4.24.2"
|
"browserslist": "^4.24.2"
|
||||||
},
|
},
|
||||||
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"
|
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"
|
||||||
|
|||||||
@@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## 0.3.7 (2024-11-25)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @ivuorinen/commitlint-config
|
||||||
|
|
||||||
## [0.3.6](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/commitlint-config@0.3.5...@ivuorinen/commitlint-config@0.3.6) (2024-11-24)
|
## [0.3.6](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/commitlint-config@0.3.5...@ivuorinen/commitlint-config@0.3.6) (2024-11-24)
|
||||||
|
|
||||||
**Note:** Version bump only for package @ivuorinen/commitlint-config
|
**Note:** Version bump only for package @ivuorinen/commitlint-config
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ivuorinen/commitlint-config",
|
"name": "@ivuorinen/commitlint-config",
|
||||||
"version": "0.3.6",
|
"version": "0.3.7",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "ivuorinen's shareable configuration for commitlint.",
|
"description": "ivuorinen's shareable configuration for commitlint.",
|
||||||
"author": {
|
"author": {
|
||||||
@@ -44,7 +44,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@commitlint/cli": "^19",
|
"@commitlint/cli": "^19",
|
||||||
"@commitlint/config-conventional": "^19",
|
"@commitlint/config-conventional": "^19",
|
||||||
"@ivuorinen/config-checker": "^1.1.8"
|
"@ivuorinen/config-checker": "^1.1.9"
|
||||||
},
|
},
|
||||||
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"
|
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## 1.1.9 (2024-11-25)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @ivuorinen/config-checker
|
||||||
|
|
||||||
## 1.1.8 (2024-11-16)
|
## 1.1.8 (2024-11-16)
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ivuorinen/config-checker",
|
"name": "@ivuorinen/config-checker",
|
||||||
"version": "1.1.8",
|
"version": "1.1.9",
|
||||||
"description": "Checks the commonly used configuration locations for configuration files",
|
"description": "Checks the commonly used configuration locations for configuration files",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"check-config",
|
"check-config",
|
||||||
|
|||||||
@@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## 0.5.8 (2024-11-25)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @ivuorinen/eslint-config
|
||||||
|
|
||||||
## [0.5.7](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.5.6...@ivuorinen/eslint-config@0.5.7) (2024-11-24)
|
## [0.5.7](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.5.6...@ivuorinen/eslint-config@0.5.7) (2024-11-24)
|
||||||
|
|
||||||
**Note:** Version bump only for package @ivuorinen/eslint-config
|
**Note:** Version bump only for package @ivuorinen/eslint-config
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ivuorinen/eslint-config",
|
"name": "@ivuorinen/eslint-config",
|
||||||
"version": "0.5.7",
|
"version": "0.5.8",
|
||||||
"description": "ivuorinen's shareable configuration for ESLint.",
|
"description": "ivuorinen's shareable configuration for ESLint.",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Ismo Vuorinen",
|
"name": "Ismo Vuorinen",
|
||||||
@@ -52,7 +52,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@eslint/js": "^9",
|
"@eslint/js": "^9",
|
||||||
"@ivuorinen/config-checker": "^1.1.8",
|
"@ivuorinen/config-checker": "^1.1.9",
|
||||||
"eslint": "^9.15.0",
|
"eslint": "^9.15.0",
|
||||||
"eslint-config-eslint": "^11",
|
"eslint-config-eslint": "^11",
|
||||||
"eslint-config-prettier": "^9",
|
"eslint-config-prettier": "^9",
|
||||||
|
|||||||
@@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## 0.3.8 (2024-11-25)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @ivuorinen/markdownlint-config
|
||||||
|
|
||||||
## [0.3.7](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/markdownlint-config@0.3.6...@ivuorinen/markdownlint-config@0.3.7) (2024-11-24)
|
## [0.3.7](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/markdownlint-config@0.3.6...@ivuorinen/markdownlint-config@0.3.7) (2024-11-24)
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ivuorinen/markdownlint-config",
|
"name": "@ivuorinen/markdownlint-config",
|
||||||
"version": "0.3.7",
|
"version": "0.3.8",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "ivuorinen's shareable configuration for markdownlint.",
|
"description": "ivuorinen's shareable configuration for markdownlint.",
|
||||||
"author": {
|
"author": {
|
||||||
@@ -37,7 +37,7 @@
|
|||||||
"postinstall": "node scripts/postinstall.cjs"
|
"postinstall": "node scripts/postinstall.cjs"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ivuorinen/config-checker": "^1.1.8",
|
"@ivuorinen/config-checker": "^1.1.9",
|
||||||
"markdownlint-cli": "^0.43.0"
|
"markdownlint-cli": "^0.43.0"
|
||||||
},
|
},
|
||||||
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"
|
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"
|
||||||
|
|||||||
@@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## 0.3.7 (2024-11-25)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @ivuorinen/prettier-config
|
||||||
|
|
||||||
## [0.3.6](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/prettier-config@0.3.5...@ivuorinen/prettier-config@0.3.6) (2024-11-24)
|
## [0.3.6](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/prettier-config@0.3.5...@ivuorinen/prettier-config@0.3.6) (2024-11-24)
|
||||||
|
|
||||||
**Note:** Version bump only for package @ivuorinen/prettier-config
|
**Note:** Version bump only for package @ivuorinen/prettier-config
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ivuorinen/prettier-config",
|
"name": "@ivuorinen/prettier-config",
|
||||||
"version": "0.3.6",
|
"version": "0.3.7",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "ivuorinen's shareable configuration for Prettier.",
|
"description": "ivuorinen's shareable configuration for Prettier.",
|
||||||
"author": {
|
"author": {
|
||||||
@@ -43,7 +43,7 @@
|
|||||||
"postinstall": "node scripts/postinstall.cjs"
|
"postinstall": "node scripts/postinstall.cjs"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ivuorinen/config-checker": "^1.1.8",
|
"@ivuorinen/config-checker": "^1.1.9",
|
||||||
"prettier": "^3"
|
"prettier": "^3"
|
||||||
},
|
},
|
||||||
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"
|
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"
|
||||||
|
|||||||
@@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## 0.3.8 (2024-11-25)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @ivuorinen/semantic-release-config
|
||||||
|
|
||||||
## [0.3.7](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/semantic-release-config@0.3.6...@ivuorinen/semantic-release-config@0.3.7) (2024-11-24)
|
## [0.3.7](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/semantic-release-config@0.3.6...@ivuorinen/semantic-release-config@0.3.7) (2024-11-24)
|
||||||
|
|
||||||
**Note:** Version bump only for package @ivuorinen/semantic-release-config
|
**Note:** Version bump only for package @ivuorinen/semantic-release-config
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ivuorinen/semantic-release-config",
|
"name": "@ivuorinen/semantic-release-config",
|
||||||
"version": "0.3.7",
|
"version": "0.3.8",
|
||||||
"description": "ivuorinen's shareable configuration for semantic-release.",
|
"description": "ivuorinen's shareable configuration for semantic-release.",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Ismo Vuorinen",
|
"name": "Ismo Vuorinen",
|
||||||
@@ -43,7 +43,7 @@
|
|||||||
"postinstall": "node scripts/postinstall.cjs"
|
"postinstall": "node scripts/postinstall.cjs"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ivuorinen/config-checker": "^1.1.8",
|
"@ivuorinen/config-checker": "^1.1.9",
|
||||||
"@semantic-release/changelog": "^6",
|
"@semantic-release/changelog": "^6",
|
||||||
"@semantic-release/git": "^10",
|
"@semantic-release/git": "^10",
|
||||||
"semantic-release": "^24"
|
"semantic-release": "^24"
|
||||||
|
|||||||
@@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||||
|
|
||||||
|
## 0.3.7 (2024-11-25)
|
||||||
|
|
||||||
|
**Note:** Version bump only for package @ivuorinen/stylelint-config
|
||||||
|
|
||||||
## [0.3.6](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.3.5...@ivuorinen/stylelint-config@0.3.6) (2024-11-24)
|
## [0.3.6](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.3.5...@ivuorinen/stylelint-config@0.3.6) (2024-11-24)
|
||||||
|
|
||||||
**Note:** Version bump only for package @ivuorinen/stylelint-config
|
**Note:** Version bump only for package @ivuorinen/stylelint-config
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ivuorinen/stylelint-config",
|
"name": "@ivuorinen/stylelint-config",
|
||||||
"version": "0.3.6",
|
"version": "0.3.7",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "ivuorinen's shareable configuration for stylelint.",
|
"description": "ivuorinen's shareable configuration for stylelint.",
|
||||||
"author": {
|
"author": {
|
||||||
@@ -53,7 +53,7 @@
|
|||||||
"postinstall": "node scripts/postinstall.cjs"
|
"postinstall": "node scripts/postinstall.cjs"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ivuorinen/config-checker": "^1.1.8",
|
"@ivuorinen/config-checker": "^1.1.9",
|
||||||
"postcss": "^8",
|
"postcss": "^8",
|
||||||
"stylelint": "^16",
|
"stylelint": "^16",
|
||||||
"stylelint-config-recommended-scss": "^14",
|
"stylelint-config-recommended-scss": "^14",
|
||||||
|
|||||||
Reference in New Issue
Block a user