Compare commits

..

14 Commits

Author SHA1 Message Date
ivuorinen
b90fcbf1e1 chore(release): publish
- @ivuorinen/base-configs@1.1.94
 - @ivuorinen/eslint-config@0.4.42
 - @ivuorinen/markdownlint-config@0.2.8
 - @ivuorinen/prettier-config@0.2.13
 - @ivuorinen/stylelint-config@0.2.28
2024-06-14 08:01:56 +00:00
Ismo Vuorinen
1bc3b6d57f chore: update packages, and .gitignore 2024-06-14 11:01:18 +03:00
renovate[bot]
7076b97c97 chore(deps): update actions/checkout action to v4.1.7
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-13 04:52:01 +00:00
renovate[bot]
1849c6aa13 chore(release): publish
- @ivuorinen/base-configs@1.1.93
 - @ivuorinen/browserslist-config@0.2.7
2024-06-12 03:17:50 +00:00
renovate[bot]
4b590e3f27 fix(deps): update dependency browserslist to v4.23.1
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-12 03:17:14 +00:00
renovate[bot]
96227c70de chore(release): publish
- @ivuorinen/base-configs@1.1.92
 - @ivuorinen/prettier-config@0.2.12
 - @ivuorinen/stylelint-config@0.2.27
2024-06-06 23:02:36 +00:00
renovate[bot]
ed302acd4e fix(deps): update devdependencies (patch)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-06 23:01:59 +00:00
ivuorinen
fcd89e8e78 chore(release): publish
- @ivuorinen/base-configs@1.1.91
 - @ivuorinen/prettier-config@0.2.11
2024-06-05 08:19:48 +00:00
renovate[bot]
e7e39f9e31 fix(deps): update dependency prettier to v3.3.0 (#258) 2024-06-05 11:19:13 +03:00
ivuorinen
89e06f68bd chore(release): publish
- @ivuorinen/base-configs@1.1.90
 - @ivuorinen/commitlint-config@0.2.22
 - @ivuorinen/eslint-config@0.4.41
2024-06-04 10:04:56 +00:00
Ismo Vuorinen
c23740e4ac chore(deps): update deps 2024-06-04 13:04:15 +03:00
Ismo Vuorinen
deffbca8b1 chore(deps): add @types/node, typescript >=4 2024-06-04 12:56:49 +03:00
ivuorinen
f18152967b chore(release): publish
- @ivuorinen/base-configs@1.1.89
 - @ivuorinen/eslint-config@0.4.40
2024-06-04 09:41:35 +00:00
renovate[bot]
59fa4e7d44 fix(deps): update dependency eslint to v9.4.0 (#256)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-04 12:40:58 +03:00
23 changed files with 589 additions and 467 deletions

View File

@@ -24,7 +24,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.6
uses: actions/checkout@v4.1.7
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL

View File

@@ -17,7 +17,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4.1.6
uses: actions/checkout@v4.1.7
with:
fetch-depth: 0

15
.gitignore vendored
View File

@@ -1 +1,16 @@
node_modules
packages/**/.browserslistrc
packages/**/.commitlintrc.json
packages/**/.eslintrc.json
packages/**/.markdownlint.json
packages/**/.prettierrc.json
packages/**/.releaserc.json
packages/**/.stylelintrc.json
!packages/browserslist-config/.browserslistrc
!packages/commitlint-config/.commitlintrc.json
!packages/eslint-config/.eslintrc.json
!packages/markdownlint-config/.markdownlint.json
!packages/prettier-config/.prettierrc.json
!packages/release-config/.releaserc.json
!packages/stylelint-config/.stylelintrc.json

View File

@@ -71,5 +71,9 @@
"prettier": "^3.0.0",
"simple-git-hooks": "^2.8.1"
},
"packageManager": "yarn@1.22.22+sha256.c17d3797fb9a9115bf375e31bfd30058cac6bc9c3b8807a3d8cb2094794b51ca"
"packageManager": "yarn@1.22.22+sha256.c17d3797fb9a9115bf375e31bfd30058cac6bc9c3b8807a3d8cb2094794b51ca",
"dependencies": {
"@types/node": "*",
"typescript": ">=4"
}
}

View File

