Skip to content

Commit 383f411

Browse files
chore(deps): update typescript-eslint monorepo to v8
1 parent 7db69ce commit 383f411

2 files changed

Lines changed: 167 additions & 79 deletions

File tree

packages/ember-fast-marquee/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
"@rollup/plugin-babel": "^6.0.0",
4646
"@types/ember": "^4.0.0",
4747
"@types/ember__destroyable": "^4.0.0",
48-
"@typescript-eslint/eslint-plugin": "^5.26.0",
49-
"@typescript-eslint/parser": "^5.26.0",
48+
"@typescript-eslint/eslint-plugin": "^8.0.0",
49+
"@typescript-eslint/parser": "^8.0.0",
5050
"autoprefixer": "^10.4.7",
5151
"babel-eslint": "^10.1.0",
5252
"babel-plugin-search-and-replace": "^1.1.0",

yarn.lock

Lines changed: 165 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -1902,6 +1902,18 @@
19021902
broccoli-funnel "^3.0.5"
19031903
ember-cli-babel "^7.23.1"
19041904

1905+
"@eslint-community/eslint-utils@^4.7.0":
1906+
version "4.7.0"
1907+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a"
1908+
integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==
1909+
dependencies:
1910+
eslint-visitor-keys "^3.4.3"
1911+
1912+
"@eslint-community/regexpp@^4.10.0":
1913+
version "4.12.1"
1914+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
1915+
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
1916+
19051917
"@eslint/eslintrc@^0.4.3":
19061918
version "0.4.3"
19071919
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz#9e42981ef035beb3dd49add17acb96e8ff6f394c"
@@ -2841,85 +2853,103 @@
28412853
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.6.tgz#250a7b16c3b91f672a24552ec64678eeb1d3a08d"
28422854
integrity sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==
28432855

2844-
"@typescript-eslint/eslint-plugin@^5.26.0":
2845-
version "5.26.0"
2846-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.26.0.tgz#c1f98ccba9d345e38992975d3ca56ed6260643c2"
2847-
integrity sha512-oGCmo0PqnRZZndr+KwvvAUvD3kNE4AfyoGCwOZpoCncSh4MVD06JTE8XQa2u9u+NX5CsyZMBTEc2C72zx38eYA==
2848-
dependencies:
2849-
"@typescript-eslint/scope-manager" "5.26.0"
2850-
"@typescript-eslint/type-utils" "5.26.0"
2851-
"@typescript-eslint/utils" "5.26.0"
2852-
debug "^4.3.4"
2853-
functional-red-black-tree "^1.0.1"
2854-
ignore "^5.2.0"
2855-
regexpp "^3.2.0"
2856-
semver "^7.3.7"
2857-
tsutils "^3.21.0"
2856+
"@typescript-eslint/eslint-plugin@^8.0.0":
2857+
version "8.38.0"
2858+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.38.0.tgz#6e5220d16f2691ab6d983c1737dd5b36e17641b7"
2859+
integrity sha512-CPoznzpuAnIOl4nhj4tRr4gIPj5AfKgkiJmGQDaq+fQnRJTYlcBjbX3wbciGmpoPf8DREufuPRe1tNMZnGdanA==
2860+
dependencies:
2861+
"@eslint-community/regexpp" "^4.10.0"
2862+
"@typescript-eslint/scope-manager" "8.38.0"
2863+
"@typescript-eslint/type-utils" "8.38.0"
2864+
"@typescript-eslint/utils" "8.38.0"
2865+
"@typescript-eslint/visitor-keys" "8.38.0"
2866+
graphemer "^1.4.0"
2867+
ignore "^7.0.0"
2868+
natural-compare "^1.4.0"
2869+
ts-api-utils "^2.1.0"
28582870

2859-
"@typescript-eslint/parser@^5.26.0":
2860-
version "5.26.0"
2861-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.26.0.tgz#a61b14205fe2ab7533deb4d35e604add9a4ceee2"
2862-
integrity sha512-n/IzU87ttzIdnAH5vQ4BBDnLPly7rC5VnjN3m0xBG82HK6rhRxnCb3w/GyWbNDghPd+NktJqB/wl6+YkzZ5T5Q==
2871+
"@typescript-eslint/parser@^8.0.0":
2872+
version "8.38.0"
2873+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.38.0.tgz#6723a5ea881e1777956b1045cba30be5ea838293"
2874+
integrity sha512-Zhy8HCvBUEfBECzIl1PKqF4p11+d0aUJS1GeUiuqK9WmOug8YCmC4h4bjyBvMyAMI9sbRczmrYL5lKg/YMbrcQ==
28632875
dependencies:
2864-
"@typescript-eslint/scope-manager" "5.26.0"
2865-
"@typescript-eslint/types" "5.26.0"
2866-
"@typescript-eslint/typescript-estree" "5.26.0"
2876+
"@typescript-eslint/scope-manager" "8.38.0"
2877+
"@typescript-eslint/types" "8.38.0"
2878+
"@typescript-eslint/typescript-estree" "8.38.0"
2879+
"@typescript-eslint/visitor-keys" "8.38.0"
28672880
debug "^4.3.4"
28682881

