Skip to content

chore(deps): update weekly dependency update - #96

Open
have-renovate[bot] wants to merge 1 commit into
mainfrom
renovate/weekly-dependency-update
Open

chore(deps): update weekly dependency update#96
have-renovate[bot] wants to merge 1 commit into
mainfrom
renovate/weekly-dependency-update

Conversation

@have-renovate

@have-renovate have-renovate Bot commented Jul 12, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Age Confidence
actions/checkout action digest 9c091bb -> 3d3c42e
actions/setup-node action major v4 -> v7 age confidence
cloakbrowser (source) peerDependencies minor ^0.4.10 -> ^0.5.0 age confidence
node (source) engines minor >=24 -> >=24.18.0 age confidence
playwright (source) dependencies minor ~1.61.1 -> ~1.62.0 age confidence

Release Notes

actions/setup-node (actions/setup-node)

v7

Compare Source

v6

Compare Source

v5

Compare Source

CloakHQ/cloakbrowser (cloakbrowser)

v0.5.3

Compare Source

  • [wrapper] When the Windows font-metrics profile is requested, the launch feature set now matches a stock Chrome install rather than Playwright's test-harness defaults, which switch off a feature stock Chrome ships enabled. Merged into any --enable-features value you pass instead of adding a second flag. Python, JavaScript, and .NET.
  • [wrapper] A second browser launched from the same Node process no longer inherits the first one's proxy identity. When one process called launch() more than once with different proxies, every launch after the first reused the earlier connection to the exit-IP lookup service, because Node pools those connections by destination and the destination is the same for every proxy. The tunnel opened through the new proxy was built and then discarded, so later browsers were given the first proxy's exit IP, timezone and locale while their traffic correctly went out through their own proxy. Each launch now resolves its own exit IP. Single-launch processes were never affected. JavaScript only; Python and .NET open a fresh client per lookup.
  • [wrapper] Fix GeoIP and WebRTC exit-IP resolution dropping the credentials of an authenticated HTTP proxy given as a settings object — {"server": ..., "username": ..., "password": ...} — instead of a URL with inline credentials (#​469). Only SOCKS proxies kept their credentials, so the HTTP lookup was rejected and fell back to resolving the proxy gateway's hostname. That returns a real address, so resolution appeared to succeed while reporting the gateway's timezone and locale rather than the session's actual exit IP, and --fingerprint-webrtc-ip=auto was dropped entirely. Both forms of the same proxy now resolve identically. Python, JavaScript, and .NET.
  • [wrapper] cloakbrowser info no longer aborts partway through on a Windows console. cmd.exe defaults to a code page that cannot represent the report's check mark and arrow, so the command stopped with an encoding error at the first one and the remaining diagnostics were never printed. Those marks now degrade to plain text when the console cannot take them, per character. UTF-8 consoles, including Linux, macOS and Windows Terminal, are unchanged. Python.
  • [wrapper] cloakbrowser info no longer reports a false launch failure on Windows. Chromium handles --version only on POSIX, so on Windows the switch was ignored and a browser started instead of printing — the probe then timed out and a healthy install was reported as broken, briefly putting a window on screen each run. The check now exits immediately on Windows, without a window, and still fails loudly on a genuinely broken binary; it reports no version there, since nothing is printed. Linux and macOS are unchanged. Python, JavaScript, and .NET.

v0.5.2

Compare Source

  • [wrapper] Preview release channel. Opt in with release_channel="preview" (releaseChannel in JavaScript, ReleaseChannel in .NET) or CLOAKBROWSER_RELEASE_CHANNEL=preview for every launch and CLI command. Preview means the newest build available for the current platform: a newer Preview is selected when present, otherwise it resolves to Stable, including when Stable has moved ahead. It is a standing setting, not a version pin, so a platform with no Preview build simply tracks Stable until one exists. CLI diagnostics report the requested and resolved channel plus the exact version that will launch. Python, JavaScript, and .NET.
  • [wrapper] cloakbrowser info now prints the wrapper version alongside the binary diagnostics, so a bug report carries both without a second command. Python, JavaScript, and .NET.
  • [docker] cloakserve gained POST /fingerprint/{seed}/close, which tears down that seed's browser immediately and frees its slot instead of waiting out the idle timeout. The profile is preserved and the call is idempotent.
  • [binary] Chromium 150.0.7871.114.4 (Pro, Linux x64 + arm64) — 73 source-level patches (up from 71). A coherence release. Windows and macOS stay on Stable 150.0.7871.114.3; the fixes below that apply to those platforms ship with their next build.
    • Consistent identity under CDP user-agent overrides — subframes no longer disagree with the top frame about the browser identity when a custom user agent is set over CDP. Mainly affects Puppeteer, which sets one on every page session.
    • Closer Windows persona text rendering — font availability and text measurements track a real Windows install more closely.
    • Complete locale coverage — every supported locale now resolves to a coherent profile, with Greek (el-GR, el-CY) added.
    • Headed window geometry coherence on the Windows persona; headless is unchanged.
    • More stable results across seeds when the spoofed platform matches the host, i.e. the native Linux persona.
    • One consistent reported build number--version and chrome://version now read the public version from a single source. Web-reachable surfaces, including the user agent, are unchanged.
    • No unsupported-flag warning bar when the sandbox is disabled, as required when running as root (e.g. in Docker).

v0.5.1

Compare Source

  • [wrapper] Fix GeoIP exit-IP resolution through authenticated HTTP proxies in the JavaScript wrapper. The CONNECT request sent the proxy's address in the Host header instead of the tunnel target, which strict proxies (e.g. Oxylabs backconnect) reject; the wrapper then silently fell back to the proxy gateway's location, producing a wrong timezone/locale for the session's real exit IP. The Host header now names the tunnel target per RFC 9110. JavaScript only; Python and .NET were unaffected.

v0.5.0

Compare Source

  • [wrapper] Free tier via GitHub sign-in. New cloakbrowser login command: sign in with GitHub to get a free license key (or save a paid key), cloakbrowser logout to revert. The launch banner and cloakbrowser info are now tier-aware (keyless / free / pro). Free keys always track the latest free build. Python, JavaScript, and .NET.
  • [wrapper] Fix geoip=True overriding a timezone or locale that was passed explicitly as a raw flag via args= (--fingerprint-timezone, --lang, --fingerprint-locale). A raw flag now counts as explicit and is preserved, matching the behavior of the timezone=/locale= parameters; GeoIP only fills the values you did not set. Python, JavaScript, and .NET.
nodejs/node (node)

v24.18.0: 2026-06-23, Version 24.18.0 'Krypton' (LTS), @​richardlau prepared by @​sxa

Compare Source

Notable Changes
  • [e07e7a31e1] - crypto: update root certificates to NSS 3.123.1 (Node.js GitHub Bot) #​63527
  • [44c8ebcbd6] - http: avoid stream listeners on idle agent sockets (Matteo Collina) #​64004
  • [d3ef4122ee] - (SEMVER-MINOR) buffer: increase Buffer.poolSize default to 64 KiB (Matteo Collina) #​63597
  • [bb2857b85a] - (SEMVER-MINOR) crypto: align key argument names in docs and error messages (Filip Skokan) #​62527
  • [b9d5e87880] - (SEMVER-MINOR) crypto: accept key data in crypto.diffieHellman() and cleanup DH jobs (Filip Skokan) #​62527
  • [ccd756d61e] - (SEMVER-MINOR) crypto: add TurboSHAKE and KangarooTwelve Web Cryptography algorithms (Filip Skokan) #​62183
  • [4c9251fc09] - (SEMVER-MINOR) http: add writeInformation to send arbitrary 1xx status codes (Tim Perry) #​63155
  • [8c989ec4a3] - (SEMVER-MINOR) inspector: expose precise coverage start to JS runtime (sangwook) #​63079
  • [3f54c8ba32] - Revert "stream: noop pause/resume on destroyed streams" (Stewart X Addison) #​63834
Commits

v24.17.0: 2026-06-18, Version 24.17.0 'Krypton' (LTS), @​aduh95

Compare Source

This is a security release.

Notable Changes
  • (CVE-2026-48618) tls: normalize hostname for server identity checks (Matteo Collina) – High
  • (CVE-2026-48933) crypto: guard WebCrypto cipher output length (Filip Skokan) – High
  • (CVE-2026-48615) lib,test: redact proxy credentials in tunnel errors (Matteo Collina) – Medium
  • (CVE-2026-48619) http2: cap originSet size to prevent unbounded memory growth (Matteo Collina) – Medium
  • (CVE-2026-48928) tls: fix case-sensitive SNI context matching (Matteo Collina) – Medium
  • (CVE-2026-48930) dns,net: reject hostnames with embedded NUL bytes (Matteo Collina) – Medium
  • (CVE-2026-48934) tls: bind reusable sessions to authenticated host (Matteo Collina) – Medium
  • (CVE-2026-48937) deps: fix integration issues with the latest nghttp2 – Medium
  • (CVE-2026-48617) permission: handle process.chdir on writereport (RafaelGSS) – Low
  • (CVE-2026-48931) http: fix response queue poisoning in http.Agent (Matteo Collina) – Low
  • (CVE-2026-48935) permission: disable FileHandle utimes with permission model (RafaelGSS) – Low
Commits

v24.16.0: 2026-05-21, Version 24.16.0 'Krypton' (LTS), @​aduh95

Compare Source

Notable Changes
  • [b267f6bca3] - (SEMVER-MINOR) crypto: implement randomUUIDv7() (nabeel378) #​62553
  • [ec2451b9cd] - (SEMVER-MINOR) debugger: add edit-free runtime expression probes to node inspect (Joyee Cheung) #​62713
  • [9705f628d9] - (SEMVER-MINOR) fs: add signal option to fs.stat() (Mert Can Altin) #​57775
  • [40ccfdecf9] - (SEMVER-MINOR) fs: expose frsize field in statfs (Jinho Jang) #​62277
  • [d7188af5c9] - (SEMVER-MINOR) http: harden ClientRequest options merge (Matteo Collina) #​63082
  • [aa1d8a9afc] - (SEMVER-MINOR) http: add req.signal to IncomingMessage (Akshat) #​62541
  • [6f37f7e240] - (SEMVER-MINOR) stream: propagate destruction in duplexPair (Ahmed Elhor) #​61098
  • [d14029be7f] - (SEMVER-MINOR) test_runner: support test order randomization (Pietro Marchini) #​61747
  • [d142c584cd] - (SEMVER-MINOR) test_runner: align mock timeout api (sangwook) #​62820
  • [01a9552585] - (SEMVER-MINOR) test_runner: add mock-timers support for AbortSignal.timeout (DeveloperViraj) #​60751
  • [00705a459a] - (SEMVER-MINOR) util: colorize text with hex colors (Guilherme Araújo) #​61556
Commits

Configuration

📅 Schedule: Branch creation - Between 09:00 PM and 11:59 PM, only on Saturday ( * 21-23 * * 6 ) in timezone America/Edmonton, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@have-renovate

have-renovate Bot commented Jul 12, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
[WARN] Ignored project-level auth setting "//npm.pkg.github.com/:_authToken" in "/tmp/renovate/repos/github/happyvertical/spider/.npmrc": environment variables are not expanded in registry credentials that come from a project .npmrc, because that file is committed to the repository and could leak the secret to an attacker-controlled registry. Move this credential to a trusted source that pnpm still expands — put the line in your user-level ~/.npmrc, or set it with pnpm config set (for example, run: pnpm config set "//npm.pkg.github.com/:_authToken" <value>). See https://pnpm.io/npmrc

@github-actions

Copy link
Copy Markdown
Contributor

Version Bump Preview

When this PR is merged, @happyvertical/spider will receive a patch version bump based on your conventional commits.

What happens on merge?

  1. Tests run on main branch
  2. Package is built
  3. Version is bumped automatically
  4. Package is published to npm
  5. Git tag is created

No manual intervention needed!

@have-renovate
have-renovate Bot force-pushed the renovate/weekly-dependency-update branch from 5844d15 to 7548746 Compare July 19, 2026 03:57
@have-renovate
have-renovate Bot force-pushed the renovate/weekly-dependency-update branch from 7548746 to 37cdce0 Compare July 26, 2026 04:23
@have-renovate
have-renovate Bot force-pushed the renovate/weekly-dependency-update branch from 37cdce0 to 09e9ed8 Compare August 2, 2026 04:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants