sample-appointment-reminders-node
sample-appointment-reminders-node copied to clipboard
Bump chai from 3.5.0 to 4.3.4
Bumps chai from 3.5.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
@vapier4.3.3 / 2021-03-03
This reintroduces
Assertionas 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
pathvalis updated to1.1.1to 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
jestusers to get better diffs. From this release onwards,jestusers will be able to see which operator was used in their diffs. Theoperatoris a property of theAssertionErrorthrown 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
operatorflag, which they can have access to through anutilmethod calledgetOperator`.Thanks to all the amazing people that contributed to this release.
New Features
- Allow
contain.oneOfto take an array of possible values (@voliva)- Adding operator attribute to assertion error (#1257) (
@rpgeeganage)- The
closeToerror message will now inform the user when adeltais required (@eouw0o83hf)Docs
- Add contains flag to oneOf documentation (
@voliva)Tests
- Make sure that
useProxyconfig 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)
4.2.0 / 2018-09-25
This is a minor release. Thank you to all of our contributors and users!
... (truncated)
Commits
ab41ed84.3.45b607a1fix: support inspecting bigints (#1321) (#1383)dc858a0[email protected]b0f50f6export chai.Assertion (#1378)3b9bc7f[email protected]71245a3Fixed a regression that caused SyntaxErrors on IE 118a24666[email protected]9635906chore: bump devdepsc8449d3fix: package.json - pathval to 1.1.1 (CVE-2020-7751) (#1377)7bc01d6fix: 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 will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)