This repository was archived by the owner on Dec 10, 2024. It is now read-only.
Upgrade jest-extended: 0.11.5 → 1.1.0 (major) #173
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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?
✳️ jest-extended (0.11.5 → 1.1.0) · Repo
Release Notes
1.1.0
1.0.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 68 commits:
v1.1.0
fix: toIncludeAllPartialMembers types (#370)
chore(deps): update dependency eslint to v8 (#364)
chore(deps): lock file maintenance (#369)
Feature: toEqualIgnoringWhitespace. Check if two strings are equal irrespective of white-spaces and provide hints if not (#266)
v1.0.0
fix: include all.js in bundle
chore: remove extra generic from types
Add 'toBeBetween', 'toBeAfterOrEqualTo' and 'toBeBeforeOrEqualTo' matchers. (#229)
Don't invoke expect.extend (#333)
chore: migrate to named exports from rules (#363)
Add matcher .toHaveBeenCalledOnce (#274)
Validate if spy or mock was passed when expected (#203)
chore: run lint-staged on commit
Add typecheck script (#254)
Implement `toIncludeAllPartialMembers` (#210)
Add toBeSymbol matcher (#217)
Make fail() to break the typescript's control flow (#312)
Add Pass & Fail matchers (#204)
docs(typescript): add triple slash directive (#340)
Update docs section about typescript setup (#283)
chore(deps): update dependency eslint-plugin-jest to v25 (#365)
Feature: Add support for `.rejects.toThrowWithMessage` (#315)
chore(deps): lock file maintenance
chore: remove usage of `import-all.macro` (#362)
chore: use default eslint parser
chore: add test that all matchers are exported
Add matcher for Array.toSatisfyAny (#227)
Fix determinePropertyMessage to return property if property is falsy (#360)
Add toBeDateString matcher (#252)
fix(toCotainKeys): should not throw when actual is undefied (#295)
chore: add missing install call to CI job
feat: add a '.toBeEmptyObject()' custom matcher. (#255)
chore: only run eslint on a single job
Update type definitions to allow optional types (#339)
Add a toBeInteger matcher (#279)
fix: update dependencies (#359)
chore: update version of Jest used in this repo (#357)
chore(deps): update dependency import-all.macro to v3 (#355)
chore: run the tests on all supported versions of jest (#353)
chore: bump pretty-format to same version as other jest deps (#354)
chore: use built-in version of jest-each in tests (#352)
chore: update `jest-each` to version shipped with jest (#351)
chore: make pre-commit executable
chore(deps): update dependency eslint-plugin-prettier to v4 (#350)
chore(deps): update dependency jest-watch-typeahead to ^0.6.0 (#346)
chore(deps): update codecov/codecov-action action to v2 (#347)
chore: enable renovate
chore: refresh lockfile (#343)
Update Husky and linting configuration (#328)
Add Node 12 to engines (#330)
chore: build badge should be from GH Actions, not Travis
chore: use codecov GH action (#336)
chore: use `main` branch
chore: run lint on contributing.md
chore: update eslint and prettier (#334)
chore: cache dependencies on CI (#335)
Upgrade to Babel 7 (#327)
Remove deprecated `--` syntax in scripts (#329)
Merge pull request #326 from keeganwitt/upstream/keeganwitt/gh_actions
Merge pull request #302 from 0xflotus/patch-1
Merge pull request #287 from cherryblossom000/patch-1
Merge pull request #259 from jamesgeorge007/docs
Merge pull request #223 from JanSawicki/readme-fix
Update to Jest 24 to support `--color`
Replace Travis with GitHub Actions
fix: syntax error
Fix link in readme
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