chore(deps): update dependency eslint-config-neon to ^0.4.0 (#1487)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Vlad Frangu <me@vladfrangu.dev>
This commit is contained in:
renovate[bot]
2026-03-20 12:33:46 +02:00
committed by GitHub
parent b985362252
commit d7192dc74e
8 changed files with 396 additions and 516 deletions

View File

@@ -836,6 +836,7 @@ export interface RESTGetAPIChannelThreadsArchivedQuery {
/**
* Get threads before this id or ISO8601 timestamp
*/
// eslint-disable-next-line @typescript-eslint/no-duplicate-type-constituents
before?: Snowflake | string;
/**
* Max number of thread to return

View File

@@ -849,6 +849,7 @@ export interface RESTGetAPIChannelThreadsArchivedQuery {
/**
* Get threads before this id or ISO8601 timestamp
*/
// eslint-disable-next-line @typescript-eslint/no-duplicate-type-constituents
before?: Snowflake | string;
/**
* Max number of thread to return

1
deno/rpc/v10.ts generated
View File

@@ -2666,5 +2666,6 @@ export type RPCMessagePayload =
| RPCCommandSetVoiceSettingsPayload
| RPCCommandStartPurchasePayload
| RPCCommandSubscribePayload
// eslint-disable-next-line @typescript-eslint/no-duplicate-type-constituents
| RPCCommandUnsubscribePayload
| RPCCommandValidateApplicationPayload;

View File

@@ -145,7 +145,7 @@
"conventional-changelog-angular": "^8.0.0",
"conventional-recommended-bump": "^11.1.0",
"eslint": "^10.0.0",
"eslint-config-neon": "^0.2.7",
"eslint-config-neon": "^0.4.0",
"eslint-formatter-pretty": "^7.0.0",
"eslint-import-resolver-typescript": "^4.4.2",
"gen-esm-wrapper": "^1.1.3",

View File

@@ -836,6 +836,7 @@ export interface RESTGetAPIChannelThreadsArchivedQuery {
/**
* Get threads before this id or ISO8601 timestamp
*/
// eslint-disable-next-line @typescript-eslint/no-duplicate-type-constituents
before?: Snowflake | string;
/**
* Max number of thread to return

View File

@@ -849,6 +849,7 @@ export interface RESTGetAPIChannelThreadsArchivedQuery {
/**
* Get threads before this id or ISO8601 timestamp
*/
// eslint-disable-next-line @typescript-eslint/no-duplicate-type-constituents
before?: Snowflake | string;
/**
* Max number of thread to return

View File

@@ -2666,5 +2666,6 @@ export type RPCMessagePayload =
| RPCCommandSetVoiceSettingsPayload
| RPCCommandStartPurchasePayload
| RPCCommandSubscribePayload
// eslint-disable-next-line @typescript-eslint/no-duplicate-type-constituents
| RPCCommandUnsubscribePayload
| RPCCommandValidateApplicationPayload;

904
yarn.lock

File diff suppressed because it is too large Load Diff