Skip to content

Commit f1d456d

Browse files
chore(deps): update eslint/prettier (#1284)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Vlad Frangu <[email protected]>
1 parent 71c6d26 commit f1d456d

File tree

5 files changed

+159
-27
lines changed

5 files changed

+159
-27
lines changed

.github/CONTRIBUTING.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,9 @@
1313
- Checkout a topic branch from a base branch, e.g. `main`, and merge back against that branch.
1414

1515
- If adding a new feature:
16-
1716
- Provide a convincing reason to add this feature. Ideally, you should open a suggestion issue first and have it approved before working on it.
1817

1918
- If fixing a bug:
20-
2119
- If you are resolving a special issue, add `fix/close #xxxx[,#xxxx]` (#xxxx is the issue id) in your PR body for a better release log, e.g.
2220

2321
```

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,12 @@ The exports of each API version is split into three main parts:
8282
- Everything exported with the `Gateway` prefix represents data that ONLY comes from or is directly related to the Gateway.
8383

8484
- Everything exported with the `REST` prefix represents data that ONLY comes from or is directly related to the REST API.
85-
8685
- For endpoint options, they will follow the following structure: `REST<HTTP Method><Type><Query|(JSON|FormData)Body|Result>` where the type represents what it will return.
87-
8886
- For example, `RESTPostAPIChannelMessageJSONBody` or `RESTGetAPIGatewayBotInfoResult`.
8987

9088
- Some exported types (specifically OAuth2 related ones) may not respect this entire structure due to the nature of the fields. They will start with either `RESTOAuth2` or with something similar to `REST<HTTP Method>OAuth2`
9189

9290
- If a type ends with `Result`, then it represents the expected result by calling its accompanying route.
93-
9491
- Types that are exported as `never` usually mean the result will be a `204 No Content`, so you can safely ignore it. This does **not** account for errors.
9592

9693
- Anything else that is miscellaneous will be exported based on what it represents (for example the `REST` route object).

deno/README.md

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/docs/Introduction.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,17 +173,14 @@ The exports of each API version is split into three main parts:
173173

174174
- Everything exported with the `REST` prefix represents data that ONLY comes from or is directly related to the REST
175175
API.
176-
177176
- For endpoint options, they will follow the following structure:
178177
`REST<HTTP Method><Type><Query|(JSON|FormData)Body|Result>` where the type represents what it will return.
179-
180178
- For example, `RESTPostAPIChannelMessageJSONBody` or `RESTGetAPIGatewayBotInfoResult`.
181179

182180
- Some exported types (specifically OAuth2 related ones) may not respect this entire structure due to the nature of
183181
the fields. They will start with either `RESTOAuth2` or with something similar to `REST<HTTP Method>OAuth2`
184182

185183
- If a type ends with `Result`, then it represents the expected result by calling its accompanying route.
186-
187184
- Types that are exported as `never` usually mean the result will be a `204 No Content`, so you can safely ignore
188185
it. This does **not** account for errors.
189186

yarn.lock

Lines changed: 159 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2766,7 +2766,28 @@ __metadata:
27662766
languageName: node
27672767
linkType: hard
27682768

2769-
"@typescript-eslint/eslint-plugin@npm:8.34.1, @typescript-eslint/eslint-plugin@npm:^8.26.1":
2769+
"@typescript-eslint/eslint-plugin@npm:8.35.0":
2770+
version: 8.35.0
2771+
resolution: "@typescript-eslint/eslint-plugin@npm:8.35.0"
2772+
dependencies:
2773+
"@eslint-community/regexpp": "npm:^4.10.0"
2774+
"@typescript-eslint/scope-manager": "npm:8.35.0"
2775+
"@typescript-eslint/type-utils": "npm:8.35.0"
2776+
"@typescript-eslint/utils": "npm:8.35.0"
2777+
"@typescript-eslint/visitor-keys": "npm:8.35.0"
2778+
graphemer: "npm:^1.4.0"
2779+
ignore: "npm:^7.0.0"
2780+
natural-compare: "npm:^1.4.0"
2781+
ts-api-utils: "npm:^2.1.0"
2782+
peerDependencies:
2783+
"@typescript-eslint/parser": ^8.35.0
2784+
eslint: ^8.57.0 || ^9.0.0
2785+
typescript: ">=4.8.4 <5.9.0"
2786+
checksum: 10c0/27391f1b168a175fdc62370e5afe51317d4433115abbbff8ee0aea8ecd7bf6dd541a76f8e0cc94119750ae3146863204862640acb45394f0b92809e88d39f881
2787+
languageName: node
2788+
linkType: hard
2789+
2790+
"@typescript-eslint/eslint-plugin@npm:^8.26.1":
27702791
version: 8.34.1
27712792
resolution: "@typescript-eslint/eslint-plugin@npm:8.34.1"
27722793
dependencies:
@@ -2798,7 +2819,23 @@ __metadata:
27982819
languageName: node
27992820
linkType: hard
28002821

2801-
"@typescript-eslint/parser@npm:8.34.1, @typescript-eslint/parser@npm:^8.26.1":
2822+
"@typescript-eslint/parser@npm:8.35.0":
2823+
version: 8.35.0
2824+
resolution: "@typescript-eslint/parser@npm:8.35.0"
2825+
dependencies:
2826+
"@typescript-eslint/scope-manager": "npm:8.35.0"
2827+
"@typescript-eslint/types": "npm:8.35.0"
2828+
"@typescript-eslint/typescript-estree": "npm:8.35.0"
2829+
"@typescript-eslint/visitor-keys": "npm:8.35.0"
2830+
debug: "npm:^4.3.4"
2831+
peerDependencies:
2832+
eslint: ^8.57.0 || ^9.0.0
2833+
typescript: ">=4.8.4 <5.9.0"
2834+
checksum: 10c0/8f1cda98f8bee3d79266974e5e5c831a0ca473e928fb16f1dc1c85ee24f2cb9c0fcf3c1bcbbef9d6044cf063f6e59d3198b766a27000776830fe591043e11625
2835+
languageName: node
2836+
linkType: hard
2837+
2838+
"@typescript-eslint/parser@npm:^8.26.1":
28022839
version: 8.34.1
28032840
resolution: "@typescript-eslint/parser@npm:8.34.1"
28042841
dependencies:
@@ -2827,6 +2864,19 @@ __metadata:
28272864
languageName: node
28282865
linkType: hard
28292866

2867+
"@typescript-eslint/project-service@npm:8.35.0":
2868+
version: 8.35.0
2869+
resolution: "@typescript-eslint/project-service@npm:8.35.0"
2870+
dependencies:
2871+
"@typescript-eslint/tsconfig-utils": "npm:^8.35.0"
2872+
"@typescript-eslint/types": "npm:^8.35.0"
2873+
debug: "npm:^4.3.4"
2874+
peerDependencies:
2875+
typescript: ">=4.8.4 <5.9.0"
2876+
checksum: 10c0/c2d6d44b6b2ff3ecabec8ade824163196799060ac457661eb94049487d770ce68d128b33a2f24090adf1ebcb66ff6c9a05fc6659349b9a0784a5a080ecf8ff81
2877+
languageName: node
2878+
linkType: hard
2879+
28302880
"@typescript-eslint/scope-manager@npm:5.62.0":
28312881
version: 5.62.0
28322882
resolution: "@typescript-eslint/scope-manager@npm:5.62.0"
@@ -2847,6 +2897,16 @@ __metadata:
28472897
languageName: node
28482898
linkType: hard
28492899

2900+
"@typescript-eslint/scope-manager@npm:8.35.0":
2901+
version: 8.35.0
2902+
resolution: "@typescript-eslint/scope-manager@npm:8.35.0"
2903+
dependencies:
2904+
"@typescript-eslint/types": "npm:8.35.0"
2905+
"@typescript-eslint/visitor-keys": "npm:8.35.0"
2906+
checksum: 10c0/a27cf27a1852bb0d6ea08f475fcc79557f1977be96ef563d92127e8011e4065566441c32c40eb7a530111ffd3a8489919da7f8a2b7466a610cfc9c07670a9601
2907+
languageName: node
2908+
linkType: hard
2909+
28502910
"@typescript-eslint/tsconfig-utils@npm:8.34.1, @typescript-eslint/tsconfig-utils@npm:^8.34.1":
28512911
version: 8.34.1
28522912
resolution: "@typescript-eslint/tsconfig-utils@npm:8.34.1"
@@ -2856,6 +2916,15 @@ __metadata:
28562916
languageName: node
28572917
linkType: hard
28582918

2919+
"@typescript-eslint/tsconfig-utils@npm:8.35.0, @typescript-eslint/tsconfig-utils@npm:^8.35.0":
2920+
version: 8.35.0
2921+
resolution: "@typescript-eslint/tsconfig-utils@npm:8.35.0"
2922+
peerDependencies:
2923+
typescript: ">=4.8.4 <5.9.0"
2924+
checksum: 10c0/baa18e7137ba72f7d138f50d1168e8f334198a36499f954821e2369027e5b3d53ca93c354943e7782ba5caab604b050af10f353ccca34fbc0b23c48d6174832f
2925+
languageName: node
2926+
linkType: hard
2927+
28592928
"@typescript-eslint/type-utils@npm:8.34.1":
28602929
version: 8.34.1
28612930
resolution: "@typescript-eslint/type-utils@npm:8.34.1"
@@ -2871,6 +2940,21 @@ __metadata:
28712940
languageName: node
28722941
linkType: hard
28732942

2943+
"@typescript-eslint/type-utils@npm:8.35.0":
2944+
version: 8.35.0
2945+
resolution: "@typescript-eslint/type-utils@npm:8.35.0"
2946+
dependencies:
2947+
"@typescript-eslint/typescript-estree": "npm:8.35.0"
2948+
"@typescript-eslint/utils": "npm:8.35.0"
2949+
debug: "npm:^4.3.4"
2950+
ts-api-utils: "npm:^2.1.0"
2951+
peerDependencies:
2952+
eslint: ^8.57.0 || ^9.0.0
2953+
typescript: ">=4.8.4 <5.9.0"
2954+
checksum: 10c0/9e23a332484a055eb73ba8918f95a981e0cec8fa623ba9ee0b57328af052628d630a415e32e0dbe95318574e62d4066f8aecc994728b3cedd906f36c616ec362
2955+
languageName: node
2956+
linkType: hard
2957+
28742958
"@typescript-eslint/types@npm:5.62.0":
28752959
version: 5.62.0
28762960
resolution: "@typescript-eslint/types@npm:5.62.0"
@@ -2885,6 +2969,13 @@ __metadata:
28852969
languageName: node
28862970
linkType: hard
28872971

2972+
"@typescript-eslint/types@npm:8.35.0, @typescript-eslint/types@npm:^8.35.0":
2973+
version: 8.35.0
2974+
resolution: "@typescript-eslint/types@npm:8.35.0"
2975+
checksum: 10c0/a2711a932680805e83252b5d7c55ac30437bdc4d40c444606cf6ccb6ba23a682da015ec03c64635e77bf733f84d9bb76810bf4f7177fd3a660db8a2c8a05e845
2976+
languageName: node
2977+
linkType: hard
2978+
28882979
"@typescript-eslint/typescript-estree@npm:5.62.0":
28892980
version: 5.62.0
28902981
resolution: "@typescript-eslint/typescript-estree@npm:5.62.0"
@@ -2923,6 +3014,26 @@ __metadata:
29233014
languageName: node
29243015
linkType: hard
29253016

3017+
"@typescript-eslint/typescript-estree@npm:8.35.0":
3018+
version: 8.35.0
3019+
resolution: "@typescript-eslint/typescript-estree@npm:8.35.0"
3020+
dependencies:
3021+
"@typescript-eslint/project-service": "npm:8.35.0"
3022+
"@typescript-eslint/tsconfig-utils": "npm:8.35.0"
3023+
"@typescript-eslint/types": "npm:8.35.0"
3024+
"@typescript-eslint/visitor-keys": "npm:8.35.0"
3025+
debug: "npm:^4.3.4"
3026+
fast-glob: "npm:^3.3.2"
3027+
is-glob: "npm:^4.0.3"
3028+
minimatch: "npm:^9.0.4"
3029+
semver: "npm:^7.6.0"
3030+
ts-api-utils: "npm:^2.1.0"
3031+
peerDependencies:
3032+
typescript: ">=4.8.4 <5.9.0"
3033+
checksum: 10c0/7e94f6a92efc5832289e8bfd0b61209aa501224c935359253c29aeef8e0b981b370ee2a43e2909991c3c3cf709fcccb6380474e0e9a863e8f89e2fbd213aed59
3034+
languageName: node
3035+
linkType: hard
3036+
29263037
"@typescript-eslint/utils@npm:5.62.0":
29273038
version: 5.62.0
29283039
resolution: "@typescript-eslint/utils@npm:5.62.0"
@@ -2941,7 +3052,7 @@ __metadata:
29413052
languageName: node
29423053
linkType: hard
29433054

2944-
"@typescript-eslint/utils@npm:8.34.1, @typescript-eslint/utils@npm:^8.26.1, @typescript-eslint/utils@npm:^8.32.1, @typescript-eslint/utils@npm:^8.33.0":
3055+
"@typescript-eslint/utils@npm:8.34.1":
29453056
version: 8.34.1
29463057
resolution: "@typescript-eslint/utils@npm:8.34.1"
29473058
dependencies:
@@ -2956,6 +3067,21 @@ __metadata:
29563067
languageName: node
29573068
linkType: hard
29583069

3070+
"@typescript-eslint/utils@npm:8.35.0, @typescript-eslint/utils@npm:^8.26.1, @typescript-eslint/utils@npm:^8.32.1, @typescript-eslint/utils@npm:^8.33.0":
3071+
version: 8.35.0
3072+
resolution: "@typescript-eslint/utils@npm:8.35.0"
3073+
dependencies:
3074+
"@eslint-community/eslint-utils": "npm:^4.7.0"
3075+
"@typescript-eslint/scope-manager": "npm:8.35.0"
3076+
"@typescript-eslint/types": "npm:8.35.0"
3077+
"@typescript-eslint/typescript-estree": "npm:8.35.0"
3078+
peerDependencies:
3079+
eslint: ^8.57.0 || ^9.0.0
3080+
typescript: ">=4.8.4 <5.9.0"
3081+
checksum: 10c0/e3317df7875305bee16edd573e4bfdafc099f26f9c284d8adb351333683aacd5b668320870653dff7ec7e0da1982bbf89dc06197bc193a3be65362f21452dbea
3082+
languageName: node
3083+
linkType: hard
3084+
29593085
"@typescript-eslint/visitor-keys@npm:5.62.0":
29603086
version: 5.62.0
29613087
resolution: "@typescript-eslint/visitor-keys@npm:5.62.0"
@@ -2976,6 +3102,16 @@ __metadata:
29763102
languageName: node
29773103
linkType: hard
29783104

3105+
"@typescript-eslint/visitor-keys@npm:8.35.0":
3106+
version: 8.35.0
3107+
resolution: "@typescript-eslint/visitor-keys@npm:8.35.0"
3108+
dependencies:
3109+
"@typescript-eslint/types": "npm:8.35.0"
3110+
eslint-visitor-keys: "npm:^4.2.1"
3111+
checksum: 10c0/df18ca9b6931cb58f5dc404fcc94f9e0cc1c22f3053c7013ab588bb8ccccd3d58a70c577c01267845d57fa124a8cf8371260d284dad97505c56b2abcf70a3dce
3112+
languageName: node
3113+
linkType: hard
3114+
29793115
"@unrs/resolver-binding-android-arm-eabi@npm:1.9.1":
29803116
version: 1.9.1
29813117
resolution: "@unrs/resolver-binding-android-arm-eabi@npm:1.9.1"
@@ -4727,14 +4863,14 @@ __metadata:
47274863
linkType: hard
47284864

47294865
"eslint-import-resolver-typescript@npm:^4.1.1, eslint-import-resolver-typescript@npm:^4.4.2":
4730-
version: 4.4.3
4731-
resolution: "eslint-import-resolver-typescript@npm:4.4.3"
4866+
version: 4.4.4
4867+
resolution: "eslint-import-resolver-typescript@npm:4.4.4"
47324868
dependencies:
47334869
debug: "npm:^4.4.1"
47344870
eslint-import-context: "npm:^0.1.8"
47354871
get-tsconfig: "npm:^4.10.1"
47364872
is-bun-module: "npm:^2.0.0"
4737-
stable-hash-x: "npm:^0.1.1"
4873+
stable-hash-x: "npm:^0.2.0"
47384874
tinyglobby: "npm:^0.2.14"
47394875
unrs-resolver: "npm:^1.7.11"
47404876
peerDependencies:
@@ -4746,7 +4882,7 @@ __metadata:
47464882
optional: true
47474883
eslint-plugin-import-x:
47484884
optional: true
4749-
checksum: 10c0/c00c5e422e71fa3448007509ff49ac44c6917eabfeca72094f67d8dd5202f1aa7d8ec12344cf502268b71d3a9104e7b0072ed97e6301966115d02f3cce6f61d7
4885+
checksum: 10c0/3bf8ad77c21660f77a0e455555ab179420f68ae7a132906c85a217ccce51cb6680cf70027cab32a358d193e5b9e476f6ba2e595585242aa97d4f6435ca22104e
47504886
languageName: node
47514887
linkType: hard
47524888

@@ -8282,11 +8418,11 @@ __metadata:
82828418
linkType: hard
82838419

82848420
"prettier@npm:^3.0.0, prettier@npm:^3.5.3":
8285-
version: 3.5.3
8286-
resolution: "prettier@npm:3.5.3"
8421+
version: 3.6.2
8422+
resolution: "prettier@npm:3.6.2"
82878423
bin:
82888424
prettier: bin/prettier.cjs
8289-
checksum: 10c0/3880cb90b9dc0635819ab52ff571518c35bd7f15a6e80a2054c05dbc8a3aa6e74f135519e91197de63705bcb38388ded7e7230e2178432a1468005406238b877
8425+
checksum: 10c0/488cb2f2b99ec13da1e50074912870217c11edaddedeadc649b1244c749d15ba94e846423d062e2c4c9ae683e2d65f754de28889ba06e697ac4f988d44f45812
82908426
languageName: node
82918427
linkType: hard
82928428

@@ -9053,6 +9189,13 @@ __metadata:
90539189
languageName: node
90549190
linkType: hard
90559191

9192+
"stable-hash-x@npm:^0.2.0":
9193+
version: 0.2.0
9194+
resolution: "stable-hash-x@npm:0.2.0"
9195+
checksum: 10c0/c757df58366ee4bb266a9486b8932eab7c1ba730469eaf4b68d2dee404814e9f84089c44c9b5205f8c7d99a0ab036cce2af69139ce5ed44b635923c011a8aea8
9196+
languageName: node
9197+
linkType: hard
9198+
90569199
"stop-iteration-iterator@npm:^1.1.0":
90579200
version: 1.1.0
90589201
resolution: "stop-iteration-iterator@npm:1.1.0"
@@ -9546,16 +9689,16 @@ __metadata:
95469689
linkType: hard
95479690

95489691
"typescript-eslint@npm:^8.26.1, typescript-eslint@npm:^8.33.0":
9549-
version: 8.34.1
9550-
resolution: "typescript-eslint@npm:8.34.1"
9692+
version: 8.35.0
9693+
resolution: "typescript-eslint@npm:8.35.0"
95519694
dependencies:
9552-
"@typescript-eslint/eslint-plugin": "npm:8.34.1"
9553-
"@typescript-eslint/parser": "npm:8.34.1"
9554-
"@typescript-eslint/utils": "npm:8.34.1"
9695+
"@typescript-eslint/eslint-plugin": "npm:8.35.0"
9696+
"@typescript-eslint/parser": "npm:8.35.0"
9697+
"@typescript-eslint/utils": "npm:8.35.0"
95559698
peerDependencies:
95569699
eslint: ^8.57.0 || ^9.0.0
95579700
typescript: ">=4.8.4 <5.9.0"
9558-
checksum: 10c0/6de5d2ce180d1609a8a5383557a2787f17620ebc9a4d84fba9d9240db8005cc3084a7840ebafe532fba9970fe12822ee415615041f3527334fdfc45c411d35b6
9701+
checksum: 10c0/ba034fc25731c01c12de7564c05eb58b22072b14b9cb6469d79b2a0c70dff45d646423b8d6d7f2f6ca40310101f2bd0a843c1c51b8c51cfec556ca0723f5df2d
95599702
languageName: node
95609703
linkType: hard
95619704

0 commit comments

Comments
 (0)