Skip to content

Commit 9c2cadd

Browse files
chore(deps): update dependency @apify/actor-memory-expression to v1 (#1390)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@apify/actor-memory-expression](https://apify.com) ([source](https://redirect.github.com/apify/apify-shared-js)) | [`^0.2.0` → `^1.0.0`](https://renovatebot.com/diffs/npm/@apify%2factor-memory-expression/0.2.16/1.0.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@apify%2factor-memory-expression/1.0.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@apify%2factor-memory-expression/0.2.16/1.0.1?slim=true) | --- ### Release Notes <details> <summary>apify/apify-shared-js (@&#8203;apify/actor-memory-expression)</summary> ### [`v1.0.1`](https://redirect.github.com/apify/apify-shared-js/releases/tag/%40apify/actor-memory-expression%401.0.1) [Compare Source](https://redirect.github.com/apify/apify-shared-js/compare/@apify/actor-memory-expression@0.3.0...@apify/actor-memory-expression@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.3.0`](https://redirect.github.com/apify/apify-shared-js/releases/tag/%40apify/actor-memory-expression%400.3.0) [Compare Source](https://redirect.github.com/apify/apify-shared-js/compare/@apify/actor-memory-expression@0.2.16...@apify/actor-memory-expression@0.3.0) ##### 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:eyJjcmVhdGVkSW5WZXIiOiI0NC42MS4zIiwidXBkYXRlZEluVmVyIjoiNDQuNzEuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Richard Solar <solar.richard@gmail.com>
1 parent 6f75290 commit 9c2cadd

2 files changed

Lines changed: 831 additions & 820 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"node": ">=22"
6767
},
6868
"dependencies": {
69-
"@apify/actor-memory-expression": "^0.2.0",
69+
"@apify/actor-memory-expression": "^1.0.0",
7070
"@apify/actor-templates": "^0.1.5",
7171
"@apify/consts": "^3.0.0",
7272
"@apify/input_schema": "^3.27.1",

0 commit comments

Comments
 (0)