Skip to content

build(deps): bump impit from 0.10.1 to 0.12.0#9

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/impit-0.12.0
Open

build(deps): bump impit from 0.10.1 to 0.12.0#9
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/impit-0.12.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 26, 2026

Bumps impit from 0.10.1 to 0.12.0.

Release notes

Sourced from impit's releases.

impit-python@0.12.0

Features

  • Add HTTP/2 SETTINGS fingerprinting (#386)

    • Adds custom HTTP2 profiles to the emulated browser fingerprints.
  • Support timeout=None to disable timeout (#402)

    • Updates the timeout handling in Python. The default behaviour stays the same, but passing timeout=None now disables the timeout (either client-wide or for the current request). This aligns impit with how httpx handles timeouts.

Refactor

  • Replace scraper with lol_html for HTML charset prescanning (#398)
    • Replaces scraper dependency with a more lightweight HTML parser from lol_html. Adds regression tests to ensure the behaviour stays the same.

impit-node@0.12.0

Features

  • Add per-request redirect option to RequestInit (#418)

    • Adds standard Fetch API redirect option to RequestInit, allowing per-request override of the instance-level followRedirects setting.
  • Add clone() support to ImpitResponse (#419)

    • Implements Response.clone() on ImpitResponse using ReadableStream.tee(), making impit compatible with libraries like ky that call response.clone() internally.

impit-python@0.11.0

Bug Fixes

  • Proxy authenticates with empty password (#327)

  • Authenticate with HTTPS proxy and HTTP target (#333)

    • Propagates upstream fixes from reqwest.
  • Do not panic on missing attributes for encoding-related meta elements (#346)

    • Ignores encoding-related meta elements with missing content or charset attributes. Related to #344
  • Use the rustls Verifier / CryptoProvider cache with custom fingerprints (#371)

    • Speeds up repeated client instantiation and lowers the memory footprint if the custom fingerprints are used. Related to #370
  • Allow removing impersonated headers by passing empty string (#382)

    • Users can now remove impersonated headers (like Sec-Fetch-User) from requests by passing an empty string as the header value. When an empty string is provided, the header is filtered out before the request is sent. This enables users, e.g., to manually control which Sec-Fetch-* headers should be included in their requests, addressing use cases where the default impersonated headers don't match the actual request context.

Features

  • Enable TRACE method in the bindings (#328)
    • Unifies all clients by enabling the trace method in all of them. Required for type parity (HttpMethod) in downstream repositories - Crawlee et al.

... (truncated)

Commits
  • e4a290c chore(js-release): Update package version [skip ci]
  • bbbde99 feat(node): add clone() support to ImpitResponse (#419)
  • 6406d55 chore(deps): lock file maintenance (#415)
  • 4161b1a feat(node): add per-request redirect option to RequestInit (#418)
  • a835b7a chore: fix Node.JS builds in CI (#422)
  • 04584e1 chore(deps): update endbug/add-and-commit action to v10 (#420)
  • 3884e6d chore(deps): bump aws-lc-rs version (#421)
  • 453f2fa chore(deps): update yarn to v4.13.0 (#417)
  • 187d5e6 chore: fix package version after CI release (#414)
  • b880a60 ci: add retry logic for yarn lockfile update after npm publish (#408)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [impit](https://github.com/apify/impit) from 0.10.1 to 0.12.0.
- [Release notes](https://github.com/apify/impit/releases)
- [Commits](apify/impit@js-0.10.1...js-0.12.0)

---
updated-dependencies:
- dependency-name: impit
  dependency-version: 0.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants