KeKs0r / insyn

0 stars 1 forks source link

Update unexpected to the latest version πŸš€ #167

Open greenkeeper[bot] opened 7 years ago

greenkeeper[bot] commented 7 years ago

Version 10.30.0 of unexpected just got published.

Dependency unexpected
Current Version 10.29.0
Type devDependency

The version 10.30.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of unexpected. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Commits

The new version differs by 13 commits.

  • 85b05a7 10.30.0
  • bc4c2ad Build unexpected.js
  • ead3f86 Merge pull request #387 from unexpectedjs/feature/inspectArrowFunctions
  • 4aa8aa3 Merge pull request #396 from unexpectedjs/feature/improveCompoundAssertionError
  • c0e09a3 Merge pull request #400 from unexpectedjs/fix/chainingOfInstallThemeAndAddStyle
  • ff3eb39 addStyle & installTheme: Return the expect function rather than the magicpen instance (for chaining)
  • 0873448 Travis: Build with node.js 8
  • 321fb8e Copy the new example to the 'to throw' documentation, too.
  • 0daf53f Merge pull request #398 from nover/master
  • 0bf76b9 Document will-throw-a assertions for functions that take input
  • ae3c0c6 Avoid using the 'in' operator (could be fooled by eg. 'toString')
  • a2d7e79 Don't allow a compound assertion where the last half is not (the prefix of) an existing assertion.
  • 4485bf6 Support inspection of arrow functions

See the full diff

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

Version 10.31.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 6 commits.

  • 8eba96c 10.31.0
  • b66acff Build unexpected.js
  • 5d72e09 Merge pull request #401 from sushantdhiman/feat-105
  • d7eac11 review: docs + merging assertions
  • 7f41eac test: remove before for jest support
  • 9f30bc4 added: support for property descriptors

See the full diff

greenkeeper[bot] commented 7 years ago

Version 10.32.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 7 commits.

  • 9928ef8 10.32.0
  • b8ad073 Build unexpected.js
  • 07f991e Merge pull request #403 from sushantdhiman/date-assertions
  • 0ceb440 Merge pull request #402 from sushantdhiman/fix-incorrect-filename
  • c789f6c docs: to be a date
  • e4a0582 added: alias "to be a date" + tests
  • 194556e rename: to-be-one-of.js => to-be-one-of.spec.js

See the full diff

greenkeeper[bot] commented 7 years ago

Version 10.32.1 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 6 commits.

  • 39d1278 10.32.1
  • 27df20c Build unexpected.js
  • 4aed46c Merge pull request #408 from unexpectedjs/fix/inspectionOfBoundFunctions
  • a1a87f1 Disable the new tests in node.js 3 and below
  • 5670575 Disable the new test in Phantom.js
  • ce85bdb Fix inspection of bound functions (broken in 4485bf622 / 10.30.0)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 10.33.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 13 commits.

  • 1c890a4 10.33.0
  • 0579340 Build unexpected.js
  • 5e4c120 Merge pull request #409 from unexpectedjs/feature/rollup
  • f8fb5c5 Merge pull request #406 from unexpectedjs/feature/removeDependenciesOption
  • 4d42562 Merge pull request #410 from sushantdhiman/add-plugin
  • fc635d0 added: hosted documentation link
  • 381db7b added: plugin unexpected-date
  • 3cef94a Add a bogus unexpected.js.map so it's under version control
  • fc3672c travis: Only test with phantom.js in node.js 4+
  • f561847 rollup: Add uglify plugin
  • 25643d4 rollup: Enable source maps
  • 355187d Replace browserify with rollup
  • 287e75f Remove the ability for a plugin to specify required dependencies

See the full diff

greenkeeper[bot] commented 7 years ago

