googleapis / nodejs-logging

Node.js client for Stackdriver Logging: Store, search, analyze, monitor, and alert on log data and events from Google Cloud Platform and Amazon Web Services (AWS).
https://cloud.google.com/logging/
Apache License 2.0
168 stars 99 forks source link

fix(deps): update dependency dot-prop to v9 #1503

Open renovate-bot opened 2 months ago

renovate-bot commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
dot-prop ^6.0.0 -> ^9.0.0 age adoption passing confidence

Release Notes

sindresorhus/dot-prop (dot-prop) ### [`v9.0.0`](https://togithub.com/sindresorhus/dot-prop/releases/tag/v9.0.0) [Compare Source](https://togithub.com/sindresorhus/dot-prop/compare/v8.0.2...v9.0.0) ##### Breaking - Require Node.js 18 [`3b67964`](https://togithub.com/sindresorhus/dot-prop/commit/3b67964) ##### Improvements - Update dependencies [`3b67964`](https://togithub.com/sindresorhus/dot-prop/commit/3b67964) ### [`v8.0.2`](https://togithub.com/sindresorhus/dot-prop/releases/tag/v8.0.2) [Compare Source](https://togithub.com/sindresorhus/dot-prop/compare/v8.0.1...v8.0.2) - Fix handling of sparse arrays ([#​110](https://togithub.com/sindresorhus/dot-prop/issues/110)) [`e314e80`](https://togithub.com/sindresorhus/dot-prop/commit/e314e80) ### [`v8.0.1`](https://togithub.com/sindresorhus/dot-prop/releases/tag/v8.0.1) [Compare Source](https://togithub.com/sindresorhus/dot-prop/compare/v8.0.0...v8.0.1) - Fix `deepKeys` to not throw on sparse arrays [`f21b68e`](https://togithub.com/sindresorhus/dot-prop/commit/f21b68e) ### [`v8.0.0`](https://togithub.com/sindresorhus/dot-prop/releases/tag/v8.0.0) [Compare Source](https://togithub.com/sindresorhus/dot-prop/compare/v7.2.0...v8.0.0) ##### Breaking - Require Node.js 16 [`a8b3bbd`](https://togithub.com/sindresorhus/dot-prop/commit/a8b3bbd) ##### Improvements - Make `deepKeys()` include empty arrays and objects ([#​105](https://togithub.com/sindresorhus/dot-prop/issues/105)) [`49e9082`](https://togithub.com/sindresorhus/dot-prop/commit/49e9082) ### [`v7.2.0`](https://togithub.com/sindresorhus/dot-prop/releases/tag/v7.2.0) [Compare Source](https://togithub.com/sindresorhus/dot-prop/compare/v7.1.1...v7.2.0) - Add [`deepKeys()`](https://togithub.com/sindresorhus/dot-prop#deepkeysobject) ([#​94](https://togithub.com/sindresorhus/dot-prop/issues/94)) [`3902c64`](https://togithub.com/sindresorhus/dot-prop/commit/3902c64) - Fix TypeScript types ([#​92](https://togithub.com/sindresorhus/dot-prop/issues/92)) [`2c1bbfb`](https://togithub.com/sindresorhus/dot-prop/commit/2c1bbfb) ### [`v7.1.1`](https://togithub.com/sindresorhus/dot-prop/releases/tag/v7.1.1) [Compare Source](https://togithub.com/sindresorhus/dot-prop/compare/v7.1.0...v7.1.1) - Fix crash when modifying array length ([#​89](https://togithub.com/sindresorhus/dot-prop/issues/89)) [`d363922`](https://togithub.com/sindresorhus/dot-prop/commit/d363922) ### [`v7.1.0`](https://togithub.com/sindresorhus/dot-prop/releases/tag/v7.1.0) [Compare Source](https://togithub.com/sindresorhus/dot-prop/compare/v7.0.0...v7.1.0) - Add [`escapePath()`](https://togithub.com/sindresorhus/dot-prop#escapepathpath) ([#​90](https://togithub.com/sindresorhus/dot-prop/issues/90)) [`0505e98`](https://togithub.com/sindresorhus/dot-prop/commit/0505e98) ### [`v7.0.0`](https://togithub.com/sindresorhus/dot-prop/releases/tag/v7.0.0) [Compare Source](https://togithub.com/sindresorhus/dot-prop/compare/v6.0.1...v7.0.0) ##### Breaking - This package is now pure ESM. **Please [read this](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c).** - Require Node.js 12 [`5a83242`](https://togithub.com/sindresorhus/dot-prop/commit/5a83242) - Require TypeScript 4.1 for the types ([#​80](https://togithub.com/sindresorhus/dot-prop/issues/80)) [`09adad9`](https://togithub.com/sindresorhus/dot-prop/commit/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](https://togithub.com/sindresorhus/dot-prop/issues/82)) [`d64e27b`](https://togithub.com/sindresorhus/dot-prop/commit/d64e27b) - Add strongly-typed TypeScript types ([#​80](https://togithub.com/sindresorhus/dot-prop/issues/80)) [`09adad9`](https://togithub.com/sindresorhus/dot-prop/commit/09adad9) - Return default value if path is invalid ([#​86](https://togithub.com/sindresorhus/dot-prop/issues/86)) [`d400c8d`](https://togithub.com/sindresorhus/dot-prop/commit/d400c8d)

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.



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