Skip to content

Commit 68da6cc

Browse files
Bump eslint-plugin-github from 4.1.5 to 4.2.0 (#1535)
Bumps [eslint-plugin-github](https://github.com/github/eslint-plugin-github) from 4.1.5 to 4.2.0. - [Release notes](https://github.com/github/eslint-plugin-github/releases) - [Commits](github/eslint-plugin-github@v4.1.5...v4.2.0) --- updated-dependencies: - dependency-name: eslint-plugin-github dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 420ea1e commit 68da6cc

File tree

2 files changed

+48
-5
lines changed

2 files changed

+48
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"autoprefixer": "10.3.1",
4444
"cssstats": "4.0.2",
4545
"eslint": "7.32.0",
46-
"eslint-plugin-github": "4.1.5",
46+
"eslint-plugin-github": "4.2.0",
4747
"eslint-plugin-jest": "24.4.0",
4848
"eslint-plugin-prettier": "3.4.0",
4949
"filesize": "7.0.0",

yarn.lock

Lines changed: 47 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2346,21 +2346,39 @@ eslint-plugin-eslint-comments@^3.2.0:
23462346
escape-string-regexp "^1.0.5"
23472347
ignore "^5.0.5"
23482348

2349-
2350-
version "4.1.5"
2351-
resolved "https://registry.yarnpkg.com/eslint-plugin-github/-/eslint-plugin-github-4.1.5.tgz#02434b6d6d3b6340f1691fb22147e97941ec51ab"
2352-
integrity sha512-fY+3C8914Efqzmb6ODvL0ZNjv8xxLkwmUasYZ189IY1gL7AxFE9CVED+MZA8B1e+OZtnfTdrQR036t5AYoun0A==
2349+
eslint-plugin-filenames@^1.3.2:
2350+
version "1.3.2"
2351+
resolved "https://registry.yarnpkg.com/eslint-plugin-filenames/-/eslint-plugin-filenames-1.3.2.tgz#7094f00d7aefdd6999e3ac19f72cea058e590cf7"
2352+
integrity sha512-tqxJTiEM5a0JmRCUYQmxw23vtTxrb2+a3Q2mMOPhFxvt7ZQQJmdiuMby9B/vUAuVMghyP7oET+nIf6EO6CBd/w==
2353+
dependencies:
2354+
lodash.camelcase "4.3.0"
2355+
lodash.kebabcase "4.1.1"
2356+
lodash.snakecase "4.1.1"
2357+
lodash.upperfirst "4.3.1"
2358+
2359+
2360+
version "4.2.0"
2361+
resolved "https://registry.yarnpkg.com/eslint-plugin-github/-/eslint-plugin-github-4.2.0.tgz#e59491ffb3d87da64d61b7a9bf304a5b7d9eff0f"
2362+
integrity sha512-YAzCgSKFpZK7e3YVBKNmsVqHG5+/+cFWXKx8gi2zj96vlFA665mHRhHAMTNuPQmY22Lx4c5Xq26KIRiVLQMmqQ==
23532363
dependencies:
23542364
"@typescript-eslint/eslint-plugin" "^4.20.0"
23552365
"@typescript-eslint/parser" "^4.20.0"
23562366
eslint-config-prettier ">=8.0.0"
23572367
eslint-plugin-eslint-comments "^3.2.0"
2368+
eslint-plugin-filenames "^1.3.2"
2369+
eslint-plugin-i18n-text "^1.0.1"
23582370
eslint-plugin-import "^2.22.1"
2371+
eslint-plugin-no-only-tests "^2.6.0"
23592372
eslint-plugin-prettier "^3.3.1"
23602373
eslint-rule-documentation ">=1.0.0"
23612374
prettier "^2.2.1"
23622375
svg-element-attributes "^1.3.1"
23632376

2377+
eslint-plugin-i18n-text@^1.0.1:
2378+
version "1.0.1"
2379+
resolved "https://registry.yarnpkg.com/eslint-plugin-i18n-text/-/eslint-plugin-i18n-text-1.0.1.tgz#69ce14f9af7d135cbe8114b1b144a57bb83291dc"
2380+
integrity sha512-3G3UetST6rdqhqW9SfcfzNYMpQXS7wNkJvp6dsXnjzGiku6Iu5hl3B0kmk6lIcFPwYjhQIY+tXVRtK9TlGT7RA==
2381+
23642382
eslint-plugin-import@^2.22.1:
23652383
version "2.22.1"
23662384
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.22.1.tgz#0896c7e6a0cf44109a2d97b95903c2bb689d7702"
@@ -2387,6 +2405,11 @@ [email protected]:
23872405
dependencies:
23882406
"@typescript-eslint/experimental-utils" "^4.0.1"
23892407

2408+
eslint-plugin-no-only-tests@^2.6.0:
2409+
version "2.6.0"
2410+
resolved "https://registry.yarnpkg.com/eslint-plugin-no-only-tests/-/eslint-plugin-no-only-tests-2.6.0.tgz#19f6c9620bda02b9b9221b436c5f070e42628d76"
2411+
integrity sha512-T9SmE/g6UV1uZo1oHAqOvL86XWl7Pl2EpRpnLI8g/bkJu+h7XBCB+1LnubRZ2CUQXj805vh4/CYZdnqtVaEo2Q==
2412+
23902413
[email protected], eslint-plugin-prettier@^3.3.1:
23912414
version "3.4.0"
23922415
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.4.0.tgz#cdbad3bf1dbd2b177e9825737fe63b476a08f0c7"
@@ -4268,16 +4291,31 @@ locate-path@^6.0.0:
42684291
dependencies:
42694292
p-locate "^5.0.0"
42704293

4294+
4295+
version "4.3.0"
4296+
resolved "https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6"
4297+
integrity sha1-soqmKIorn8ZRA1x3EfZathkDMaY=
4298+
42714299
lodash.clonedeep@^4.5.0:
42724300
version "4.5.0"
42734301
resolved "https://registry.yarnpkg.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz#e23f3f9c4f8fbdde872529c1071857a086e5ccef"
42744302
integrity sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=
42754303

4304+
4305+
version "4.1.1"
4306+
resolved "https://registry.yarnpkg.com/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz#8489b1cb0d29ff88195cceca448ff6d6cc295c36"
4307+
integrity sha1-hImxyw0p/4gZXM7KRI/21swpXDY=
4308+
42764309
lodash.merge@^4.6.2:
42774310
version "4.6.2"
42784311
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
42794312
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
42804313

4314+
4315+
version "4.1.1"
4316+
resolved "https://registry.yarnpkg.com/lodash.snakecase/-/lodash.snakecase-4.1.1.tgz#39d714a35357147837aefd64b5dcbb16becd8f8d"
4317+
integrity sha1-OdcUo1NXFHg3rv1ktdy7Fr7Nj40=
4318+
42814319
lodash.startcase@^4.4.0:
42824320
version "4.4.0"
42834321
resolved "https://registry.yarnpkg.com/lodash.startcase/-/lodash.startcase-4.4.0.tgz#9436e34ed26093ed7ffae1936144350915d9add8"
@@ -4288,6 +4326,11 @@ lodash.truncate@^4.4.2:
42884326
resolved "https://registry.yarnpkg.com/lodash.truncate/-/lodash.truncate-4.4.2.tgz#5a350da0b1113b837ecfffd5812cbe58d6eae193"
42894327
integrity sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM=
42904328

4329+
4330+
version "4.3.1"
4331+
resolved "https://registry.yarnpkg.com/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz#1365edf431480481ef0d1c68957a5ed99d49f7ce"
4332+
integrity sha1-E2Xt9DFIBIHvDRxolXpe2Z1J984=
4333+
42914334
lodash@^4.0.0, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.7.0, lodash@~4.17.10:
42924335
version "4.17.21"
42934336
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"

0 commit comments

Comments
 (0)