Version 10.33.1 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 4 commits.

  • d6e86a9 10.33.1
  • 3e0c09d Build unexpected.js
  • 7d84ccd implicit return multiline arrow function inspection (#412)
  • 938b9da Fix dead link to the documentation of the SameValue algorithm

See the full diff

greenkeeper[bot] commented 7 years ago

Version 10.33.2 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 6 commits.

  • eae6b76 10.33.2
  • 6836d05 Build unexpected.js
  • 8dbafee Merge pull request #415 from unexpectedjs/fix/functionInspectionWithCustomToString
  • 653b5e4 Don't break when a function has its own custom #toString
  • da2892d Merge pull request #414 from unexpectedjs/fix/toHavePropertiesWithNonStrings
  • ebbbc4e to have properties: Allow numerical property names passed as either strings or numbers

See the full diff

greenkeeper[bot] commented 7 years ago

Version 10.34.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 40 commits.

  • 6a11ad1 10.34.0
  • 42af56a Build unexpected.js
  • 2d173fd Remove the build folder as part of the clean target
  • 589b0b8 Merge pull request #418 from unexpectedjs/sunesimonsen/babel
  • d019ad7 Use node-version-check for jest target
  • 97036e6 Check that the node version is greater or equal to .nvmrc instead of exactly the same
  • f3bec4e Split export and function declaration for throwIfNonUnexpectedError.
  • ddc5abc Change addAdditionalPromiseMethods to a function declaration as well
  • 09fe540 Try to use a function declaration for the printOutput function instead of var printOutput = function...
  • 50d21bb Update unexpected-documentation-site-generator to ^4.6.1
  • 51a004b Make coverage report for build/lib
  • 7fc2ba1 Fix the phantomjs test suite
  • da4ddb2 Don't use the build folder for current not when running Jest
  • 4902611 Disable Symbol tests when babel-polyfill is detected
  • 5a15fa4 Run jests in the build dir for older nodes

There are 40 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 10.34.2 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 6 commits.

  • bbcaa7a 10.34.2
  • 55ff9a1 10.34.1
  • e3d9c7e Merge pull request #420 from unexpectedjs/revert-419-revert-418-sunesimonsen/babel
  • d7d7164 Revert "Revert "Babel""
  • 00ab5ba Merge pull request #419 from unexpectedjs/revert-418-sunesimonsen/babel
  • a3173a2 Revert "Babel"

See the full diff

greenkeeper[bot] commented 7 years ago

Version 10.34.3 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

  • 010888f 10.34.3
  • c0093da Clean before a secondary build on travis
  • f495212 Try a whitelist instead of .npmignore

See the full diff

greenkeeper[bot] commented 7 years ago

Version 10.34.5 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 10.35.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 1 commits.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 10.36.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 12 commits.

  • d68bf6a Updated the changelog
  • 1d8e7a6 10.36.0
  • 7373e05 Build unexpected.js
  • f4cb475 Only commit changelog if it is changed
  • e08fde7 Merge pull request #422 from unexpectedjs/sunesimonsen/generate-changelog
  • 110f609 Updated the changelog
  • bb1d2a6 Generate changelog on release
  • 090b444 Merge pull request #421 from unexpectedjs/feature/restParams
  • 07c0e89 Don't use helpers when transpiling the test files
  • 267662b Use the rollup config file
  • 5d6a212 Try to use babel-runtime plugin
  • b79bd85 Avoid the arguments object, use rest params

See the full diff

greenkeeper[bot] commented 7 years ago

Version 10.36.1 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 23 commits.

  • bf22cde Updated the changelog
  • 9a5b8a4 10.36.1
  • f48cb51 Build unexpected.js
  • 3e1b2d4 Avoid git commit alias in the Makefile.
  • 6051387 Merge pull request #426 from alexjeffburke/fixUndefinedNonNumericalKeys
  • 1c6c7ac Standardise on a single common output representation of Symbol keys.
  • dc6727e Rework "to satisfy" key checking to regain performance.
  • b23b49c Restore the key length check within "to satisfy".
  • 9fd8587 Ensure undefined non-numeric array-like keys on RHS are ignored.
  • 898bb83 Ensure undefined non-numeric array-like keys on LHS are ignored.
  • 72e46de Tighten up the added array-like getKeys() tests to clarify output.
  • 08c8a50 Fix disabled symbol test and use array spread syntax.
  • 70ff551 Add a test exercising the missing Object.getOwnPropertySymbols path.
  • d961c6c Add Symbol support in array-like when using non-numerical keys.
  • f41d550 Split out a function on array-like for non-numerical key retrieval.

There are 23 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 10.36.2 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 7 commits.

  • 381eab9 10.36.2
  • 58d3066 Build unexpected.js
  • af56da0 Merge pull request #428 from unexpectedjs/fix/errorOnPromiseAnd
  • 959e32e Factor out wrapPromiseIfNecessary() and remove isPendingPromise().
  • 135ea1e Port the non-Unexpected wrap code into the nested context path.
  • 2c1012b Fix style nits post review.
  • 129deb9 Wrap any non-Unexpected promises to allow subsequent .and() to succeed.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 10.36.3 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 12 commits.

  • cc66bf2 Updated the changelog
  • 784e321 10.36.3
  • 27dbf26 Build unexpected.js
  • d9e0700 Merge pull request #433 from unexpectedjs/sunesimonsen/child-type-order
  • 5406747 Add exported type to child expect unless it is a re-export.
  • f6f89b3 Adding a failing test for expect.child not honoring type order
  • 0b56be6 Merge pull request #431 from unexpectedjs/feature/updateDependencies
  • db29bdb Merge pull request #432 from gertsonderby/patch-1
  • 336845c Add unexpected-generator to plugin list
  • 8723a74 Update coveralls to ^3.0.0
  • a20ace0 Restructure Makefile slightly to avoid tripping up GNU make
  • c39f515 Updated the changelog

See the full diff

greenkeeper[bot] commented 6 years ago

Version 10.37.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 7 commits.

  • 5a0bf89 Updated the changelog
  • f67a135 10.37.0
  • 3733b22 Build unexpected.js
  • 7e4d7e3 Merge pull request #434 from unexpectedjs/sunesimonsen/remove-user-defined-assertion-handlers-from-stack
  • 8702cd2 Merge pull request #435 from boneskull/ee-plugin
  • 078b7d5 add unexpected-eventemitter to plugin list
  • b6ff491 Remove user defined addAssertion handlers from stack

See the full diff

greenkeeper[bot] commented 6 years ago

Version 10.37.1 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 37 commits.

  • 5066b56 Updated the changelog
  • d06648f 10.37.1
  • 89a616d Build unexpected.js
  • 54c0c6e UnexpectedError#serializeMessage: Make regexp group non-capturing
  • 05cd07b Merge pull request #436 from unexpectedjs/feature/prettier
  • 491aaa3 Update eslint-config-pretty-standard to 1.2.0
  • b215a39 Roll back one change from 08ff8d512 to fix test
  • 759eae6 eslint --fix .
  • 9f6b5ef Update eslint-plugin-import to 2.8.0
  • e0db677 Revert me: Update to papandreou/eslint-config-pretty-standard#96baeff625f841c8c5199c1802355b5a5d16fa6f
  • 7f8c15e lebab -t arg-rest --replace test (selectively)
  • 08ff8d5 lebab -t obj-method --replace test (selectively)
  • 718d1d2 lebab -t obj-shorthand --replace test
  • 168fb9d lebab -t template --replace test
  • 61befe5 Fix the remaining tests so they pass both in mocha and Phantom.js

There are 37 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 10.37.2 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 6 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 10.37.3 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 35 commits.

  • 452caa2 Updated the changelog
  • 47b2309 10.37.3
  • 448ee4b Build unexpected.js
  • bbd3d3d Merge pull request #443 from Munter/windows-stacktrace
  • 179a5bc Add backslash to non-matching character class in stack trace trimming. See #443 (review)
  • 7f7d8c0 Point to the unexpected-dom documentation site
  • db9f271 Linting
  • 2e5e939 Filter out stacktrace lines pointing to unexpected on windows
  • dd7e40e Added test case for trimming stack traces with windows paths
  • 0619240 Merge pull request #442 from unexpectedjs/ssimonsen/update-offline-github-changelog
  • 9741a45 Updated the changelog
  • aa8e8bf Upgraded offline-github-changelog to credit PR authors
  • 9d4a82c Do not require a global babel install in the Makefile.
  • a92f38f Merge pull request #423 from alexjeffburke/additional-object-type-hooks
  • 505c32b Rework duplicateArrayLikeUsingType() so it uses the type getKeys.

There are 35 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 10.37.4 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 8 commits.

  • c4d6e30 Updated the changelog
  • 560ec0a 10.37.4
  • c634351 Build unexpected.js
  • 695e5ff Merge pull request #444 from unexpectedjs/ssimonsen/fix-ie-tests
  • 62610ef Updated the browser support to make sure that we are not lying
  • 40cb539 Use minified version of rsvp
  • 900a638 Add doctype to test template
  • 54f4ec6 Use caught instead of catch on promise

See the full diff

greenkeeper[bot] commented 6 years ago

Version 10.37.5 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 25 commits.

  • 319f4ec Updated the changelog
  • 89db014 10.37.5
  • 62c0814 Build unexpected.js
  • dfb5d5d Fixed jest setup
  • f059250 Merge pull request #457 from unexpectedjs/ssimonsen/fix-wrong-error-message
  • 88cd85b Fixed wrong error message seen in unexpected-dom
  • 7a86248 Writing a bunch of tests to reproduce a wrong error message seen in unexpected-dom
  • fd964ff Merge branch 'depfu/update/npm/jasmine-3.1.0'
  • bba80b1 Also apply the jasmine patch in 3.x
  • 4d6cbb5 Fix expected output when invoking jasmine
  • de819d5 Merge pull request #451 from unexpectedjs/depfu/update/npm/jest-22.4.3
  • 49928aa Seems like jest requires node.js 6+ now
  • 42b4a53 Fix testRegex, apparently doesn't work any more
  • fb3ee2c Adapt expected output
  • e8b1b4b Merge pull request #456 from unexpectedjs/depfu/update/npm/rollup-plugin-uglify-3.0.0

There are 25 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 10.37.6 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 8 commits.

  • 2ee6344 Updated the changelog
  • 1ba7072 10.37.6
  • c50e9ec Build unexpected.js
  • 96e8739 Merge pull request #464 from unexpectedjs/feature/nodejs10
  • 29da630 function type: Tolerate missing space after "function"
  • 7fe3957 Travis: Build with node.js 10
  • c2d4732 Revert "Travis: Build with node.js 10"
  • c528aef Travis: Build with node.js 10

See the full diff

greenkeeper[bot] commented 6 years ago

Version 10.37.7 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 4 commits.

  • 2580db4 10.37.7
  • d1f9fba Build unexpected.js
  • 840b60c Merge pull request #465 from alexjeffburke/master
  • e151be3 Fix key in value check that were not converted to type.hasKey().

See the full diff

greenkeeper[bot] commented 6 years ago

Version 10.38.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 23 commits.

  • 308a0ee Updated the changelog
  • 17bb425 10.38.0
  • 66e7fa4 Build unexpected.js
  • effe0b4 Merge pull request #476 from unexpectedjs/feature/freeze
  • c85cab9 Avoid rollup deprecation warning by moving the banner config into output: {}
  • bb56e06 package.json: Fix weird empty object literal introduced by depfu
  • 3a1f35b Merge pull request #467 from snaplytics/not-to-have-an-item-or-value-satisfying
  • dcae54b fix errorMode and use subjectType.is
  • 4666520 Test .freeze().child()
  • f8588c4 Implement Unexpected#freeze / expect.freeze
  • f428056 Merge pull request #475 from unexpectedjs/depfu/update/npm/rollup-plugin-uglify-4.0.0
  • 4ea106f Adapt to rollup-plugin-uglify 4's new api
  • 12652c7 Upgrade rollup-plugin-uglify to version 4.0.0
  • 49f4dda Merge pull request #472 from unexpectedjs/depfu/update/npm/rollup-0.59.0
  • 6423ff6 Upgrade rollup to version 0.59.0

There are 23 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 10.39.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 52 commits.

  • 1517e38 Updated the changelog
  • 917358b 10.39.0
  • a6716ba Build unexpected.js
  • fb78c8b Use gh-pages from node modules directory.
  • 22ea31f Merge pull request #504 from unexpectedjs/feature/truncate-subject-in-begin-and-end-with-assertions
  • 0325b5b Merge pull request #492 from unexpectedjs/feature/to-start-with-alias
  • 585d294 Merge pull request #508 from unexpectedjs/ssimonsen/revert-482
  • aeac1ef Revert "Merge pull request #482 from alexjeffburke/feature/includeNonEnumerableProperties"
  • cfc1504 Implement subject truncation for the "to end with" assertion.
  • 9782f7e Implement subject truncation for the "to begin with" assertion.
  • e3ea181 Catch up with prettier ~1.14.0.
  • c3849a2 Document "to start with" alias.
  • 75f818d Fix jest/jsdom interop in external tests
  • d02ca51 Fix jest/jsdom interop
  • 0da1e8a eslint --fix .

There are 52 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Update to this version instead πŸš€

Commits

The new version differs by 28 commits.

  • 2addd3a Updated the changelog
  • 59e0aca 10.39.1
  • 26e731a Build unexpected.js
  • 2f051ae Merge branch 'fix/disableJestTranspilation'
  • 107159b Merge pull request #522 from unexpectedjs/fix/arrowFunctionsInTests
  • a319eaf Merge pull request #521 from unexpectedjs/feature/eslint-plugin-mocha
  • a25e22f Use arrow functions in the new tests added on master
  • f08e726 Fix more duplicate titles introduced on master in the mean time :face-with-rolling-eyes:
  • 9228f95 Ditch the mocha/no-mocha-arrows rule
  • 30b32f2 Revert "Don't pass arrow functions to describe/it (mocha/no-mocha-arrows)"
  • f1bd595 Fix tests that have the same title (mocha/no-identical-title)
  • a9f3a67 Don't pass arrow functions to describe/it (mocha/no-mocha-arrows)
  • f9bd2cf Add and configure eslint-plugin-mocha
  • 876d7ae perl -pi -e 's/^(\s*(?:beforeEach|before|after|afterEach).*)function() {$/$1() => {/g;' find test externaltests -name '*.js'
  • e670013 perl -pi -e 's/^(\s*(?:describe|it).*, )function() {$/$1() => {/g;' find test externaltests -name '*.js'

There are 28 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Update to this version instead πŸš€

Commits

The new version differs by 10 commits.

  • 9b30831 Updated the changelog
  • 91c7b54 10.39.2
  • 1c486b1 Build unexpected.js
  • 6200fc1 Merge pull request #534 from unexpectedjs/ssimonsen/fix-output-for-unexpected-dom
  • 3ab670a Fix the output to make the unexpected-dom test suite pass
  • 63ce989 Lock jasmine down to ~3.2.0
  • c39040b eslint --fix .
  • a7fb0c5 Update prettier to version 1.15.1
  • 8eab68a Merge pull request #527 from unexpectedjs/depfu/update/npm/gh-pages-2.0.1
  • 6e0771c Update gh-pages to version 2.0.1

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 18 commits.

  • 1248cb8 Updated the changelog
  • 9f5d74e 10.40.0
  • 1bb4f26 Build unexpected.js
  • 1f59075 Merge pull request #540 from unexpectedjs/ssimonsen/browser-tests
  • a005749 Specify Node version numbers as strings instead of floats
  • 9bc224f Added BrowserStack badges
  • 9157981 Fix IE tests and remove special casing for PhantomJS
  • 87cff63 Don't run the IE11 browser tests in the Chrome headless build
  • f4be49c No need to build with 8.4.0 twice
  • 9cbe8b0 Update build matrix, run browser tests separately
  • 5d0457a Update rollup to version 0.68.1
  • b50a0b7 Initial browser stack setup
  • 0f53472 Merge pull request #539 from unexpectedjs/depfu/update/npm/rollup-plugin-node-resolve-4.0.0
  • c13ba4c Use the progress reporter for karma
  • e47a44a Added karma, mocha, chrome headless setup

There are 18 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 6 commits.

  • f0090a2 Updated the changelog
  • ca22a8c 10.40.1
  • aeea51c Build unexpected.js
  • 1f1bd59 Merge pull request #553 from unexpectedjs/fix/arrowFunctionInspect
  • 9158b17 Don't apply workaround for single line functions, fixes #549
  • 020d843 Add failing test for #549

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 15 commits.

  • 6ca8b50 Updated the changelog
  • 82460d7 10.40.2
  • b23c69b Build unexpected.js
  • 0d9dde1 function type: Fix reindentation of single line arrow functions
  • 82da4f0 Documentation: Fix link to unexpected-webdriver
  • 385236b Karma: Bump the mocha timeout to one minute to match v11
  • 8f44fb4 Fix typo in test descriptions
  • 57d2fe5 Fix typo in test description
  • e628616 Fix typo in test description
  • 077a53d .npmrc: Remove save-prefix='' (contradicts save-exact=false)
  • d766b9a Update unexpected-markdown to ^2.0.0
  • e1319b8 Merge pull request #554 from unexpectedjs/fix/mochaCompilersDeprecationWarning
  • 857229e mocha: Use --require unexpected-markdown instead of --compilers ...
  • 6117ea5 karma-mocha: Increase the timeout to 10s in an attempt to avoid random failures
  • afd6c5e Expand addAssertion+expect.it tests to cover flags not being forwarded

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 222 commits.

  • bcec979 Updated the changelog
  • fef1984 11.0.1
  • 0920d7d Build unexpected.js
  • 86aabfd Merge pull request #577 from unexpectedjs/fix/node10inspect
  • 50c8a85 Merge pull request #578 from unexpectedjs/feature/eslint-config-prettier
  • 342f878 Remove ad hoc disabling of the no-unexpected-multiline eslint rule
  • af0fa19 Whoops, two of those had to be Buffer.alloc
  • 2a2c779 Fix lint
  • d89f448 new Buffer => Buffer.from
  • a255303 Add mocha env to the eslint config
  • e8c2e59 eslint --fix .
  • 1ba3651 Add standard and prettier/standard
  • 42a5e9a Replace eslint-config-pretty-standard with eslint-config-prettier
  • 861de4b Disable no-unexpected-multiline so standard and prettier don't battle each other
  • f5e91a9 eslint --fix .

There are 222 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 63 commits.

  • 8d60942 Updated the changelog
  • cb517f4 11.1.0
  • 457508c Build unexpected.js
  • 50394b6 Merge pull request #595 from unexpectedjs/feature/toThrowAnFulfillWithError
  • d5d41fe Add docs for the fulfillment value of 'to throw', too
  • 1913168 Add docs
  • 3b43c68 to throw a: Provide the throw error as the fulfillment value
  • e7e4d8f Merge pull request #592 from unexpectedjs/depfu/update/npm/find-node-modules-2.0.0
  • bc6b383 Update find-node-modules to version 2.0.0
  • a7f092b Merge pull request #588 from unexpectedjs/depfu/update/npm/eslint-config-prettier-4.0.0
  • bc3b7c4 Update eslint-config-prettier to version 4.0.0
  • b125215 Merge pull request #586 from unexpectedjs/depfu/update/npm/karma-4.0.0
  • 5c2204b Update karma to version 4.0.0
  • 82686d3 Fix legacy typeless addAssertion in documentation
  • aa39741 Merge branch 'feature/prettier-documentation'

There are 63 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 9 commits.

  • 1a85b1d Updated the changelog
  • d3a5c1e 11.1.1
  • c734e23 Build unexpected.js
  • 36bda12 Merge pull request #599 from unexpectedjs/fix/makeExpectNonEnumerable
  • 008c2c8 Merge pull request #598 from unexpectedjs/depfu/update/npm/karma-4.0.1
  • 2af5b9e Make UnexpectedError#expect non-enumerable
  • a87d8aa Update karma to version 4.0.1
  • 78a1def Merge pull request #597 from unexpectedjs/ssimonsen/org-plugins
  • fdb3527 Split the list of plugins into plugins that is maintained by us and 3rdparty plugins

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 52 commits.

  • a3d1f22 Updated the changelog
  • 548006a 11.1.2
  • 164099a Merge pull request #607 from unexpectedjs/depfu/update/npm/magicpen-6.0.1
  • e351b33 Upgrade to the latest version of magicpen
  • 478d7b1 Update magicpen to version 6.0.1
  • 9bb0bc1 Remove unexpected.js and unexpected.js.map from version control
  • eeae5a3 Merge pull request #602 from unexpectedjs/ssimonsen/fix-assertions-for-object-or-functions
  • c49825a Merge pull request #600 from unexpectedjs/ssimonsen/remove-shim-and-sham
  • cfc7502 Remove shim and sham
  • d09205e From v11 function inherits object, so there is no need to state both in assertions
  • ddaab96 Merge pull request #601 from unexpectedjs/docs/ancientHistory
  • 175ae99 Add highlights from the remaining major releases to the releases page
  • 5c3734b Merge pull request #565 from unexpectedjs/feature/simplifyStructure
  • aa3a152 Clean up leftovers from when _assertTopLevelExpect took a value :man_facepalming:
  • 55051d4 Split _assertTopLevelExpect into two methods

There are 52 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 6 commits.

  • 6b7d181 Updated the changelog
  • 66e8362 11.2.0
  • 50122e1 Merge pull request #604 from unexpectedjs/depfu/update/npm/jest-24.4.0
  • eea9713 Update jest to version 24.4.0
  • 749d1d6 Merge pull request #608 from unexpectedjs/ssimonsen/buble-boble
  • 04fc900 Replace babel with buble

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 42 commits.

  • 0f793ca 11.3.0
  • 168588c Only run the external tests through Mocha
  • fc74f69 Fixed jest warning
  • 2f2df5c Merge pull request #624 from unexpectedjs/poc/unifiedDiff
  • 48689df Make @papandreou's OCD happy
  • a58edf9 Bump the diff limit now that we have string diff truncation
  • 1f66788 Show an example of the string truncation in the documentation
  • 52932d3 Integration tests of the string diff truncation
  • 508a77d Fixed string diff horizon in the beginning of a diff
  • 88cfa92 Specify how many lines were omitted
  • 0bacb58 Show the string diff dot's with a js comment style
  • ceffa42 Make a unified diff of sorts by abbreviating the chunks that are the same
  • cbe5b25 Merge pull request #622 from unexpectedjs/fix/footgunPromiseAny
  • 7fa563a Merge pull request #621 from unexpectedjs/feature/frozenHook
  • 2736df0 Add test for expect.promise.race

There are 42 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€