-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add brief note about .always
prefix to README
#153
Conversation
This is the only instance (besides the `not` methods) where we don't just tack the method name on the end, so it seems worth a call-out, as it has already confused at least two people per chaijs#139
Hey, it seems pretty quiet around here - @simondel it looks like you've been doing basic releases lately, are y'allv interested in bringing on another maintainer here? It's a pretty small library and I've been using it for a while now, so I'd be glad to jump in. I was looking at publishing a fork to get my PRs available for my own projects, but even better would be being able to help out in the core project, I think! |
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [junit-report-builder](https://github.com/davidparsson/junit-report-builder) | [`3.2.1` -> `5.0.0`](https://renovatebot.com/diffs/npm/junit-report-builder/3.2.1/5.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/junit-report-builder/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/junit-report-builder/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/junit-report-builder/3.2.1/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/junit-report-builder/3.2.1/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [sinon-chai](https://github.com/chaijs/sinon-chai) | [`3.7.0` -> `4.0.0`](https://renovatebot.com/diffs/npm/sinon-chai/3.7.0/4.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/sinon-chai/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/sinon-chai/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/sinon-chai/3.7.0/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/sinon-chai/3.7.0/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>davidparsson/junit-report-builder (junit-report-builder)</summary> ### [`v5.0.0`](https://github.com/davidparsson/junit-report-builder/compare/4.0.1...5.0.0) [Compare Source](https://github.com/davidparsson/junit-report-builder/compare/4.0.1...5.0.0) ### [`v4.0.1`](https://github.com/davidparsson/junit-report-builder/compare/4.0.0...4.0.1) [Compare Source](https://github.com/davidparsson/junit-report-builder/compare/4.0.0...4.0.1) ### [`v4.0.0`](https://github.com/davidparsson/junit-report-builder/compare/3.2.1...4.0.0) [Compare Source](https://github.com/davidparsson/junit-report-builder/compare/3.2.1...4.0.0) </details> <details> <summary>chaijs/sinon-chai (sinon-chai)</summary> ### [`v4.0.0`](https://github.com/chaijs/sinon-chai/releases/tag/4.0.0) [Compare Source](https://github.com/chaijs/sinon-chai/compare/3.7.0...4.0.0) #### What's Changed - Add pointer to `chai-samsam` for Sinon.assert.match by [@​cincodenada](https://github.com/cincodenada) in [https://github.com/chaijs/sinon-chai/pull/156](https://github.com/chaijs/sinon-chai/pull/156) - Add brief note about `.always` prefix to README by [@​cincodenada](https://github.com/cincodenada) in [https://github.com/chaijs/sinon-chai/pull/153](https://github.com/chaijs/sinon-chai/pull/153) - Add support for Chai version 5 by [@​robinbisping](https://github.com/robinbisping) in [https://github.com/chaijs/sinon-chai/pull/161](https://github.com/chaijs/sinon-chai/pull/161) - Set up CI by [@​koddsson](https://github.com/koddsson) in [https://github.com/chaijs/sinon-chai/pull/163](https://github.com/chaijs/sinon-chai/pull/163) - Create npm-publish.yml by [@​koddsson](https://github.com/koddsson) in [https://github.com/chaijs/sinon-chai/pull/164](https://github.com/chaijs/sinon-chai/pull/164) - chore: upgrade deps and use c8/prettier by [@​43081j](https://github.com/43081j) in [https://github.com/chaijs/sinon-chai/pull/166](https://github.com/chaijs/sinon-chai/pull/166) #### New Contributors - [@​cincodenada](https://github.com/cincodenada) made their first contribution in [https://github.com/chaijs/sinon-chai/pull/156](https://github.com/chaijs/sinon-chai/pull/156) - [@​robinbisping](https://github.com/robinbisping) made their first contribution in [https://github.com/chaijs/sinon-chai/pull/161](https://github.com/chaijs/sinon-chai/pull/161) - [@​koddsson](https://github.com/koddsson) made their first contribution in [https://github.com/chaijs/sinon-chai/pull/163](https://github.com/chaijs/sinon-chai/pull/163) - [@​43081j](https://github.com/43081j) made their first contribution in [https://github.com/chaijs/sinon-chai/pull/166](https://github.com/chaijs/sinon-chai/pull/166) **Full Changelog**: chaijs/sinon-chai@3.7.0...4.0.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 2pm on Monday" in timezone Europe/Zurich, 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/adobe/spacecat-audit-post-processor). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Dominique Jäggi <djaeggi@adobe.com>
This is the only instance (besides the
not
methods) where we don't just tack the method name on the end, so it seems worth a call-out, as it has already confused at least two people per #139