object-traversal icon indicating copy to clipboard operation
object-traversal copied to clipboard

Flexible and performant utility for traversing javascript objects.

Results 14 object-traversal issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Other Branches These updates are pending. To force PRs open, click the checkbox...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [codecov/codecov-action](https://togithub.com/codecov/codecov-action) | action | patch | `v4.4.0` -> `v4.4.1` | ---...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [size-limit](https://redirect.github.com/ai/size-limit) | [`8.2.6` -> `11.1.6`](https://renovatebot.com/diffs/npm/size-limit/8.2.6/11.1.6) | [![age](https://developer.mend.io/api/mc/badges/age/npm/size-limit/11.1.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/size-limit/11.1.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@size-limit/preset-small-lib](https://redirect.github.com/ai/size-limit) | [`8.2.6` -> `11.1.6`](https://renovatebot.com/diffs/npm/@size-limit%2fpreset-small-lib/8.2.6/11.1.6) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@size-limit%2fpreset-small-lib/11.1.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@size-limit%2fpreset-small-lib/11.1.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [playwright-test](https://togithub.com/hugomrdias/playwright-test) | [`9.2.0` -> `14.1.4`](https://renovatebot.com/diffs/npm/playwright-test/9.2.0/14.1.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/playwright-test/14.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [jest](https://jestjs.io/) ([source](https://redirect.github.com/jestjs/jest/tree/HEAD/packages/jest)) | [`^26.6.3` -> `^29.0.0`](https://renovatebot.com/diffs/npm/jest/26.6.3/29.7.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/jest/29.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

Hello! Still using your lib a lot :) I was wondering if you have any idea in how to mutate the root object without throwing weird javascript errors. Lets imagine...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [husky](https://redirect.github.com/typicode/husky) | [`8.0.3` -> `9.1.6`](https://renovatebot.com/diffs/npm/husky/8.0.3/9.1.6) | [![age](https://developer.mend.io/api/mc/badges/age/npm/husky/9.1.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/husky/9.1.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

Hello, nice and fast traversing lib. I am trying to filter an large hierarchiel Open API schema object, beforehand I dereferenced the schema's to one root object. I am using...

Nice lib! I just have a quick question of something i was not able to do. Imagine you have at some point a node like this: ``` { id: "1",...