connect-deps
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -0,1 +1,11 @@ | ||
## [0.2.2](https://github.com/hugomrdias/connect-deps/compare/v0.2.1...v0.2.2) (2020-01-30) | ||
### Bug Fixes | ||
* a few tweaks and updated deps ([5e96a63](https://github.com/hugomrdias/connect-deps/commit/5e96a63a248e8f64db27083330a6cbecc0444034)) | ||
* fix tests ([0fe86c2](https://github.com/hugomrdias/connect-deps/commit/0fe86c2997fb37abbdb7c137101799c252f4cdca)) | ||
## [0.2.1](https://github.com/hugomrdias/connect-deps/compare/v0.2.0...v0.2.1) (2020-01-30) | ||
@@ -6,3 +16,3 @@ | ||
* fix connect for package with prepare scripts ([8ea4833](https://github.com/hugomrdias/connect-deps/commit/8ea4833)), closes [#20](https://github.com/hugomrdias/connect-deps/issues/20) | ||
* fix connect for package with prepare scripts ([8ea4833](https://github.com/hugomrdias/connect-deps/commit/8ea48335b8ea10a3ab27375c4a711a99534248cf)), closes [#20](https://github.com/hugomrdias/connect-deps/issues/20) | ||
@@ -16,3 +26,3 @@ | ||
* fix path handling for non published packages with npm ([bcac118](https://github.com/hugomrdias/connect-deps/commit/bcac118)) | ||
* fix path handling for non published packages with npm ([bcac118](https://github.com/hugomrdias/connect-deps/commit/bcac118bd2aa1ff71d1e49586e5d89999850f4ef)) | ||
@@ -22,3 +32,3 @@ | ||
* support unpublished package ([405b813](https://github.com/hugomrdias/connect-deps/commit/405b813)) | ||
* support unpublished package ([405b813](https://github.com/hugomrdias/connect-deps/commit/405b8132d5104ba44071bbf8628622d870291b40)) | ||
@@ -32,3 +42,3 @@ | ||
* add try/catch to stop spinner on error ([53979da](https://github.com/hugomrdias/connect-deps/commit/53979da)) | ||
* add try/catch to stop spinner on error ([53979da](https://github.com/hugomrdias/connect-deps/commit/53979da5a253274bd40a52caad4a7ab48d95172b)) | ||
@@ -42,3 +52,3 @@ | ||
* support scoped package, link --connect and connect when --watch ([6b74b5f](https://github.com/hugomrdias/connect-deps/commit/6b74b5f)) | ||
* support scoped package, link --connect and connect when --watch ([6b74b5f](https://github.com/hugomrdias/connect-deps/commit/6b74b5fc5793063d554610caa800ec43401428bd)) | ||
@@ -52,4 +62,4 @@ | ||
* add support for npm ([#10](https://github.com/hugomrdias/connect-deps/issues/10)) ([f34f336](https://github.com/hugomrdias/connect-deps/commit/f34f336)) | ||
* make it queue from multiple repos within the debounce ([1bdd9d3](https://github.com/hugomrdias/connect-deps/commit/1bdd9d3)) | ||
* add support for npm ([#10](https://github.com/hugomrdias/connect-deps/issues/10)) ([f34f336](https://github.com/hugomrdias/connect-deps/commit/f34f3369fde08dedadfaf423c1a56e2a5e0c8361)) | ||
* make it queue from multiple repos within the debounce ([1bdd9d3](https://github.com/hugomrdias/connect-deps/commit/1bdd9d326230e3ec8ba468781983f08e6cf2dd22)) | ||
@@ -63,3 +73,3 @@ | ||
* remove debugging leftover ([5cad511](https://github.com/hugomrdias/connect-deps/commit/5cad511)) | ||
* remove debugging leftover ([5cad511](https://github.com/hugomrdias/connect-deps/commit/5cad511784503634d793c52ef9b335f4c1fe2094)) | ||
@@ -73,3 +83,3 @@ | ||
* empty link help, run trailing call ([3ee0c1b](https://github.com/hugomrdias/connect-deps/commit/3ee0c1b)), closes [#9](https://github.com/hugomrdias/connect-deps/issues/9) [#8](https://github.com/hugomrdias/connect-deps/issues/8) | ||
* empty link help, run trailing call ([3ee0c1b](https://github.com/hugomrdias/connect-deps/commit/3ee0c1b5b6e34b13f7c62c8f75f18c5fab872979)), closes [#9](https://github.com/hugomrdias/connect-deps/issues/9) [#8](https://github.com/hugomrdias/connect-deps/issues/8) | ||
@@ -83,3 +93,3 @@ | ||
* protect running cli outside a git repo ([235b9ee](https://github.com/hugomrdias/connect-deps/commit/235b9ee)) | ||
* protect running cli outside a git repo ([235b9ee](https://github.com/hugomrdias/connect-deps/commit/235b9ee287b87b372044977f93ab860993868e7d)) | ||
@@ -93,4 +103,4 @@ | ||
* fix link not found error ([9edadf4](https://github.com/hugomrdias/connect-deps/commit/9edadf4)) | ||
* use only one queue for multiple watches and improve link errors ([36ad864](https://github.com/hugomrdias/connect-deps/commit/36ad864)) | ||
* fix link not found error ([9edadf4](https://github.com/hugomrdias/connect-deps/commit/9edadf404b7a5d7d715421eb167800a8e18fab16)) | ||
* use only one queue for multiple watches and improve link errors ([36ad864](https://github.com/hugomrdias/connect-deps/commit/36ad8640b323669e6df9d2ecdc698207255a710f)) | ||
@@ -100,6 +110,6 @@ | ||
* debounce 1s and watch with awaitWriteFinish ([374c94e](https://github.com/hugomrdias/connect-deps/commit/374c94e)) | ||
* improve cli ui, link cmd supports multiples paths ([2df1d29](https://github.com/hugomrdias/connect-deps/commit/2df1d29)) | ||
* reword promises handling, support multiple deps ([99dfbce](https://github.com/hugomrdias/connect-deps/commit/99dfbce)), closes [#1](https://github.com/hugomrdias/connect-deps/issues/1) [#2](https://github.com/hugomrdias/connect-deps/issues/2) [#3](https://github.com/hugomrdias/connect-deps/issues/3) | ||
* updateNotifier, watch queue, print help by default ([220b6cf](https://github.com/hugomrdias/connect-deps/commit/220b6cf)), closes [#8](https://github.com/hugomrdias/connect-deps/issues/8) [#6](https://github.com/hugomrdias/connect-deps/issues/6) | ||
* debounce 1s and watch with awaitWriteFinish ([374c94e](https://github.com/hugomrdias/connect-deps/commit/374c94eaaceef62a0e7dfc8ddfb0aec710e5ba93)) | ||
* improve cli ui, link cmd supports multiples paths ([2df1d29](https://github.com/hugomrdias/connect-deps/commit/2df1d299ec42c9998d7545b7fe17a71dbc5c3349)) | ||
* reword promises handling, support multiple deps ([99dfbce](https://github.com/hugomrdias/connect-deps/commit/99dfbced1766f3c4b0ce8352b1b3b6659a32fdd1)), closes [#1](https://github.com/hugomrdias/connect-deps/issues/1) [#2](https://github.com/hugomrdias/connect-deps/issues/2) [#3](https://github.com/hugomrdias/connect-deps/issues/3) | ||
* updateNotifier, watch queue, print help by default ([220b6cf](https://github.com/hugomrdias/connect-deps/commit/220b6cf043733fd94e5b6dfabece2ef070942541)), closes [#8](https://github.com/hugomrdias/connect-deps/issues/8) [#6](https://github.com/hugomrdias/connect-deps/issues/6) | ||
@@ -113,7 +123,7 @@ | ||
* move cache folder outside node_modules ([0a52bff](https://github.com/hugomrdias/connect-deps/commit/0a52bff)) | ||
* move cache folder outside node_modules ([0a52bff](https://github.com/hugomrdias/connect-deps/commit/0a52bff67d88f8092696f2515023580672c21f87)) | ||
## [0.0.1](https://github.com/hugomrdias/connect-deps/compare/2a809c5...v0.0.1) (2019-07-11) | ||
## [0.0.1](https://github.com/hugomrdias/connect-deps/compare/2a809c5d0ffb20cb6b8899097a3e9ae3c216c703...v0.0.1) (2019-07-11) | ||
@@ -123,5 +133,5 @@ | ||
* initial commit ([2a809c5](https://github.com/hugomrdias/connect-deps/commit/2a809c5)) | ||
* initial commit ([2a809c5](https://github.com/hugomrdias/connect-deps/commit/2a809c5d0ffb20cb6b8899097a3e9ae3c216c703)) | ||
{ | ||
"name": "connect-deps", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "This is a CLI tool that intends to be a better yarn/npm link", | ||
@@ -11,3 +11,3 @@ "repository": "hugomrdias/connect-deps", | ||
"engines": { | ||
"node": ">=4" | ||
"node": ">=10" | ||
}, | ||
@@ -29,33 +29,36 @@ "scripts": { | ||
"keywords": [ | ||
"cli-app", | ||
"cli", | ||
"" | ||
"link", | ||
"npm", | ||
"yarn", | ||
"dependencies", | ||
"connect" | ||
], | ||
"dependencies": { | ||
"chokidar": "^3.0.2", | ||
"conf": "^5.0.0", | ||
"del": "^5.0.0", | ||
"execa": "^2.0.3", | ||
"chokidar": "^3.3.1", | ||
"conf": "^6.2.0", | ||
"del": "^5.1.0", | ||
"execa": "^4.0.0", | ||
"has-yarn": "^2.1.0", | ||
"meow": "^5.0.0", | ||
"ora": "^3.4.0", | ||
"meow": "^6.0.0", | ||
"ora": "^4.0.3", | ||
"p-debounce": "^2.1.0", | ||
"p-queue": "^6.1.0", | ||
"p-queue": "^6.2.1", | ||
"read-pkg": "^5.2.0", | ||
"update-notifier": "^3.0.1" | ||
"update-notifier": "^4.0.0" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^8.1.0", | ||
"@commitlint/config-conventional": "^8.1.0", | ||
"ava": "^2.2.0", | ||
"codecov": "^3.5.0", | ||
"conventional-changelog-cli": "^2.0.23", | ||
"@commitlint/cli": "^8.3.5", | ||
"@commitlint/config-conventional": "^8.3.4", | ||
"ava": "^3.1.0", | ||
"codecov": "^3.6.2", | ||
"conventional-changelog-cli": "^2.0.31", | ||
"eslint": "^4.7.1", | ||
"eslint-config-halo": "^2.3.3", | ||
"http-serve": "^1.0.1", | ||
"husky": "^3.0.2", | ||
"lint-staged": "^9.2.1", | ||
"np": "^5.0.3", | ||
"husky": "^4.2.1", | ||
"lint-staged": "^10.0.5", | ||
"np": "^5.2.1", | ||
"npm-run-all": "^4.1.1", | ||
"nyc": "^14.1.1" | ||
"nyc": "^15.0.0" | ||
}, | ||
@@ -70,4 +73,3 @@ "husky": { | ||
"*.js": [ | ||
"eslint --fix", | ||
"git add" | ||
"eslint --fix" | ||
] | ||
@@ -74,0 +76,0 @@ }, |
@@ -11,3 +11,6 @@ # connect-deps [![NPM Version](https://img.shields.io/npm/v/connect-deps.svg)](https://www.npmjs.com/package/connect-deps) [![NPM Downloads](https://img.shields.io/npm/dt/connect-deps.svg)](https://www.npmjs.com/package/connect-deps) [![NPM License](https://img.shields.io/npm/l/connect-deps.svg)](https://www.npmjs.com/package/connect-deps) [![Build Status](https://travis-ci.org/hugomrdias/connect-deps.svg?branch=master)](https://travis-ci.org/hugomrdias/connect-deps) [![codecov](https://codecov.io/gh/hugomrdias/connect-deps/badge.svg?branch=master)](https://codecov.io/gh/hugomrdias/connect-deps?branch=master) | ||
Support for unpublished packages or packages not listed in package.json is also included. | ||
## Usage | ||
@@ -24,2 +27,3 @@ | ||
connect-deps reset | ||
# Reset may not leave your package.json exactly like before `connect` (https://github.com/hugomrdias/connect-deps/issues/3#issuecomment-517668975) but the change should not be armful and you can always ignore the change before commiting. | ||
@@ -26,0 +30,0 @@ # tips |
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
21856
67
+ Added@types/minimist@1.2.5(transitive)
+ Addedansi-styles@4.3.0(transitive)
+ Addedboxen@4.2.0(transitive)
+ Addedcamelcase-keys@6.2.2(transitive)
+ Addedchalk@3.0.0(transitive)
+ Addedcli-cursor@3.1.0(transitive)
+ Addedcolor-convert@2.0.1(transitive)
+ Addedcolor-name@1.1.4(transitive)
+ Addedconf@6.2.4(transitive)
+ Addedconfigstore@5.0.1(transitive)
+ Addedcrypto-random-string@2.0.0(transitive)
+ Addeddebounce-fn@3.0.1(transitive)
+ Addedescape-goat@2.1.1(transitive)
+ Addedexeca@4.1.0(transitive)
+ Addedfind-up@4.1.0(transitive)
+ Addedglobal-dirs@2.1.0(transitive)
+ Addedhard-rejection@2.1.0(transitive)
+ Addedhas-flag@4.0.0(transitive)
+ Addedhuman-signals@1.1.1(transitive)
+ Addedini@1.3.7(transitive)
+ Addedis-installed-globally@0.3.2(transitive)
+ Addedis-interactive@1.0.0(transitive)
+ Addedis-npm@4.0.0(transitive)
+ Addedkind-of@6.0.3(transitive)
+ Addedlocate-path@5.0.0(transitive)
+ Addedlog-symbols@3.0.0(transitive)
+ Addedmap-obj@4.3.0(transitive)
+ Addedmeow@6.1.1(transitive)
+ Addedmin-indent@1.0.1(transitive)
+ Addedminimist-options@4.1.0(transitive)
+ Addedmute-stream@0.0.8(transitive)
+ Addednpm-run-path@4.0.1(transitive)
+ Addedora@4.1.1(transitive)
+ Addedp-locate@4.1.0(transitive)
+ Addedpath-exists@4.0.0(transitive)
+ Addedpupa@2.1.1(transitive)
+ Addedquick-lru@4.0.1(transitive)
+ Addedread-pkg-up@7.0.1(transitive)
+ Addedredent@3.0.0(transitive)
+ Addedrestore-cursor@3.1.0(transitive)
+ Addedsemver-diff@3.1.1(transitive)
+ Addedstrip-indent@3.0.0(transitive)
+ Addedsupports-color@7.2.0(transitive)
+ Addedterm-size@2.2.1(transitive)
+ Addedtrim-newlines@3.0.1(transitive)
+ Addedtype-fest@0.13.10.8.1(transitive)
+ Addedunique-string@2.0.0(transitive)
+ Addedupdate-notifier@4.1.3(transitive)
+ Addedwidest-line@3.1.0(transitive)
+ Addedxdg-basedir@4.0.0(transitive)
+ Addedyargs-parser@18.1.3(transitive)
- Removedansi-regex@3.0.14.1.1(transitive)
- Removedarray-find-index@1.0.2(transitive)
- Removedboxen@3.2.0(transitive)
- Removedcamelcase@4.1.0(transitive)
- Removedcamelcase-keys@4.2.0(transitive)
- Removedcli-cursor@2.1.0(transitive)
- Removedconf@5.0.0(transitive)
- Removedconfigstore@4.0.0(transitive)
- Removedcross-spawn@5.1.0(transitive)
- Removedcrypto-random-string@1.0.0(transitive)
- Removedcurrently-unhandled@0.4.1(transitive)
- Removeddot-prop@4.2.1(transitive)
- Removedemoji-regex@7.0.3(transitive)
- Removedexeca@0.7.02.1.0(transitive)
- Removedfind-up@2.1.0(transitive)
- Removedget-stream@3.0.0(transitive)
- Removedglobal-dirs@0.1.1(transitive)
- Removedindent-string@3.2.0(transitive)
- Removedini@1.3.8(transitive)
- Removedis-fullwidth-code-point@2.0.0(transitive)
- Removedis-installed-globally@0.1.0(transitive)
- Removedis-npm@3.0.0(transitive)
- Removedis-obj@1.0.1(transitive)
- Removedis-path-inside@1.0.1(transitive)
- Removedis-stream@1.1.0(transitive)
- Removedjson-parse-better-errors@1.0.2(transitive)
- Removedload-json-file@4.0.0(transitive)
- Removedlocate-path@2.0.0(transitive)
- Removedlog-symbols@2.2.0(transitive)
- Removedloud-rejection@1.6.0(transitive)
- Removedlru-cache@4.1.5(transitive)
- Removedmake-dir@1.3.0(transitive)
- Removedmap-obj@2.0.0(transitive)
- Removedmeow@5.0.0(transitive)
- Removedmimic-fn@1.2.0(transitive)
- Removedminimist-options@3.0.2(transitive)
- Removednpm-run-path@2.0.23.1.0(transitive)
- Removedonetime@2.0.1(transitive)
- Removedora@3.4.0(transitive)
- Removedp-finally@2.0.1(transitive)
- Removedp-limit@1.3.0(transitive)
- Removedp-locate@2.0.0(transitive)
- Removedp-try@1.0.0(transitive)
- Removedparse-json@4.0.0(transitive)
- Removedpath-is-inside@1.0.2(transitive)
- Removedpath-key@2.0.1(transitive)
- Removedpath-type@3.0.0(transitive)
- Removedpify@3.0.0(transitive)
- Removedpseudomap@1.0.2(transitive)
- Removedquick-lru@1.1.0(transitive)
- Removedread-pkg@3.0.0(transitive)
- Removedread-pkg-up@3.0.0(transitive)
- Removedredent@2.0.0(transitive)
- Removedrestore-cursor@2.0.0(transitive)
- Removedsemver-diff@2.1.0(transitive)
- Removedshebang-command@1.2.0(transitive)
- Removedshebang-regex@1.0.0(transitive)
- Removedstring-width@2.1.13.1.0(transitive)
- Removedstrip-ansi@4.0.05.2.0(transitive)
- Removedstrip-bom@3.0.0(transitive)
- Removedstrip-eof@1.0.0(transitive)
- Removedstrip-indent@2.0.0(transitive)
- Removedterm-size@1.2.0(transitive)
- Removedtrim-newlines@2.0.0(transitive)
- Removedtype-fest@0.3.1(transitive)
- Removedunique-string@1.0.0(transitive)
- Removedupdate-notifier@3.0.1(transitive)
- Removedwhich@1.3.1(transitive)
- Removedwidest-line@2.0.1(transitive)
- Removedwrite-file-atomic@2.4.3(transitive)
- Removedxdg-basedir@3.0.0(transitive)
- Removedyallist@2.1.2(transitive)
- Removedyargs-parser@10.1.0(transitive)
Updatedchokidar@^3.3.1
Updatedconf@^6.2.0
Updateddel@^5.1.0
Updatedexeca@^4.0.0
Updatedmeow@^6.0.0
Updatedora@^4.0.3
Updatedp-queue@^6.2.1
Updatedupdate-notifier@^4.0.0