This repository has been archived by the owner on Nov 6, 2021. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^14.14.12
->^14.17.1
^4.2.0
->^4.3.4
^5.2.0
->^5.5.1
^8.2.1
->^8.4.0
^2.34.2
->^2.50.3
^2.0.3
->^2.2.0
Release Notes
chaijs/chai
v4.3.4
Compare Source
This fixes broken inspect behavior with bigints (#1321) (#1383) thanks @vapier
v4.3.3
Compare Source
This reintroduces
Assertion
as an export in the mjs file. See chaijs/chai#1378 & chaijs/chai#1375v4.3.2
Compare Source
This fixes a regression in IE11. See chaijs/chai#1380 & chaijs/chai#1379
v4.3.1
Compare Source
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-7751v4.3.0
Compare Source
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
contain.oneOf
to take an array of possible values (@voliva)closeTo
error message will now inform the user when adelta
is required (@eouw0o83hf)Docs
Tests
useProxy
config is checked inoverwriteProperty
(@vieiralucas)contain.oneOf
(@voliva )Chores
monounity/karma-typescript
v5.5.1
Compare Source
Changes
Bugfixes
v5.5.0
Compare Source
Changes
Bugfixes
v5.4.0
Compare Source
Changes
Bugfixes
v5.3.0
Compare Source
Changes
Bugfixes
mochajs/mocha
v8.4.0
Compare Source
🎉 Enhancements
🐛 Fixes
📖 Documentation
options.require
to Mocha constructor forroot hook
plugins on parallel runs (@juergba)top-level await
and ESM test files (@juergba)Also thanks to @outsideris for various improvements on our GH actions workflows.
v8.3.2
Compare Source
🐛 Fixes
require
interface (@alexander-fenster)📖 Documentation
v8.3.1
Compare Source
🐛 Fixes
EvalError
caused by regenerator-runtime (@snoack)import
from mocha in parallel mode (@nicojs)v8.3.0
Compare Source
🎉 Enhancements
🐛 Fixes
require
error when bundling Mocha with Webpack (@devhazem)📖 Documentation
🔩 Other
Also thanks to @outsideris and @HyunSangHan for various fixes to our website and documentation.
rollup/rollup
v2.50.3
Compare Source
2021-05-28
Bug Fixes
Pull Requests
v2.50.2
Compare Source
2021-05-27
Bug Fixes
.filter
and.map
(#4103)Pull Requests
v2.50.1
Compare Source
2021-05-26
Bug Fixes
Pull Requests
v2.50.0
Compare Source
2021-05-25
Features
Bug Fixes
Pull Requests
v2.49.0
Compare Source
2021-05-23
Features
Bug Fixes
Pull Requests
v2.48.0
Compare Source
2021-05-15
Features
entryFileNames
when preserving modules (#4077)Bug Fixes
Pull Requests
deoptimizePath
when the first element is empty string (@si3nloong)v2.47.0
Compare Source
2021-05-04
Features
Pull Requests
v2.46.0
Compare Source
2021-04-29
Features
Pull Requests
UNUSED_EXTERNAL_IMPORT
warning information about the origin of the problem (@cawa-93)v2.45.2
Compare Source
2021-04-13
Bug Fixes
Pull Requests
v2.45.1
Compare Source
2021-04-10
Bug Fixes
Pull Requests
v2.45.0
Compare Source
2021-04-09
Features
Pull Requests
v2.44.0
Compare Source
2021-03-29
Features
makeAbsoluteExternalsRelative
to opt out of renormalizing absolute external ids to relative ids (#4021)resolveId
plugin hook to allow forcing or preventing renormalization of absolute external ids (#4021)Bug Fixes
__proto__
properties correctly (#4019)Pull Requests
__proto__
property is present (@marijnh)v2.43.1
Compare Source
2021-03-28
Bug Fixes
Pull Requests
v2.43.0
Compare Source
2021-03-27
Features
Pull Requests
sourcemap
reference in docs (@tjenkinson)v2.42.4
Compare Source
2021-03-24
Bug Fixes
Pull Requests
v2.42.3
Compare Source
2021-03-22
Bug Fixes
#__PURE__
comments in front of optional chaining expressions (#4007)Pull Requests
v2.42.2
Compare Source
2021-03-22
Bug Fixes
Pull Requests
v2.42.1
Compare Source
2021-03-20
Bug Fixes
perf
option (#4004)Pull Requests
v2.42.0
Compare Source
2021-03-19
Features
this.resolve
in their resolveId hook (#4000)Pull Requests
v2.41.5
Compare Source
2021-03-18
Bug Fixes
Pull Requests
v2.41.4
Compare Source
2021-03-16
Bug Fixes
Pull Requests
v2.41.3
Compare Source
2021-03-16
Bug Fixes
Pull Requests
v2.41.2
Compare Source
2021-03-12
Bug Fixes
Pull Requests
v2.41.1
Compare Source
2021-03-11
Pull Requests
v2.41.0
Compare Source
2021-03-09
Features
treeshake.propertyReadSideEffects
to keep all property accesses (#3985)Bug Fixes
Pull Requests
v2.40.0
Compare Source
2021-02-26
Features
Bug Fixes
:
in generated file names to prevent invalid files on Windows (#3972)Pull Requests
:
in file names (@lukastaegert)v2.39.1
Compare Source
2021-02-23
Bug Fixes
Pull Requests
v2.39.0
Compare Source
2021-02-12
Features
Bug Fixes
Pull Requests
validate
output option and--validate
CLI option (@kzc)(@lukastaegert)
v2.38.5
Compare Source
2021-02-05
Bug Fixes
Pull Requests
v2.38.4
Compare Source
2021-02-02
Bug Fixes
Pull Requests
v2.38.3
Compare Source
2021-02-01
Bug Fixes
Pull Requests
v2.38.2
Compare Source
2021-01-31
Bug Fixes
Pull Requests
v2.38.1
Compare Source
2021-01-28
Bug Fixes
Pull Requests
v2.38.0
Compare Source
2021-01-22
Features
Pull Requests
v2.37.1
Compare Source
2021-01-20
Pull Requests
v2.37.0
Compare Source
2021-01-19
Features
Bug Fixes
Pull Requests
v2.36.2
Compare Source
2021-01-16
Bug Fixes
Pull Requests
v2.36.1
Compare Source
2021-01-06
Bug Fixes
Pull Requests
v2.36.0
Compare Source
2021-01-05
Features
Pull Requests
v2.35.1
Compare Source
2020-12-14
Bug Fixes
Pull Requests
v2.35.0
Compare Source
2020-12-14
Features
closeBundle
hook that is triggered bybundle.close()
in the JS API (#3883)Pull Requests
Microsoft/tslib
v2.2.0
Compare Source
This release supports TypeScript 4.3's new functionality for ECMAScript private methods and accessors, and private static class members.
It does so by expanding the scope of
__classPrivateFieldGet
and__classPrivateFieldSet
. See microsoft/tslib#146 for more details.v2.1.0
Compare Source
This release adds a new
__spreadArray
helper which avoids side-effects compared to the now-deprecated__spreadArrays
and__spread
helpers. See microsoft/tslib#133 for more details.This release also provides a more-specific error message when extending from a type which is not a function and not null. See microsoft/tslib#138 for more details.
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled due to failing status checks.
♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by WhiteSource Renovate. View repository job log here.