chore(deps): update dependency should to v13 #16
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^8.4.0
->^13.0.0
Release Notes
shouldjs/should.js
v13.2.3
Compare Source
.only.keys
throws when noObject.prototype.should
v13.2.2
Compare Source
v13.2.1
Compare Source
.size
to work with should/as-functionv13.2.0
Compare Source
v13.1.3
Compare Source
.containDeep
when given object is string (see #157)v13.1.2
Compare Source
v13.1.1
Compare Source
.rejectedWith
in typescript definitionv13.1.0
Compare Source
.resolved
as alias to.fulfilled
.resolvedWith
as alias to.fulfilledWith
TypeError
if any arg passedv13.0.1
Compare Source
v13.0.0
Compare Source
.enumerable
and.enumerables
.match
ing onDate
sv12.0.0
Compare Source
should-equal
to 2.xv11.2.1
Compare Source
.match(regex)
for not supported casesv11.2.0
Compare Source
.only
modifier for.keys
to check also size.enumerable(s)
v11.1.2
Compare Source
v11.1.1
Compare Source
v11.1.0
Compare Source
v11.0.0
Compare Source
This allows for easily extending the library to almost any collection class.
Now should.js supports
Set
/Map
/WeakSet
/WeakMap
everywhere..empty()
now uses new type adaptors.keys()
/.key()
: now only checks for passed keys (also uses type adaptors) - it can check for keys inMap
/Set
e.g.value(key, value)
to assert if key-value object has suchvalue
with thiskey
.size()
to get size of collection; also works with type adaptors.containEql
uses type adaptors and can check something contained within a collection or sub-part of a key-value objectv10.0.0
Compare Source
v9.0.2
Compare Source
v9.0.1
Compare Source
v9.0.0
Compare Source
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 has been generated by Mend Renovate. View repository job log here.