nodejs-bigtable
nodejs-bigtable copied to clipboard
fix(deps): update dependency dot-prop to v9
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| dot-prop | 6.0.0 -> 9.0.0 |
Release Notes
sindresorhus/dot-prop (dot-prop)
v9.0.0
Breaking
- Require Node.js 18
3b67964
Improvements
- Update dependencies
3b67964
v8.0.2
v8.0.1
- Fix
deepKeysto not throw on sparse arraysf21b68e
v8.0.0
Breaking
- Require Node.js 16
a8b3bbd
Improvements
v7.2.0
- Add
deepKeys()(#94)3902c64 - Fix TypeScript types (#92)
2c1bbfb
v7.1.1
v7.1.0
- Add
escapePath()(#90)0505e98
v7.0.0
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
- Support array indexes (#82)
d64e27b - Add strongly-typed TypeScript types (#80)
09adad9 - Return default value if path is invalid (#86)
d400c8d
v6.0.1
Configuration
📅 Schedule: Branch creation - "after 9am and before 3pm" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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.