Skip to content

Commit 109db55

Browse files
chore(deps): update dependency @apify/json_schemas to v1 (#1409)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@apify/json_schemas](https://apify.com) ([source](https://redirect.github.com/apify/apify-shared-js)) | [`^0.17.0` → `^1.0.0`](https://renovatebot.com/diffs/npm/@apify%2fjson_schemas/0.17.2/1.0.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@apify%2fjson_schemas/1.0.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@apify%2fjson_schemas/0.17.2/1.0.1?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the warning logs for more information. --- ### Release Notes <details> <summary>apify/apify-shared-js (@&#8203;apify/json_schemas)</summary> ### [`v1.0.1`](https://redirect.github.com/apify/apify-shared-js/releases/tag/%40apify/json_schemas%401.0.1) [Compare Source](https://redirect.github.com/apify/apify-shared-js/compare/@apify/json_schemas@0.18.0...@apify/json_schemas@1.0.1) ##### Bug Fixes - graduate remaining 0.x packages to v1 ([#&#8203;700](https://redirect.github.com/apify/apify-shared-js/issues/700)) ([1d754fa](https://redirect.github.com/apify/apify-shared-js/commit/1d754faa579c748be9f1a0da7bf0c325e42858d8)) ### [`v0.18.0`](https://redirect.github.com/apify/apify-shared-js/releases/tag/%40apify/json_schemas%400.18.0) [Compare Source](https://redirect.github.com/apify/apify-shared-js/compare/@apify/json_schemas@0.17.2...@apify/json_schemas@0.18.0) ##### Bug Fixes - **json\_schemas:** make the input schema validator compile under ajv strict mode ([#&#8203;687](https://redirect.github.com/apify/apify-shared-js/issues/687)) ([dd0a261](https://redirect.github.com/apify/apify-shared-js/commit/dd0a26184f672e519a2bd83e23cf0702a57792ca)) ##### Features - **input\_secrets:** replace ow with zod validation ([#&#8203;685](https://redirect.github.com/apify/apify-shared-js/issues/685)) ([38a6890](https://redirect.github.com/apify/apify-shared-js/commit/38a6890fd724743b7c07c752766c69f47a1f7694)) - publish ESM-only packages and require Node.js 22+ ([#&#8203;684](https://redirect.github.com/apify/apify-shared-js/issues/684)) ([338dbac](https://redirect.github.com/apify/apify-shared-js/commit/338dbac5df0cd7a991e06c747bb82af9aec562a6)) ##### BREAKING CHANGES - **input\_secrets:** Invalid arguments throw ArgumentValidationError instead of ow's ArgumentError, with differently formatted messages. - All packages are ESM-only and require Node.js 22 or higher. CommonJS consumers on Node.js 22+ can still require() them thanks to native require(esm) support. </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - "every weekday" - 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/apify/apify-cli). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC43MS4wIiwidXBkYXRlZEluVmVyIjoiNDQuOTAuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4e9f83d commit 109db55

2 files changed

Lines changed: 3 additions & 11 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"@apify/actor-templates": "^0.1.5",
7171
"@apify/consts": "^3.0.0",
7272
"@apify/input_schema": "^4.0.0",
73-
"@apify/json_schemas": "^0.17.0",
73+
"@apify/json_schemas": "^1.0.0",
7474
"@apify/utilities": "^2.25.6",
7575
"@crawlee/memory-storage": "^3.16.0",
7676
"@inquirer/core": "^12.0.0",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)