Skip to content

Releases: hypothesis/client

v1.1494.0

13 May 11:49
Compare
Choose a tag to compare
v1.1494.0 Pre-release
Pre-release
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

07 May 10:16
Compare
Choose a tag to compare
v1.1493.0 Pre-release
Pre-release
Remove workaround for pywb's wombat.js bug

v1.1492.0

07 May 08:07
Compare
Choose a tag to compare
v1.1492.0 Pre-release
Pre-release
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

06 May 12:18
Compare
Choose a tag to compare
v1.1491.0 Pre-release
Pre-release
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

29 Apr 13:12
Compare
Choose a tag to compare
v1.1490.0 Pre-release
Pre-release
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

23 Apr 14:59
Compare
Choose a tag to compare
v1.1489.0 Pre-release
Pre-release
  • Display error when loading dashboard auth token fails
    #6347

v1.1488.0

22 Apr 11:33
Compare
Choose a tag to compare
v1.1488.0 Pre-release
Pre-release
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

17 Apr 09:04
Compare
Choose a tag to compare
v1.1487.0 Pre-release
Pre-release
Determine most recent highlighted annotation by its updated date

v1.1486.0

16 Apr 08:59
Compare
Choose a tag to compare
v1.1486.0 Pre-release
Pre-release
Scroll to most recent highlighted annotation

v1.1485.0

15 Apr 14:40
Compare
Choose a tag to compare
v1.1485.0 Pre-release
Pre-release
Convert remaining CommonJS Node scripts to modules and use modules by…