Skip to content

Commit 0cd670c

Browse files
fix: update typescript-eslint packages to v8.0.0-alpha.37
1 parent 1288ad4 commit 0cd670c

File tree

3 files changed

+67
-66
lines changed

3 files changed

+67
-66
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"@types/node": "20.14.9",
7878
"@types/prettier": "2.7.3",
7979
"@types/semver": "^7.5.8",
80-
"@typescript-eslint/rule-tester": "8.0.0-alpha.20",
80+
"@typescript-eslint/rule-tester": "8.0.0-alpha.37",
8181
"commitizen": "4.3.0",
8282
"cz-conventional-changelog": "3.3.0",
8383
"env-cmd": "10.1.0",
@@ -104,7 +104,7 @@
104104
"tslib": "^2.4.1",
105105
"tsx": "^4.7.3",
106106
"typescript": "5.4.5",
107-
"typescript-eslint": "8.0.0-alpha.20",
107+
"typescript-eslint": "8.0.0-alpha.37",
108108
"verdaccio": "5.31.1"
109109
},
110110
"nx": {

packages/schematics/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"strip-json-comments": "3.1.1"
4646
},
4747
"devDependencies": {
48-
"@typescript-eslint/utils": "8.0.0-alpha.20",
48+
"@typescript-eslint/utils": "8.0.0-alpha.37",
4949
"eslint": "9.6.0"
5050
},
5151
"peerDependencies": {

yarn.lock

+64-63
Original file line numberDiff line numberDiff line change
@@ -2857,40 +2857,41 @@
28572857
dependencies:
28582858
"@types/yargs-parser" "*"
28592859

2860-
"@typescript-eslint/eslint-plugin@8.0.0-alpha.20":
2861-
version "8.0.0-alpha.20"
2862-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.0.0-alpha.20.tgz#02c6d1ff65705ad839f0729821e127a1043c068a"
2863-
integrity sha512-/dBqhcdiVHB3SzaU5Mczy1QoVel8hZ8TX7T2WE1Qq2ujrv4X9I2/H2DMHnNtmlcGY9hcezsPtu76BTiZAeMQqw==
2860+
"@typescript-eslint/eslint-plugin@8.0.0-alpha.37":
2861+
version "8.0.0-alpha.37"
2862+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.0.0-alpha.37.tgz#03bb08e81bc2afb9e82517c56aff8324a31d4c99"
2863+
integrity sha512-qdfth5+87MHcxGytK0wPrNYFsPN0skh0VztwiuWJM76/uGLnMI8MPNazlufjDqpuz2tWky3OEJWEVZRw0sS54g==
28642864
dependencies:
28652865
"@eslint-community/regexpp" "^4.10.0"
2866-
"@typescript-eslint/scope-manager" "8.0.0-alpha.20"
2867-
"@typescript-eslint/type-utils" "8.0.0-alpha.20"
2868-
"@typescript-eslint/utils" "8.0.0-alpha.20"
2869-
"@typescript-eslint/visitor-keys" "8.0.0-alpha.20"
2866+
"@typescript-eslint/scope-manager" "8.0.0-alpha.37"
2867+
"@typescript-eslint/type-utils" "8.0.0-alpha.37"
2868+
"@typescript-eslint/utils" "8.0.0-alpha.37"
2869+
"@typescript-eslint/visitor-keys" "8.0.0-alpha.37"
28702870
graphemer "^1.4.0"
28712871
ignore "^5.3.1"
28722872
natural-compare "^1.4.0"
28732873
ts-api-utils "^1.3.0"
28742874

2875-
"@typescript-eslint/parser@8.0.0-alpha.20":
2876-
version "8.0.0-alpha.20"
2877-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.0.0-alpha.20.tgz#5e631ef1b2f80c5d03d88abce91f69b5f6aa95c5"
2878-
integrity sha512-C1gnMM1k6i0phZ7l6HJPecVIGMErrONnurQ9ssRBZNek7gJInDGEDUC7LlL3QIWxFkHcdwYXWzuc7IueyxU6YQ==
2875+
"@typescript-eslint/parser@8.0.0-alpha.37":
2876+
version "8.0.0-alpha.37"
2877+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.0.0-alpha.37.tgz#b9d9754f0b3f9a2f02cd38f60f9d649ae5e8ba75"
2878+
integrity sha512-501Lt4Dbj9kqt+rZrXzcq+oh41J0JXg4XgPIKPd8JgZqjtbss9fjOMW/APVDA+WkNpu/1zKD+vCvrShfo2xnhw==
28792879
dependencies:
2880-
"@typescript-eslint/scope-manager" "8.0.0-alpha.20"
2881-
"@typescript-eslint/types" "8.0.0-alpha.20"
2882-
"@typescript-eslint/typescript-estree" "8.0.0-alpha.20"
2883-
"@typescript-eslint/visitor-keys" "8.0.0-alpha.20"
2880+
"@typescript-eslint/scope-manager" "8.0.0-alpha.37"
2881+
"@typescript-eslint/types" "8.0.0-alpha.37"
2882+
"@typescript-eslint/typescript-estree" "8.0.0-alpha.37"
2883+
"@typescript-eslint/visitor-keys" "8.0.0-alpha.37"
28842884
debug "^4.3.4"
28852885

2886-
"@typescript-eslint/rule-tester@8.0.0-alpha.20":
2887-
version "8.0.0-alpha.20"
2888-
resolved "https://registry.yarnpkg.com/@typescript-eslint/rule-tester/-/rule-tester-8.0.0-alpha.20.tgz#983bd480749422f81076cbdefac755e7cd4f5415"
2889-
integrity sha512-d+hu9RtMgjqofRF/XBbP6o/eFMwwcPMdsf5tchxiNCYBqdlW7jM9/nhrs7eA26WSXwCEMA/g6k49gYb1YeSR6g==
2886+
"@typescript-eslint/rule-tester@8.0.0-alpha.37":
2887+
version "8.0.0-alpha.37"
2888+
resolved "https://registry.yarnpkg.com/@typescript-eslint/rule-tester/-/rule-tester-8.0.0-alpha.37.tgz#f5b1c15dea7973699ef68d7d57c1a1e8a8e90bba"
2889+
integrity sha512-R2xp94QTIbRDga59mS51kELA14IN63IFVB8O4AtnI3FQWu154Hn5R6Q+Z0uBnajVXCb8WRUJhp6/rMS57whLDQ==
28902890
dependencies:
2891-
"@typescript-eslint/typescript-estree" "8.0.0-alpha.20"
2892-
"@typescript-eslint/utils" "8.0.0-alpha.20"
2891+
"@typescript-eslint/typescript-estree" "8.0.0-alpha.37"
2892+
"@typescript-eslint/utils" "8.0.0-alpha.37"
28932893
ajv "^6.12.6"
2894+
json-stable-stringify-without-jsonify "^1.0.1"
28942895
lodash.merge "4.6.2"
28952896
semver "^7.6.0"
28962897

@@ -2902,21 +2903,21 @@
29022903
"@typescript-eslint/types" "7.11.0"
29032904
"@typescript-eslint/visitor-keys" "7.11.0"
29042905

2905-
"@typescript-eslint/scope-manager@8.0.0-alpha.20":
2906-
version "8.0.0-alpha.20"
2907-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.0.0-alpha.20.tgz#2f953a8f62e87d65b7a5d19800f7c996e0fe8b11"
2908-
integrity sha512-+Ncj0Q6DT8ZHYNp8h5RndW4Siv52kiPpHEz/i8Sj2rh2y8ZCc5pKSHSslk+eZi0Bdj+/+swNOmDNcL2CrlaEnA==
2906+
"@typescript-eslint/scope-manager@8.0.0-alpha.37":
2907+
version "8.0.0-alpha.37"
2908+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.0.0-alpha.37.tgz#71e57dcedc06fad666c844a5780ff85a9725a248"
2909+
integrity sha512-sr/29FT6SI87JfjxKzA/mD6vsV1x8f/uK+PIWTFTGr60dlC0EgqT+DjtcinGa+TtmlRweUdJ+CVZFZsEyFFPdQ==
29092910
dependencies:
2910-
"@typescript-eslint/types" "8.0.0-alpha.20"
2911-
"@typescript-eslint/visitor-keys" "8.0.0-alpha.20"
2911+
"@typescript-eslint/types" "8.0.0-alpha.37"
2912+
"@typescript-eslint/visitor-keys" "8.0.0-alpha.37"
29122913

2913-
"@typescript-eslint/type-utils@8.0.0-alpha.20":
2914-
version "8.0.0-alpha.20"
2915-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.0.0-alpha.20.tgz#da2e2a87e47446efa6954782a4482646b741e264"
2916-
integrity sha512-/eUDosUnJlEwzRFPwaKYM3H0VS+40oXx+5ZN+CFCtdXMZjGsTwKM3XNvI+4orisjn+qhNVlHZby4PHnH8qAh8Q==
2914+
"@typescript-eslint/type-utils@8.0.0-alpha.37":
2915+
version "8.0.0-alpha.37"
2916+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.0.0-alpha.37.tgz#d44e027af1664dcc7a31916f0756b0c9c4add6c8"
2917+
integrity sha512-eQVd2RoC5nQIxx2r4Uj0mNUcMC9+w355nd/Eu+M/4s4O/PKTUxn2SUoqO8aRTAL5jVEF5SUO6UtxqzWD6iFoig==
29172918
dependencies:
2918-
"@typescript-eslint/typescript-estree" "8.0.0-alpha.20"
2919-
"@typescript-eslint/utils" "8.0.0-alpha.20"
2919+
"@typescript-eslint/typescript-estree" "8.0.0-alpha.37"
2920+
"@typescript-eslint/utils" "8.0.0-alpha.37"
29202921
debug "^4.3.4"
29212922
ts-api-utils "^1.3.0"
29222923

@@ -2935,10 +2936,10 @@
29352936
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.11.0.tgz#5e9702a5e8b424b7fc690e338d359939257d6722"
29362937
integrity sha512-MPEsDRZTyCiXkD4vd3zywDCifi7tatc4K37KqTprCvaXptP7Xlpdw0NR2hRJTetG5TxbWDB79Ys4kLmHliEo/w==
29372938

2938-
"@typescript-eslint/types@8.0.0-alpha.20":
2939-
version "8.0.0-alpha.20"
2940-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.0.0-alpha.20.tgz#f6d6ed7789178934fcdc67a0796191580f505730"
2941-
integrity sha512-xpU1rMQfnnNZxpHN6YUfr18sGOMcpC9hvt54fupcU6N1qMCagEtkRt1U15x086oJAgAITJGa67454ffAoCxv/w==
2939+
"@typescript-eslint/types@8.0.0-alpha.37":
2940+
version "8.0.0-alpha.37"
2941+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.0.0-alpha.37.tgz#f50c7bdabd5e16d65c00c0d415418b9e115e5111"
2942+
integrity sha512-oKggMrIwfZnn/BCH5Pc0NZWK9Fque7hBhYSrSti3mt3TMFFkJ/UtdmJOm1LllGr/LpYTo5AsCWYgkltAYdg/qA==
29422943

29432944
"@typescript-eslint/typescript-estree@7.11.0":
29442945
version "7.11.0"
@@ -2954,13 +2955,13 @@
29542955
semver "^7.6.0"
29552956
ts-api-utils "^1.3.0"
29562957

2957-
"@typescript-eslint/typescript-estree@8.0.0-alpha.20":
2958-
version "8.0.0-alpha.20"
2959-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.0.0-alpha.20.tgz#f495288215150f64af97896f2c1a8cf44197d09c"
2960-
integrity sha512-VQ8Mf8upDCuf0uMTjX/Pdw3gvCZomkG43nuThUuzhK3YFwFmIDTqx0ZWSsYJkVGfll0WrXgIua+rKSP/n6NBWw==
2958+
"@typescript-eslint/typescript-estree@8.0.0-alpha.37":
2959+
version "8.0.0-alpha.37"
2960+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.0.0-alpha.37.tgz#c7d1d3fb4e92bb1a49e6aa36c74b84abfa5b81d5"
2961+
integrity sha512-pPAk9sCIO0NBi/ViueI6lTa4WAKMFOWLul8fHF/J1WgbWSIoG3vQd8TVgWgXvimM7NUXJnSyi6zaC6xiS85YKA==
29612962
dependencies:
2962-
"@typescript-eslint/types" "8.0.0-alpha.20"
2963-
"@typescript-eslint/visitor-keys" "8.0.0-alpha.20"
2963+
"@typescript-eslint/types" "8.0.0-alpha.37"
2964+
"@typescript-eslint/visitor-keys" "8.0.0-alpha.37"
29642965
debug "^4.3.4"
29652966
globby "^11.1.0"
29662967
is-glob "^4.0.3"
@@ -2978,15 +2979,15 @@
29782979
"@typescript-eslint/types" "7.11.0"
29792980
"@typescript-eslint/typescript-estree" "7.11.0"
29802981

2981-
"@typescript-eslint/utils@8.0.0-alpha.20":
2982-
version "8.0.0-alpha.20"
2983-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.0.0-alpha.20.tgz#f8e7b6d282714e9e34e891eab2daf8d9b76db5a3"
2984-
integrity sha512-0aMhjDTvIrkGkHqyM0ZByAwR8BV1f2HhKdYyjtxko8S/Ca4PGjOIjub6VoF+bQwCRxEuV8viNUld78rqm9jqLA==
2982+
"@typescript-eslint/utils@8.0.0-alpha.37":
2983+
version "8.0.0-alpha.37"
2984+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.0.0-alpha.37.tgz#513c2df241a06d02c2591fa17a280f1c00f9b6fa"
2985+
integrity sha512-F9ohz3R1qpDmqI02z5w1UC0NvZ389aYmQe+YLwS8CSeQjoEpIaEGEQeVqXHsfGAL0cYLGu4P1USSpTO+oPl3Rg==
29852986
dependencies:
29862987
"@eslint-community/eslint-utils" "^4.4.0"
2987-
"@typescript-eslint/scope-manager" "8.0.0-alpha.20"
2988-
"@typescript-eslint/types" "8.0.0-alpha.20"
2989-
"@typescript-eslint/typescript-estree" "8.0.0-alpha.20"
2988+
"@typescript-eslint/scope-manager" "8.0.0-alpha.37"
2989+
"@typescript-eslint/types" "8.0.0-alpha.37"
2990+
"@typescript-eslint/typescript-estree" "8.0.0-alpha.37"
29902991

29912992
"@typescript-eslint/visitor-keys@7.11.0":
29922993
version "7.11.0"
@@ -2996,12 +2997,12 @@
29962997
"@typescript-eslint/types" "7.11.0"
29972998
eslint-visitor-keys "^3.4.3"
29982999

2999-
"@typescript-eslint/visitor-keys@8.0.0-alpha.20":
3000-
version "8.0.0-alpha.20"
3001-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.0.0-alpha.20.tgz#bffce2fa485fd99b071a4a51fec8ed6ad7a8d1a3"
3002-
integrity sha512-ej06rfct0kalfJgIR8nTR7dF1mgfF83hkylrYas7IAElHfgw4zx99BUGa6VrnHZ1PkxdJBp5PgcO2FmmlOoaRQ==
3000+
"@typescript-eslint/visitor-keys@8.0.0-alpha.37":
3001+
version "8.0.0-alpha.37"
3002+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.0.0-alpha.37.tgz#063cb4d61c31b87f33ebdd94ffe798f1debed8f1"
3003+
integrity sha512-FNUujN2K/FhzLnZ0PaM95eCWKEXqzYgRzz4BAczyraX/zPCWIk4/lZ0GGr3sXIi1N0rfEuvklEZvkUBd/V6szQ==
30033004
dependencies:
3004-
"@typescript-eslint/types" "8.0.0-alpha.20"
3005+
"@typescript-eslint/types" "8.0.0-alpha.37"
30053006
eslint-visitor-keys "^3.4.3"
30063007

30073008
"@verdaccio/auth@7.0.0-next-7.16":
@@ -9428,14 +9429,14 @@ type@^2.7.2:
94289429
resolved "https://registry.yarnpkg.com/type/-/type-2.7.2.tgz#2376a15a3a28b1efa0f5350dcf72d24df6ef98d0"
94299430
integrity sha512-dzlvlNlt6AXU7EBSfpAscydQ7gXB+pPGsPnfJnZpiNJBDj7IaJzQlBZYGdEi4R9HmPdBv2XmWJ6YUtoTa7lmCw==
94309431

9431-
typescript-eslint@8.0.0-alpha.20:
9432-
version "8.0.0-alpha.20"
9433-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.0.0-alpha.20.tgz#a41fdcc60ef1958c60c58e70c442692968e99a2d"
9434-
integrity sha512-/cx37A2S+AOne5uFpD8GzHzV5b/7wncAh4agmIRieAZWXJWbRcue7e8RI6LnpQ7CHy9IHPmALcHcXPXogM6jcQ==
9432+
typescript-eslint@8.0.0-alpha.37:
9433+
version "8.0.0-alpha.37"
9434+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.0.0-alpha.37.tgz#58ae9dba5e12a9a0e67910d5b5565bc255b07153"
9435+
integrity sha512-6TCPzKK6SE0UeWLRFSzYvr6Jxv8joD09kUCXrg6M2pVFJSOAWi6dQpTtsYQDviUvW7JH7Dxj7QyDDYmHnkPVvg==
94359436
dependencies:
9436-
"@typescript-eslint/eslint-plugin" "8.0.0-alpha.20"
9437-
"@typescript-eslint/parser" "8.0.0-alpha.20"
9438-
"@typescript-eslint/utils" "8.0.0-alpha.20"
9437+
"@typescript-eslint/eslint-plugin" "8.0.0-alpha.37"
9438+
"@typescript-eslint/parser" "8.0.0-alpha.37"
9439+
"@typescript-eslint/utils" "8.0.0-alpha.37"
94399440

94409441
typescript@5.4.5, typescript@~5.4.2:
94419442
version "5.4.5"

0 commit comments

Comments
 (0)