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

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

Merged
merged 1 commit into from
Jan 21, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 21, 2022

WhiteSource 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.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: 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 WhiteSource Renovate. View repository job log here.

@netlify
Copy link

netlify bot commented Jan 21, 2022

✔️ Deploy Preview for nuxt3-docs canceled.

🔨 Explore the source changes: e7fabb4

🔍 Inspect the deploy log: https://app.netlify.com/sites/nuxt3-docs/deploys/61ea9fc61a88330007fc830a

@pi0 pi0 merged commit 83c518d into main Jan 21, 2022
@pi0 pi0 deleted the renovate/dot-prop-7.x branch January 21, 2022 11:59
@danielroe danielroe added the 3.x label Jan 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants