From 29e206c476ef349d6b7625a158728974d9685a7f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 08:22:50 +0000 Subject: [PATCH] chore(deps): update dependency chai-as-promised to v7.1.2 (#635) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [chai-as-promised](https://togithub.com/domenic/chai-as-promised) | [`7.1.1` -> `7.1.2`](https://renovatebot.com/diffs/npm/chai-as-promised/7.1.1/7.1.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/chai-as-promised/7.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/chai-as-promised/7.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/chai-as-promised/7.1.1/7.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/chai-as-promised/7.1.1/7.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
domenic/chai-as-promised (chai-as-promised) ### [`v7.1.2`](https://togithub.com/chaijs/chai-as-promised/releases/tag/v7.1.2) [Compare Source](https://togithub.com/domenic/chai-as-promised/compare/v7.1.1...v7.1.2) #### What's Changed - docs(README): add example of how to use async/await by [@​jedwards1211](https://togithub.com/jedwards1211) in [https://github.com/chaijs/chai-as-promised/pull/222](https://togithub.com/chaijs/chai-as-promised/pull/222) - Updated README.md to reflect functionality by [@​James-Firth](https://togithub.com/James-Firth) in [https://github.com/chaijs/chai-as-promised/pull/247](https://togithub.com/chaijs/chai-as-promised/pull/247) - feat: support chai 5.x in peer dependency by [@​43081j](https://togithub.com/43081j) in [https://github.com/chaijs/chai-as-promised/pull/284](https://togithub.com/chaijs/chai-as-promised/pull/284) #### New Contributors - [@​jedwards1211](https://togithub.com/jedwards1211) made their first contribution in [https://github.com/chaijs/chai-as-promised/pull/222](https://togithub.com/chaijs/chai-as-promised/pull/222) - [@​James-Firth](https://togithub.com/James-Firth) made their first contribution in [https://github.com/chaijs/chai-as-promised/pull/247](https://togithub.com/chaijs/chai-as-promised/pull/247) - [@​43081j](https://togithub.com/43081j) made their first contribution in [https://github.com/chaijs/chai-as-promised/pull/284](https://togithub.com/chaijs/chai-as-promised/pull/284) **Full Changelog**: https://github.com/chaijs/chai-as-promised/compare/v7.1.1...v7.1.2
--- ### 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/cap-js/cds-dbs). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index d4e45a5d1..da7a06e13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2357,15 +2357,15 @@ } }, "node_modules/chai-as-promised": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/chai-as-promised/-/chai-as-promised-7.1.1.tgz", - "integrity": "sha512-azL6xMoi+uxu6z4rhWQ1jbdUhOMhis2PvscD/xjLqNMkv3BPPp2JyyuTHOrf9BOosGpNQ11v6BKv/g57RXbiaA==", + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/chai-as-promised/-/chai-as-promised-7.1.2.tgz", + "integrity": "sha512-aBDHZxRzYnUYuIAIPBH2s511DjlKPzXNlXSGFC8CwmroWQLfrW0LtE1nK3MAwwNhJPa9raEjNCmRoFpG0Hurdw==", "dev": true, "dependencies": { "check-error": "^1.0.2" }, "peerDependencies": { - "chai": ">= 2.1.2 < 5" + "chai": ">= 2.1.2 < 6" } }, "node_modules/chai-subset": {