Skip to content

Commit

Permalink
chore: bump @morev/eslint-config from 6.0.2 to 8.1.0 (#6)
Browse files Browse the repository at this point in the history
Bumps [@morev/eslint-config](https://github.com/MorevM/eslint-config) from 6.0.2 to 8.1.0.
- [Release notes](https://github.com/MorevM/eslint-config/releases)
- [Changelog](https://github.com/MorevM/eslint-config/blob/master/CHANGELOG.md)
- [Commits](MorevM/eslint-config@v6.0.2...v8.1.0)

---
updated-dependencies:
- dependency-name: "@morev/eslint-config"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 5, 2022
1 parent df5c0f3 commit d381411
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
},
"devDependencies": {
"@morev/commitlint-config": "^0.1.0",
"@morev/eslint-config": "^6.0.2",
"@morev/eslint-config": "^8.1.0",
"@release-it/conventional-changelog": "^4.1.0",
"@types/jest": "^27.4.1",
"eslint": "^8.9.0",
Expand Down
26 changes: 22 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,16 @@
minimatch "^3.0.4"
strip-json-comments "^3.1.1"

"@html-eslint/eslint-plugin@^0.13.1":
version "0.13.1"
resolved "https://registry.yarnpkg.com/@html-eslint/eslint-plugin/-/eslint-plugin-0.13.1.tgz#342233c2e19d10962d34c1f808643fddd40cca6c"
integrity sha512-D2pum/w6cfahxoGtueZVCLIC4OoG0mOfisxgSC4hsIpuapZHVNpTy4owizwoww1ZALHy6OMkWzTsp7zXIv3SbQ==

"@html-eslint/parser@^0.13.1":
version "0.13.1"
resolved "https://registry.yarnpkg.com/@html-eslint/parser/-/parser-0.13.1.tgz#bb7891224dbedd7ef5057b5af4fc85c0afb29411"
integrity sha512-FEBWYE+ifxjSn13Dd6gjW1RYmcMNRObvw9zWpWP6bdJYGHTegxil5VcOX9GaJ4LPatw6a2sOb850DJvnIUKr4g==

"@humanwhocodes/config-array@^0.9.2":
version "0.9.3"
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.9.3.tgz#f2564c744b387775b436418491f15fce6601f63e"
Expand Down Expand Up @@ -726,14 +736,16 @@
conventional-changelog-conventionalcommits "^4.6.3"
lodash.clonedeep "^4.5.0"

"@morev/eslint-config@^6.0.2":
version "6.0.2"
resolved "https://registry.yarnpkg.com/@morev/eslint-config/-/eslint-config-6.0.2.tgz#82ab4132f6951f7b89b535afee3eeacd571367dc"
integrity sha512-KG/R3iTSgjE7aHx7su6gMe3ok6GGi2cGND2Y88kbcLIOwcHeEO3YKb81VCuSe0WLg3VEHL43kFSN8pjIoNHS0w==
"@morev/eslint-config@^8.1.0":
version "8.1.0"
resolved "https://registry.yarnpkg.com/@morev/eslint-config/-/eslint-config-8.1.0.tgz#f49fb6e3205c0571c0fc8f286aeb2535e14dbb3e"
integrity sha512-rrJQMzoY1SVNdwPtr1ftYhZTl6Aoj/+rsddL1quLBksqAQC+J3Z+EHZF9gsSQWEVMGlEqqYWjdCpul1WKtlFnw==
dependencies:
"@babel/core" "^7.16.12"
"@babel/eslint-parser" "^7.16.5"
"@babel/plugin-syntax-jsx" "^7.16.7"
"@html-eslint/eslint-plugin" "^0.13.1"
"@html-eslint/parser" "^0.13.1"
"@typescript-eslint/eslint-plugin" "^5.11.0"
"@typescript-eslint/parser" "^5.11.0"
eslint-plugin-eslint-comments "^3.2.0"
Expand All @@ -743,6 +755,7 @@
eslint-plugin-jsdoc "^37.7.0"
eslint-plugin-jsonc "^2.0.0"
eslint-plugin-no-autofix "^1.2.3"
eslint-plugin-no-secrets "^0.8.9"
eslint-plugin-node "^11.1.0"
eslint-plugin-sonarjs "^0.12.0"
eslint-plugin-unicorn "^41.0.0"
Expand Down Expand Up @@ -2607,6 +2620,11 @@ eslint-plugin-no-autofix@^1.2.3:
eslint-rule-composer "^0.3.0"
find-up "^5.0.0"

eslint-plugin-no-secrets@^0.8.9:
version "0.8.9"
resolved "https://registry.yarnpkg.com/eslint-plugin-no-secrets/-/eslint-plugin-no-secrets-0.8.9.tgz#5a7cfdf8816dffdc0aa45cd2b28dfda249629523"
integrity sha512-CqaBxXrImABCtxMWspAnm8d5UKkpNylC7zqVveb+fJHEvsSiNGJlSWzdSIvBUnW1XhJXkzifNIZQC08rEII5Ng==

eslint-plugin-node@^11.1.0:
version "11.1.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-11.1.0.tgz#c95544416ee4ada26740a30474eefc5402dc671d"
Expand Down

0 comments on commit d381411

Please sign in to comment.