create-hintrc
Advanced tools
Comparing version 2.1.14 to 2.1.15
@@ -0,1 +1,13 @@ | ||
# 2.1.15 (October 29, 2019) | ||
## Chores | ||
* [[`6fdc164013`](https://github.com/webhintio/hint/commit/6fdc164013359ecf012fb9dcd5c0ef9ed5aca192)] - Upgrade: Bump @types/sinon from 7.0.13 to 7.5.0 (by [`dependabot-preview[bot]`](https://github.com/apps/dependabot-preview)). | ||
* [[`ce965513ae`](https://github.com/webhintio/hint/commit/ce965513ae2b715881d4f7891e795c046579f0d5)] - Upgrade: Bump ava from 1.4.1 to 2.4.0 (by [`dependabot-preview[bot]`](https://github.com/apps/dependabot-preview) / see also: [`#3022`](https://github.com/webhintio/hint/issues/3022)). | ||
* [[`b8ba2e17cd`](https://github.com/webhintio/hint/commit/b8ba2e17cdca7fccfd274b2ba250a96329b23fe8)] - Upgrade: Bump sinon from 7.4.2 to 7.5.0 (by [`dependabot-preview[bot]`](https://github.com/apps/dependabot-preview)). | ||
* [[`0d0466efff`](https://github.com/webhintio/hint/commit/0d0466efff7915f2ff929e0e85223841178eaac0)] - Upgrade: Bump typescript from 3.6.3 to 3.6.4 (by [`dependabot-preview[bot]`](https://github.com/apps/dependabot-preview)). | ||
* [[`cb1bf3c1ca`](https://github.com/webhintio/hint/commit/cb1bf3c1ca1f80b5c0a2d92357a3c592f8313f89)] - Upgrade: Bump fork-ts-checker-webpack-plugin from 1.5.0 to 1.5.1 (by [`dependabot-preview[bot]`](https://github.com/apps/dependabot-preview)). | ||
* [[`0cfa8ecfbf`](https://github.com/webhintio/hint/commit/0cfa8ecfbf23aa46fb3e88794531144ab262ca21)] - Chore: Update proxyquire and fix tests (by [`Jesus David García Gomez`](https://github.com/sarvaje) / see also: [`#3121`](https://github.com/webhintio/hint/issues/3121)). | ||
# 2.1.14 (October 17, 2019) | ||
@@ -2,0 +14,0 @@ |
@@ -5,3 +5,4 @@ { | ||
"files": [ | ||
"dist/tests/**/*.js" | ||
"dist/tests/**/*.js", | ||
"!dist/tests/**/fixtures/**/*.js" | ||
], | ||
@@ -18,3 +19,3 @@ "timeout": "1m" | ||
"devDependencies": { | ||
"@hint/utils": "^6.0.0", | ||
"@hint/utils": "^6.1.0", | ||
"@types/inquirer": "^6.0.3", | ||
@@ -24,6 +25,6 @@ "@types/lodash": "^4.14.141", | ||
"@types/proxyquire": "^1.3.28", | ||
"@types/sinon": "^7.0.13", | ||
"@types/sinon": "^7.5.0", | ||
"@typescript-eslint/eslint-plugin": "^1.13.0", | ||
"@typescript-eslint/parser": "^1.12.0", | ||
"ava": "^1.4.1", | ||
"ava": "^2.4.0", | ||
"cpx": "^1.5.0", | ||
@@ -33,4 +34,4 @@ "eslint": "^6.5.1", | ||
"eslint-plugin-markdown": "^1.0.0", | ||
"fork-ts-checker-webpack-plugin": "^1.5.0", | ||
"hint": "^5.3.3", | ||
"fork-ts-checker-webpack-plugin": "^1.5.1", | ||
"hint": "^5.4.0", | ||
"inquirer": "^7.0.0", | ||
@@ -40,7 +41,7 @@ "lodash": "^4.17.15", | ||
"nyc": "^14.1.0", | ||
"proxyquire": "2.0.0", | ||
"proxyquire": "^2.1.3", | ||
"rimraf": "^3.0.0", | ||
"sinon": "^7.4.2", | ||
"sinon": "^7.5.0", | ||
"ts-loader": "^6.1.2", | ||
"typescript": "^3.6.3", | ||
"typescript": "^3.6.4", | ||
"webpack": "^4.39.3", | ||
@@ -92,3 +93,3 @@ "webpack-cli": "^3.3.9" | ||
}, | ||
"version": "2.1.14" | ||
"version": "2.1.15" | ||
} |
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
2519898
8825