object-traversal
object-traversal copied to clipboard
Flexible and performant utility for traversing javascript objects.
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/DevimalPlanet/object-traversal). ## Config Migration Needed - [ ]...
[](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) | [](https://docs.renovatebot.com/merge-confidence/) | [](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) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
[](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) | [](https://docs.renovatebot.com/merge-confidence/)...
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [jest](https://jestjs.io/) ([source](https://redirect.github.com/jestjs/jest/tree/HEAD/packages/jest)) | [`^26.6.3` -> `^30.0.0`](https://renovatebot.com/diffs/npm/jest/26.6.3/30.2.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [ts-jest](https://kulshekhar.github.io/ts-jest)...
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) | [](https://docs.renovatebot.com/merge-confidence/) | [](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",...