@@ -2,6 +2,30 @@
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.1.94](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.93...@ivuorinen/base-configs@1.1.94) (2024-06-14)
**Note:** Version bump only for package @ivuorinen/base-configs
## [1.1.93](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.92...@ivuorinen/base-configs@1.1.93) (2024-06-12)
**Note:** Version bump only for package @ivuorinen/base-configs
## [1.1.92](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.91...@ivuorinen/base-configs@1.1.92) (2024-06-06)
**Note:** Version bump only for package @ivuorinen/base-configs
## [1.1.91](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.90...@ivuorinen/base-configs@1.1.91) (2024-06-05)
**Note:** Version bump only for package @ivuorinen/base-configs
## [1.1.90](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.89...@ivuorinen/base-configs@1.1.90) (2024-06-04)
**Note:** Version bump only for package @ivuorinen/base-configs
## [1.1.89](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.88...@ivuorinen/base-configs@1.1.89) (2024-06-04)
**Note:** Version bump only for package @ivuorinen/base-configs
## [1.1.88](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/base-configs@1.1.87...@ivuorinen/base-configs@1.1.88) (2024-06-04)
**Note:** Version bump only for package @ivuorinen/base-configs

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/base-configs",
"version": "1.1.88",
"version": "1.1.94",
"description": "ivuorinen's shareable configurations meta package",
"author": {
"name": "Ismo Vuorinen",
@@ -27,11 +27,12 @@
"url": "git+https://github.com/ivuorinen/base-configs.git"
},
"dependencies": {
"@ivuorinen/browserslist-config": "^0.2.6",
"@ivuorinen/commitlint-config": "^0.2.21",
"@ivuorinen/eslint-config": "^0.4.39",
"@ivuorinen/markdownlint-config": "^0.2.7",
"@ivuorinen/prettier-config": "^0.2.10",
"@ivuorinen/semantic-release-config": "^0.2.22"
"@ivuorinen/browserslist-config": "^0.2.7",
"@ivuorinen/commitlint-config": "^0.2.22",
"@ivuorinen/eslint-config": "^0.4.42",
"@ivuorinen/markdownlint-config": "^0.2.8",
"@ivuorinen/prettier-config": "^0.2.13",
"@ivuorinen/semantic-release-config": "^0.2.22",
"eslint-plugin-n": "^17.0.0"
}
}

View File

