deluminators / Realate

real-estate data prediction system
MIT License
34 stars 13 forks source link

[client] Update @testing-library/jest-dom 5.14.1 → 6.0.1 (major) #242

Closed depfu[bot] closed 1 year ago

depfu[bot] commented 1 year ago

Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ @​testing-library/jest-dom (5.14.1 → 6.0.1) · Repo · Changelog

Release Notes

6.0.1

6.0.1 (2023-08-18)

Bug Fixes

  • matchers type is making the global expect unsafe (#513) (bdb34f1)

6.0.0

6.0.0 (2023-08-13)

Features

  • local types, supporting jest, @jest/globals, vitest (#511) (4b764b9)

BREAKING CHANGES

  • Removes the extend-expect script. Users should use
    the default import path or one of the new test platform-specific
    paths to automatically extend the appropriate "expect" instance.

extend-expect was not documented in the Readme, so this change should
have minimal impact.

Users can now use the following import paths to automatically extend
"expect" for their chosen test platform:

  • @testing-library/jest-dom - jest (@types/jest)
  • @testing-library/jest-dom/jest-globals - @jest/globals
  • @testing-library/jest-dom/vitest - vitest

For example:

import '@testing-library/jest-dom/jest-globals'

Importing from one of the above paths will augment the appropriate
matcher interface for the given test platform, assuming the import
is done in a .ts file that is included in the user's tsconfig.json.

It's also (still) possible to import the matchers directly without
side effects:

import * as matchers from '@testing-library/jest-dom/matchers'

  • Update kcd-scripts
  • Drop node < 14

5.17.0

5.17.0 (2023-07-18)

Features

  • New toHaveAccessibleErrorMessage better implementing the spec, deprecate toHaveErrorMessage (#503) (d717c66)

5.16.5

5.16.5 (2022-08-04)

Bug Fixes

  • migrate ccs v3 to @adobe/css-tools v4 (#470) (948d90f)

5.16.4

5.16.4 (2022-04-05)

Bug Fixes

  • Support unenclosed inner text for details elements in to be visible (#396) (af18453)

5.16.3

5.16.3 (2022-03-24)

Bug Fixes

  • clarify toHaveFocus message when using .not (#447) (6988a67)

5.16.2

5.16.2 (2022-02-03)

Bug Fixes

  • add custom element support to toBeDisabled (#368) (8162115)

5.16.1

5.16.1 (2021-12-06)

Bug Fixes

  • Improve toHaveClass error message format (#405) (a9beb47)

5.16.0

5.16.0 (2021-12-03)

Features

5.15.1

5.15.1 (2021-11-23)

Bug Fixes

5.15.0

5.15.0 (2021-11-02)

Features

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 24 commits:


👉 No CI detected

You don't seem to have any Continuous Integration service set up!

Without a service that will test the Depfu branches and pull requests, we can't inform you if incoming updates actually work with your app. We think that this degrades the service we're trying to provide down to a point where it is more or less meaningless.

This is fine if you just want to give Depfu a quick try. If you want to really let Depfu help you keep your app up-to-date, we recommend setting up a CI system:

* [Circle CI](https://circleci.com), [Semaphore ](https://semaphoreci.com) and [Github Actions](https://docs.github.com/actions) are all excellent options. * If you use something like Jenkins, make sure that you're using the Github integration correctly so that it reports status data back to Github. * If you have already set up a CI for this repository, you might need to check your configuration. Make sure it will run on all new branches. If you don’t want it to run on every branch, you can whitelist branches starting with `depfu/`.

Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
depfu[bot] commented 1 year ago

Closed in favor of #244.

depfu[bot] commented 1 year ago

Closed in favor of #249.

depfu[bot] commented 11 months ago

Closed in favor of #260.

depfu[bot] commented 10 months ago

Closed in favor of #273.

depfu[bot] commented 9 months ago

Closed in favor of #278.

depfu[bot] commented 9 months ago

Closed in favor of #280.

depfu[bot] commented 8 months ago

Closed in favor of #288.

depfu[bot] commented 8 months ago

Closed in favor of #289.

depfu[bot] commented 8 months ago

Closed in favor of #293.

depfu[bot] commented 8 months ago

Closed in favor of #294.

depfu[bot] commented 8 months ago

Closed in favor of #295.

depfu[bot] commented 5 months ago

Closed in favor of #316.

depfu[bot] commented 3 months ago

Closed in favor of #330.

depfu[bot] commented 2 months ago

Closed in favor of #337.

depfu[bot] commented 1 month ago

Closed in favor of #345.