Skip to content

Commit

Permalink
drop support for 0.12 (#2171)
Browse files Browse the repository at this point in the history
* all: drop support for 0.12 [ci skip]
* scripts: add more modules to blacklist for now
* update common deps for service modules
  • Loading branch information
stephenplusplus authored Mar 31, 2017
1 parent 81b5bd1 commit 7f3e8a7
Show file tree
Hide file tree
Showing 20 changed files with 45 additions and 42 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
},
"license": "Apache-2.0",
"engines": {
"node": ">=0.12.0"
"node": ">=4.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/bigquery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"bigquery"
],
"dependencies": {
"@google-cloud/common": "^0.12.0",
"@google-cloud/common": "^0.13.0",
"arrify": "^1.0.0",
"duplexify": "^3.2.0",
"extend": "^3.0.0",
Expand All @@ -74,6 +74,6 @@
},
"license": "Apache-2.0",
"engines": {
"node": ">=0.12.0"
"node": ">=4.0.0"
}
}
6 changes: 3 additions & 3 deletions packages/bigtable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"bigtable"
],
"dependencies": {
"@google-cloud/common": "^0.12.0",
"@google-cloud/common-grpc": "^0.2.1",
"@google-cloud/common": "^0.13.0",
"@google-cloud/common-grpc": "^0.3.0",
"arrify": "^1.0.0",
"concat-stream": "^1.5.0",
"create-error-class": "^3.0.2",
Expand Down Expand Up @@ -80,6 +80,6 @@
},
"license": "Apache-2.0",
"engines": {
"node": ">=0.12.0"
"node": ">=4.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/compute/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"compute engine"
],
"dependencies": {
"@google-cloud/common": "^0.12.0",
"@google-cloud/common": "^0.13.0",
"arrify": "^1.0.0",
"async": "^2.0.1",
"create-error-class": "^3.0.2",
Expand All @@ -73,6 +73,6 @@
},
"license": "Apache-2.0",
"engines": {
"node": ">=0.12.0"
"node": ">=4.0.0"
}
}
6 changes: 3 additions & 3 deletions packages/datastore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"datastore"
],
"dependencies": {
"@google-cloud/common": "^0.12.0",
"@google-cloud/common-grpc": "^0.2.1",
"@google-cloud/common": "^0.13.0",
"@google-cloud/common-grpc": "^0.3.0",
"arrify": "^1.0.0",
"concat-stream": "^1.5.0",
"create-error-class": "^3.0.2",
Expand Down Expand Up @@ -79,6 +79,6 @@
},
"license": "Apache-2.0",
"engines": {
"node": ">=0.12.0"
"node": ">=4.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/dns/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"dns"
],
"dependencies": {
"@google-cloud/common": "^0.12.0",
"@google-cloud/common": "^0.13.0",
"arrify": "^1.0.0",
"dns-zonefile": "0.1.18",
"extend": "^3.0.0",
Expand All @@ -72,6 +72,6 @@
},
"license": "Apache-2.0",
"engines": {
"node": ">=0.12.0"
"node": ">=4.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/language/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"language"
],
"dependencies": {
"@google-cloud/common": "^0.12.0",
"@google-cloud/common": "^0.13.0",
"extend": "^3.0.0",
"google-gax": "^0.12.0",
"google-proto-files": "^0.10.0",
Expand All @@ -73,6 +73,6 @@
},
"license": "Apache-2.0",
"engines": {
"node": ">=0.12.0"
"node": ">=4.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/logging-bunyan/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
},
"license": "Apache-2.0",
"engines": {
"node": ">=0.12.0"
"node": ">=4.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/logging-winston/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"winston"
],
"dependencies": {
"@google-cloud/common": "^0.12.0",
"@google-cloud/common": "^0.13.0",
"@google-cloud/logging": "^0.8.1",
"is": "^3.2.0",
"winston": "^2.2.0"
Expand All @@ -45,6 +45,6 @@
},
"license": "Apache-2.0",
"engines": {
"node": ">=0.12.0"
"node": ">=4.0.0"
}
}
6 changes: 3 additions & 3 deletions packages/logging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"stackdriver"
],
"dependencies": {
"@google-cloud/common": "^0.12.0",
"@google-cloud/common-grpc": "^0.2.1",
"@google-cloud/common": "^0.13.0",
"@google-cloud/common-grpc": "^0.3.0",
"arrify": "^1.0.0",
"async": "^2.1.4",
"eventid": "^0.1.0",
Expand All @@ -80,6 +80,6 @@
},
"license": "Apache-2.0",
"engines": {
"node": ">=0.12.0"
"node": ">=4.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/monitoring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@
},
"license": "Apache-2.0",
"engines": {
"node": ">=0.12.0"
"node": ">=4.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/prediction/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"prediction"
],
"dependencies": {
"@google-cloud/common": "^0.12.0",
"@google-cloud/common": "^0.13.0",
"JSONStream": "^1.0.7",
"arrify": "^1.0.0",
"extend": "^3.0.0",
Expand All @@ -75,6 +75,6 @@
},
"license": "Apache-2.0",
"engines": {
"node": ">=0.12.0"
"node": ">=4.0.0"
}
}
6 changes: 3 additions & 3 deletions packages/pubsub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"pubsub"
],
"dependencies": {
"@google-cloud/common": "^0.12.0",
"@google-cloud/common-grpc": "^0.2.1",
"@google-cloud/common": "^0.13.0",
"@google-cloud/common-grpc": "^0.3.0",
"arrify": "^1.0.0",
"extend": "^3.0.0",
"google-gax": "^0.12.2",
Expand All @@ -73,6 +73,6 @@
},
"license": "Apache-2.0",
"engines": {
"node": ">=0.12.0"
"node": ">=4.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/resource/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"resource"
],
"dependencies": {
"@google-cloud/common": "^0.12.0",
"@google-cloud/common": "^0.13.0",
"extend": "^3.0.0",
"is": "^3.0.1"
},
Expand All @@ -70,6 +70,6 @@
},
"license": "Apache-2.0",
"engines": {
"node": ">=0.12.0"
"node": ">=4.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/spanner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"spanner"
],
"dependencies": {
"@google-cloud/common": "^0.12.0",
"@google-cloud/common-grpc": "^0.2.1",
"@google-cloud/common": "^0.13.0",
"@google-cloud/common-grpc": "^0.3.0",
"arrify": "^1.0.1",
"checkpoint-stream": "^0.1.0",
"events-intercept": "^2.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/speech/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
"speech"
],
"dependencies": {
"@google-cloud/common": "^0.12.0",
"@google-cloud/common-grpc": "^0.2.1",
"@google-cloud/common": "^0.13.0",
"@google-cloud/common-grpc": "^0.3.0",
"events-intercept": "^2.0.0",
"extend": "^3.0.0",
"google-gax": "^0.12.0",
Expand Down Expand Up @@ -84,6 +84,6 @@
},
"license": "Apache-2.0",
"engines": {
"node": ">=0.12.0"
"node": ">=4.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"storage"
],
"dependencies": {
"@google-cloud/common": "^0.12.0",
"@google-cloud/common": "^0.13.0",
"arrify": "^1.0.0",
"async": "^2.0.1",
"concat-stream": "^1.5.0",
Expand Down Expand Up @@ -84,6 +84,6 @@
},
"license": "Apache-2.0",
"engines": {
"node": ">=0.12.0"
"node": ">=4.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/translate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"translate"
],
"dependencies": {
"@google-cloud/common": "^0.12.0",
"@google-cloud/common": "^0.13.0",
"arrify": "^1.0.0",
"extend": "^3.0.0",
"is": "^3.0.1",
Expand All @@ -68,6 +68,6 @@
},
"license": "Apache-2.0",
"engines": {
"node": ">=0.12.0"
"node": ">=4.0.0"
}
}
6 changes: 3 additions & 3 deletions packages/vision/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"vision"
],
"dependencies": {
"@google-cloud/common": "^0.12.0",
"@google-cloud/common-grpc": "^0.2.1",
"@google-cloud/common": "^0.13.0",
"@google-cloud/common-grpc": "^0.3.0",
"arrify": "^1.0.0",
"async": "^2.0.1",
"extend": "^3.0.0",
Expand Down Expand Up @@ -80,6 +80,6 @@
},
"license": "Apache-2.0",
"engines": {
"node": ">=0.12.0"
"node": ">=4.0.0"
}
}
5 changes: 4 additions & 1 deletion scripts/update-deps.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ require('shelljs/global');
* @type {string[]}
*/
var BLACKLIST = [
'dns-zonefile'
'dns-zonefile',
// @TODO: update the code that uses these to use the promise format
'dot-prop',
'rgb-hex'
];

/**
Expand Down

0 comments on commit 7f3e8a7

Please sign in to comment.