Skip to content

Commit a07ce60

Browse files
committed
chore(deps): update, add note about chokidar
1 parent d976e58 commit a07ce60

9 files changed

Lines changed: 21 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,12 @@ from the breaking changes listed below, upgrading to CLI v4 should be seamless.
2424
going forward. :ok_hand:
2525
* Ionic 1 build/serve functionality has been moved into the
2626
[`@ionic/v1-util`](https://github.com/ionic-team/ionic-cli/tree/master/packages/@ionic/v1-util)
27-
package, which will need to be installed in your Ionic 1 project(s).
27+
package, which will need to be installed in your Ionic 1 project(s). The file
28+
watcher, [chokidar](https://github.com/paulmillr/chokidar), has been updated
29+
to 2.0.0, which will require those using `watchPatterns` to [always use
30+
POSIX-style
31+
slashes](https://github.com/paulmillr/chokidar/blob/master/CHANGELOG.md#chokidar-200-dec-29-2017)
32+
(not an issue if you've never used `\` in globs for Windows).
2833
* Ionic Lab has been moved into the
2934
[`@ionic/lab`](https://github.com/ionic-team/ionic-cli/tree/master/packages/@ionic/lab)
3035
package, which will need to be installed (globally or locally) for Lab to

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"lerna": "2.7.1",
2+
"lerna": "2.8.0",
33
"version": "independent",
44
"packages": [
55
"packages/**"

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
"concurrently": "^3.5.1",
2525
"eslint-config-ionic": "0.0.2",
2626
"husky": "^0.14.3",
27-
"jest": "^22.1.3",
28-
"jest-cli": "^22.1.3",
29-
"lerna": "^2.7.1",
27+
"jest": "^22.1.4",
28+
"jest-cli": "^22.1.4",
29+
"lerna": "^2.8.0",
3030
"replace": "^0.3.0",
3131
"ts-jest": "^22.0.1",
3232
"tslint": "^5.9.1",

packages/@ionic/cli-framework/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@
5050
},
5151
"devDependencies": {
5252
"@types/debug": "0.0.30",
53-
"@types/lodash": "^4.14.92",
53+
"@types/lodash": "^4.14.95",
5454
"@types/minimist": "^1.2.0",
5555
"@types/ncp": "^2.0.1",
5656
"@types/rimraf": "^2.0.2",
5757
"@types/strip-ansi": "^3.0.0",
58-
"@types/superagent": "^3.5.6",
58+
"@types/superagent": "^3.5.7",
5959
"@types/untildify": "^3.0.0"
6060
}
6161
}

packages/@ionic/cli-utils/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@
4141
"@ionic/discover": "0.4.0",
4242
"chalk": "^2.3.0",
4343
"ci-info": "^1.1.2",
44-
"cross-spawn": "^5.1.0",
44+
"cross-spawn": "^6.0.3",
4545
"debug": "^3.1.0",
4646
"diff": "^3.4.0",
4747
"elementtree": "^0.1.7",
48-
"inquirer": "^5.0.0",
48+
"inquirer": "^5.0.1",
4949
"leek": "0.0.24",
5050
"lodash": "^4.17.4",
5151
"opn": "^5.2.0",
@@ -66,7 +66,7 @@
6666
"@types/diff": "^3.2.2",
6767
"@types/http-proxy-middleware": "^0.17.2",
6868
"@types/inquirer": "0.0.36",
69-
"@types/lodash": "^4.14.92",
69+
"@types/lodash": "^4.14.95",
7070
"@types/opn": "^5.1.0",
7171
"@types/package-json": "^4.0.1",
7272
"@types/semver": "^5.4.0",

packages/@ionic/schematics-angular/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"@angular-devkit/core": "0.0.28",
2828
"@angular-devkit/schematics": "0.0.51",
2929
"@types/lodash": "^4.14.93",
30+
"@types/lodash": "^4.14.95",
3031
"rimraf": "^2.6.2",
3132
"source-map": "^0.7.0"
3233
},

packages/@ionic/v1-util/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
"dependencies": {
2929
"@ionic/cli-framework": "0.1.2",
3030
"chalk": "^2.3.0",
31-
"chokidar": "^1.7.0",
31+
"chokidar": "^2.0.0",
3232
"debug": "^3.1.0",
3333
"express": "^4.16.2",
3434
"http-proxy-middleware": "^0.17.4",
35-
"tiny-lr": "^1.0.5",
35+
"tiny-lr": "^1.1.0",
3636
"tslib": "^1.9.0",
3737
"ws": "3.3.2"
3838
},

packages/ionic/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
},
5757
"devDependencies": {
5858
"@types/debug": "0.0.30",
59-
"@types/lodash": "^4.14.92",
59+
"@types/lodash": "^4.14.95",
6060
"@types/opn": "^5.1.0",
61-
"@types/update-notifier": "^1.0.2"
61+
"@types/update-notifier": "^2.0.0"
6262
},
6363
"jest": {
6464
"globals": {

packages/ionic/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export async function run(pargv: string[], env: { [k: string]: string; }) {
125125

126126
if (ienv.flags.interactive) {
127127
const updateNotifier = await import('update-notifier');
128-
updateNotifier({ pkg: plugin.meta.pkg }).notify(<any>{ isGlobal: !ienv.meta.local });
128+
updateNotifier({ pkg: plugin.meta.pkg }).notify({ isGlobal: !ienv.meta.local });
129129
}
130130

131131
} catch (e) {

0 commit comments

Comments
 (0)