ekmartin / slack-irc

Connects Slack and IRC channels by sending messages back and forth.
MIT License
588 stars 155 forks source link

[Doppins] Upgrade dependency chai to ^4.2.0 #261

Closed doppins-bot closed 5 years ago

doppins-bot commented 6 years ago

Hi!

A new version was just released of chai, so Doppins has upgraded your project's dependency ranges.

Make sure that it doesn't break anything, and happy merging! :shipit:


Upgraded chai from ^3.5.0 to ^4.2.0

Changelog:

Version 4.2.0

This is a minor release. Thank you to all of our contributors and users!

New Features

Bug Fixes

Performance

Style

Tests

Docs

Chores

Version 4.1.2

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

Bug Fixes

Docs

Version 4.1.1

This release includes a few bug and documentation fixes.

Bug Fixes

Docs

Version 4.1.0

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

New Features

Bug Fixes

Chores

Version 4.0.2

We have another bugfix release, addressing some issues for WebPack 1 users.

Bug Fixes

Version 4.0.1

4.0.1

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

Bug Fixes

Version 4.0.0

4.0.0-canary.2 / 2017-04-17

The second release in the 4.0.0 canary release cycle. Around the end of April, barring any showstopper bugs, this will be released as 4.0.0

Breaking Changes

New Features

Bug Fixes

Documentation

Version 4.0.0

4.0.0-canary.1

Breaking Changes

New Features

Bug Fixes

Version 4.0.0

4.0.0

4.0 has been a huge undertaking by the chai community! A lot has changed to ensure Chai 4 is a stable, reliable, well documented codebase. Here are just some of the major improvements:

Breaking Changes

// This will not work anymore because there is no benefit to chaining these assertions:
expect(function() {}).to.change.by(2)
expect(function() {}).to.increase.by(2)
expect(function() {}).to.decrease.by(2)

New Features

Bug Fixes

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 99.49% when pulling d7892a9a855421dc09f00059f4e20aedcb9c02f9 on doppins/chai-from-4.2.0-below-5.0.0 into d418d5b7dab32f4c509a44a5df9586e8d393cbf0 on master.