Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update test dependencies #101

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update test dependencies #101

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 31, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@types/chai (source) ^4.2.14 -> ^4.3.20 age adoption passing confidence devDependencies minor
@types/chai-as-promised (source) ^7.1.3 -> ^7.1.8 age adoption passing confidence devDependencies patch
@types/mocha (source) ^8.2.0 -> ^8.2.3 age adoption passing confidence devDependencies patch
@types/sinon (source) ^9.0.10 -> ^9.0.11 age adoption passing confidence devDependencies patch
@types/sinon-chai (source) ^3.2.5 -> ^3.2.12 age adoption passing confidence devDependencies patch
@types/supertest (source) ^2.0.10 -> ^2.0.16 age adoption passing confidence devDependencies patch
chai (source) 4.2.0 -> 4.5.0 age adoption passing confidence devDependencies minor
chai-as-promised 7.1.1 -> 7.1.2 age adoption passing confidence devDependencies patch
mocha (source) ^8.2.1 -> ^8.4.0 age adoption passing confidence devDependencies minor
nock ^13.0.6 -> ^13.5.6 age adoption passing confidence devDependencies minor
npm-run-all ^4.1.5 -> ^5.0.0 devDependencies replacement
sinon-chai ^3.5.0 -> ^3.7.0 age adoption passing confidence devDependencies minor
supertest 6.1.3 -> 6.3.4 age adoption passing confidence devDependencies minor

This is a special PR that replaces npm-run-all with the community suggested minimal stable replacement version.


Release Notes

chaijs/chai (chai)

v4.5.0

Compare Source

v4.4.1

Compare Source

What's Changed

Full Changelog: chaijs/chai@v4.4.0...v4.4.1

v4.4.0

Compare Source

What's Changed

Full Changelog: chaijs/chai@v4.3.10...v4.4.0

v4.3.10

Compare Source

This release simply bumps all dependencies to their latest non-breaking versions.

What's Changed

Full Changelog: chaijs/chai@v4.3.9...v4.3.10

v4.3.9

Compare Source

Upgrade dependencies.

This release upgrades dependencies to address CVE-2023-43646 where a large function name can cause "catastrophic backtracking" (aka ReDOS attack) which can cause the test suite to hang.

Full Changelog: chaijs/chai@v4.3.8...v4.3.9

v4.3.8

Compare Source

What's Changed

New Contributors

Full Changelog: chaijs/chai@v4.3.7...v4.3.8

v4.3.7

Compare Source

What's Changed

Full Changelog: chaijs/chai@v4.3.6...v4.3.7

v4.3.6

Compare Source

Update loupe to 2.3.1

v4.3.5

Compare Source

v4.3.4

Compare Source

