Update dependency eslint-plugin-unicorn to v50 - autoclosed #96

Closed
renovate wants to merge 1 commits from renovate/eslint-plugin-unicorn-50.x into master
Collaborator

This PR contains the following updates:

Package Type Update Change
eslint-plugin-unicorn devDependencies major 49.0.0 -> 50.0.1

Release Notes

sindresorhus/eslint-plugin-unicorn (eslint-plugin-unicorn)

v50.0.1

Compare Source

Fixes
  • no-unnecessary-polyfills: Fix missing dependency error (#​2242) 3df1606

v50.0.0

Compare Source

New rules
Improvements
Fixes

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) | devDependencies | major | [`49.0.0` -> `50.0.1`](https://renovatebot.com/diffs/npm/eslint-plugin-unicorn/49.0.0/50.0.1) | --- ### Release Notes <details> <summary>sindresorhus/eslint-plugin-unicorn (eslint-plugin-unicorn)</summary> ### [`v50.0.1`](https://github.com/sindresorhus/eslint-plugin-unicorn/releases/tag/v50.0.1) [Compare Source](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v50.0.0...v50.0.1) ##### Fixes - `no-unnecessary-polyfills`: Fix missing dependency error ([#&#8203;2242](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2242)) [`3df1606`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/3df16068) ### [`v50.0.0`](https://github.com/sindresorhus/eslint-plugin-unicorn/releases/tag/v50.0.0) [Compare Source](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v49.0.0...v50.0.0) ##### New rules - [`no-unnecessary-polyfills`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/no-unnecessary-polyfills.md) ([#&#8203;1717](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/1717)) [`6788d86`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/6788d86) ##### Improvements - Support ESLint's new config system ([#&#8203;1886](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/1886)) [`65711f9`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/65711f9) - `no-useless-undefined`: Add `checkArrowFunctionBody` option ([#&#8203;2232](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2232)) [`9d7048c`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/9d7048c) - `prefer-negative-index`: Check `TypedArray#subarray()` ([#&#8203;2237](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2237)) [`6708a30`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/6708a30) - `no-useless-undefined`: Ignore React state setters ([#&#8203;2223](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2223)) [`42881ba`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/42881ba) - `prefer-module`: Allow `module` as TSTypeParameter name ([#&#8203;2213](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2213)) [`8f61f7c`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/8f61f7c) ##### Fixes - `string-content`: Fix JSX autofix for newlines, etc. ([#&#8203;2222](https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2222)) [`b95e75e`](https://github.com/sindresorhus/eslint-plugin-unicorn/commit/b95e75e) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDIuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwMi4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
renovate added 1 commit 2023-12-21 10:01:04 +00:00
renovate/artifacts Artifact file update failure
73096dc134
Update dependency eslint-plugin-unicorn to v50
Author
Collaborator

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: website@0.0.0
npm ERR! Found: eslint@8.55.0
npm ERR! node_modules/eslint
npm ERR!   dev eslint@"8.55.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer eslint@">=8.56.0" from eslint-plugin-unicorn@50.0.1
npm ERR! node_modules/eslint-plugin-unicorn
npm ERR!   dev eslint-plugin-unicorn@"50.0.1" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /mnt/data/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /mnt/data/cache/others/npm/_logs/2023-12-21T10_00_58_240Z-debug-0.log

### ⚠ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: package-lock.json ``` npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: website@0.0.0 npm ERR! Found: eslint@8.55.0 npm ERR! node_modules/eslint npm ERR! dev eslint@"8.55.0" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer eslint@">=8.56.0" from eslint-plugin-unicorn@50.0.1 npm ERR! node_modules/eslint-plugin-unicorn npm ERR! dev eslint-plugin-unicorn@"50.0.1" from the root project npm ERR! npm ERR! Fix the upstream dependency conflict, or retry npm ERR! this command with --force, or --legacy-peer-deps npm ERR! to accept an incorrect (and potentially broken) dependency resolution. npm ERR! npm ERR! See /mnt/data/cache/others/npm/eresolve-report.txt for a full report. npm ERR! A complete log of this run can be found in: npm ERR! /mnt/data/cache/others/npm/_logs/2023-12-21T10_00_58_240Z-debug-0.log ```
renovate changed title from Update dependency eslint-plugin-unicorn to v50 to Update dependency eslint-plugin-unicorn to v50 - autoclosed 2024-02-06 10:00:58 +00:00
renovate closed this pull request 2024-02-06 10:00:58 +00:00
Some checks failed
renovate/artifacts Artifact file update failure

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: repos/website#96
No description provided.