Skip to content

Commit 8803d2b

Browse files
Update all (matrix-org#2408)
Co-authored-by: Renovate Bot <[email protected]>
1 parent ab16adf commit 8803d2b

File tree

3 files changed

+25
-25
lines changed

3 files changed

+25
-25
lines changed

.github/workflows/pull_request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
permissions:
2222
pull-requests: read
2323
steps:
24-
- uses: yogevbd/enforce-label-action@2.1.0
24+
- uses: yogevbd/enforce-label-action@2.2.2
2525
with:
2626
REQUIRED_LABELS_ANY: "T-Defect,T-Deprecation,T-Enhancement,T-Task"
2727
BANNED_LABELS: "X-Blocked"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@
9292
"better-docs": "^2.4.0-beta.9",
9393
"browserify": "^17.0.0",
9494
"docdash": "^1.2.0",
95-
"eslint": "8.9.0",
95+
"eslint": "8.16.0",
9696
"eslint-config-google": "^0.14.0",
9797
"eslint-plugin-import": "^2.25.4",
98-
"eslint-plugin-matrix-org": "^0.4.0",
98+
"eslint-plugin-matrix-org": "^0.5.0",
9999
"exorcist": "^1.0.1",
100100
"fake-indexeddb": "^3.1.2",
101101
"jest": "^26.6.3",

yarn.lock

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1020,15 +1020,15 @@
10201020
exec-sh "^0.3.2"
10211021
minimist "^1.2.0"
10221022

1023-
"@eslint/eslintrc@^1.1.0":
1024-
version "1.2.3"
1025-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.2.3.tgz#fcaa2bcef39e13d6e9e7f6271f4cc7cae1174886"
1026-
integrity sha512-uGo44hIwoLGNyduRpjdEpovcbMdd+Nv7amtmJxnKmI8xj6yd5LncmSwDa5NgX/41lIFJtkjD6YdVfgEzPfJ5UA==
1023+
"@eslint/eslintrc@^1.3.0":
1024+
version "1.3.0"
1025+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.0.tgz#29f92c30bb3e771e4a2048c95fa6855392dfac4f"
1026+
integrity sha512-UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw==
10271027
dependencies:
10281028
ajv "^6.12.4"
10291029
debug "^4.3.2"
10301030
espree "^9.3.2"
1031-
globals "^13.9.0"
1031+
globals "^13.15.0"
10321032
ignore "^5.2.0"
10331033
import-fresh "^3.2.1"
10341034
js-yaml "^4.1.0"
@@ -3348,10 +3348,10 @@ eslint-plugin-import@^2.25.4:
33483348
resolve "^1.22.0"
33493349
tsconfig-paths "^3.14.1"
33503350

3351-
eslint-plugin-matrix-org@^0.4.0:
3352-
version "0.4.0"
3353-
resolved "https://registry.yarnpkg.com/eslint-plugin-matrix-org/-/eslint-plugin-matrix-org-0.4.0.tgz#de2d2db1cd471d637728133ce9a2b921690e5cd1"
3354-
integrity sha512-yVkNwtc33qtrQB4PPzpU+PUdFzdkENPan3JF4zhtAQJRUYXyvKEXnYSrXLUWYRXoYFxs9LbyI2CnhJL/RnHJaQ==
3351+
eslint-plugin-matrix-org@^0.5.0:
3352+
version "0.5.2"
3353+
resolved "https://registry.yarnpkg.com/eslint-plugin-matrix-org/-/eslint-plugin-matrix-org-0.5.2.tgz#eb355b1a81906ea814235d0b224e8162db7cbbf4"
3354+
integrity sha512-qJbyxp9cOi35Qpn3WCBqohCJaMSVp3ntOJ3WbjpREbCQdyrFze6MJAayl7GNidbNsdP7ejHTi0PtZzyKLcfLzQ==
33553355

33563356
eslint-rule-composer@^0.3.0:
33573357
version "0.3.0"
@@ -3391,12 +3391,12 @@ eslint-visitor-keys@^3.3.0:
33913391
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
33923392
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
33933393

3394-
eslint@8.9.0:
3395-
version "8.9.0"
3396-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.9.0.tgz#a2a8227a99599adc4342fd9b854cb8d8d6412fdb"
3397-
integrity sha512-PB09IGwv4F4b0/atrbcMFboF/giawbBLVC7fyDamk5Wtey4Jh2K+rYaBhCAbUyEI4QzB1ly09Uglc9iCtFaG2Q==
3394+
eslint@8.16.0:
3395+
version "8.16.0"
3396+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.16.0.tgz#6d936e2d524599f2a86c708483b4c372c5d3bbae"
3397+
integrity sha512-MBndsoXY/PeVTDJeWsYj7kLZ5hQpJOfMYLsF6LicLHQWbRDG19lK5jOix4DPl8yY4SUFcE3txy86OzFLWT+yoA==
33983398
dependencies:
3399-
"@eslint/eslintrc" "^1.1.0"
3399+
"@eslint/eslintrc" "^1.3.0"
34003400
"@humanwhocodes/config-array" "^0.9.2"
34013401
ajv "^6.10.0"
34023402
chalk "^4.0.0"
@@ -3407,14 +3407,14 @@ [email protected]:
34073407
eslint-scope "^7.1.1"
34083408
eslint-utils "^3.0.0"
34093409
eslint-visitor-keys "^3.3.0"
3410-
espree "^9.3.1"
3410+
espree "^9.3.2"
34113411
esquery "^1.4.0"
34123412
esutils "^2.0.2"
34133413
fast-deep-equal "^3.1.3"
34143414
file-entry-cache "^6.0.1"
34153415
functional-red-black-tree "^1.0.1"
34163416
glob-parent "^6.0.1"
3417-
globals "^13.6.0"
3417+
globals "^13.15.0"
34183418
ignore "^5.2.0"
34193419
import-fresh "^3.0.0"
34203420
imurmurhash "^0.1.4"
@@ -3423,7 +3423,7 @@ [email protected]:
34233423
json-stable-stringify-without-jsonify "^1.0.1"
34243424
levn "^0.4.1"
34253425
lodash.merge "^4.6.2"
3426-
minimatch "^3.0.4"
3426+
minimatch "^3.1.2"
34273427
natural-compare "^1.4.0"
34283428
optionator "^0.9.1"
34293429
regexpp "^3.2.0"
@@ -3432,7 +3432,7 @@ [email protected]:
34323432
text-table "^0.2.0"
34333433
v8-compile-cache "^2.0.3"
34343434

3435-
espree@^9.3.1, espree@^9.3.2:
3435+
espree@^9.3.2:
34363436
version "9.3.2"
34373437
resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.2.tgz#f58f77bd334731182801ced3380a8cc859091596"
34383438
integrity sha512-D211tC7ZwouTIuY5x9XnS0E9sWNChB7IYKX/Xp5eQj3nFXhqmiUDB9q27y76oFl8jTg3pXcQx/bpxMfs3CIZbA==
@@ -3963,7 +3963,7 @@ globals@^11.1.0:
39633963
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
39643964
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
39653965

3966-
globals@^13.6.0, globals@^13.9.0:
3966+
globals@^13.15.0:
39673967
version "13.15.0"
39683968
resolved "https://registry.yarnpkg.com/globals/-/globals-13.15.0.tgz#38113218c907d2f7e98658af246cef8b77e90bac"
39693969
integrity sha512-bpzcOlgDhMG070Av0Vy5Owklpv1I6+j96GhUI7Rh7IzDCKLzboflLrrfqMu8NquDbiR4EOQk7XzJwqVJxicxog==
@@ -7564,9 +7564,9 @@ typescript@^3.2.2:
75647564
integrity sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==
75657565

75667566
typescript@^4.5.3, typescript@^4.5.4:
7567-
version "4.6.4"
7568-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.4.tgz#caa78bbc3a59e6a5c510d35703f6a09877ce45e9"
7569-
integrity sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==
7567+
version "4.7.2"
7568+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.2.tgz#1f9aa2ceb9af87cca227813b4310fff0b51593c4"
7569+
integrity sha512-Mamb1iX2FDUpcTRzltPxgWMKy3fhg0TN378ylbktPGPK/99KbDtMQ4W1hwgsbPAsG3a0xKa1vmw4VKZQbkvz5A==
75707570

75717571
typeson-registry@^1.0.0-alpha.20:
75727572
version "1.0.0-alpha.39"

0 commit comments

Comments
 (0)