Skip to content

Commit 43945fa

Browse files
authored
fix(deps): Update dependency dot-prop to v10 (#334)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [dot-prop](https://redirect.github.com/sindresorhus/dot-prop) | dependencies | major | [`^9.0.0` -> `^10.0.0`](https://renovatebot.com/diffs/npm/dot-prop/9.0.0/10.1.0) | --- ### Release Notes <details> <summary>sindresorhus/dot-prop (dot-prop)</summary> ### [`v10.1.0`](https://redirect.github.com/sindresorhus/dot-prop/releases/tag/v10.1.0) [Compare Source](https://redirect.github.com/sindresorhus/dot-prop/compare/v10.0.0...v10.1.0) - Add support for array paths in methods [`377548f`](https://redirect.github.com/sindresorhus/dot-prop/commit/377548f) - Add [`parsePath()`](https://redirect.github.com/sindresorhus/dot-prop?tab=readme-ov-file#parsepathpath) [`377548f`](https://redirect.github.com/sindresorhus/dot-prop/commit/377548f) - Add [`stringifyPath()`](https://redirect.github.com/sindresorhus/dot-prop?tab=readme-ov-file#stringifypathpathsegments-options) [`377548f`](https://redirect.github.com/sindresorhus/dot-prop/commit/377548f) *** ### [`v10.0.0`](https://redirect.github.com/sindresorhus/dot-prop/releases/tag/v10.0.0) [Compare Source](https://redirect.github.com/sindresorhus/dot-prop/compare/v9.0.0...v10.0.0) ##### Breaking - Require Node.js 20 [`9710d14`](https://redirect.github.com/sindresorhus/dot-prop/commit/9710d14) ##### Improvements - Add support for dot notation array indices [`14e9f81`](https://redirect.github.com/sindresorhus/dot-prop/commit/14e9f81) - Add [`unflatten`](https://redirect.github.com/sindresorhus/dot-prop?tab=readme-ov-file#unflattenobject) to expand dot path into nested objects [`5e9ea47`](https://redirect.github.com/sindresorhus/dot-prop/commit/5e9ea47) - TypeScript: Use `unknown` instead of `undefined` for uncertain return types [`60fccd6`](https://redirect.github.com/sindresorhus/dot-prop/commit/60fccd6) *** </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
1 parent ff44e95 commit 43945fa

File tree

2 files changed

+26
-11
lines changed

2 files changed

+26
-11
lines changed

package-lock.json

Lines changed: 25 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"@types/luxon": "^3.3.1",
9595
"ajv": "^8.12.0",
9696
"boolean": "^3.2.0",
97-
"dot-prop": "^9.0.0",
97+
"dot-prop": "^10.0.0",
9898
"execa": "^9.0.0",
9999
"luxon": "^3.4.0",
100100
"matcher": "^5.0.0",

0 commit comments

Comments
 (0)