Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency enzyme to version 2.x #4

Closed
wants to merge 1 commit into from

Conversation

renovate-tests
Copy link
Owner

@renovate-tests renovate-tests commented Jul 6, 2017

This Pull Request updates dependency enzyme from version 1.0.0 to 2.9.1

Commits


airbnb/enzyme

2.9.1

  • d37a8c1 v2.9.1
  • c3b9cd6 [Dev Deps] update eslint-plugin-import, eslint-plugin-react
  • 298f837 Merge pull request #​1001 from airbnb/lencioni-patch-1
  • a3acb7b Require uuid at least 3.0.1

2.9.0

  • 4ab06c2 v2.9.0
  • b2e4bf0 [Dev Deps] update sinon, babel-preset-airbnb, chai, create-react-class, babel-core, karma-firefox-launcher, karma-mocha, karma-webpack
  • d34630e [Deps] Update uuid 2.x -> 3.x
  • 4871201 Merge pull request #​988 from airbnb/eslint-markdown
  • 4e32297 [Tests] run docs:lint in npm run lint
  • 2d1fba5 [Docs] clean up linting errors in misc markdown files
  • 6bf1c12 [Docs] clean up linting errors in installation guides
  • ad97e30 [Docs] clean up linting errors in test guides
  • 12cdf2d [Docs] clean up linting errors in ReactWrapper API docs
  • 0676ee7 [Docs] clean up linting errors in ShallowWrapper API docs
  • c2cb3a3 [Docs] clean up linting errors in root export docs
  • c1e8c2f Add linting for code blocks in markdown files
  • e7e68d9 [Docs] correct nvm install instructions (never install it with homebrew).
  • 0d1936a Merge pull request #​984 from joaojeronimo/patch-1
  • 7f6d544 Make it consistent
  • 9a6e89c Merge pull request #​983 from calinoracation/callie--update-shallow-docs
  • 43fd6b2 Change componentDidMount to componentWillMount in shallow options api doc
  • 91bf861 [New] mount/shallow: debug: add ignoreProps option
  • 5e8b37e Add homepage to package.json
  • 66f6662 [Refactor] shallow/mount: Make all references to the wrapper class call into this.wrap
  • 2882aa8 Merge pull request #​979 from cubadomingo/patch-1
  • ef40ad9 Fix typo
  • c5293a7 [Tests] add node 8 (allowed failures for now); remove node 5; improve npm installation logic.
  • f141bb2 [Deps] update object.entries, object.values, prop-types
  • 925d6d8 [Docs] tweak isEmptyRender docs and test cases
  • 80a74b4 [Docs] Added missing isEmptyRender() docs
  • f16f0b8 [Tests] fix npm v5 issues with example tests; allow failing examples to fail for now.
  • 7f53b4d npm 5 auto-prunes on install, which breaks our react behavior.
  • 6bef82a [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
  • 457a2ac Only apps should have lockfiles.
  • f3bbfd3 Merge pull request #​921 from kenju/master
  • 8ba4246 update jsdom guides for v10 and later
  • ca73244 Merge pull request #​926 from finnigantime/finnigantime/shallowPrintTree
  • f72cae6 fix indentation for debug() on shallow wrapper
  • 32735b6 [Tests] npm v4.6 breaks in node < v1.0
  • 1a70e32 [Refactor] Allow object rest/spread and Object.assign by transforming to object.assign
  • afb21ca Add Cucumber to INTHEWILD.md
  • 9fd2ce1 Adds Mavens to organizations using Enzyme
  • ff44e1f [Tests] fix local npm cleanup on windows.
  • ba17a90 Merge pull request #​929 from trygveaa/dependency-error-message
  • 75e7cd8 Make sure dependency error reporting always works
  • 18b94f3 [New] mount/shallow: debug: add ignoreProps option
  • 84e10fa Adds Chroma to orgs using enzyme
  • 86f3b95 Merge pull request #​913 from hanumanthan/docs_issue_template
  • 690b0c0 Linking common docs in issue template
  • 6c23a8c improve shallow options doc
  • f79ee2d Merge pull request #​904 from JoshuaKGoldberg/missing-your-space
  • 2294a29 Added a space to a "using" line too
  • 20642ef Added missing space after a "your" in react-compat
  • a9a3627 [changelog] I forgot the changelog for v2.8.2

2.8.2

  • 901b783 2.8.2
  • 817a76d Merge pull request #​896 from jwalton/master
  • fcd245a Make enzyme work for react ^15.4.x.
  • 419478d [Docs] Update docs to use prop-types

2.8.1

  • 8ab9528 v2.8.1
  • 75d1390 Merge pull request #​876 from kentcdodds/pr/support-15.5
  • 21f6e7a [Tests] create-react-class should be a static dev dependency.
  • 4464a17 [Tests] move helpers in to `test/_helpers` dir
  • 22f368f address final comments
  • cc78489 Update error message in react-compat
  • b48e551 Change condition in performBatchedUpdates to a version check
  • 2f957af REACT155 constant is now true for react 15.5 or above
  • f5f6001 Update ReactWrapperComponent to use prop-types package
  • 3ff9832 Update karma cofig to be compatible with react@15.5
  • ec7bbc5 Lint
  • 270ee7f Remove unnecessary tests
  • d6badda Fix import
  • edeb99c Remove dependency on create-react-class
  • b0e2fac Extract batchedUpdates to a function
  • 5db207f react-test-renderer needs to be v15.5.4 or later.
  • b7522b0 add missing env entry
  • 252040d test both react 15.4 and react 15
  • c3f3519 Use createClass from react-compat instead of React.createClass
  • 49e0825 Add prop-types as a regular dependency
  • 1c932cb Accompanying change to ShallowWrapper to resolve shallowRenderer 15.5 issue
  • a0bb9bf Pull shallow renderer from react-test-renderer/shallow for React 15.5
  • e901252 [Compat] support React@15.5
  • a8cf810 [Dev Deps] update babel-cli, babel-core, babel-eslint, babel-loader, babel-preset-airbnb, babel-register, coveralls, eslint, eslint-config-airbnb, eslint-plugin-jsx-a11y, eslint-plugin-react, lodash, rimraf, sinon
  • eb9699b [Docs] minor spelling fix to mount, shallow, findWhere
  • 85447ed [Fix] Make displayNameOfNode return function.name even if it is falsy
  • c8f2185 Merge pull request #​877 from koba04/convert-es2015-class

2.8.0

2.7.1

2.7.0

2.6.0

2.5.2

2.4.2

2.5.1

2.5.0

2.4.1

2.4.0

2.3.0

2.2.0

2.1.0

2.0.0

1.6.0

1.5.0

1.4.1

1.4.0

1.3.1

1.3.0

1.2.0

1.1.0


This PR has been generated by Renovate Bot.

@renovate-tests renovate-tests changed the title Update dependency enzyme to version 2.9.1 Update dependency enzyme to v2.9.1 Aug 4, 2017
@renovate-tests renovate-tests changed the title Update dependency enzyme to v2.9.1 Update dependency enzyme to v2.x Aug 4, 2017
@renovate-tests renovate-tests changed the title Update dependency enzyme to v2.x Update dependency enzyme to version 2.x Aug 4, 2017
@renovate-tests renovate-tests deleted the renovate/enzyme-2.x branch August 4, 2017 09:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant