Compare commits

..

6 Commits

Author SHA1 Message Date
renovate[bot]
27835d21b3 chore(release): publish
- @ivuorinen/commitlint-config@0.1.9
2023-07-22 06:51:34 +00:00
renovate[bot]
525754bacf fix(deps): update devdependencies (patch) to v17.6.7
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-22 06:51:12 +00:00
ivuorinen
fc3cfd84df chore(release): publish
- @ivuorinen/eslint-config@0.2.3
2023-07-18 11:16:31 +00:00
renovate[bot]
c175cd85af fix(deps): update dependency eslint to v8.45.0 (#66) 2023-07-18 14:16:11 +03:00
renovate[bot]
c5c855a0d9 chore(release): publish
- @ivuorinen/eslint-config@0.2.2
2023-07-16 20:02:04 +00:00
renovate[bot]
2ba939b2a6 fix(deps): update dependency eslint-plugin-jest to v27.2.3
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-16 20:01:48 +00:00
4 changed files with 24 additions and 6 deletions

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.9](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/commitlint-config@0.1.8...@ivuorinen/commitlint-config@0.1.9) (2023-07-22)
### Bug Fixes
- **deps:** update devdependencies (patch) to v17.6.7 ([525754b](https://github.com/ivuorinen/base-configs/commit/525754bacfaddf883b73a7ec88ed216db752f81c))
## [0.1.8](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/commitlint-config@0.1.7...@ivuorinen/commitlint-config@0.1.8) (2023-07-13)
**Note:** Version bump only for package @ivuorinen/commitlint-config

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/commitlint-config",
"version": "0.1.8",
"version": "0.1.9",
"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.6",
"@commitlint/config-conventional": "17.6.6"
"@commitlint/cli": "17.6.7",
"@commitlint/config-conventional": "17.6.7"
},
"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.3](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.2.2...@ivuorinen/eslint-config@0.2.3) (2023-07-18)
### Bug Fixes
- **deps:** update dependency eslint to v8.45.0 ([#66](https://github.com/ivuorinen/base-configs/issues/66)) ([c175cd8](https://github.com/ivuorinen/base-configs/commit/c175cd85af6bb13b0edfc2bd39dd1291378e11a4))
## [0.2.2](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.2.1...@ivuorinen/eslint-config@0.2.2) (2023-07-16)
### Bug Fixes
- **deps:** update dependency eslint-plugin-jest to v27.2.3 ([2ba939b](https://github.com/ivuorinen/base-configs/commit/2ba939b2a6395bab0f2d5707abe24c4daa6c3023))
## [0.2.1](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.2.0...@ivuorinen/eslint-config@0.2.1) (2023-07-13)
**Note:** Version bump only for package @ivuorinen/eslint-config

View File

@@ -1,6 +1,6 @@
{
"name": "@ivuorinen/eslint-config",
"version": "0.2.1",
"version": "0.2.3",
"description": "ivuorinen's shareable configuration for ESLint.",
"author": {
"name": "Ismo Vuorinen",
@@ -38,10 +38,10 @@
"postinstall": "node scripts/postinstall.js"
},
"dependencies": {
"eslint": "8.44.0",
"eslint": "8.45.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "27.2.2",
"eslint-plugin-jest": "27.2.3",
"eslint-plugin-n": "16.0.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-sonarjs": "0.19.0"