2869-
"@typescript-eslint/scope-manager@5.26.0":
2870-
version "5.26.0"
2871-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.26.0.tgz#44209c7f649d1a120f0717e0e82da856e9871339"
2872-
integrity sha512-gVzTJUESuTwiju/7NiTb4c5oqod8xt5GhMbExKsCTp6adU3mya6AGJ4Pl9xC7x2DX9UYFsjImC0mA62BCY22Iw==
2882+
"@typescript-eslint/project-service@8.38.0":
2883+
version "8.38.0"
2884+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.38.0.tgz#4900771f943163027fd7d2020a062892056b5e2f"
2885+
integrity sha512-dbK7Jvqcb8c9QfH01YB6pORpqX1mn5gDZc9n63Ak/+jD67oWXn3Gs0M6vddAN+eDXBCS5EmNWzbSxsn9SzFWWg==
28732886
dependencies:
2874-
"@typescript-eslint/types" "5.26.0"
2875-
"@typescript-eslint/visitor-keys" "5.26.0"
2887+
"@typescript-eslint/tsconfig-utils" "^8.38.0"
2888+
"@typescript-eslint/types" "^8.38.0"
2889+
debug "^4.3.4"
28762890

2877-
"@typescript-eslint/type-utils@5.26.0":
2878-
version "5.26.0"
2879-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.26.0.tgz#937dee97702361744a3815c58991acf078230013"
2880-
integrity sha512-7ccbUVWGLmcRDSA1+ADkDBl5fP87EJt0fnijsMFTVHXKGduYMgienC/i3QwoVhDADUAPoytgjbZbCOMj4TY55A==
2891+
"@typescript-eslint/scope-manager@8.38.0":
2892+
version "8.38.0"
2893+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.38.0.tgz#5a0efcb5c9cf6e4121b58f87972f567c69529226"
2894+
integrity sha512-WJw3AVlFFcdT9Ri1xs/lg8LwDqgekWXWhH3iAF+1ZM+QPd7oxQ6jvtW/JPwzAScxitILUIFs0/AnQ/UWHzbATQ==
28812895
dependencies:
2882-
"@typescript-eslint/utils" "5.26.0"
2883-
debug "^4.3.4"
2884-
tsutils "^3.21.0"
2896+
"@typescript-eslint/types" "8.38.0"
2897+
"@typescript-eslint/visitor-keys" "8.38.0"
28852898

2886-
"@typescript-eslint/types@5.26.0":
2887-
version "5.26.0"
2888-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.26.0.tgz#cb204bb154d3c103d9cc4d225f311b08219469f3"
2889-
integrity sha512-8794JZFE1RN4XaExLWLI2oSXsVImNkl79PzTOOWt9h0UHROwJedNOD2IJyfL0NbddFllcktGIO2aOu10avQQyA==
2899+
"@typescript-eslint/tsconfig-utils@8.38.0", "@typescript-eslint/tsconfig-utils@^8.38.0":
2900+
version "8.38.0"
2901+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.38.0.tgz#6de4ce224a779601a8df667db56527255c42c4d0"
2902+
integrity sha512-Lum9RtSE3EroKk/bYns+sPOodqb2Fv50XOl/gMviMKNvanETUuUcC9ObRbzrJ4VSd2JalPqgSAavwrPiPvnAiQ==
28902903

