Update structures.yml #202
Annotations
1 error and 8 warnings
Error: [STARTED] Preparing lint-staged...
[COMPLETED] Preparing lint-staged...
[STARTED] Running tasks for staged files...
[STARTED] package.json — 178 files
[STARTED] **/* — 178 files
[STARTED] prettier --write --ignore-unknown
[FAILED] prettier --write --ignore-unknown [FAILED]
[FAILED] prettier --write --ignore-unknown [FAILED]
[COMPLETED] Running tasks for staged files...
[STARTED] Applying modifications from tasks...
[SKIPPED] Skipped because of errors from tasks.
[STARTED] Reverting to original state because of errors...
[COMPLETED] Reverting to original state because of errors...
[STARTED] Cleaning up temporary files...
[COMPLETED] Cleaning up temporary files...
✖ prettier --write --ignore-unknown:
[error] dist/Client.d.ts: SyntaxError: 'readonly' modifier can only appear on a property declaration or index signature. (127:12)
[error] 125 | * @public
[error] 126 | */
[error] > 127 | public readonly get shardIds(): number[];
[error] | ^^^^^^^^
[error] 128 | /**
[error] 129 | * The total number of shards that this client is managing.
[error] 130 | * @type {Number}
[error] dist/managers/BaseCacheManager.d.ts: SyntaxError: 'readonly' modifier can only appear on a property declaration or index signature. (79:12)
[error] 77 | * @public
[error] 78 | */
[error] > 79 | public readonly get size(): number;
[error] | ^^^^^^^^
[error] 80 | /**
[error] 81 | * Calls a function on each item in the cache.
[error] 82 | * @param {Function} callback Callback function to run on each item in the cache.
[error] dist/managers/ChannelCacheOptions.d.ts: SyntaxError: 'readonly' modifier can only appear on a property declaration or index signature. (107:12)
[error] 105 | * @public
[error] 106 | */
[error] > 107 | public readonly get messageCaching(): boolean;
[error] | ^^^^^^^^
[error] 108 | /**
[error] 109 | * Returns whether to cache messages or not.
[error] 110 | * @type {Boolean}
[error] dist/managers/ChannelMessageManager.d.ts: SyntaxError: 'readonly' modifier can only appear on a property declaration or index signature. (98:5)
[error] 96 | * @readonly
[error] 97 | */
[error] > 98 | readonly get guild(): Guild;
[error] | ^^^^^^^^
[error] 99 | /**
[error] 100 | * Fetches a collection of messages or a singular message from the channel.
[error] 101 | * @param {Object | String} options Either an object of {@link https://discord.com/developers/docs/resources/cha
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, crazy-max/ghaction-import-gpg@v4. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, crazy-max/ghaction-import-gpg@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
This job failed
Loading