chrillep / SickChill

The new home of the SickRage community
https://sickrage.github.io
GNU General Public License v3.0
1 stars 0 forks source link

Update dependency xo to ^0.59.0 #839

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
xo ^0.50.0 -> ^0.59.0 age adoption passing confidence

Release Notes

xojs/xo (xo) ### [`v0.59.0`](https://togithub.com/xojs/xo/releases/tag/v0.59.0) [Compare Source](https://togithub.com/xojs/xo/compare/v0.58.0...v0.59.0) ##### New rules - [`unicorn/no-single-promise-in-promise-methods`](https://togithub.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/no-single-promise-in-promise-methods.md) - [`unicorn/no-await-in-promise-methods`](https://togithub.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/no-await-in-promise-methods.md) - [`unicorn/no-anonymous-default-export`](https://togithub.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/no-anonymous-default-export.md) - [`unicorn/consistent-empty-array-spread`](https://togithub.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/consistent-empty-array-spread.md) - [`unicorn/no-invalid-fetch-options`](https://togithub.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/no-invalid-fetch-options.md) - [`unicorn/no-magic-array-flat-depth`](https://togithub.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/no-magic-array-flat-depth.md) - [`unicorn/prefer-structured-clone`](https://togithub.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-structured-clone.md) - [`unicorn/no-negation-in-equality-check`](https://togithub.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/no-negation-in-equality-check.md) - [`@typescript-eslint/no-unnecessary-parameter-property-assignment`](https://typescript-eslint.io/rules/no-unnecessary-parameter-property-assignment/) - [`@typescript-eslint/use-unknown-in-catch-callback-variable`](https://typescript-eslint.io/rules/use-unknown-in-catch-callback-variable/) ##### Breaking - Re-enable `eslint-plugin-promise` ([#​656](https://togithub.com/xojs/xo/issues/656)) [`b168f08`](https://togithub.com/xojs/xo/commit/b168f08) *** ### [`v0.58.0`](https://togithub.com/xojs/xo/releases/tag/v0.58.0) [Compare Source](https://togithub.com/xojs/xo/compare/v0.57.0...v0.58.0) - TypeScript: Disable `default-case` rule to avoid conflict with stricter `@typescript-eslint/switch-exhaustiveness-check` rule ### [`v0.57.0`](https://togithub.com/xojs/xo/releases/tag/v0.57.0) [Compare Source](https://togithub.com/xojs/xo/compare/v0.56.0...v0.57.0) ##### Breaking - Require Node.js 18 [`3b9d372`](https://togithub.com/xojs/xo/commit/3b9d372) ##### New rules - [`logical-assignment-operators`](https://eslint.org/docs/latest/rules/logical-assignment-operators) - [`prefer-object-has-own`](https://eslint.org/docs/latest/rules/prefer-object-has-own) - [`object-curly-newline`](https://eslint.org/docs/latest/rules/object-curly-newline) - [`unicorn/no-unnecessary-polyfills`](https://togithub.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/no-unnecessary-polyfills.md) - [`@typescript-eslint/prefer-find`](https://typescript-eslint.io/rules/prefer-find/) - [`@typescript-eslint/no-array-delete`](https://typescript-eslint.io/rules/no-array-delete/) - [`@typescript-eslint/prefer-promise-reject-errors`](https://eslint.org/docs/latest/rules/prefer-promise-reject-errors) ### [`v0.56.0`](https://togithub.com/xojs/xo/releases/tag/v0.56.0) [Compare Source](https://togithub.com/xojs/xo/compare/v0.55.1...v0.56.0) - Support additional TypeScript extensions (`.mts`, `.cts`) ([#​728](https://togithub.com/xojs/xo/issues/728)) [`04552b8`](https://togithub.com/xojs/xo/commit/04552b8) ### [`v0.55.1`](https://togithub.com/xojs/xo/releases/tag/v0.55.1) [Compare Source](https://togithub.com/xojs/xo/compare/v0.55.0...v0.55.1) - Lock down `eslint-plugin-import` dependency to patch versions only [`0a71db5`](https://togithub.com/xojs/xo/commit/0a71db5) ### [`v0.55.0`](https://togithub.com/xojs/xo/releases/tag/v0.55.0) [Compare Source](https://togithub.com/xojs/xo/compare/v0.54.2...v0.55.0) ##### Breaking - Require Node.js 16 [`004e3b3`](https://togithub.com/xojs/xo/commit/004e3b3) ##### New rules - [`unicorn/prefer-blob-reading-methods`](https://togithub.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-blob-reading-methods.md) - [`@typescript-eslint/no-unsafe-enum-comparison`](https://typescript-eslint.io/rules/no-unsafe-enum-comparison/) ### [`v0.54.2`](https://togithub.com/xojs/xo/releases/tag/v0.54.2) [Compare Source](https://togithub.com/xojs/xo/compare/v0.54.1...v0.54.2) - Update dependencies ([#​715](https://togithub.com/xojs/xo/issues/715)) [`498aece`](https://togithub.com/xojs/xo/commit/498aece) ### [`v0.54.1`](https://togithub.com/xojs/xo/releases/tag/v0.54.1) [Compare Source](https://togithub.com/xojs/xo/compare/v0.54.0...v0.54.1) - Fix rule conflict ([#​714](https://togithub.com/xojs/xo/issues/714)) [`658d376`](https://togithub.com/xojs/xo/commit/658d376) ### [`v0.54.0`](https://togithub.com/xojs/xo/releases/tag/v0.54.0) [Compare Source](https://togithub.com/xojs/xo/compare/v0.53.1...v0.54.0) ##### New rules - [`unicorn/no-typeof-undefined`](https://togithub.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/no-typeof-undefined.md) - [`unicorn/no-negated-condition`](https://togithub.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/no-negated-condition.md) - [`unicorn/prefer-set-size`](https://togithub.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-set-size.md) - [`@typescript-eslint/no-duplicate-type-constituents`](https://typescript-eslint.io/rules/no-duplicate-type-constituents/) ##### Improvements - Support TypeScript 5 ([#​712](https://togithub.com/xojs/xo/issues/712)) [`a815db3`](https://togithub.com/xojs/xo/commit/a815db3) ### [`v0.53.1`](https://togithub.com/xojs/xo/releases/tag/v0.53.1) [Compare Source](https://togithub.com/xojs/xo/compare/v0.53.0...v0.53.1) - Improve performance ([#​697](https://togithub.com/xojs/xo/issues/697)) [`9bee815`](https://togithub.com/xojs/xo/commit/9bee815) ### [`v0.53.0`](https://togithub.com/xojs/xo/releases/tag/v0.53.0) [Compare Source](https://togithub.com/xojs/xo/compare/v0.52.4...v0.53.0) ##### Breaking - Require Node.js 14 [`91d10d1`](https://togithub.com/xojs/xo/commit/91d10d1) - TypeScript: It will now use inline type imports when auto-fixing https://github.com/xojs/eslint-config-xo-typescript/commit/e41f4a4032882da4f19d4ff69d303f8a1f2e127d ##### New rules - [`no-empty-static-block`](https://eslint.org/docs/latest/rules/no-empty-static-block) - [`no-new-native-nonconstructor`](https://eslint.org/docs/latest/rules/no-new-native-nonconstructor) - [`unicorn/no-unnecessary-await`](https://togithub.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/no-unnecessary-await.md) - [`unicorn/switch-case-braces`](https://togithub.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/switch-case-braces.md) - [`unicorn/prefer-logical-operator-over-ternary`](https://togithub.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-logical-operator-over-ternary.md) - [`unicorn/prefer-event-target`](https://togithub.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-event-target.md) - [`@typescript-eslint/no-unsafe-declaration-merging`](https://typescript-eslint.io/rules/no-unsafe-declaration-merging/) ### [`v0.52.4`](https://togithub.com/xojs/xo/releases/tag/v0.52.4) [Compare Source](https://togithub.com/xojs/xo/compare/v0.52.3...v0.52.4) - Fix a bug with relative `extends` ([#​686](https://togithub.com/xojs/xo/issues/686)) [`e69a192`](https://togithub.com/xojs/xo/commit/e69a192) ### [`v0.52.3`](https://togithub.com/xojs/xo/releases/tag/v0.52.3) [Compare Source](https://togithub.com/xojs/xo/compare/v0.52.2...v0.52.3) - Fix compatibility problem with Windows ([#​687](https://togithub.com/xojs/xo/issues/687)) [`a608bf1`](https://togithub.com/xojs/xo/commit/a608bf1) ### [`v0.52.2`](https://togithub.com/xojs/xo/releases/tag/v0.52.2) [Compare Source](https://togithub.com/xojs/xo/compare/v0.52.1...v0.52.2) - Fix tsconfig resolution quirks ([#​683](https://togithub.com/xojs/xo/issues/683)) [`4cf8b05`](https://togithub.com/xojs/xo/commit/4cf8b05) ### [`v0.52.1`](https://togithub.com/xojs/xo/releases/tag/v0.52.1) [Compare Source](https://togithub.com/xojs/xo/compare/v0.52.0...v0.52.1) - Ensure tsconfig lookups work as expected ([#​680](https://togithub.com/xojs/xo/issues/680)) [`de5f878`](https://togithub.com/xojs/xo/commit/de5f878) ### [`v0.52.0`](https://togithub.com/xojs/xo/releases/tag/v0.52.0) [Compare Source](https://togithub.com/xojs/xo/compare/v0.51.0...v0.52.0) ##### New rules - [`@typescript-eslint/consistent-type-exports`](https://typescript-eslint.io/rules/consistent-type-exports) - [`@typescript-eslint/consistent-type-imports`](https://typescript-eslint.io/rules/consistent-type-imports/) - [`@typescript-eslint/consistent-generic-constructors`](https://togithub.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/docs/rules/consistent-generic-constructors.md) - [`@typescript-eslint/consistent-type-definitions`](https://togithub.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/docs/rules/consistent-type-definitions.md) - `type` and `interface` are almost interchangeable. The main difference is that `interface` can be extended from anywhere, which can be useful in a few cases, but can most often cause surprising hard to track down behavior. XO prefers being strict by default and have chosen `type`. Just use an `eslint-disable` comment in the few cases where you need the declaration to be extendable. - [More info](https://stackoverflow.com/a/65948871/64949) ##### Improvements - Implement full tsconfig resolution ([#​677](https://togithub.com/xojs/xo/issues/677)) [`b661eb8`](https://togithub.com/xojs/xo/commit/b661eb8) ### [`v0.51.0`](https://togithub.com/xojs/xo/releases/tag/v0.51.0) [Compare Source](https://togithub.com/xojs/xo/compare/v0.50.0...v0.51.0) - Internal: Include `rulesMeta` in linting results ([#​674](https://togithub.com/xojs/xo/issues/674)) [`cd86133`](https://togithub.com/xojs/xo/commit/cd86133) - This is meant for editor plugins and formatters.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

github-actions[bot] commented 1 month ago

This pull request is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

renovate[bot] commented 1 month ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (^0.59.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.