2891-
"@typescript-eslint/typescript-estree@5.26.0":
2892-
version "5.26.0"
2893-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.26.0.tgz#16cbceedb0011c2ed4f607255f3ee1e6e43b88c3"
2894-
integrity sha512-EyGpw6eQDsfD6jIqmXP3rU5oHScZ51tL/cZgFbFBvWuCwrIptl+oueUZzSmLtxFuSOQ9vDcJIs+279gnJkfd1w==
2904+
"@typescript-eslint/type-utils@8.38.0":
2905+
version "8.38.0"
2906+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.38.0.tgz#a56cd84765fa6ec135fe252b5db61e304403a85b"
2907+
integrity sha512-c7jAvGEZVf0ao2z+nnz8BUaHZD09Agbh+DY7qvBQqLiz8uJzRgVPj5YvOh8I8uEiH8oIUGIfHzMwUcGVco/SJg==
28952908
dependencies:
2896-
"@typescript-eslint/types" "5.26.0"
2897-
"@typescript-eslint/visitor-keys" "5.26.0"
2909+
"@typescript-eslint/types" "8.38.0"
2910+
"@typescript-eslint/typescript-estree" "8.38.0"
2911+
"@typescript-eslint/utils" "8.38.0"
28982912
debug "^4.3.4"
2899-
globby "^11.1.0"
2913+
ts-api-utils "^2.1.0"
2914+
2915+
"@typescript-eslint/types@8.38.0", "@typescript-eslint/types@^8.38.0":
2916+
version "8.38.0"
2917+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.38.0.tgz#297351c994976b93c82ac0f0e206c8143aa82529"
2918+
integrity sha512-wzkUfX3plUqij4YwWaJyqhiPE5UCRVlFpKn1oCRn2O1bJ592XxWJj8ROQ3JD5MYXLORW84063z3tZTb/cs4Tyw==
2919+
2920+
"@typescript-eslint/typescript-estree@8.38.0":
2921+
version "8.38.0"
2922+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.38.0.tgz#82262199eb6778bba28a319e25ad05b1158957df"
2923+
integrity sha512-fooELKcAKzxux6fA6pxOflpNS0jc+nOQEEOipXFNjSlBS6fqrJOVY/whSn70SScHrcJ2LDsxWrneFoWYSVfqhQ==
2924+
dependencies:
2925+
"@typescript-eslint/project-service" "8.38.0"
2926+
"@typescript-eslint/tsconfig-utils" "8.38.0"
2927+
"@typescript-eslint/types" "8.38.0"
2928+
"@typescript-eslint/visitor-keys" "8.38.0"
2929+
debug "^4.3.4"
2930+
fast-glob "^3.3.2"
29002931
is-glob "^4.0.3"
2901-
semver "^7.3.7"
2902-
tsutils "^3.21.0"
2932+
minimatch "^9.0.4"
2933+
semver "^7.6.0"
2934+
ts-api-utils "^2.1.0"
29032935

2904-
"@typescript-eslint/utils@5.26.0":
2905-
version "5.26.0"
2906-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.26.0.tgz#896b8480eb124096e99c8b240460bb4298afcfb4"
2907-
integrity sha512-PJFwcTq2Pt4AMOKfe3zQOdez6InIDOjUJJD3v3LyEtxHGVVRK3Vo7Dd923t/4M9hSH2q2CLvcTdxlLPjcIk3eg==
2936+
"@typescript-eslint/utils@8.38.0":
2937+
version "8.38.0"
2938+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.38.0.tgz#5f10159899d30eb92ba70e642ca6f754bddbf15a"
2939+
integrity sha512-hHcMA86Hgt+ijJlrD8fX0j1j8w4C92zue/8LOPAFioIno+W0+L7KqE8QZKCcPGc/92Vs9x36w/4MPTJhqXdyvg==
29082940
dependencies:
2909-
"@types/json-schema" "^7.0.9"
2910-
"@typescript-eslint/scope-manager" "5.26.0"
2911-
"@typescript-eslint/types" "5.26.0"
2912-
"@typescript-eslint/typescript-estree" "5.26.0"
2913-
eslint-scope "^5.1.1"
2914-
eslint-utils "^3.0.0"
2941+
"@eslint-community/eslint-utils" "^4.7.0"
2942+
"@typescript-eslint/scope-manager" "8.38.0"
2943+
"@typescript-eslint/types" "8.38.0"
2944+
"@typescript-eslint/typescript-estree" "8.38.0"
29152945

