Compare commits

...

7 Commits

Author SHA1 Message Date
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
12 changed files with 460 additions and 395 deletions

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,18 @@
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [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

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/base-configs",
"version": "1.1.89",
"version": "1.1.92",
"description": "ivuorinen's shareable configurations meta package",
"author": {
"name": "Ismo Vuorinen",
@@ -28,10 +28,10 @@
},
"dependencies": {
"@ivuorinen/browserslist-config": "^0.2.6",
"@ivuorinen/commitlint-config": "^0.2.21",
"@ivuorinen/eslint-config": "^0.4.40",
"@ivuorinen/commitlint-config": "^0.2.22",
"@ivuorinen/eslint-config": "^0.4.41",
"@ivuorinen/markdownlint-config": "^0.2.7",
"@ivuorinen/prettier-config": "^0.2.10",
"@ivuorinen/prettier-config": "^0.2.12",
"@ivuorinen/semantic-release-config": "^0.2.22"
}
}

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

@@ -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.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

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/eslint-config",
"version": "0.4.40",
"version": "0.4.41",
"description": "ivuorinen's shareable configuration for ESLint.",
"author": {
"name": "Ismo Vuorinen",
@@ -38,13 +38,13 @@
"dependencies": {
"@ivuorinen/config-checker": "^1.1.3",
"eslint": "9.4.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-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

@@ -2,6 +2,18 @@
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [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.12",
"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

@@ -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.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.27",
"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"
}

773
yarn.lock

File diff suppressed because it is too large Load Diff