Update dependency eslint-plugin-promise to v6 - autoclosed #30

Closed
renovate-bot wants to merge 1 commits from renovate/eslint-plugin-promise-6.x into main
Collaborator

This PR contains the following updates:

Package Type Update Change
eslint-plugin-promise devDependencies major 4.3.1 -> 6.1.1

Release Notes

eslint-community/eslint-plugin-promise (eslint-plugin-promise)

v6.1.1

Compare Source

Bug Fixes
  • no-multiple-resolved: false positives when the last expression in a try block is a call to resolve (#​384) (dc51b1c)

v6.1.0

Compare Source

Bug Fixes
Features
  • add no-multiple-resolved rule (#​369) (3a6fdbe)
  • always-return: add ignoreLastCallback option (#​365) (01def31)
  • catch-or-return,no-new-statics,no-promise-in-callback,valid-params: add support for Promise.allSettled() & Promise.any() (#​370) (e080f82)
  • param-names: add resolvePattern & rejectPattern option (#​368) (df25e3c)

v6.0.1

Compare Source

v6.0.0

Compare Source

v5.2.0

Compare Source

  • Updated param-names rule to allow for unused params

v5.1.1

Compare Source

  • Updated docs to include no-callback-in-promise reasons #​215

v5.1.0

Compare Source

  • Included catch() and finally() in prefer-await-to-then #​196
  • Added some additional tests and upgraded some dev deps #​196
  • Exempted array methods in prefer-await-to-callbacks
    (#​212)

v5.0.0

Compare Source

  • ESLint 7.0 Support

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-promise](https://github.com/eslint-community/eslint-plugin-promise) | devDependencies | major | [`4.3.1` -> `6.1.1`](https://renovatebot.com/diffs/npm/eslint-plugin-promise/4.3.1/6.1.1) | --- ### Release Notes <details> <summary>eslint-community/eslint-plugin-promise (eslint-plugin-promise)</summary> ### [`v6.1.1`](https://github.com/eslint-community/eslint-plugin-promise/releases/tag/v6.1.1) [Compare Source](https://github.com/eslint-community/eslint-plugin-promise/compare/v6.1.0...v6.1.1) ##### Bug Fixes - **no-multiple-resolved:** false positives when the last expression in a try block is a call to resolve ([#&#8203;384](https://github.com/eslint-community/eslint-plugin-promise/issues/384)) ([dc51b1c](https://github.com/eslint-community/eslint-plugin-promise/commit/dc51b1c890b284b262b384ab65263e65aff903b7)) ### [`v6.1.0`](https://github.com/eslint-community/eslint-plugin-promise/releases/tag/v6.1.0) [Compare Source](https://github.com/eslint-community/eslint-plugin-promise/compare/v6.0.1...v6.1.0) ##### Bug Fixes - **always-return:** false positives for logical expr ([#&#8203;363](https://github.com/eslint-community/eslint-plugin-promise/issues/363)) ([a60d1cb](https://github.com/eslint-community/eslint-plugin-promise/commit/a60d1cbd427159d913e57f5845cec111d3ab882e)) - **CI:** fix release script ([#&#8203;380](https://github.com/eslint-community/eslint-plugin-promise/issues/380)) ([71e53a0](https://github.com/eslint-community/eslint-plugin-promise/commit/71e53a0b8270b4e7d8c59ad987d8024f9529c56a)) - minor typos ([#&#8203;359](https://github.com/eslint-community/eslint-plugin-promise/issues/359)) ([b431e46](https://github.com/eslint-community/eslint-plugin-promise/commit/b431e4656453efa645e0aa63d1c7cbbf535e2cea)) - **no-nesting:** nested references vars in closure ([#&#8203;361](https://github.com/eslint-community/eslint-plugin-promise/issues/361)) ([08052e8](https://github.com/eslint-community/eslint-plugin-promise/commit/08052e8528ec1ebfd60847801e44b8b2ed5803e1)) - update repo link ([#&#8203;349](https://github.com/eslint-community/eslint-plugin-promise/issues/349)) ([3906810](https://github.com/eslint-community/eslint-plugin-promise/commit/39068101e207903a79bbb7d67d2c5f4a1a189d36)) ##### Features - add `no-multiple-resolved` rule ([#&#8203;369](https://github.com/eslint-community/eslint-plugin-promise/issues/369)) ([3a6fdbe](https://github.com/eslint-community/eslint-plugin-promise/commit/3a6fdbe3745e1253d5da5fb1d313e9025e4e7269)) - **always-return:** add `ignoreLastCallback` option ([#&#8203;365](https://github.com/eslint-community/eslint-plugin-promise/issues/365)) ([01def31](https://github.com/eslint-community/eslint-plugin-promise/commit/01def31afe765887eaaeb269992e03ef91426ede)) - **catch-or-return,no-new-statics,no-promise-in-callback,valid-params:** add support for `Promise.allSettled()` & `Promise.any()` ([#&#8203;370](https://github.com/eslint-community/eslint-plugin-promise/issues/370)) ([e080f82](https://github.com/eslint-community/eslint-plugin-promise/commit/e080f826a997e97f4b9be52c567b77268ad18deb)) - **param-names:** add `resolvePattern` & `rejectPattern` option ([#&#8203;368](https://github.com/eslint-community/eslint-plugin-promise/issues/368)) ([df25e3c](https://github.com/eslint-community/eslint-plugin-promise/commit/df25e3c2c2faf3ab5aa96fbd5de747285776bafe)) ### [`v6.0.1`](https://github.com/eslint-community/eslint-plugin-promise/blob/HEAD/CHANGELOG.md#601) [Compare Source](https://github.com/eslint-community/eslint-plugin-promise/compare/v6.0.0...v6.0.1) - Fixed [@&#8203;typescript-eslint/parser](https://github.com/typescript-eslint/parser) issue [#&#8203;331](https://github.com/eslint-community/eslint-plugin-promise/issues/331), [#&#8203;205](https://github.com/eslint-community/eslint-plugin-promise/issues/205) ### [`v6.0.0`](https://github.com/eslint-community/eslint-plugin-promise/blob/HEAD/CHANGELOG.md#600) [Compare Source](https://github.com/eslint-community/eslint-plugin-promise/compare/v5.2.0...v6.0.0) - Dropped node 10 from engines [#&#8203;231](https://github.com/eslint-community/eslint-plugin-promise/issues/231) - Updated a ton of deps [#&#8203;236](https://github.com/eslint-community/eslint-plugin-promise/issues/236), [#&#8203;237](https://github.com/eslint-community/eslint-plugin-promise/issues/237), [#&#8203;235](https://github.com/eslint-community/eslint-plugin-promise/issues/235), [#&#8203;234](https://github.com/eslint-community/eslint-plugin-promise/issues/234) - ESLint 8 support [#&#8203;219](https://github.com/eslint-community/eslint-plugin-promise/issues/219) ### [`v5.2.0`](https://github.com/eslint-community/eslint-plugin-promise/blob/HEAD/CHANGELOG.md#520) [Compare Source](https://github.com/eslint-community/eslint-plugin-promise/compare/v5.1.1...v5.2.0) - Updated `param-names` rule to allow for unused params ### [`v5.1.1`](https://github.com/eslint-community/eslint-plugin-promise/blob/HEAD/CHANGELOG.md#511) [Compare Source](https://github.com/eslint-community/eslint-plugin-promise/compare/v5.1.0...v5.1.1) - Updated docs to include `no-callback-in-promise` reasons [#&#8203;215](https://github.com/eslint-community/eslint-plugin-promise/issues/215) ### [`v5.1.0`](https://github.com/eslint-community/eslint-plugin-promise/blob/HEAD/CHANGELOG.md#510) [Compare Source](https://github.com/eslint-community/eslint-plugin-promise/compare/v5.0.0...v5.1.0) - Included `catch()` and `finally()` in `prefer-await-to-then` [#&#8203;196](https://github.com/eslint-community/eslint-plugin-promise/issues/196) - Added some additional tests and upgraded some dev deps [#&#8203;196](https://github.com/eslint-community/eslint-plugin-promise/issues/196) - Exempted array methods in prefer-await-to-callbacks ([#&#8203;212](https://github.com/eslint-community/eslint-plugin-promise/issues/212)) ### [`v5.0.0`](https://github.com/eslint-community/eslint-plugin-promise/blob/HEAD/CHANGELOG.md#500) [Compare Source](https://github.com/eslint-community/eslint-plugin-promise/compare/v4.3.1...v5.0.0) - ESLint 7.0 Support </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMDEuNSIsInVwZGF0ZWRJblZlciI6IjM3LjMwMS41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate-bot added 1 commit 2024-04-16 21:36:28 +02:00
renovate/artifacts Artifact file update failure
renovate/stability-days Updates have met minimum release age requirement Details
continuous-integration/drone/pr Build is failing Details
cb1e2528c2
Update dependency eslint-plugin-promise to v6
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 could not resolve
npm ERR! 
npm ERR! While resolving: @vue/eslint-config-standard@6.1.0
npm ERR! Found: eslint-plugin-promise@6.1.1
npm ERR! node_modules/eslint-plugin-promise
npm ERR!   dev eslint-plugin-promise@"6.1.1" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer eslint-plugin-promise@"^4.2.1 || ^5.0.0" from @vue/eslint-config-standard@6.1.0
npm ERR! node_modules/@vue/eslint-config-standard
npm ERR!   dev @vue/eslint-config-standard@"6.1.0" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: eslint-plugin-promise@5.2.0
npm ERR! node_modules/eslint-plugin-promise
npm ERR!   peer eslint-plugin-promise@"^4.2.1 || ^5.0.0" from @vue/eslint-config-standard@6.1.0
npm ERR!   node_modules/@vue/eslint-config-standard
npm ERR!     dev @vue/eslint-config-standard@"6.1.0" 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! 
npm ERR! For a full report see:
npm ERR! /tmp/renovate/cache/others/npm/_logs/2024-04-23T18_35_23_856Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-04-23T18_35_23_856Z-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 could not resolve npm ERR! npm ERR! While resolving: @vue/eslint-config-standard@6.1.0 npm ERR! Found: eslint-plugin-promise@6.1.1 npm ERR! node_modules/eslint-plugin-promise npm ERR! dev eslint-plugin-promise@"6.1.1" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer eslint-plugin-promise@"^4.2.1 || ^5.0.0" from @vue/eslint-config-standard@6.1.0 npm ERR! node_modules/@vue/eslint-config-standard npm ERR! dev @vue/eslint-config-standard@"6.1.0" from the root project npm ERR! npm ERR! Conflicting peer dependency: eslint-plugin-promise@5.2.0 npm ERR! node_modules/eslint-plugin-promise npm ERR! peer eslint-plugin-promise@"^4.2.1 || ^5.0.0" from @vue/eslint-config-standard@6.1.0 npm ERR! node_modules/@vue/eslint-config-standard npm ERR! dev @vue/eslint-config-standard@"6.1.0" 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! npm ERR! For a full report see: npm ERR! /tmp/renovate/cache/others/npm/_logs/2024-04-23T18_35_23_856Z-eresolve-report.txt npm ERR! A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-04-23T18_35_23_856Z-debug-0.log ```
renovate-bot force-pushed renovate/eslint-plugin-promise-6.x from cb1e2528c2 to 87eeef8ecc 2024-04-16 22:20:29 +02:00 Compare
renovate-bot force-pushed renovate/eslint-plugin-promise-6.x from 87eeef8ecc to c197a1bcee 2024-04-16 22:35:10 +02:00 Compare
renovate-bot force-pushed renovate/eslint-plugin-promise-6.x from c197a1bcee to 8b9f731800 2024-04-23 19:36:03 +02:00 Compare
renovate-bot force-pushed renovate/eslint-plugin-promise-6.x from 8b9f731800 to 3bdab57681 2024-04-23 20:35:28 +02:00 Compare
renovate-bot changed title from Update dependency eslint-plugin-promise to v6 to Update dependency eslint-plugin-promise to v6 - autoclosed 2024-04-23 22:35:01 +02:00
renovate-bot closed this pull request 2024-04-23 22:35:01 +02:00
Some checks failed
renovate/artifacts Artifact file update failure
renovate/stability-days Updates have met minimum release age requirement
continuous-integration/drone/pr Build is passing

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
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: wtf-eg/digitale-online-offline-registration#30
No description provided.