2916-
"@typescript-eslint/visitor-keys@5.26.0":
2917-
version "5.26.0"
2918-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.26.0.tgz#7195f756e367f789c0e83035297c45b417b57f57"
2919-
integrity sha512-wei+ffqHanYDOQgg/fS6Hcar6wAWv0CUPQ3TZzOWd2BLfgP539rb49bwua8WRAs7R6kOSLn82rfEu2ro6Llt8Q==
2946+
"@typescript-eslint/visitor-keys@8.38.0":
2947+
version "8.38.0"
2948+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.38.0.tgz#a9765a527b082cb8fc60fd8a16e47c7ad5b60ea5"
2949+
integrity sha512-pWrTcoFNWuwHlA9CvlfSsGWs14JxfN1TH25zM5L7o0pRLhsoZkDnTsXfQRJBEWJoV5DL0jf+Z+sxiud+K0mq1g==
29202950
dependencies:
2921-
"@typescript-eslint/types" "5.26.0"
2922-
eslint-visitor-keys "^3.3.0"
2951+
"@typescript-eslint/types" "8.38.0"
2952+
eslint-visitor-keys "^4.2.1"
29232953

29242954
"@webassemblyjs/ast@1.11.1":
29252955
version "1.11.1"
@@ -3892,6 +3922,13 @@ braces@^3.0.2:
38923922
dependencies:
38933923
fill-range "^7.0.1"
38943924

3925+
braces@^3.0.3:
3926+
version "3.0.3"
3927+
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
3928+
integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
3929+
dependencies:
3930+
fill-range "^7.1.1"
3931+
38953932
broccoli-amd-funnel@^2.0.1:
38963933
version "2.0.1"
38973934
resolved "https://registry.yarnpkg.com/broccoli-amd-funnel/-/broccoli-amd-funnel-2.0.1.tgz#dbdbfd28841731342d538126567c25bea3f15310"
@@ -6742,10 +6779,15 @@ eslint-visitor-keys@^2.0.0:
67426779
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
67436780
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
67446781

6745-
eslint-visitor-keys@^3.3.0:
6746-
version "3.3.0"
6747-
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
6748-
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
6782+
eslint-visitor-keys@^3.4.3:
6783+
version "3.4.3"
6784+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
6785+
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
6786+
6787+
eslint-visitor-keys@^4.2.1:
6788+
version "4.2.1"
6789+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
6790+
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
67496791

67506792
eslint@^7.32.0:
67516793
version "7.32.0"
@@ -7080,6 +7122,17 @@ fast-glob@^3.0.3, fast-glob@^3.2.11, fast-glob@^3.2.9:
70807122
merge2 "^1.3.0"
70817123
micromatch "^4.0.4"
70827124

7125+
fast-glob@^3.3.2:
7126+
version "3.3.3"
7127+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
7128+
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
7129+
dependencies:
7130+
"@nodelib/fs.stat" "^2.0.2"
7131+
"@nodelib/fs.walk" "^1.2.3"
7132+
glob-parent "^5.1.2"
7133+
merge2 "^1.3.0"
7134+
micromatch "^4.0.8"
7135+
70837136
fast-json-stable-stringify@^2.0.0:
70847137
version "2.1.0"
70857138
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -7215,6 +7268,13 @@ fill-range@^7.0.1:
72157268
dependencies:
72167269
to-regex-range "^5.0.1"
72177270

7271+
fill-range@^7.1.1:
7272+
version "7.1.1"
7273+
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292"
7274+
integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==
7275+
dependencies:
7276+
to-regex-range "^5.0.1"
7277+
72187278
finalhandler@1.1.2:
72197279
version "1.1.2"
72207280
resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.1.2.tgz#b7e7d000ffd11938d0fdb053506f6ebabe9f587d"
@@ -7863,7 +7923,7 @@ globby@^10.0.1:
78637923
merge2 "^1.2.3"
78647924
slash "^3.0.0"
78657925

7866-
globby@^11.0.3, globby@^11.1.0:
7926+
globby@^11.0.3:
78677927
version "11.1.0"
78687928
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
78697929
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
@@ -7953,6 +8013,11 @@ graceful-fs@4.2.10, graceful-fs@^4.1.2, graceful-fs@^4.1.3, graceful-fs@^4.1.6,
79538013
resolved "https://registry.yarnpkg.com/graceful-readlink/-/graceful-readlink-1.0.1.tgz#4cafad76bc62f02fa039b2f94e9a3dd3a391a725"
79548014
integrity sha1-TK+tdrxi8C+gObL5Tpo906ORpyU=
79558015

8016+
graphemer@^1.4.0:
8017+
version "1.4.0"
8018+
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
8019+
integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==
8020+
79568021
growly@^1.3.0:
79578022
version "1.3.0"
79588023
resolved "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081"
@@ -8283,6 +8348,11 @@ ignore@^5.1.1, ignore@^5.2.0:
82838348
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
82848349
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
82858350

