Releases: hypothesis/client
Releases · hypothesis/client
v1.1494.0
Unmount ImportAnnotations, ExportAnnotations components at end of test This fixes an issue where `SelectNext`s rendered by these components could open a popover, and then trigger an error by trying to close it, while unmounted, in response to an action triggered by a later test.
v1.1493.0
Remove workaround for pywb's wombat.js bug
v1.1492.0
Bump jinja2 from 3.1.3 to 3.1.4 in /requirements Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.1.3...3.1.4) --- updated-dependencies: - dependency-name: jinja2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
v1.1491.0
Bump the sentry group with 2 updates Bumps the sentry group with 2 updates: [@sentry/browser](https://github.com/getsentry/sentry-javascript) and [@sentry/cli](https://github.com/getsentry/sentry-cli). Updates `@sentry/browser` from 7.112.2 to 7.113.0 - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/7.113.0/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/7.112.2...7.113.0) Updates `@sentry/cli` from 2.31.0 to 2.31.2 - [Release notes](https://github.com/getsentry/sentry-cli/releases) - [Changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-cli/compare/2.31.0...2.31.2) --- updated-dependencies: - dependency-name: "@sentry/browser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: sentry - dependency-name: "@sentry/cli" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: sentry ... Signed-off-by: dependabot[bot] <support@github.com>
v1.1490.0
Bump dompurify from 3.1.0 to 3.1.1 Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.1.0...3.1.1) --- updated-dependencies: - dependency-name: dompurify dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
v1.1489.0
v1.1488.0
Bump rollup from 4.14.3 to 4.16.1 in the rollup group Bumps the rollup group with 1 update: [rollup](https://github.com/rollup/rollup). Updates `rollup` from 4.14.3 to 4.16.1 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v4.14.3...v4.16.1) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-minor dependency-group: rollup ... Signed-off-by: dependabot[bot] <support@github.com>
v1.1487.0
Determine most recent highlighted annotation by its updated date
v1.1486.0
Scroll to most recent highlighted annotation
v1.1485.0
Convert remaining CommonJS Node scripts to modules and use modules by…