apify-client-js
apify-client-js copied to clipboard
Apify API client for JavaScript / Node.js.
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ow](https://togithub.com/sindresorhus/ow) | [`^0.28.2` -> `^2.0.0`](https://renovatebot.com/diffs/npm/ow/0.28.2/2.0.0) | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@docusaurus/core](https://togithub.com/facebook/docusaurus) ([source](https://togithub.com/facebook/docusaurus/tree/HEAD/packages/docusaurus)) | [`^2.3.1` -> `^3.0.0`](https://renovatebot.com/diffs/npm/@docusaurus%2fcore/2.4.3/3.4.0) |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`^8.35.0` -> `^9.0.0`](https://renovatebot.com/diffs/npm/eslint/8.57.0/9.2.0) |...
[](https://renovatebot.com) This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [markdownlint-cli](https://togithub.com/igorshubovych/markdownlint-cli) | [`^0.39.0` -> `^0.41.0`](https://renovatebot.com/diffs/npm/markdownlint-cli/0.39.0/0.41.0) | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/configure-pages](https://togithub.com/actions/configure-pages) | action | major | `v4` -> `v5` | ---...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [markdownlint](https://togithub.com/DavidAnson/markdownlint) | [`^0.33.0` -> `^0.34.0`](https://renovatebot.com/diffs/npm/markdownlint/0.33.0/0.34.0) | [](https://docs.renovatebot.com/merge-confidence/)...
While rewriting the tests for apify-cli, I've encountered several issues with the types for ActorVersion (and I am partly to blame): - enums are not exported but are used in...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [globby](https://togithub.com/sindresorhus/globby) | [`^13.1.3` -> `^14.0.0`](https://renovatebot.com/diffs/npm/globby/13.2.2/14.0.2) | [](https://docs.renovatebot.com/merge-confidence/)...
[`parseDateFields`](https://github.com/apify/apify-client-js/blob/980d958ee5e6bf8610f7ce08fb282e126c68fa82/src/utils.ts#L62) traverses the provided JSON (used for Apify API responses) and converts certain fields to a `Date` object. The traversion depth has been historically limited to 3, possibly to avoid...