@@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.2.7](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/browserslist-config@0.2.6...@ivuorinen/browserslist-config@0.2.7) (2024-06-12)
### Bug Fixes
- **deps:** update dependency browserslist to v4.23.1 ([4b590e3](https://github.com/ivuorinen/base-configs/commit/4b590e3f27b218d3f9ca761c9c026909c5dfff0c))
## [0.2.6](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/browserslist-config@0.2.5...@ivuorinen/browserslist-config@0.2.6) (2024-05-05)
**Note:** Version bump only for package @ivuorinen/browserslist-config

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/browserslist-config",
"version": "0.2.6",
"version": "0.2.7",
"description": "ivuorinen's shareable configuration for Browserslist.",
"author": {
"name": "Ismo Vuorinen",
@@ -37,7 +37,7 @@
},
"dependencies": {
"@ivuorinen/config-checker": "^1.1.3",
"browserslist": "4.23.0"
"browserslist": "4.23.1"
},
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"
}

View File

@@ -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.
## [0.2.22](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/commitlint-config@0.2.21...@ivuorinen/commitlint-config@0.2.22) (2024-06-04)
**Note:** Version bump only for package @ivuorinen/commitlint-config
## [0.2.21](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/commitlint-config@0.2.20...@ivuorinen/commitlint-config@0.2.21) (2024-05-05)
**Note:** Version bump only for package @ivuorinen/commitlint-config

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/commitlint-config",
"version": "0.2.21",
"version": "0.2.22",
"description": "ivuorinen's shareable configuration for commitlint.",
"author": {
"name": "Ismo Vuorinen",
@@ -37,7 +37,9 @@
"dependencies": {
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.2.2",
"@ivuorinen/config-checker": "^1.1.3"
"@ivuorinen/config-checker": "^1.1.3",
"@types/node": "*",
"typescript": ">=4"
},
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"
}

View File

@@ -0,0 +1,5 @@
{
"extends": [
"@ivuorinen"
]
}

View File

@@ -2,6 +2,20 @@
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.4.42](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.4.41...@ivuorinen/eslint-config@0.4.42) (2024-06-14)
**Note:** Version bump only for package @ivuorinen/eslint-config
## [0.4.41](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.4.40...@ivuorinen/eslint-config@0.4.41) (2024-06-04)
**Note:** Version bump only for package @ivuorinen/eslint-config
## [0.4.40](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.4.39...@ivuorinen/eslint-config@0.4.40) (2024-06-04)
### Bug Fixes
- **deps:** update dependency eslint to v9.4.0 ([#256](https://github.com/ivuorinen/base-configs/issues/256)) ([59fa4e7](https://github.com/ivuorinen/base-configs/commit/59fa4e7d44aa40bbd094b1791a109dc68629f461))
## [0.4.39](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.4.38...@ivuorinen/eslint-config@0.4.39) (2024-05-31)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/eslint-config",
"version": "0.4.39",
"version": "0.4.42",
"description": "ivuorinen's shareable configuration for ESLint.",
"author": {
"name": "Ismo Vuorinen",
@@ -37,14 +37,14 @@
},
"dependencies": {
"@ivuorinen/config-checker": "^1.1.3",
"eslint": "9.3.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "28.5.0",
"eslint-plugin-n": "17.7.0",
"eslint-plugin-promise": "6.2.0",
"eslint-plugin-sonarjs": "1.0.3"
"eslint": "9.4.0",
"eslint-config-prettier": "^9",
"eslint-config-standard": "^17",
"eslint-plugin-import": "^2",
"eslint-plugin-jest": "^28",
"eslint-plugin-n": "^17",
"eslint-plugin-promise": "^6",
"eslint-plugin-sonarjs": "^1"
},
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"
}

View File

@@ -0,0 +1,3 @@
{
"extends": "@ivuorinen/markdownlint-config"
}

View File

@@ -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.
## [0.2.8](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/markdownlint-config@0.2.7...@ivuorinen/markdownlint-config@0.2.8) (2024-06-14)
**Note:** Version bump only for package @ivuorinen/markdownlint-config
## [0.2.7](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/markdownlint-config@0.2.6...@ivuorinen/markdownlint-config@0.2.7) (2024-05-29)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/markdownlint-config",
"version": "0.2.7",
"version": "0.2.8",
"description": "ivuorinen's shareable configuration for markdownlint.",
"author": {
"name": "Ismo Vuorinen",

View File

@@ -0,0 +1 @@
"@ivuorinen/prettier-config"

View File

@@ -2,6 +2,22 @@
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.2.13](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/prettier-config@0.2.12...@ivuorinen/prettier-config@0.2.13) (2024-06-14)
**Note:** Version bump only for package @ivuorinen/prettier-config
## [0.2.12](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/prettier-config@0.2.11...@ivuorinen/prettier-config@0.2.12) (2024-06-06)
### Bug Fixes
- **deps:** update devdependencies (patch) ([ed302ac](https://github.com/ivuorinen/base-configs/commit/ed302acd4e4671eb21e20c3fbb053e6c989c203b))
## [0.2.11](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/prettier-config@0.2.10...@ivuorinen/prettier-config@0.2.11) (2024-06-05)
### Bug Fixes
- **deps:** update dependency prettier to v3.3.0 ([#258](https://github.com/ivuorinen/base-configs/issues/258)) ([e7e39f9](https://github.com/ivuorinen/base-configs/commit/e7e39f9e3140ea574340ac66a777f3cd49fbf4b4))
## [0.2.10](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/prettier-config@0.2.9...@ivuorinen/prettier-config@0.2.10) (2024-05-05)
**Note:** Version bump only for package @ivuorinen/prettier-config

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/prettier-config",
"version": "0.2.10",
"version": "0.2.13",
"description": "ivuorinen's shareable configuration for Prettier.",
"author": {
"name": "Ismo Vuorinen",
@@ -37,7 +37,7 @@
},
"dependencies": {
"@ivuorinen/config-checker": "^1.1.3",
"prettier": "3.2.5"
"prettier": "3.3.1"
},
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"
}

View File

@@ -0,0 +1,5 @@
{
"extends": [
"@ivuorinen/stylelint-config/css"
]
}

View File

@@ -2,6 +2,16 @@
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.2.28](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.2.27...@ivuorinen/stylelint-config@0.2.28) (2024-06-14)
**Note:** Version bump only for package @ivuorinen/stylelint-config
## [0.2.27](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.2.26...@ivuorinen/stylelint-config@0.2.27) (2024-06-06)
### Bug Fixes
- **deps:** update devdependencies (patch) ([ed302ac](https://github.com/ivuorinen/base-configs/commit/ed302acd4e4671eb21e20c3fbb053e6c989c203b))
## [0.2.26](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.2.25...@ivuorinen/stylelint-config@0.2.26) (2024-06-01)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/stylelint-config",
"version": "0.2.26",
"version": "0.2.28",
"description": "ivuorinen's shareable configuration for stylelint.",
"author": {
"name": "Ismo Vuorinen",
@@ -43,7 +43,7 @@
"stylelint-config-recommended-scss": "14.0.0",
"stylelint-config-standard": "36.0.0",
"stylelint-order": "6.0.4",
"stylelint-scss": "6.3.0"
"stylelint-scss": "6.3.1"
},
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"
}

886
yarn.lock

File diff suppressed because it is too large Load Diff