Compare commits

..

2 Commits

Author SHA1 Message Date
ivuorinen
280de0b60a chore(release): publish
- @ivuorinen/eslint-config@0.2.4
2023-08-07 12:03:32 +00:00
renovate[bot]
b700c51993 fix(deps): update eslint (#70)
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-08-07 15:02:55 +03:00
4 changed files with 15 additions and 9 deletions

View File

@@ -63,7 +63,7 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-sonarjs": "^0.19.0",
"eslint-plugin-sonarjs": "^0.20.0",
"eslint-plugin-unicorn": "^47.0.0",
"lerna": "^7.0.0",
"lerna-update-wizard": "^1.1.2",

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.4](https://github.com/ivuorinen/base-configs/compare/@ivuorinen/eslint-config@0.2.3...@ivuorinen/eslint-config@0.2.4) (2023-08-07)
### Bug Fixes
- **deps:** update eslint ([#70](https://github.com/ivuorinen/base-configs/issues/70)) ([b700c51](https://github.com/ivuorinen/base-configs/commit/b700c51993c16af24e389fd07463cbebb8101da2))
## [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

View File

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

View File

@@ -1820,10 +1820,10 @@ eslint-plugin-promise@^6.1.1:
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-6.1.1.tgz#269a3e2772f62875661220631bd4dafcb4083816"
integrity sha512-tjqWDwVZQo7UIPMeDReOpUgHCmCiH+ePnVT+5zVapL0uuHnegBUs2smM13CzOs2Xb5+MHMRFTs9v24yjba4Oig==
eslint-plugin-sonarjs@^0.19.0:
version "0.19.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-0.19.0.tgz#6654bc1c6d24c2183891b8bfe1175004dbba1e3c"
integrity sha512-6+s5oNk5TFtVlbRxqZN7FIGmjdPCYQKaTzFPmqieCmsU1kBYDzndTeQav0xtQNwZJWu5awWfTGe8Srq9xFOGnw==
eslint-plugin-sonarjs@^0.20.0:
version "0.20.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-0.20.0.tgz#215529e6e89c5c9b5cb6af9e7ef9a1ce45c53bb0"
integrity sha512-BRhZ7BY/oTr6DDaxvx58ReTg7R+J8T+Y2ZVGgShgpml25IHBTIG7EudUtHuJD1zhtMgUEt59x3VNvUQRo2LV6w==
eslint-plugin-unicorn@^47.0.0:
version "47.0.0"