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 eslint-config-xo to ^0.46.0 #855

Closed renovate[bot] closed 4 days ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-config-xo ^0.41.0 -> ^0.46.0 age adoption passing confidence

Release Notes

xojs/eslint-config-xo (eslint-config-xo) ### [`v0.46.0`](https://togithub.com/xojs/eslint-config-xo/releases/tag/v0.46.0) [Compare Source](https://togithub.com/xojs/eslint-config-xo/compare/v0.45.0...v0.46.0) ##### New rules - [`@stylistic/indent-binary-ops`](https://eslint.style/rules/plus/indent-binary-ops) [`d91defd`](https://togithub.com/xojs/eslint-config-xo/commit/d91defd) - [`@stylistic/function-paren-newline`](https://eslint.style/rules/js/function-paren-newline) [`fb5e204`](https://togithub.com/xojs/eslint-config-xo/commit/fb5e204) - [`@stylistic/block-spacing`](https://eslint.style/rules/js/block-spacing) [`cb6b443`](https://togithub.com/xojs/eslint-config-xo/commit/cb6b443) - [`@stylistic/multiline-ternary`](https://eslint.style/rules/js/multiline-ternary) [`3dea281`](https://togithub.com/xojs/eslint-config-xo/commit/3dea281) ##### Breaking - Require Node.js 18.18 - Migrate to flat config and require ESLint 9 ([#​86](https://togithub.com/xojs/eslint-config-xo/issues/86)) [`ec210f2`](https://togithub.com/xojs/eslint-config-xo/commit/ec210f2) - Migrate config: https://eslint.org/docs/latest/use/configure/migration-guide ##### Improvements - Migrate deprecated rules to [`@stylistic`](https://eslint.style) [`0f81063`](https://togithub.com/xojs/eslint-config-xo/commit/0f81063) - Enable permissive `max-len` and `max-lines` as warning ([#​84](https://togithub.com/xojs/eslint-config-xo/issues/84)) [`e669d26`](https://togithub.com/xojs/eslint-config-xo/commit/e669d26) - Revert "Add option to `no-extra-boolean-cast`" ([#​87](https://togithub.com/xojs/eslint-config-xo/issues/87)) [`f010b63`](https://togithub.com/xojs/eslint-config-xo/commit/f010b63) - Add option to `no-extra-boolean-cast` [`a6dc171`](https://togithub.com/xojs/eslint-config-xo/commit/a6dc171) ### [`v0.45.0`](https://togithub.com/xojs/eslint-config-xo/releases/tag/v0.45.0) [Compare Source](https://togithub.com/xojs/eslint-config-xo/compare/v0.44.0...v0.45.0) - Allow class fields with no blank lines between ([#​85](https://togithub.com/xojs/eslint-config-xo/issues/85)) [`6f2ff13`](https://togithub.com/xojs/eslint-config-xo/commit/6f2ff13) ### [`v0.44.0`](https://togithub.com/xojs/eslint-config-xo/releases/tag/v0.44.0) [Compare Source](https://togithub.com/xojs/eslint-config-xo/compare/v0.43.1...v0.44.0) ##### Breaking - Require Node.js 18 [`f2060de`](https://togithub.com/xojs/eslint-config-xo/commit/f2060de) ##### New rules - [`logical-assignment-operators`](https://eslint.org/docs/latest/rules/logical-assignment-operators) [`27049c1`](https://togithub.com/xojs/eslint-config-xo/commit/27049c1) - [`prefer-object-has-own`](https://eslint.org/docs/latest/rules/prefer-object-has-own) [`288a3ca`](https://togithub.com/xojs/eslint-config-xo/commit/288a3ca) - [`object-curly-newline`](https://eslint.org/docs/latest/rules/object-curly-newline) ([#​83](https://togithub.com/xojs/eslint-config-xo/issues/83)) [`3a5448b`](https://togithub.com/xojs/eslint-config-xo/commit/3a5448b) ##### Improvements - Ban `atob` and `btoa` [`dfa969c`](https://togithub.com/xojs/eslint-config-xo/commit/dfa969c) - Replace deprecated `no-new-object` rule [`7f8f92e`](https://togithub.com/xojs/eslint-config-xo/commit/7f8f92e) - `no-unused-vars`: Allow ignoring variables by prefixing with underscore [`b31ab8a`](https://togithub.com/xojs/eslint-config-xo/commit/b31ab8a) ### [`v0.43.1`](https://togithub.com/xojs/eslint-config-xo/releases/tag/v0.43.1) [Compare Source](https://togithub.com/xojs/eslint-config-xo/compare/v0.43.0...v0.43.1) - Disable `logical-assignment-operators` rule until we target Node.js 16 [`ffb7d6e`](https://togithub.com/xojs/eslint-config-xo/commit/ffb7d6e) ### [`v0.43.0`](https://togithub.com/xojs/eslint-config-xo/releases/tag/v0.43.0) [Compare Source](https://togithub.com/xojs/eslint-config-xo/compare/v0.42.0...v0.43.0) - Add [`no-empty-static-block`](https://eslint.org/docs/latest/rules/no-empty-static-block) rule [`3dcb71e`](https://togithub.com/xojs/eslint-config-xo/commit/3dcb71e) - Add [`no-new-native-nonconstructor`](https://eslint.org/docs/latest/rules/no-new-native-nonconstructor) rule [`2b5733c`](https://togithub.com/xojs/eslint-config-xo/commit/2b5733c) - Add [`logical-assignment-operators`](https://eslint.org/docs/latest/rules/logical-assignment-operators) rule [`aacde5a`](https://togithub.com/xojs/eslint-config-xo/commit/aacde5a) - `prefer-regex-literals`: Set `disallowRedundantWrapping` option ([#​80](https://togithub.com/xojs/eslint-config-xo/issues/80)) [`99db346`](https://togithub.com/xojs/eslint-config-xo/commit/99db346) ### [`v0.42.0`](https://togithub.com/xojs/eslint-config-xo/releases/tag/v0.42.0) [Compare Source](https://togithub.com/xojs/eslint-config-xo/compare/v0.41.0...v0.42.0) - Allow lower case type-coverage comments ([#​79](https://togithub.com/xojs/eslint-config-xo/issues/79)) [`257f2c1`](https://togithub.com/xojs/eslint-config-xo/commit/257f2c1)

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 week 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 4 days ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (^0.46.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.