Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 28, 2020

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

Compare Source

ESM/TypeScript

- import isPlainObject from 'is-plain-object';
+ import { isPlainObject } from 'is-plain-object';

CommonJS

- const isPlainObject = require('is-plain-object');
+ const { isPlainObject } = require('is-plain-object');
  • Added native ESM support via exports mapping

v4.1.1

Compare Source

v4.1.0

Compare Source

Reduced size and added type guide to ts definition (thanks to @​lifeiscontent)

v4.0.0

Compare Source

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/is-plain-object-5.x branch from 71aee28 to dccc378 Compare September 24, 2021 20:22
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant