silasbw / swagger-fluent

A fluent client for OpenAPI and Swagger
MIT License
8 stars 8 forks source link

fix(deps): update dependency is-plain-object to v5 #87

Open renovate[bot] opened 3 years ago

renovate[bot] commented 3 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
is-plain-object ^3.0.0 -> ^5.0.0 age adoption passing confidence

Release Notes

jonschlinkert/is-plain-object ### [`v5.0.0`](https://togithub.com/jonschlinkert/is-plain-object/releases/tag/v5.0.0) [Compare Source](https://togithub.com/jonschlinkert/is-plain-object/compare/v4.1.1...v5.0.0) - Migrated from default to named export (see why here [https://github.com/lukeed/klona/pull/17](https://togithub.com/lukeed/klona/pull/17)): **ESM/TypeScript** ```diff - import isPlainObject from 'is-plain-object'; + import { isPlainObject } from 'is-plain-object'; ``` **CommonJS** ```diff - const isPlainObject = require('is-plain-object'); + const { isPlainObject } = require('is-plain-object'); ``` - Added native ESM support via `exports` mapping ### [`v4.1.1`](https://togithub.com/jonschlinkert/is-plain-object/compare/v4.1.0...v4.1.1) [Compare Source](https://togithub.com/jonschlinkert/is-plain-object/compare/v4.1.0...v4.1.1) ### [`v4.1.0`](https://togithub.com/jonschlinkert/is-plain-object/releases/tag/v4.1.0) [Compare Source](https://togithub.com/jonschlinkert/is-plain-object/compare/v4.0.0...v4.1.0) Reduced size and added type guide to ts definition (thanks to [@​lifeiscontent](https://togithub.com/lifeiscontent)) ### [`v4.0.0`](https://togithub.com/jonschlinkert/is-plain-object/releases/tag/v4.0.0) [Compare Source](https://togithub.com/jonschlinkert/is-plain-object/compare/v3.0.1...v4.0.0) In this release `Object.create(null)` is considered as plain object as well.

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.