Skip to content

Commit 4a06c09

Browse files
chore(deps): update dependency @apify/utilities to ~2.11.0 (#709)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@apify/utilities](https://apify.com) ([source](https://redirect.github.com/apify/apify-shared-js)) | [`~2.10.6` -> `~2.11.0`](https://renovatebot.com/diffs/npm/@apify%2futilities/2.10.11/2.11.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@apify%2futilities/2.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@apify%2futilities/2.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@apify%2futilities/2.10.11/2.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@apify%2futilities/2.10.11/2.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>apify/apify-shared-js (@&#8203;apify/utilities)</summary> ### [`v2.11.0`](https://redirect.github.com/apify/apify-shared-js/releases/tag/%40apify/utilities%402.11.0) [Compare Source](https://redirect.github.com/apify/apify-shared-js/compare/@apify/[email protected]...@apify/[email protected]) ##### Features - **utilities:** markedSetNofollowLinks with hostname check ([#&#8203;492](https://redirect.github.com/apify/apify-shared-js/issues/492)) ([59d746d](https://redirect.github.com/apify/apify-shared-js/commit/59d746d77383ec761e9672cb50da388163b7d961)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9af1dc0 commit 4a06c09

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@apify/actor-templates": "~0.1.5",
6363
"@apify/consts": "~2.34.0",
6464
"@apify/input_schema": "~3.12.0",
65-
"@apify/utilities": "~2.10.6",
65+
"@apify/utilities": "~2.11.0",
6666
"@crawlee/memory-storage": "~3.12.0",
6767
"@oclif/core": "~4.0.17",
6868
"@oclif/plugin-help": "~6.2.8",

yarn.lock

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ __metadata:
130130
languageName: node
131131
linkType: hard
132132

133-
"@apify/utilities@npm:^2.10.11, @apify/utilities@npm:^2.7.10, @apify/utilities@npm:^2.9.3, @apify/utilities@npm:~2.10.6":
133+
"@apify/utilities@npm:^2.10.11, @apify/utilities@npm:^2.7.10, @apify/utilities@npm:^2.9.3":
134134
version: 2.10.11
135135
resolution: "@apify/utilities@npm:2.10.11"
136136
dependencies:
@@ -140,6 +140,16 @@ __metadata:
140140
languageName: node
141141
linkType: hard
142142

143+
"@apify/utilities@npm:~2.11.0":
144+
version: 2.11.0
145+
resolution: "@apify/utilities@npm:2.11.0"
146+
dependencies:
147+
"@apify/consts": "npm:^2.34.0"
148+
"@apify/log": "npm:^2.5.10"
149+
checksum: 10c0/c79a79216a0ba0d5725e238e512fe309cb5e7629e50b65c1ab49c7e26080a9b21c50a0674375006a9a9a76bfdcaf6ecd7958ef185c6bb91f1acb6b34ae12cd61
150+
languageName: node
151+
linkType: hard
152+
143153
"@arcanis/slice-ansi@npm:^1.1.1":
144154
version: 1.1.1
145155
resolution: "@arcanis/slice-ansi@npm:1.1.1"
@@ -3809,7 +3819,7 @@ __metadata:
38093819
"@apify/eslint-config-ts": "npm:^0.4.1"
38103820
"@apify/input_schema": "npm:~3.12.0"
38113821
"@apify/tsconfig": "npm:^0.1.0"
3812-
"@apify/utilities": "npm:~2.10.6"
3822+
"@apify/utilities": "npm:~2.11.0"
38133823
"@biomejs/biome": "npm:^1.8.3"
38143824
"@crawlee/memory-storage": "npm:~3.12.0"
38153825
"@crawlee/types": "npm:^3.11.1"

0 commit comments

Comments
 (0)