phenomnomnominal / tractor-plugin-visual-regression

MIT License
1 stars 0 forks source link

Update chai to the latest version πŸš€ #17

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 7 years ago

Version 4.0.1 of chai just got published.

Dependency chai
Current Version 3.5.0
Type devDependency

The version 4.0.1 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 chai. 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.


Release Notes 4.0.1 / 2017-05-31

4.0.1

Of course, any major release cannot go without a quick bugfix release shortly after - and here's ours!

Bug Fixes

  • Remove package.json browser field which was mistakenly added, and caused bundler tools like Browserify or Webpack to fail as it attempted to rebundle an already bundled file. (#978, #982)
Commits

The new version differs by 352 commits.

  • b38b8d7 fix: (#978) remove browser field (#982)
  • d0ace69 Update supported node version badge in README FIX #975
  • ab1fbad Merge pull request #973 from chaijs/chore-uncomment-travis-deploy
  • 545ca2f chore: uncomment travis lines
  • 6349ff4 Merge pull request #972 from lucasfcosta/release-4.0.0
  • 0fe98b1 chai@4.0.0
  • 30a4451 Merge pull request #967 from lucasfcosta/remove-lib-bump
  • 8ba95a7 Remove bump command to change lib/chai.js
  • 0825826 Merge pull request #964 from zetamorph/assert-nestedInclude-ownInclude
  • f3adfd9 fix: PhantomJS 1.x incompatibility (#966)
  • b744130 Assert: made documentation more descriptive
  • 33e4403 test: added custom message test to negated .nested-, .deep-, .own.include
  • 4180242 test: added message argument to negated nested-, deep-, own- and deepOwnInclude
  • 40bb490 assert interface: add .deepOwnInclude and notdeepOwnInclude
  • 97b6243 assert interface: add .ownInclude and .notOwnInclude

There are 250 commits in total.

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:

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 34.746% when pulling ed0f83ff9632f2df628dcd0ac2027c20d4323af3 on greenkeeper/chai-4.0.1 into 03f122543690f2e7e5f1b4a5ca9eb366e93b989f on master.

greenkeeper[bot] commented 7 years ago

Version 4.1.0 just got published.

Update to this version instead πŸš€

Release Notes 4.1.0 / 2017-07-11

This release includes one new feature and a few bug fixes.

New Features

Bug Fixes

  • Allow dates for isBelow and isAbove assertions (#980, #990; @v1adko)
  • fix: check target's type in .property assertion (#992; @meeber)

Chores

Commits

The new version differs by 17 commits.

  • df9073c Merge pull request #998 from v1adko/make-release
  • cad9933 Merge pull request #1004 from chaijs/code-owners
  • cf70b11 Create CODEOWNERS
  • 3397dda Merge pull request #1005 from meeber/skip-failing-tests
  • 11a6f85 test: skip failing .include tests in IE11
  • 45cb327 chai@4.1.0
  • 2eddd79 Add ES6 collection support to include() (#994)
  • 3c932e2 feat: allow dates for isBelow and isAbove assertions (#990)
  • 3bcb21c Merge pull request #979 from chaijs/greenkeeper/browserify-14.4.0
  • 5daceab Merge pull request #988 from samlanning/missing-var
  • 9116bc8 Merge pull request #993 from meeber/refactor-expect-types
  • 351e968 Merge pull request #992 from meeber/property-target-type
  • e7b2384 refactor: expectTypes to access ssfi flag
  • e6ddf64 fix: check target's type in .property assertion
  • 7e466af Add a missing var keyword found by lgtm.com

There are 17 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.1.1 just got published.

Update to this version instead πŸš€

Release Notes 4.1.1 / 2017-08-05

This release includes a few bug and documentation fixes.

Bug Fixes

Docs

Commits

The new version differs by 10 commits.

  • 02ddebd Merge pull request #1019 from meeber/release-4.1.1
  • ac48db3 chai@4.1.1
  • d2e9599 Merge pull request #1016 from chaijs/fix-reindent-code-1014
  • 92d2cca docs: re-indent hasAnyKeys code
  • b625497 Merge pull request #1012 from meeber/fix-include-types
  • 8fa24f2 Merge pull request #1014 from zenHeart/fix-hasAnyKeys-comment
  • 113a5b8 fix: correct hasAnyKeys comment error
  • c01cf30 fix: .include to work with all objects
  • 1847ef8 Merge pull request #1008 from meeber/fix-ie11-instanceof
  • c107abb fix: .instanceof to allow DOM interfaces in IE11

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.1.2 just got published.

Update to this version instead πŸš€

Release Notes 4.1.2 / 2017-08-31

This release fixes a bug when running in certain environments, and includes a few minor documentation fixes.

Bug Fixes

  • fix: update deep-eql to version 3.0.0 (#1020)
  • fix: replace code causing breakage under strict CSP (#1032; @Alhadis)

Docs

Commits

The new version differs by 8 commits.

  • 529d395 Merge pull request #1037 from Cutlery-Drawer/master
  • b534fca chai@4.1.2
  • c592551 Merge pull request #1032 from Cutlery-Drawer/csp-fix
  • 31c3559 Use a hardcoded no-op instead of instancing
  • 1ae9386 Merge pull request #1025 from yanca018/master
  • 786043b Update license
  • 7c1ca16 docs: add missing assert parameters (#1023)
  • 6e72c5a fix(package): update deep-eql to version 3.0.0 (#1020)

See the full diff