Comparing version 2.13.0 to 2.14.0
2.14.0 / 2021-01-12 | ||
================== | ||
### Added | ||
* HTML Reporter: Use a fixed header with scrollable test results. (Bryan Crotaz) [#1513](https://github.com/qunitjs/qunit/pull/1513) | ||
* Core: Add official support for SpiderMonkey runtime. (Timo Tijhof) [#1535](https://github.com/qunitjs/qunit/issues/1535) | ||
### Changed | ||
* CLI: Update and re-audit `tiny-glob` and `node-watch` dependencies. [#1522](https://github.com/qunitjs/qunit/issues/1522), [#1524](https://github.com/qunitjs/qunit/issues/1524) | ||
### Fixed | ||
* HTML Reporter: Set `main` and `navigation` ARIA roles. (Steve McClure) [#1084](https://github.com/qunitjs/qunit/issues/1084) | ||
* Core: Fix `QUnit.module.only` logic for unscoped modules. (Steve McClure) [#1272](https://github.com/qunitjs/qunit/issues/1272) | ||
* Assert: Fix `assert.timeout()` bug causing a non-async test to fail. [#1539](https://github.com/qunitjs/qunit/issues/1539) | ||
2.13.0 / 2020-11-29 | ||
@@ -3,0 +21,0 @@ ================== |
@@ -5,7 +5,7 @@ { | ||
"description": "The powerful, easy-to-use testing framework.", | ||
"version": "2.13.0", | ||
"version": "2.14.0", | ||
"homepage": "https://qunitjs.com", | ||
"author": { | ||
"name": "OpenJS Foundation and other contributors", | ||
"url": "https://github.com/qunitjs/qunit/blob/2.13.0/AUTHORS.txt" | ||
"url": "https://github.com/qunitjs/qunit/blob/2.14.0/AUTHORS.txt" | ||
}, | ||
@@ -47,4 +47,4 @@ "repository": { | ||
"js-reporters": "1.2.3", | ||
"node-watch": "0.7.0", | ||
"tiny-glob": "0.2.6" | ||
"node-watch": "0.7.1", | ||
"tiny-glob": "0.2.8" | ||
}, | ||
@@ -56,3 +56,2 @@ "devDependencies": { | ||
"coveralls": "^3.1.0", | ||
"es6-promise": "^4.2.5", | ||
"eslint-config-jquery": "^1.0.1", | ||
@@ -96,3 +95,2 @@ "eslint-plugin-html": "^6.0.3", | ||
"authors": "grunt authors", | ||
"serve": "grunt connect:any", | ||
"coverage": "npm run build:coverage && npm run coverage:_cli && npm run coverage:_main && nyc report", | ||
@@ -107,4 +105,2 @@ "coverage:_cli": "nyc --use-spawn-wrap --silent bin/qunit.js test/cli/*.js", | ||
"dist/**", | ||
"reporter/**", | ||
"runner/**", | ||
"src/**" | ||
@@ -111,0 +107,0 @@ ], |
<img src="/docs/img/QUnit-Logo-Large.png" width="250" height="auto"> | ||
[![Build Status](https://travis-ci.com/qunitjs/qunit.svg?branch=master)](https://travis-ci.com/qunitjs/qunit) | ||
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fqunitjs%2Fqunit.svg?type=shield)](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fqunitjs%2Fqunit?ref=badge_shield) | ||
[![Coverage Status](https://coveralls.io/repos/qunitjs/qunit/badge.svg)](https://coveralls.io/github/qunitjs/qunit) | ||
[![Reproducible Builds](https://img.shields.io/badge/Reproducible_Builds-ok-success?labelColor=1e5b96)](https://reproducible-builds.org/) | ||
[![Chat on Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/qunitjs/qunit?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) | ||
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fqunitjs%2Fqunit.svg?type=shield)](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fqunitjs%2Fqunit?ref=badge_shield) | ||
[![npm](https://img.shields.io/npm/v/qunit.svg?style=flat)](https://www.npmjs.com/package/qunit) | ||
@@ -8,0 +9,0 @@ |
@@ -19,3 +19,3 @@ "use strict"; | ||
if ( fs.existsSync( gitFilePath ) ) { | ||
const gitIgnore = fs.readFileSync( gitFilePath, "utf-8" ); | ||
const gitIgnore = fs.readFileSync( gitFilePath, "utf8" ); | ||
return gitIgnore.trim().split( "\n" ); | ||
@@ -22,0 +22,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32
39
271878
6157
+ Addedglobalyzer@0.1.0(transitive)
+ Addednode-watch@0.7.1(transitive)
+ Addedtiny-glob@0.2.8(transitive)
- Removedglobalyzer@0.1.4(transitive)
- Removednode-watch@0.7.0(transitive)
- Removedtiny-glob@0.2.6(transitive)
Updatednode-watch@0.7.1
Updatedtiny-glob@0.2.8