Socket
Socket
Sign inDemoInstall

create-hintrc

Package Overview
Dependencies
Maintainers
2
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-hintrc - npm Package Compare versions

Comparing version 2.1.8 to 2.1.9

18

CHANGELOG.md

@@ -0,1 +1,19 @@

# 2.1.9 (September 11, 2019)
## Bug fixes / Improvements
* [[`5603617df9`](https://github.com/webhintio/hint/commit/5603617df96def7c2571c8e94d595b76ec4633ec)] - Fix: Reference correct package directory in monorepo (by [`Tony Ross`](https://github.com/antross) / see also: [`#2873`](https://github.com/webhintio/hint/issues/2873)).
* [[`68d91d7b8c`](https://github.com/webhintio/hint/commit/68d91d7b8c433c74501104f4f38dd77eeea6a102)] - Fix: Stub calls to Application Insights for tests (by [`Jesus David García Gomez`](https://github.com/sarvaje) / see also: [`#2879`](https://github.com/webhintio/hint/issues/2879)).
## Chores
* [[`6a52ef4fb5`](https://github.com/webhintio/hint/commit/6a52ef4fb50931921be5da4c4cacd8760a3de887)] - Upgrade: Bump rimraf from 2.6.3 to 3.0.0 (by [`dependabot-preview[bot]`](https://github.com/apps/dependabot-preview)).
* [[`c2b32de999`](https://github.com/webhintio/hint/commit/c2b32de9997a922a4744991306a9bf9b22e3910f)] - Upgrade: Bump @types/node from 12.7.3 to 12.7.4 (by [`dependabot-preview[bot]`](https://github.com/apps/dependabot-preview)).
* [[`a2d1f0fce1`](https://github.com/webhintio/hint/commit/a2d1f0fce1e1689fe75c22e7d3a8f1aa7b8339f9)] - Upgrade: Bump browserslist from 4.6.6 to 4.7.0 (by [`dependabot-preview[bot]`](https://github.com/apps/dependabot-preview)).
* [[`4b80454f39`](https://github.com/webhintio/hint/commit/4b80454f39b2b12cc4d1cafe7766453f4ad66227)] - Upgrade: Bump webpack from 4.39.1 to 4.39.3 (by [`dependabot-preview[bot]`](https://github.com/apps/dependabot-preview)).
* [[`bbe99e3292`](https://github.com/webhintio/hint/commit/bbe99e329240a17e5f60c6c6261b0b9c2bd1774a)] - Upgrade: Bump typescript from 3.5.3 to 3.6.2 (by [`dependabot-preview[bot]`](https://github.com/apps/dependabot-preview)).
* [[`c94b993bab`](https://github.com/webhintio/hint/commit/c94b993babb99a9b49cc795fbf80663c4750ba93)] - Upgrade: Bump @types/node from 12.7.1 to 12.7.3 (by [`dependabot-preview[bot]`](https://github.com/apps/dependabot-preview)).
* [[`aab7643c70`](https://github.com/webhintio/hint/commit/aab7643c70042a5e7d2da9684844277d707854fe)] - Upgrade: Bump sinon from 7.3.2 to 7.4.2 (by [`dependabot-preview[bot]`](https://github.com/apps/dependabot-preview)).
# 2.1.8 (August 29, 2019)

@@ -2,0 +20,0 @@

24

package.json

@@ -13,3 +13,3 @@ {

"dependencies": {
"browserslist": "^4.6.6",
"browserslist": "^4.7.0",
"encoding": "^0.1.12"

@@ -19,5 +19,5 @@ },

"devDependencies": {
"@hint/utils": "^4.1.0",
"@hint/utils": "^4.1.1",
"@types/inquirer": "^6.0.3",
"@types/node": "^12.6.9",
"@types/node": "^12.7.4",
"@types/proxyquire": "^1.3.28",

@@ -34,3 +34,3 @@ "@types/sinon": "^7.0.13",

"fs-extra": "^8.0.1",
"hint": "^5.2.2",
"hint": "^5.2.3",
"inquirer": "^6.5.0",

@@ -41,7 +41,7 @@ "npm-link-check": "^3.0.0",

"proxyquire": "2.0.0",
"rimraf": "^2.6.3",
"sinon": "^7.3.2",
"rimraf": "^3.0.0",
"sinon": "^7.4.2",
"ts-loader": "^6.0.4",
"typescript": "^3.5.1",
"webpack": "^4.39.1",
"typescript": "^3.6.2",
"webpack": "^4.39.3",
"webpack-cli": "^3.3.7"

@@ -68,3 +68,7 @@ },

},
"repository": "webhintio/hint",
"repository": {
"directory": "packages/create-hintrc",
"type": "git",
"url": "https://github.com/webhintio/hint.git"
},
"scripts": {

@@ -89,3 +93,3 @@ "build": "npm-run-all build:*",

},
"version": "2.1.8"
"version": "2.1.9"
}

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc