Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 14, 2025

This PR contains the following updates:

Package Change Age Confidence
dot-prop ^6.0.1 -> ^10.0.0 age confidence

Release Notes

sindresorhus/dot-prop (dot-prop)

v10.1.0

Compare Source


v10.0.0

Compare Source

Breaking
Improvements
  • Add support for dot notation array indices 14e9f81
  • Add unflatten to expand dot path into nested objects 5e9ea47
  • TypeScript: Use unknown instead of undefined for uncertain return types 60fccd6

v9.0.0

Compare Source

Breaking
Improvements

v8.0.2

Compare Source

v8.0.1

Compare Source

  • Fix deepKeys to not throw on sparse arrays f21b68e

v8.0.0

Compare Source

Breaking
Improvements

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, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/dot-prop-10.x branch from e92e658 to f7ea154 Compare September 25, 2025 21:27
@renovate renovate bot force-pushed the renovate/dot-prop-10.x branch from f7ea154 to d00bd61 Compare October 5, 2025 12:59
@renovate renovate bot force-pushed the renovate/dot-prop-10.x branch from d00bd61 to a2fa7db Compare October 21, 2025 11:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants