Skip to content

Commit a1e167e

Browse files
dependabot[bot]zegl
authored andcommitted
build(deps-dev): bump eslint-plugin-github from 4.3.7 to 4.4.1
Bumps [eslint-plugin-github](https://github.com/github/eslint-plugin-github) from 4.3.7 to 4.4.1. - [Release notes](https://github.com/github/eslint-plugin-github/releases) - [Commits](github/eslint-plugin-github@v4.3.7...v4.4.1) --- updated-dependencies: - dependency-name: eslint-plugin-github dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c2b18b6 commit a1e167e

2 files changed

Lines changed: 56 additions & 17 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@typescript-eslint/parser": "^5.43.0",
4343
"@vercel/ncc": "^0.34.0",
4444
"eslint": "^8.27.0",
45-
"eslint-plugin-github": "^4.3.7",
45+
"eslint-plugin-github": "^4.4.1",
4646
"eslint-plugin-jest": "^27.1.5",
4747
"eslint-plugin-prettier": "^4.2.1",
4848
"jest": "^28.1.0",

yarn.lock

Lines changed: 55 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,11 @@
341341
minimatch "^3.1.2"
342342
strip-json-comments "^3.1.1"
343343

344+
"@github/browserslist-config@^1.0.0":
345+
version "1.0.0"
346+
resolved "https://registry.yarnpkg.com/@github/browserslist-config/-/browserslist-config-1.0.0.tgz#952fe6da3e6b8ed6a368f3a1a08a9d2ef84e8d04"
347+
integrity sha512-gIhjdJp/c2beaIWWIlsXdqXVRUz3r2BxBCpfz/F3JXHvSAQ1paMYjLH+maEATtENg+k5eLV7gA+9yPp762ieuw==
348+
344349
"@humanwhocodes/config-array@^0.11.6":
345350
version "0.11.7"
346351
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.7.tgz#38aec044c6c828f6ed51d5d7ae3d9b9faf6dbb0f"
@@ -1313,7 +1318,7 @@ braces@^3.0.2:
13131318
dependencies:
13141319
fill-range "^7.0.1"
13151320

1316-
browserslist@^4.12.0, browserslist@^4.20.2:
1321+
browserslist@^4.20.2:
13171322
version "4.20.3"
13181323
resolved "https://registry.npmjs.org/browserslist/-/browserslist-4.20.3.tgz"
13191324
integrity sha512-NBhymBQl1zM0Y5dQT/O+xiLP9/rzOIQdKM/eMJBAq7yBgaB6krIYLGejrwVYnSHZdqjscB1SPuAjHwxjvN6Wdg==
@@ -1324,6 +1329,16 @@ browserslist@^4.12.0, browserslist@^4.20.2:
13241329
node-releases "^2.0.3"
13251330
picocolors "^1.0.0"
13261331

1332+
browserslist@^4.21.0:
1333+
version "4.21.4"
1334+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.21.4.tgz#e7496bbc67b9e39dd0f98565feccdcb0d4ff6987"
1335+
integrity sha512-CBHJJdDmgjl3daYjN5Cp5kbTf1mUhZoS+beLklHIvkOWscs83YAhLlF3Wsh/lciQYAcbBJgTOD44VtG31ZM4Hw==
1336+
dependencies:
1337+
caniuse-lite "^1.0.30001400"
1338+
electron-to-chromium "^1.4.251"
1339+
node-releases "^2.0.6"
1340+
update-browserslist-db "^1.0.9"
1341+
13271342
bs-logger@0.x:
13281343
version "0.2.6"
13291344
resolved "https://registry.npmjs.org/bs-logger/-/bs-logger-0.2.6.tgz"
@@ -1371,6 +1386,11 @@ caniuse-lite@^1.0.30001332:
13711386
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001342.tgz"
13721387
integrity sha512-bn6sOCu7L7jcbBbyNhLg0qzXdJ/PMbybZTH/BA6Roet9wxYRm6Tr9D0s0uhLkOZ6MSG+QU6txUgdpr3MXIVqjA==
13731388

1389+
caniuse-lite@^1.0.30001400:
1390+
version "1.0.30001431"
1391+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001431.tgz#e7c59bd1bc518fae03a4656be442ce6c4887a795"
1392+
integrity sha512-zBUoFU0ZcxpvSt9IU66dXVT/3ctO1cy4y9cscs1szkPlcWb6pasYM144GqrUygUbT+k7cmUCW61cvskjcv0enQ==
1393+
13741394
chalk@^2.0.0:
13751395
version "2.4.2"
13761396
resolved "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz"
@@ -1572,6 +1592,11 @@ electron-to-chromium@^1.4.118:
15721592
resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.137.tgz"
15731593
integrity sha512-0Rcpald12O11BUogJagX3HsCN3FE83DSqWjgXoHo5a72KUKMSfI39XBgJpgNNxS9fuGzytaFjE06kZkiVFy2qA==
15741594

1595+
electron-to-chromium@^1.4.251:
1596+
version "1.4.284"
1597+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.284.tgz#61046d1e4cab3a25238f6bf7413795270f125592"
1598+
integrity sha512-M8WEXFuKXMYMVr45fo8mq0wUrrJHheiKZf6BArTKk9ZBYCKJEOU5H8cdWgDT+qCVZf7Na4lVUaZsA+h6uA9+PA==
1599+
15751600
emittery@^0.10.2:
15761601
version "0.10.2"
15771602
resolved "https://registry.npmjs.org/emittery/-/emittery-0.10.2.tgz"
@@ -1680,12 +1705,12 @@ eslint-module-utils@^2.7.3:
16801705
debug "^3.2.7"
16811706
find-up "^2.1.0"
16821707

1683-
eslint-plugin-escompat@^3.1.0:
1684-
version "3.1.0"
1685-
resolved "https://registry.npmjs.org/eslint-plugin-escompat/-/eslint-plugin-escompat-3.1.0.tgz"
1686-
integrity sha512-Fon3eRv8fOQPZTjT3h8Ga85Xx7Eg+CNZBL7OIYSM2f+p3W4oXTxiSnFUbNDrayRBK3CQjG2dwR+iYeKDDSkXyA==
1708+
eslint-plugin-escompat@^3.3.3:
1709+
version "3.3.4"
1710+
resolved "https://registry.yarnpkg.com/eslint-plugin-escompat/-/eslint-plugin-escompat-3.3.4.tgz#86d99b1f681b760fbee0a775de318b854d230110"
1711+
integrity sha512-d/k6JwRzGRY6uZ426l6Ut6Eb2S/pi/079Ykj2GdWSzwm6WJHkdm28tECUWfLtpFA5ObApjPw6wR9bgY+uWAhag==
16871712
dependencies:
1688-
browserslist "^4.12.0"
1713+
browserslist "^4.21.0"
16891714

16901715
eslint-plugin-eslint-comments@^3.2.0:
16911716
version "3.2.0"
@@ -1705,21 +1730,22 @@ eslint-plugin-filenames@^1.3.2:
17051730
lodash.snakecase "4.1.1"
17061731
lodash.upperfirst "4.3.1"
17071732

1708-
eslint-plugin-github@^4.3.7:
1709-
version "4.3.7"
1710-
resolved "https://registry.yarnpkg.com/eslint-plugin-github/-/eslint-plugin-github-4.3.7.tgz#596416a81240dcd1d3ba1cab6ddfed0a1827bf1a"
1711-
integrity sha512-tYZdXvAEz4JCMrC4NHIUoJTsLUvydCxff5OqB5hgU0vQbLmMkw6VOipN2KNe+T06pEhAWs1KBEwyq9cmMWRe7A==
1733+
eslint-plugin-github@^4.4.1:
1734+
version "4.4.1"
1735+
resolved "https://registry.yarnpkg.com/eslint-plugin-github/-/eslint-plugin-github-4.4.1.tgz#56bbe3bf68cd9fd83f9aaa9fbfd573da1fefcba0"
1736+
integrity sha512-wpxUIPw+EK5bdUssB8W5Z9/tapZptfJuLkThwPY8p52v75MV/Fb1AkCrLGlYO0yi3mQGFoa3uE0NMzssVAFrUw==
17121737
dependencies:
1738+
"@github/browserslist-config" "^1.0.0"
17131739
"@typescript-eslint/eslint-plugin" "^5.1.0"
17141740
"@typescript-eslint/parser" "^5.1.0"
17151741
eslint-config-prettier ">=8.0.0"
1716-
eslint-plugin-escompat "^3.1.0"
1742+
eslint-plugin-escompat "^3.3.3"
17171743
eslint-plugin-eslint-comments "^3.2.0"
17181744
eslint-plugin-filenames "^1.3.2"
17191745
eslint-plugin-i18n-text "^1.0.1"
17201746
eslint-plugin-import "^2.25.2"
17211747
eslint-plugin-jsx-a11y "^6.6.0"
1722-
eslint-plugin-no-only-tests "^2.6.0"
1748+
eslint-plugin-no-only-tests "^3.0.0"
17231749
eslint-plugin-prettier "^4.0.0"
17241750
eslint-rule-documentation ">=1.0.0"
17251751
jsx-ast-utils "^3.3.2"
@@ -1776,10 +1802,10 @@ eslint-plugin-jsx-a11y@^6.6.0:
17761802
minimatch "^3.1.2"
17771803
semver "^6.3.0"
17781804

1779-
eslint-plugin-no-only-tests@^2.6.0:
1780-
version "2.6.0"
1781-
resolved "https://registry.npmjs.org/eslint-plugin-no-only-tests/-/eslint-plugin-no-only-tests-2.6.0.tgz"
1782-
integrity sha512-T9SmE/g6UV1uZo1oHAqOvL86XWl7Pl2EpRpnLI8g/bkJu+h7XBCB+1LnubRZ2CUQXj805vh4/CYZdnqtVaEo2Q==
1805+
eslint-plugin-no-only-tests@^3.0.0:
1806+
version "3.1.0"
1807+
resolved "https://registry.yarnpkg.com/eslint-plugin-no-only-tests/-/eslint-plugin-no-only-tests-3.1.0.tgz#f38e4935c6c6c4842bf158b64aaa20c366fe171b"
1808+
integrity sha512-Lf4YW/bL6Un1R6A76pRZyE1dl1vr31G/ev8UzIc/geCgFWyrKil8hVjYqWVKGB/UIGmb6Slzs9T0wNezdSVegw==
17831809

17841810
eslint-plugin-prettier@^4.0.0, eslint-plugin-prettier@^4.2.1:
17851811
version "4.2.1"
@@ -3116,6 +3142,11 @@ node-releases@^2.0.3:
31163142
resolved "https://registry.npmjs.org/node-releases/-/node-releases-2.0.4.tgz"
31173143
integrity sha512-gbMzqQtTtDz/00jQzZ21PQzdI9PyLYqUSvD0p3naOhX4odFji0ZxYdnVwPTxmSwkmxhcFImpozceidSG+AgoPQ==
31183144

3145+
node-releases@^2.0.6:
3146+
version "2.0.6"
3147+
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.6.tgz#8a7088c63a55e493845683ebf3c828d8c51c5503"
3148+
integrity sha512-PiVXnNuFm5+iYkLBNeq5211hvO38y63T0i2KKh2KnUs3RpzJ+JtODFjkD8yjLwnDkTYF1eKXheUwdssR+NRZdg==
3149+
31193150
normalize-path@^3.0.0:
31203151
version "3.0.0"
31213152
resolved "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz"
@@ -3763,6 +3794,14 @@ universal-user-agent@^6.0.0:
37633794
resolved "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-6.0.0.tgz"
37643795
integrity sha512-isyNax3wXoKaulPDZWHQqbmIx1k2tb9fb3GGDBRxCscfYV2Ch7WxPArBsFEG8s/safwXTT7H4QGhaIkTp9447w==
37653796

3797+
update-browserslist-db@^1.0.9:
3798+
version "1.0.10"
3799+
resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.10.tgz#0f54b876545726f17d00cd9a2561e6dade943ff3"
3800+
integrity sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ==
3801+
dependencies:
3802+
escalade "^3.1.1"
3803+
picocolors "^1.0.0"
3804+
37663805
uri-js@^4.2.2:
37673806
version "4.4.1"
37683807
resolved "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz"

0 commit comments

Comments
 (0)