Compare commits

...

12 Commits

Author SHA1 Message Date
ivuorinen
f9d5519e0e chore(release): publish
- @ivuorinen/commitlint-config@0.1.5
2023-06-25 10:25:52 +00:00
renovate[bot]
5b31615647 fix(deps): update devdependencies (patch) to v17.6.6 (#48) 2023-06-25 13:25:26 +03:00
ivuorinen
c940eeed58 chore(release): publish
- @ivuorinen/stylelint-config@0.1.18
2023-06-25 10:24:13 +00:00
renovate[bot]
fde55eb3a7 fix(deps): update dependency stylelint to v15.9.0 (#49) 2023-06-25 13:23:47 +03:00
ivuorinen
791400534a chore(release): publish
- @ivuorinen/eslint-config@0.1.8
 - @ivuorinen/markdownlint-config@0.1.3
 - @ivuorinen/stylelint-config@0.1.17
2023-06-24 19:57:30 +00:00
b55c710ada fix(lerna): lerna bootstrap commands 2023-06-24 22:56:47 +03:00
99225f7f7a fix(lerna): updated lerna bootstrap commands 2023-06-24 22:42:17 +03:00
renovate[bot]
c26556c56a chore(deps): update dependency lerna to v7 (#40)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-24 22:22:49 +03:00
renovate[bot]
8b89329e5c fix(deps): update dependency eslint-plugin-jest to v27.2.2
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-23 01:26:06 +00:00
renovate[bot]
2c2fa4eee7 fix(deps): update dependency stylelint to v15.8.0 (#46) 2023-06-21 13:38:31 +03:00
renovate[bot]
e7f5fc5ce0 fix(deps): update dependency markdownlint-cli to v0.35.0 (#45) 2023-06-21 13:36:22 +03:00
renovate[bot]
dc93d70ec6 fix(deps): update dependency eslint to v8.43.0 (#44) 2023-06-21 13:35:04 +03:00
10 changed files with 516 additions and 1080 deletions

View File

@@ -42,8 +42,8 @@
"deps:update": "lernaupdate",
"eslint:fix": "eslint --format=pretty '**/*.{js,tsx,ts}' --fix",
"eslint:report": "eslint --format=pretty '**/*.{js,tsx,ts}'",
"lerna:bootstrap:ci": "lerna bootstrap -- --frozen-lockfile --ignore-engines",
"lerna:bootstrap": "lerna bootstrap",
"lerna:bootstrap:ci": "yarn --frozen-lockfile --ignore-engines",
"lerna:bootstrap": "yarn",
"lerna:publish": "lerna publish from-package",
"lerna:version": "lerna version",
"markdownlint:fix": "markdownlint '**/*.md' --fix",
@@ -64,9 +64,9 @@
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-sonarjs": "^0.19.0",
"eslint-plugin-unicorn": "^47.0.0",
"lerna": "^6.1.0",
"lerna": "^7.0.0",
"lerna-update-wizard": "^1.1.2",
"markdownlint-cli": "^0.34.0",
"markdownlint-cli": "^0.35.0",
"prettier": "^2.8.0",
"simple-git-hooks": "^2.8.1"
}

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.1.5](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/commitlint-config@0.1.4...@ivuorinen/commitlint-config@0.1.5) (2023-06-25)
### Bug Fixes
- **deps:** update devdependencies (patch) to v17.6.6 ([#48](https://github.com/ivuorinen/base-configs/issues/48)) ([5b31615](https://github.com/ivuorinen/base-configs/commit/5b31615647a369b70b7272cf4527d3e8d1fc386a))
## [0.1.4](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/commitlint-config@0.1.3...@ivuorinen/commitlint-config@0.1.4) (2023-06-03)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/commitlint-config",
"version": "0.1.4",
"version": "0.1.5",
"description": "ivuorinen's shareable configuration for commitlint.",
"author": {
"name": "Ismo Vuorinen",
@@ -37,8 +37,8 @@
"postinstall": "node scripts/postinstall.js"
},
"dependencies": {
"@commitlint/cli": "17.6.5",
"@commitlint/config-conventional": "17.6.5"
"@commitlint/cli": "17.6.6",
"@commitlint/config-conventional": "17.6.6"
},
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"
}

View File

@@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.1.8](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.1.7...@ivuorinen/eslint-config@0.1.8) (2023-06-24)
### Bug Fixes
- **deps:** update dependency eslint to v8.43.0 ([#44](https://github.com/ivuorinen/base-configs/issues/44)) ([dc93d70](https://github.com/ivuorinen/base-configs/commit/dc93d70ec67d0e47ae5cf12f01b4fbb275405e00))
- **deps:** update dependency eslint-plugin-jest to v27.2.2 ([8b89329](https://github.com/ivuorinen/base-configs/commit/8b89329e5cb20d05987bf9f30eecb96d7538a1b2))
## [0.1.7](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.1.6...@ivuorinen/eslint-config@0.1.7) (2023-06-07)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/eslint-config",
"version": "0.1.7",
"version": "0.1.8",
"description": "ivuorinen's shareable configuration for ESLint.",
"author": {
"name": "Ismo Vuorinen",
@@ -38,11 +38,11 @@
"postinstall": "node scripts/postinstall.js"
},
"dependencies": {
"eslint": "8.42.0",
"eslint": "8.43.0",
"eslint-config-prettier": "8.8.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "27.2.1",
"eslint-plugin-jest": "27.2.2",
"eslint-plugin-n": "16.0.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-promise": "6.1.1",

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.1.3](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/markdownlint-config@0.1.2...@ivuorinen/markdownlint-config@0.1.3) (2023-06-24)
### Bug Fixes
- **deps:** update dependency markdownlint-cli to v0.35.0 ([#45](https://github.com/ivuorinen/base-configs/issues/45)) ([e7f5fc5](https://github.com/ivuorinen/base-configs/commit/e7f5fc5ce0a3ea73d3c395a2667b53a57d21e205))
## [0.1.2](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/markdownlint-config@0.1.1...@ivuorinen/markdownlint-config@0.1.2) (2023-05-05)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/markdownlint-config",
"version": "0.1.2",
"version": "0.1.3",
"description": "ivuorinen's shareable configuration for markdownlint.",
"author": {
"name": "Ismo Vuorinen",
@@ -38,7 +38,7 @@
"postinstall": "node scripts/postinstall.js"
},
"dependencies": {
"markdownlint-cli": "0.34.0"
"markdownlint-cli": "0.35.0"
},
"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.1.18](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.1.17...@ivuorinen/stylelint-config@0.1.18) (2023-06-25)
### Bug Fixes
- **deps:** update dependency stylelint to v15.9.0 ([#49](https://github.com/ivuorinen/base-configs/issues/49)) ([fde55eb](https://github.com/ivuorinen/base-configs/commit/fde55eb3a7b7d5233e0daddc3447c2ba00d7380e))
## [0.1.17](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.1.16...@ivuorinen/stylelint-config@0.1.17) (2023-06-24)
### Bug Fixes
- **deps:** update dependency stylelint to v15.8.0 ([#46](https://github.com/ivuorinen/base-configs/issues/46)) ([2c2fa4e](https://github.com/ivuorinen/base-configs/commit/2c2fa4eee7ee8803f916d7d5331334aebd822b29))
## [0.1.16](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/stylelint-config@0.1.15...@ivuorinen/stylelint-config@0.1.16) (2023-06-10)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/stylelint-config",
"version": "0.1.16",
"version": "0.1.18",
"description": "ivuorinen's shareable configuration for stylelint.",
"author": {
"name": "Ismo Vuorinen",
@@ -39,7 +39,7 @@
"postinstall": "node scripts/postinstall.js"
},
"dependencies": {
"stylelint": "15.7.0",
"stylelint": "15.9.0",
"stylelint-config-recommended-scss": "12.0.0",
"stylelint-config-standard": "33.0.0",
"stylelint-order": "6.0.3",

1537
yarn.lock

File diff suppressed because it is too large Load Diff