8351+
ignore@^7.0.0:
8352+
version "7.0.5"
8353+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
8354+
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
8355+
82868356
import-cwd@^3.0.0:
82878357
version "3.0.0"
82888358
resolved "https://registry.yarnpkg.com/import-cwd/-/import-cwd-3.0.0.tgz#20845547718015126ea9b3676b7592fb8bd4cf92"
@@ -9961,6 +10031,14 @@ micromatch@^4.0.2, micromatch@^4.0.4, micromatch@^4.0.5:
996110031
braces "^3.0.2"
996210032
picomatch "^2.3.1"
996310033

10034+
micromatch@^4.0.8:
10035+
version "4.0.8"
10036+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
10037+
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
10038+
dependencies:
10039+
braces "^3.0.3"
10040+
picomatch "^2.3.1"
10041+
996410042
mime-db@1.52.0, "mime-db@>= 1.43.0 < 2":
996510043
version "1.52.0"
996610044
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.52.0.tgz#bbabcdc02859f4987301c856e3387ce5ec43bf70"
@@ -10029,6 +10107,13 @@ minimatch@^5.0.1, minimatch@^5.1.0:
1002910107
dependencies:
1003010108
brace-expansion "^2.0.1"
1003110109

10110+
minimatch@^9.0.4:
10111+
version "9.0.5"
10112+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
10113+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
10114+
dependencies:
10115+
brace-expansion "^2.0.1"
10116+
1003210117
minimist@^0.2.1:
1003310118
version "0.2.1"
1003410119
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.2.1.tgz#827ba4e7593464e7c221e8c5bed930904ee2c455"
@@ -11690,7 +11775,7 @@ regexp.prototype.flags@^1.4.1, regexp.prototype.flags@^1.4.3:
1169011775
define-properties "^1.1.3"
1169111776
functions-have-names "^1.2.2"
1169211777

11693-
regexpp@^3.0.0, regexpp@^3.1.0, regexpp@^3.2.0:
11778+
regexpp@^3.0.0, regexpp@^3.1.0:
1169411779
version "3.2.0"
1169511780
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
1169611781
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==
@@ -12307,6 +12392,11 @@ semver@^7.3.8:
1230712392
dependencies:
1230812393
lru-cache "^6.0.0"
1230912394

12395+
semver@^7.6.0:
12396+
version "7.7.2"
12397+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.2.tgz#67d99fdcd35cec21e6f8b87a7fd515a33f982b58"
12398+
integrity sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==
12399+
1231012400
send@0.18.0:
1231112401
version "0.18.0"
1231212402
resolved "https://registry.yarnpkg.com/send/-/send-0.18.0.tgz#670167cc654b05f5aa4a767f9113bb371bc706be"
@@ -13300,14 +13390,19 @@ tree-sync@^2.0.0, tree-sync@^2.1.0:
1330013390
quick-temp "^0.1.5"
1330113391
walk-sync "^0.3.3"
1330213392

13393+
ts-api-utils@^2.1.0:
13394+
version "2.1.0"
13395+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
13396+
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
13397+
1330313398
ts-clone-node@^1.0.0:
1330413399
version "1.0.0"
1330513400
resolved "https://registry.yarnpkg.com/ts-clone-node/-/ts-clone-node-1.0.0.tgz#aaffa5478cf303471cec9c3c8169e117a0f87614"
1330613401
integrity sha512-/cDYbr2HAXxFNeTT41c/xs/2bhLJjqnYheHsmA3AoHSt+n4JA4t0FL9Lk5O8kWnJ6jeB3kPcUoXIFtwERNzv6Q==
1330713402
dependencies:
1330813403
compatfactory "^1.0.1"
1330913404

13310-
tslib@^1.8.1, tslib@^1.9.0:
13405+
tslib@^1.9.0:
1331113406
version "1.14.1"
1331213407
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
1331313408
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
@@ -13317,13 +13412,6 @@ tslib@^2.0.1, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.3.1, tslib@^2.4.0:
1331713412
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
1331813413
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==
1331913414

13320-
tsutils@^3.21.0:
13321-
version "3.21.0"
13322-
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
13323-
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==
13324-
dependencies:
13325-
tslib "^1.8.1"
13326-
1332713415
type-check@^0.4.0, type-check@~0.4.0:
1332813416
version "0.4.0"
1332913417
resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.4.0.tgz#07b8203bfa7056c0657050e3ccd2c37730bab8f1"

0 commit comments

Comments
 (0)