This repository has been archived by the owner on Jun 21, 2020. It is now read-only.
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 update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ enzyme (2.8.2 → 2.9.1) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 53 commits:
v2.9.1
[Dev Deps] update `eslint-plugin-import`, `eslint-plugin-react`
Merge pull request #1001 from airbnb/lencioni-patch-1
Require uuid at least 3.0.1
v2.9.0
[Dev Deps] update `sinon`, `babel-preset-airbnb`, `chai`, `create-react-class`, `babel-core`, `karma-firefox-launcher`, `karma-mocha`, `karma-webpack`
[Deps] Update uuid 2.x -> 3.x
Merge pull request #988 from airbnb/eslint-markdown
[Tests] run `docs:lint` in `npm run lint`
[Docs] clean up linting errors in misc markdown files
[Docs] clean up linting errors in installation guides
[Docs] clean up linting errors in test guides
[Docs] clean up linting errors in ReactWrapper API docs
[Docs] clean up linting errors in ShallowWrapper API docs
[Docs] clean up linting errors in root export docs
Add linting for code blocks in markdown files
[Docs] correct `nvm` install instructions (never install it with homebrew).
Merge pull request #984 from joaojeronimo/patch-1
Make it consistent
Merge pull request #983 from calinoracation/callie--update-shallow-docs
Change componentDidMount to componentWillMount in shallow options api doc
[New] `mount`/`shallow`: `debug`: add `ignoreProps` option
Add homepage to package.json
[Refactor] `shallow`/`mount`: Make all references to the wrapper `class` call into `this.wrap`
Merge pull request #979 from cubadomingo/patch-1
Fix typo
[Tests] add node 8 (allowed failures for now); remove node 5; improve npm installation logic.
[Deps] update `object.entries`, `object.values`, `prop-types`
[Docs] tweak isEmptyRender docs and test cases
[Docs] Added missing isEmptyRender() docs
[Tests] fix npm v5 issues with example tests; allow failing examples to fail for now.
npm 5 auto-prunes on install, which breaks our react behavior.
[Dev Deps] update `lodash`, `babel-eslint`, `chai`, `coveralls`, `create-react-class`, `eslint-config-airbnb`, `eslint-plugin-import`, `eslint-plugin-jsx-a11y`, `eslint-plugin-react`, `mocha`, `sinon`
Only apps should have lockfiles.
Merge pull request #921 from kenju/master
update jsdom guides for v10 and later
Merge pull request #926 from finnigantime/finnigantime/shallowPrintTree
fix indentation for debug() on shallow wrapper
[Tests] npm v4.6 breaks in node < v1.0
[Refactor] Allow object rest/spread and `Object.assign` by transforming to `object.assign`
Add Cucumber to INTHEWILD.md
Adds Mavens to organizations using Enzyme
[Tests] fix local npm cleanup on windows.
Merge pull request #929 from trygveaa/dependency-error-message
Make sure dependency error reporting always works
[New] `mount`/`shallow`: `debug`: add `ignoreProps` option
Adds Chroma to orgs using enzyme
Merge pull request #913 from hanumanthan/docs_issue_template
Linking common docs in issue template
Merge pull request #904 from JoshuaKGoldberg/missing-your-space
Added a space to a "using" line too
Added missing space after a "your" in react-compat
[changelog] I forgot the changelog for v2.8.2
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