reg-cli icon indicating copy to clipboard operation
reg-cli copied to clipboard

chore(deps): update dependency dot-prop to v7

Open renovate[bot] opened this issue 2 years ago • 0 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
dot-prop ^6.0.1 -> ^7.0.0 age adoption passing confidence

Release Notes

sindresorhus/dot-prop

v7.2.0

Compare Source

v7.1.1

Compare Source

v7.1.0

Compare Source

v7.0.0

Compare Source

Breaking
  • This package is now pure ESM. Please read this.
  • Require Node.js 12 5a83242
  • Require TypeScript 4.1 for the types (#​80) 09adad9
  • Accessing array indices were never documented in previous versions, but it worked as 'a.0'. This no longer works. Use 'a[0] instead.
  • The package now enforces named exports and renamed the methods:
    • const {get} = require('dot-prop') → import {getProperty} from 'dot-prop'
    • const {set} = require('dot-prop') → import {setProperty} from 'dot-prop'
    • const {has} = require('dot-prop') → import {hasProperty} from 'dot-prop'
    • const {delete: delete_} = require('dot-prop') → import {deleteProperty} from 'dot-prop'
Improvements

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.

renovate[bot] avatar Mar 01 '22 20:03 renovate[bot]