loopback-connector-postgresql
loopback-connector-postgresql copied to clipboard
fix(deps): update dependency should to v13
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| should | ^8.4.0 -> ^13.0.0 |
Release Notes
shouldjs/should.js
v13.2.3
.only.keysthrows when noObject.prototype.should
v13.2.2
- Updates for TS definition
v13.2.1
- Fix
.sizeto work with should/as-function
v13.2.0
- Update type adaptors to allow to use Set as iterable everywhere
v13.1.3
- Fix weird bug in
.containDeepwhen given object is string (see #157)
v13.1.2
- Revert default export in TS definition (added in 13.1.0)
v13.1.1
- Added missing return type for
.rejectedWithin typescript definition
v13.1.0
- Added
.resolvedas alias to.fulfilled - Added
.resolvedWithas alias to.fulfilledWith - All zero argument assertion will throw
TypeErrorif any arg passed - Fix default export for TS definition
v13.0.1
- Add missing UMD bundle for browser
v13.0.0
- Removed
.enumerableand.enumerables - Fixed
.matching onDates - Added TypeScript definitions
v12.0.0
- Update
should-equalto 2.x - Update entry points to do the same thing (global should entry)
v11.2.1
- Fix
.match(regex)for not supported cases
v11.2.0
- Added
.onlymodifier for.keysto check also size - Soft deprecate
.enumerable(s)
v11.1.2
- Added workaround for runtimes where error's stack populated eagerly
v11.1.1
- Update modules
v11.1.0
- Update modules
v11.0.0
- Extracted parts from code for traversing different data types in similar ways.
This allows for easily extending the library to almost any collection class.
Now should.js supports
Set/Map/WeakSet/WeakMapeverywhere. .empty()now uses new type adaptors- Breaking change in
.keys()/.key(): now only checks for passed keys (also uses type adaptors) - it can check for keys inMap/Sete.g - Added
.value(key, value)to assert if key-value object has suchvaluewith thiskey - Added
.size()to get size of collection; also works with type adaptors .containEqluses type adaptors and can check something contained within a collection or sub-part of a key-value object
v10.0.0
- Possible breaking change/bugfix in should-format when in objects used keys that looks like a numbers
v9.0.2
- Small test fixes for function expressions without names in Chrome
v9.0.1
- Fix browser global export
v9.0.0
- Set should.config values to be more obvious. Pls check breaking changes page for exact values.
- Add support for SIMD data types.
- Fixed minor bugs in .eql
- Allow to show all equality check fails in .eql
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, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.