Skip to content

Commit aba2b4e

Browse files
chore(deps): update yarn to v4.10.3 (#274)
> [!NOTE] > Mend has cancelled [the proposed renaming](https://redirect.github.com/renovatebot/renovate/discussions/37842) of the Renovate GitHub app being renamed to `mend[bot]`. > > This notice will be removed on 2025-10-07. <hr> This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [yarn](https://redirect.github.com/yarnpkg/berry) ([source](https://redirect.github.com/yarnpkg/berry/tree/HEAD/packages/yarnpkg-cli)) | [`4.9.4` -> `4.10.3`](https://renovatebot.com/diffs/npm/yarn/4.9.4/4.10.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@yarnpkg%2fcli/4.10.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@yarnpkg%2fcli/4.9.4/4.10.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>yarnpkg/berry (yarn)</summary> ### [`v4.10.3`](https://redirect.github.com/yarnpkg/berry/compare/fa98478b821553eb0897895d355dae55af0d2759...38b9c5fc96a56860338176aa8a07b2ffc9c7af0b) [Compare Source](https://redirect.github.com/yarnpkg/berry/compare/fa98478b821553eb0897895d355dae55af0d2759...38b9c5fc96a56860338176aa8a07b2ffc9c7af0b) ### [`v4.10.2`](https://redirect.github.com/yarnpkg/berry/compare/c36d9a0d531a12684021cfa4ce3b05c706bf26f1...fa98478b821553eb0897895d355dae55af0d2759) [Compare Source](https://redirect.github.com/yarnpkg/berry/compare/c36d9a0d531a12684021cfa4ce3b05c706bf26f1...fa98478b821553eb0897895d355dae55af0d2759) ### [`v4.10.1`](https://redirect.github.com/yarnpkg/berry/compare/2eb9830716136d3b92c8db25065575a4d34378a3...c36d9a0d531a12684021cfa4ce3b05c706bf26f1) [Compare Source](https://redirect.github.com/yarnpkg/berry/compare/2eb9830716136d3b92c8db25065575a4d34378a3...c36d9a0d531a12684021cfa4ce3b05c706bf26f1) ### [`v4.10.0`](https://redirect.github.com/yarnpkg/berry/compare/1a2e7ac78295e684bce8e0c5215f82fd377008d4...2eb9830716136d3b92c8db25065575a4d34378a3) [Compare Source](https://redirect.github.com/yarnpkg/berry/compare/1a2e7ac78295e684bce8e0c5215f82fd377008d4...2eb9830716136d3b92c8db25065575a4d34378a3) </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/impit). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jindřich Bär <jindrichbar@gmail.com>
1 parent a3dd07d commit aba2b4e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

impit-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"universal": "napi universal",
5151
"copy-version": "napi version"
5252
},
53-
"packageManager": "yarn@4.9.4",
53+
"packageManager": "yarn@4.10.3",
5454
"description": "Impit for JavaScript",
5555
"optionalDependencies": {
5656
"impit-darwin-arm64": "0.5.4",

impit-node/test/basics.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,15 +343,15 @@ describe.each([
343343

344344
test('streaming response body works', async (t) => {
345345
const response = await impit.fetch(
346-
'https://apify.github.io/impit/impit/index.html',
346+
'https://apify.github.io/impit/',
347347
);
348348

349349
let found = false;
350350

351351
for await (const chunk of response.body) {
352352
const text = new TextDecoder('utf-8', { fatal: false }).decode(chunk);
353353

354-
if (text.includes('impersonation')) {
354+
if (text.includes('impit')) {
355355
found = true;
356356
break;
357357
}

0 commit comments

Comments
 (0)