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 dependency mocha to v8 #650

Merged
merged 1 commit into from
Jun 15, 2020
Merged

Update dependency mocha to v8 #650

merged 1 commit into from
Jun 15, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 15, 2020

This PR contains the following updates:

Package Type Update Change
mocha (source) devDependencies major 7.2.0 -> 8.0.1

Release Notes

mochajs/mocha

v8.0.1

Compare Source

The obligatory patch after a major.

🐛 Fixes

v8.0.0

Compare Source

In this major release, Mocha adds the ability to run tests in parallel. Better late than never! Please note the breaking changes detailed below.

Let's welcome @​giltayar and @​nicojs to the maintenance team!

💥 Breaking Changes

  • #​4164: Mocha v8.0.0 now requires Node.js v10.0.0 or newer. Mocha no longer supports the Node.js v8.x line ("Carbon"), which entered End-of-Life at the end of 2019 (@​UlisesGascon)

  • #​4175: Having been deprecated with a warning since v7.0.0, mocha.opts is no longer supported (@​juergba)

    WORKAROUND: Replace mocha.opts with a configuration file.

  • #​4260: Remove enableTimeout() (this.enableTimeout()) from the context object (@​craigtaub)

    WORKAROUND: Replace usage of this.enableTimeout(false) in your tests with this.timeout(0).

  • #​4315: The spec option no longer supports a comma-delimited list of files (@​juergba)

    WORKAROUND: Use an array instead (e.g., "spec": "foo.js,bar.js" becomes "spec": ["foo.js", "bar.js"]).

  • #​4309: Drop support for Node.js v13.x line, which is now End-of-Life (@​juergba)

  • #​4282: --forbid-only will throw an error even if exclusive tests are avoided via --grep or other means (@​arvidOtt)

  • #​4223: The context object's skip() (this.skip()) in a "before all" (before()) hook will no longer execute subsequent sibling hooks, in addition to hooks in child suites (@​juergba)

  • #​4178: Remove previously soft-deprecated APIs (@​wnghdcjfe):

    • Mocha.prototype.ignoreLeaks()
    • Mocha.prototype.useColors()
    • Mocha.prototype.useInlineDiffs()
    • Mocha.prototype.hideDiff()

🎉 Enhancements

📖 Documentation

🐛 Fixes

(All bug fixes in Mocha v8.0.0 are also breaking changes, and are listed above)


Renovate configuration

📅 Schedule: "before 3am on Monday" (UTC).

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

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/mocha-8.x branch from b1a5ded to 17db7ee Compare June 15, 2020 02:31
@dolezel dolezel merged commit e0eebff into master Jun 15, 2020
@dolezel dolezel deleted the renovate/mocha-8.x branch June 15, 2020 04:25
ryands17 added a commit to ryands17/node-pg-migrate that referenced this pull request Sep 21, 2020
* Update all non-major dependencies

* Update typescript-eslint monorepo to v3 (major) (salsita#634)

* Update typescript-eslint monorepo to v3

* Fixing lint

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Jan Dolezel <[email protected]>

* Update all non-major dependencies

* Keep this bind in logger methods (salsita#638)

* Updated changelog

* 5.0.1

* Fix alter column collation (salsita#641)

* Updated changelog

* 5.0.2

* Ability to specify own template file (salsita#642)

* Updated changelog

* 5.1.0

* Update all non-major dependencies

* Fix creating migration (salsita#646)

* Fix creating migration

* Check migration creation

* Fix yaml

* another method of counting files

* Updated changelog

* 5.1.1

* Update all non-major dependencies

* Update dependency mocha to v8 (salsita#650)

Co-authored-by: Renovate Bot <[email protected]>

* Update all non-major dependencies

* View options (salsita#656)

* View options

* Fix migration

* Fix creating SQL

* Updated changelog

* 5.2.0

* Update all non-major dependencies

* Update all non-major dependencies

* Update all non-major dependencies

* Update dependency @types/mocha to v8 (salsita#662)

Co-authored-by: Renovate Bot <[email protected]>

* let console.error display all the properties on an err object, which can include useful debugging information. (salsita#660)

* Updated changelog

* 5.3.0

* Updated dependencies (salsita#663)

* Update all non-major dependencies

* Update all non-major dependencies

* Update all non-major dependencies

* docs: fixed small error (salsita#666)

* Update isExternalClient check (salsita#664)

* Update isExternalClient check

Problem using pg-promise - adopting the method used here: https://github.com/voxpelli/node-connect-pg-simple/blob/master/index.js#L95

* Update db.ts

* Do not use 'any'

Co-authored-by: Jan Dolezel <[email protected]>

* Updated changelog

* 5.4.0

* Update all non-major dependencies

* Regenerated package-lock.json (salsita#674)

* Allow opclass and sort per column in indexes (salsita#671)

* Allow opclass and sort per column in indexes

* Fixes for using schemalize

* Fix double escaping

* Using structured object instead of array

* Updated changelog

* 5.5.0

* Update all non-major dependencies

* Update all non-major dependencies Docker tags

* Do not try to unlock DB if connection failed (salsita#677)

* Updated changelog

* 5.5.1

* PgLiteral can be serialized (salsita#678)

* Updated changelog

* 5.6.0

* Using pg client in custom runner test (salsita#679)

* Update all non-major dependencies

* Update dependency ts-node to v9 (salsita#681)

Co-authored-by: Renovate Bot <[email protected]>

* Update dependency typescript to v4 (salsita#682)

* Update dependency typescript to v4

* Refactored type computing

* Regenerated dependencies

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Jan Dolezel <[email protected]>

* Update all non-major dependencies

* Update all non-major dependencies

* Update all non-major dependencies

* Update dependency yargs to v16 (salsita#691)

Co-authored-by: Renovate Bot <[email protected]>

* Eslint config (salsita#692)

* Simplified eslint config, eslint fixes

* Simplify prettier config

* Update all non-major dependencies

* Bump node-fetch from 2.6.0 to 2.6.1 (salsita#689)

Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/bitinn/node-fetch/releases)
- [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md)
- [Commits](node-fetch/node-fetch@v2.6.0...v2.6.1)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jan Dolezel <[email protected]>
Co-authored-by: Joel Hillacre <[email protected]>
Co-authored-by: 0xflotus <[email protected]>
Co-authored-by: Jon <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.

2 participants