Bump chai from 4.2.0 to 4.3.4
Bumps chai from 4.2.0 to 4.3.4.
Release notes
Sourced from chai's releases.
v4.3.4
This fixes broken inspect behavior with bigints (#1321) (#1383) thanks
@vapier
4.3.3 / 2021-03-03
This reintroduces
Assertion
as an export in the mjs file. See chaijs/chai#1378 & chaijs/chai#13754.3.2 / 2021-03-03
This fixes a regression in IE11. See chaijs/chai#1380 & chaijs/chai#1379
4.3.1 / 2021-03-02
This releases fixed an engine incompatibility with 4.3.0
The 4.x.x series of releases will be compatible with Node 4.0. Please report any errors found in Node 4 as bugs, and they will be fixed.
The 5.x.x series, when released, will drop support for Node 4.0
This fix also ensures
pathval
is updated to1.1.1
to fix CVE-2020-77514.3.0 / 2021-02-04
This is a minor release.
Not many changes have got in since the last release but this one contains a very important change (#1257) which will allow
jest
users to get better diffs. From this release onwards,jest
users will be able to see which operator was used in their diffs. Theoperator
is a property of theAssertionError
thrown when assertions fail. This flag indicates what kind of comparison was made.This is also an important change for plugin maintainers. Plugin maintainers will now have access to the
operator
flag, which they can have access to through an
utilmethod called
getOperator`.Thanks to all the amazing people that contributed to this release.
New Features
- Allow
contain.oneOf
to take an array of possible values (@voliva
)- Adding operator attribute to assertion error (#1257) (
@rpgeeganage
)- The
closeTo
error message will now inform the user when adelta
is required (@eouw0o83hf
)Docs
- Add contains flag to oneOf documentation (
@voliva
)Tests
- Make sure that
useProxy
config is checked inoverwriteProperty
(@vieiralucas
)- Add tests for
contain.oneOf
(@voliva
)Chores
- Update mocha to version 6.1.4
- Add node v10 and v12 to ci (
@vieiralucas
)- Drop support for node v4, v6 and v9 (
@vieiralucas
)- Fix sauce config for headless chrome (
@meeber
)- Update dev dependencies (
@meeber
)- Removed phantomjs dependency (#1204)
Commits
-
ab41ed8
4.3.4 -
5b607a1
fix: support inspecting bigints (#1321) (#1383) -
dc858a0
chai@4.3.3 -
b0f50f6
export chai.Assertion (#1378) -
3b9bc7f
chai@4.3.2 -
71245a3
Fixed a regression that caused SyntaxErrors on IE 11 -
8a24666
chai@4.3.1 -
9635906
chore: bump devdeps -
c8449d3
fix: package.json - pathval to 1.1.1 (CVE-2020-7751) (#1377) -
7bc01d6
fix: bring min node version in line with still supported (#1374) - Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by chai, a new releaser for chai since your current version.
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot rebase
will rebase this MR -
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts