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
172 stars 62 forks source link

fix(deps): update dependency dot-prop to v8 #1413

Closed renovate-bot closed 1 year ago

renovate-bot commented 1 year ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

sindresorhus/dot-prop ### [`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.

forking-renovate[bot] commented 1 year ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 8.x releases. But if you manually upgrade to 8.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.