voxpelli / webpage-micropub-to-github

Self-hosteable Micropub endpoint that publishes to Jekyll by committing to GitHub
MIT License
180 stars 46 forks source link

Update tests - autoclosed #124

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
chai (source) ^4.2.0 -> ^4.3.4 age adoption passing confidence
mocha (source) ^7.0.1 -> ^7.2.0 age adoption passing confidence

Release Notes

chaijs/chai ### [`v4.3.4`](https://togithub.com/chaijs/chai/releases/v4.3.4) [Compare Source](https://togithub.com/chaijs/chai/compare/4.3.3...v4.3.4) This fixes broken inspect behavior with bigints ([#​1321](https://togithub.com/chaijs/chai/issues/1321)) ([#​1383](https://togithub.com/chaijs/chai/issues/1383)) thanks [@​vapier](https://togithub.com/vapier) ### [`v4.3.3`](https://togithub.com/chaijs/chai/releases/4.3.3) [Compare Source](https://togithub.com/chaijs/chai/compare/4.3.2...4.3.3) 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`](https://togithub.com/chaijs/chai/releases/4.3.2) [Compare Source](https://togithub.com/chaijs/chai/compare/4.3.1...4.3.2) This fixes a regression in IE11. See https://github.com/chaijs/chai/pull/1380 & https://github.com/chaijs/chai/issues/1379 ### [`v4.3.1`](https://togithub.com/chaijs/chai/releases/4.3.1) [Compare Source](https://togithub.com/chaijs/chai/compare/4.3.0...4.3.1) 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`](https://togithub.com/chaijs/chai/releases/4.3.0) [Compare Source](https://togithub.com/chaijs/chai/compare/4.2.0...4.3.0) This is a minor release. Not many changes have got in since the last release but this one contains a very important change ([#​1257](https://togithub.com/chaijs/chai/issues/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](https://nodejs.org/api/assert.html#assert_assert_deepstrictequal_actual_expected_message). 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 `util`method 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](https://togithub.com/voliva)) - Adding operator attribute to assertion error ([#​1257](https://togithub.com/chaijs/chai/issues/1257)) ([@​rpgeeganage](https://togithub.com/rpgeeganage)) - The `closeTo` error message will now inform the user when a `delta` is required ([@​eouw0o83hf](https://togithub.com/eouw0o83hf)) ##### Docs - Add contains flag to oneOf documentation ([@​voliva](https://togithub.com/voliva)) ##### Tests - Make sure that `useProxy` config is checked in `overwriteProperty` ([@​vieiralucas](https://togithub.com/vieiralucas)) - Add tests for `contain.oneOf` ([@​voliva](https://togithub.com/voliva) ) ##### Chores - Update mocha to version 6.1.4 - Add node v10 and v12 to ci ([@​vieiralucas](https://togithub.com/vieiralucas)) - Drop support for node v4, v6 and v9 ([@​vieiralucas](https://togithub.com/vieiralucas)) - Fix sauce config for headless chrome ([@​meeber](https://togithub.com/meeber)) - Update dev dependencies ([@​meeber](https://togithub.com/meeber)) - Removed phantomjs dependency ([#​1204](https://togithub.com/chaijs/chai/issues/1204))
mochajs/mocha ### [`v7.2.0`](https://togithub.com/mochajs/mocha/blob/master/CHANGELOG.md#​720--2020-05-22) [Compare Source](https://togithub.com/mochajs/mocha/compare/v7.1.2...v7.2.0) #### :tada: Enhancements - [#​4234](https://togithub.com/mochajs/mocha/issues/4234): Add ability to run tests in a mocha instance multiple times ([**@​nicojs**](https://togithub.com/nicojs)) - [#​4219](https://togithub.com/mochajs/mocha/issues/4219): Exposing filename in JSON, doc, and json-stream reporters ([**@​Daniel0113**](https://togithub.com/Daniel0113)) - [#​4244](https://togithub.com/mochajs/mocha/issues/4244): Add Root Hook Plugins ([**@​boneskull**](https://togithub.com/boneskull)) #### :bug: Fixes - [#​4258](https://togithub.com/mochajs/mocha/issues/4258): Fix missing dot in name of configuration file ([**@​sonicdoe**](https://togithub.com/sonicdoe)) - [#​4194](https://togithub.com/mochajs/mocha/issues/4194): Check if module.paths really exists ([**@​ematipico**](https://togithub.com/ematipico)) - [#​4256](https://togithub.com/mochajs/mocha/issues/4256): `--forbid-only` does not recognize `it.only` when `before` crashes ([**@​arvidOtt**](https://togithub.com/arvidOtt)) - [#​4152](https://togithub.com/mochajs/mocha/issues/4152): Bug with multiple async done() calls ([**@​boneskull**](https://togithub.com/boneskull)) - [#​4275](https://togithub.com/mochajs/mocha/issues/4275): Improper warnings for invalid reporters ([**@​boneskull**](https://togithub.com/boneskull)) - [#​4288](https://togithub.com/mochajs/mocha/issues/4288): Broken hook.spec.js test for IE11 ([**@​boneskull**](https://togithub.com/boneskull)) #### :book: Documentation - [#​4081](https://togithub.com/mochajs/mocha/issues/4081): Insufficient white space for API docs in view on mobile ([**@​HyunSangHan**](https://togithub.com/HyunSangHan)) - [#​4255](https://togithub.com/mochajs/mocha/issues/4255): Update mocha-docdash for UI fixes on API docs ([**@​craigtaub**](https://togithub.com/craigtaub)) - [#​4235](https://togithub.com/mochajs/mocha/issues/4235): Enable emoji on website; enable normal ul elements ([**@​boneskull**](https://togithub.com/boneskull)) - [#​4272](https://togithub.com/mochajs/mocha/issues/4272): Fetch sponsors at build time, show ALL non-skeevy sponsors ([**@​boneskull**](https://togithub.com/boneskull)) #### :nut_and_bolt: Other - [#​4249](https://togithub.com/mochajs/mocha/issues/4249): Refactoring improving encapsulation ([**@​arvidOtt**](https://togithub.com/arvidOtt)) - [#​4242](https://togithub.com/mochajs/mocha/issues/4242): CI add job names, add Node.js v14 to matrix ([**@​boneskull**](https://togithub.com/boneskull)) - [#​4237](https://togithub.com/mochajs/mocha/issues/4237): Refactor validatePlugins to throw coded errors ([**@​boneskull**](https://togithub.com/boneskull)) - [#​4236](https://togithub.com/mochajs/mocha/issues/4236): Better debug output ([**@​boneskull**](https://togithub.com/boneskull)) ### [`v7.1.2`](https://togithub.com/mochajs/mocha/blob/master/CHANGELOG.md#​712--2020-04-26) [Compare Source](https://togithub.com/mochajs/mocha/compare/v7.1.1...v7.1.2) #### :nut_and_bolt: Other - [#​4251](https://togithub.com/mochajs/mocha/issues/4251): Prevent karma-mocha from stalling ([**@​juergba**](https://togithub.com/juergba)) - [#​4222](https://togithub.com/mochajs/mocha/issues/4222): Update dependency mkdirp to v0.5.5 ([**@​outsideris**](https://togithub.com/outsideris)) #### :book: Documentation - [#​4208](https://togithub.com/mochajs/mocha/issues/4208): Add Wallaby logo to site ([**@​boneskull**](https://togithub.com/boneskull)) ### [`v7.1.1`](https://togithub.com/mochajs/mocha/blob/master/CHANGELOG.md#​711--2020-03-18) [Compare Source](https://togithub.com/mochajs/mocha/compare/v7.1.0...v7.1.1) #### :lock: Security Fixes - [#​4204](https://togithub.com/mochajs/mocha/issues/4204): Update dependencies mkdirp, yargs-parser and yargs ([**@​juergba**](https://togithub.com/juergba)) #### :bug: Fixes - [#​3660](https://togithub.com/mochajs/mocha/issues/3660): Fix `runner` listening to `start` and `end` events ([**@​juergba**](https://togithub.com/juergba)) #### :book: Documentation - [#​4190](https://togithub.com/mochajs/mocha/issues/4190): Show Netlify badge on footer ([**@​outsideris**](https://togithub.com/outsideris)) ### [`v7.1.0`](https://togithub.com/mochajs/mocha/blob/master/CHANGELOG.md#​710--2020-02-26) [Compare Source](https://togithub.com/mochajs/mocha/compare/v7.0.1...v7.1.0) #### :tada: Enhancements [#​4038](https://togithub.com/mochajs/mocha/issues/4038): Add Node.js native ESM support ([**@​giltayar**](https://togithub.com/giltayar)) Mocha supports writing your test files as ES modules: - Node.js only v12.11.0 and above - Node.js below v13.2.0, you must set `--experimental-modules` option - current limitations: please check our [documentation](https://mochajs.org/#nodejs-native-esm-support) - for programmatic usage: see [API: loadFilesAsync()](https://mochajs.org/api/mocha#loadFilesAsync) **Note:** Node.JS native [ECMAScript Modules](https://nodejs.org/api/esm.html) implementation has status: **Stability: 1 - Experimental** #### :bug: Fixes - [#​4181](https://togithub.com/mochajs/mocha/issues/4181): Programmatic API cannot access retried test objects ([**@​juergba**](https://togithub.com/juergba)) - [#​4174](https://togithub.com/mochajs/mocha/issues/4174): Browser: fix `allowUncaught` option ([**@​juergba**](https://togithub.com/juergba)) #### :book: Documentation - [#​4058](https://togithub.com/mochajs/mocha/issues/4058): Manage author list in AUTHORS instead of `package.json` ([**@​outsideris**](https://togithub.com/outsideris)) #### :nut_and_bolt: Other - [#​4138](https://togithub.com/mochajs/mocha/issues/4138): Upgrade ESLint v6.8 ([**@​kaicataldo**](https://togithub.com/kaicataldo))

Configuration

📅 Schedule: "before 3am on Wednesday" in timezone Europe/Stockholm.

🚦 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.



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