Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency grunt-contrib-qunit to v10 (#1341)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [grunt-contrib-qunit](https://redirect.github.com/gruntjs/grunt-contrib-qunit) | [`^3.1.0` -> `^10.0.0`](https://renovatebot.com/diffs/npm/grunt-contrib-qunit/3.1.0/10.1.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/grunt-contrib-qunit/10.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/grunt-contrib-qunit/10.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/grunt-contrib-qunit/3.1.0/10.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/grunt-contrib-qunit/3.1.0/10.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>gruntjs/grunt-contrib-qunit (grunt-contrib-qunit)</summary> ### [`v10.1.1`](https://redirect.github.com/gruntjs/grunt-contrib-qunit/compare/v10.1.0...v10.1.1) [Compare Source](https://redirect.github.com/gruntjs/grunt-contrib-qunit/compare/v10.1.0...v10.1.1) ### [`v10.1.0`](https://redirect.github.com/gruntjs/grunt-contrib-qunit/compare/v10.0.0...v10.1.0) [Compare Source](https://redirect.github.com/gruntjs/grunt-contrib-qunit/compare/v10.0.0...v10.1.0) ### [`v10.0.0`](https://redirect.github.com/gruntjs/grunt-contrib-qunit/compare/v9.1.1...v10.0.0) [Compare Source](https://redirect.github.com/gruntjs/grunt-contrib-qunit/compare/v9.1.1...v10.0.0) ### [`v9.1.1`](https://redirect.github.com/gruntjs/grunt-contrib-qunit/compare/v9.1.0...v9.1.1) [Compare Source](https://redirect.github.com/gruntjs/grunt-contrib-qunit/compare/v9.1.0...v9.1.1) ### [`v9.1.0`](https://redirect.github.com/gruntjs/grunt-contrib-qunit/compare/v9.0.0...v9.1.0) [Compare Source](https://redirect.github.com/gruntjs/grunt-contrib-qunit/compare/v9.0.0...v9.1.0) ### [`v9.0.0`](https://redirect.github.com/gruntjs/grunt-contrib-qunit/compare/v8.0.1...v9.0.0) [Compare Source](https://redirect.github.com/gruntjs/grunt-contrib-qunit/compare/v8.0.1...v9.0.0) ### [`v8.0.1`](https://redirect.github.com/gruntjs/grunt-contrib-qunit/compare/v8.0.0...v8.0.1) [Compare Source](https://redirect.github.com/gruntjs/grunt-contrib-qunit/compare/v8.0.0...v8.0.1) ### [`v8.0.0`](https://redirect.github.com/gruntjs/grunt-contrib-qunit/compare/v7.0.1...v8.0.0) [Compare Source](https://redirect.github.com/gruntjs/grunt-contrib-qunit/compare/v7.0.1...v8.0.0) ### [`v7.0.1`](https://redirect.github.com/gruntjs/grunt-contrib-qunit/compare/v7.0.0...v7.0.1) [Compare Source](https://redirect.github.com/gruntjs/grunt-contrib-qunit/compare/v7.0.0...v7.0.1) ### [`v7.0.0`](https://redirect.github.com/gruntjs/grunt-contrib-qunit/releases/tag/v7.0.0) [Compare Source](https://redirect.github.com/gruntjs/grunt-contrib-qunit/compare/v6.2.1...v7.0.0) This release drops support for Node 12. Node 14 or later is now required. - Try to serialize objects in messages using JSON.stringify() [`a8101e3`](https://redirect.github.com/gruntjs/grunt-contrib-qunit/commit/a8101e3) ([@​lucaswerkmeister](https://redirect.github.com/lucaswerkmeister)) - Update Puppeteer from 9.x to 19.x [`dffe56e`](https://redirect.github.com/gruntjs/grunt-contrib-qunit/commit/dffe56e) ([@​sarahboyce](https://redirect.github.com/sarahboyce)) ### [`v6.2.1`](https://redirect.github.com/gruntjs/grunt-contrib-qunit/releases/tag/v6.2.1) [Compare Source](https://redirect.github.com/gruntjs/grunt-contrib-qunit/compare/v6.2.0...v6.2.1) - Fix serialization of assertions on circular objects. [https://github.com/gruntjs/grunt-contrib-qunit/issues/193](https://redirect.github.com/gruntjs/grunt-contrib-qunit/issues/193) ### [`v6.2.0`](https://redirect.github.com/gruntjs/grunt-contrib-qunit/releases/tag/v6.2.0) [Compare Source](https://redirect.github.com/gruntjs/grunt-contrib-qunit/compare/v6.1.0...v6.2.0) - Enable `--no-sandbox` by default for `CI` environments. [`0db7a35`](https://redirect.github.com/gruntjs/grunt-contrib-qunit/commit/0db7a352f) - Add support for `CHROMIUM_FLAGS` environment variable. [`0db7a35`](https://redirect.github.com/gruntjs/grunt-contrib-qunit/commit/0db7a352f) ### [`v6.1.0`](https://redirect.github.com/gruntjs/grunt-contrib-qunit/releases/tag/v6.1.0) [Compare Source](https://redirect.github.com/gruntjs/grunt-contrib-qunit/compare/v6.0.0...v6.1.0) - Migrate reporting logic to `QUnit.on()` events API [`db80b86`](https://redirect.github.com/gruntjs/grunt-contrib-qunit/commit/db80b862f7) - Add docs for `qunit.on.*` events, and fix various links [`72a71b0`](https://redirect.github.com/gruntjs/grunt-contrib-qunit/commit/72a71b0e9f) ### [`v6.0.0`](https://redirect.github.com/gruntjs/grunt-contrib-qunit/compare/v5.1.1...v6.0.0) [Compare Source](https://redirect.github.com/gruntjs/grunt-contrib-qunit/compare/v5.1.1...v6.0.0) ### [`v5.1.1`](https://redirect.github.com/gruntjs/grunt-contrib-qunit/compare/v5.1.0...v5.1.1) [Compare Source](https://redirect.github.com/gruntjs/grunt-contrib-qunit/compare/v5.1.0...v5.1.1) ### [`v5.1.0`](https://redirect.github.com/gruntjs/grunt-contrib-qunit/compare/v5.0.1...v5.1.0) [Compare Source](https://redirect.github.com/gruntjs/grunt-contrib-qunit/compare/v5.0.1...v5.1.0) ### [`v5.0.1`](https://redirect.github.com/gruntjs/grunt-contrib-qunit/compare/v4.0.0...v5.0.1) [Compare Source](https://redirect.github.com/gruntjs/grunt-contrib-qunit/compare/v4.0.0...v5.0.1) ### [`v4.0.0`](https://redirect.github.com/gruntjs/grunt-contrib-qunit/compare/v3.1.0...v4.0.0) [Compare Source](https://redirect.github.com/gruntjs/grunt-contrib-qunit/compare/v3.1.0...v4.0.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/davidsneighbour/hugo-modules). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC43NC4xIiwidXBkYXRlZEluVmVyIjoiMzguNzQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information