This fixes broken inspect behavior with bigints (#​1321) (#​1383) thanks @​vapier

v4.3.3: / 2021-03-03

Compare Source

This reintroduces Assertion as an export in the mjs file. See https://github.com/chaijs/chai/pull/1378 & https://github.com/chaijs/chai/issues/1375

v4.3.2: / 2021-03-03

Compare Source

This fixes a regression in IE11. See https://github.com/chaijs/chai/pull/1380 & https://github.com/chaijs/chai/issues/1379

v4.3.1: / 2021-03-02

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 to 1.1.1 to fix CVE-2020-7751

v4.3.0: / 2021-02-04

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. The operator is a property of the AssertionError 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 calledgetOperator`.

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 a delta is required (@​eouw0o83hf)

Docs

  • Add contains flag to oneOf documentation (@​voliva)

Tests

Chores

chaijs/chai-as-promised (chai-as-promised)

v7.1.2

Compare Source

What's Changed

New Contributors

Full Changelog: chaijs/chai-as-promised@v7.1.1...v7.1.2

mochajs/mocha (mocha)

v8.4.0

Compare Source

🎉 Enhancements

🐛 Fixes

📖 Documentation

Also thanks to @​outsideris for various improvements on our GH actions workflows.

v8.3.2

Compare Source

🐛 Fixes

📖 Documentation

v8.3.1

Compare Source

🐛 Fixes

v8.3.0

Compare Source

🎉 Enhancements

🐛 Fixes

📖 Documentation

🔩 Other

Also thanks to @​outsideris and @​HyunSangHan for various fixes to our website and documentation.

nock/nock (nock)

v13.5.6

Compare Source

Bug Fixes

v13.5.5

Compare Source

v13.5.4

Compare Source

Bug Fixes

v13.5.3

Compare Source

Bug Fixes

v13.5.2

Compare Source

Bug Fixes
  • remove duplicates from activeMocks() and pendingMocks() (#​2356) (7e957b3)

v13.5.1

Compare Source

Bug Fixes

v13.5.0

Compare Source

Features

v13.4.0

Compare Source

Features

v13.3.8

Compare Source

Bug Fixes

v13.3.7

Compare Source

Reverts

v13.3.6

Compare Source

Bug Fixes

v13.3.5

Compare Source

Bug Fixes

v13.3.4

Compare Source

Bug Fixes
  • typescript: support nock(new URL('https://example.test/')) (#​2526) (6987327)

v13.3.3

Compare Source

Bug Fixes

v13.3.2

Compare Source

Bug Fixes
  • nock.removeInterceptor can remove the wrong Intercept (#​2497) (92de0de)

v13.3.1

Compare Source

Bug Fixes

v13.3.0

Compare Source

Features

v13.2.9

Compare Source

Bug Fixes
  • README: Add notes about Scope vs Interceptor matchHeader calls (#​2382) (d9bab65)

v13.2.8

Compare Source

Bug Fixes
  • types: allow regexp on Definition#scope and Definition#path (#​2374) (2edf341)

v13.2.7

Compare Source

Bug Fixes

v13.2.6

Compare Source

Reverts

v13.2.5

Compare Source

Bug Fixes

v13.2.4

Compare Source

Bug Fixes

v13.2.3

Compare Source

Bug Fixes

v13.2.2

Compare Source

Bug Fixes
  • allowUnocked not working with regex host + request body match (#​2277) (ac7b4fd)

v13.2.1

Compare Source

Bug Fixes

v13.2.0

Compare Source

Features

v13.1.4

Compare Source

Bug Fixes

v13.1.3

Compare Source

Bug Fixes

v13.1.2

Compare Source

Bug Fixes

v13.1.1

Compare Source

Bug Fixes
  • types: allow readonly arrays for data matcher in types (#​2215) (940f4b7)

v13.1.0

Compare Source

Features

v13.0.11

Compare Source

Bug Fixes
  • interceptor: don't require leading slash if Scope has a base pathname (#​2168) (bfbbbb7)

v13.0.10

Compare Source

Bug Fixes

v13.0.9

Compare Source

Bug Fixes
  • playback: consistently check for destroyed attribute (#​2152) (b9758c8)

v13.0.8

Compare Source

Bug Fixes

v13.0.7

Compare Source

Bug Fixes
  • recorder: escape single quotes in path of default output (#​2137) (0f7b52e)
chaijs/sinon-chai (sinon-chai)

v3.7.0

Compare Source

  • No longer check for the max sinon version (#​150)

v3.6.0

Compare Source

  • Add support for sinon 10 (#​149)
ladjs/supertest (supertest)

v6.3.4

Compare Source

v6.3.3

Compare Source

v6.3.2

Compare Source

v6.3.1

Compare Source

v6.3.0

Compare Source

  • fix: lint package.json, added files array 20adbc1
  • Merge pull request #​793 from lamweili/feat/http2 22b89b6
  • Merge pull request #​795 from lamweili/code-coverage a225e95
  • Merge pull request #​794 from lamweili/migrate-cov fa129dc
  • test(#​767): 100% code coverage 9c5bd92
  • ci: migrated code coverage from coveralls to codecov 46e6feb
  • feat: supports http2 da57804
  • Merge pull request #​767 from alexandre-abrioux/expect-stacktrace e064b5a
  • Merge pull request #​774 from jmccure/update-promise-example-readme ba4b43b
  • Merge pull request #​792 from lamweili/refactor/test b8c2e29
  • ci: added ci da1e842
  • refactor(test): do not hardcode any ports, use ephemeral ports 8847310
  • refactor(test): do not have both s and server, renamed to server for consistency c1c4402
  • test: 100% test coverage 8bf4c14
  • refactor(TestAgent): removed the host param when creating Test object 1c8930d
  • feat(TestAgent): decoupled TestAgent and superagent's Agent to support more than ca, key, cert 5e23869
  • fix(TestAgent): attach cookies to agent after plugin is used 6d9b9cb
  • Update promise example to work with Mocha 5862fe6
  • fix: add stacktrace to failed expect function call 3dba4e9
  • test: add failing test b24da85

v6.2.4

Compare Source

v6.2.3

Compare Source

  • chore: bump deps 6329e2d
  • Merge pull request #​759 from francescobarbera/master e6d371c
  • docs: add an example for complex object in multipart upload 729e818

v6.2.2

Compare Source

v6.2.1

Compare Source

v6.2.0

Compare Source

v6.1.6

Compare Source

v6.1.5

Compare Source

  • Merge pull request #​728 from swantzter/fix/array-of-statuses-body 3c46dae
  • Mitigate array-of-statuses' impact on JSON bodies 5a6999a

v6.1.4

Compare Source

  • Merge pull request #​715 from juanvillegas/feature/allows-expect-to-take-an-array 7e4645c
  • Allows expect to accept an array of statuses ab252f3

Configuration

📅 Schedule: Branch creation - "* 5 */14 * *" in timezone Europe/Stockholm, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency nock to ^13.0.7 Update tests Feb 4, 2021
@renovate renovate bot force-pushed the renovate/tests branch 3 times, most recently from ecac1df to f17fd60 Compare February 17, 2021 17:36
@renovate renovate bot force-pushed the renovate/tests branch 5 times, most recently from d61ab9c to 5edc4ae Compare March 3, 2021 19:01
@renovate renovate bot force-pushed the renovate/tests branch 4 times, most recently from e10132b to 4c1250f Compare March 12, 2021 10:25
@renovate renovate bot force-pushed the renovate/tests branch 2 times, most recently from ec31d26 to 1788ed3 Compare March 23, 2021 18:28
@renovate renovate bot changed the title Update tests Update test dependencies Oct 19, 2021
@renovate renovate bot force-pushed the renovate/tests branch 2 times, most recently from bcd2742 to 683d213 Compare October 16, 2023 23:03
@renovate renovate bot force-pushed the renovate/tests branch 2 times, most recently from 5cb6838 to 2406e6c Compare November 7, 2023 00:33
@renovate renovate bot force-pushed the renovate/tests branch 2 times, most recently from 0b17478 to 315a793 Compare November 27, 2023 23:26
@renovate renovate bot force-pushed the renovate/tests branch 2 times, most recently from ebe0eda to a0d005b Compare February 27, 2024 01:19
@renovate renovate bot force-pushed the renovate/tests branch 2 times, most recently from 7cb6466 to cfea676 Compare March 26, 2024 01:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants