Skip to content

Commit

Permalink
fix(deps): update dependency arrify to v2
Browse files Browse the repository at this point in the history
fix(deps): update dependency arrify to v2

This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| arrify | dependencies | major | [`^1.0.1` -> `^2.0.0`](https://diff.intrinsic.com/arrify/1.0.1/2.0.0) | [source](https://github.com/sindresorhus/arrify) |

---

### Release Notes

<details>
<summary>sindresorhus/arrify</summary>

### [`v2.0.0`](https://github.com/sindresorhus/arrify/releases/v2.0.0)

[Compare Source](https://github.com/sindresorhus/arrify/compare/v1.0.1...v2.0.0)

Breaking:

-   Require Node.js 8 ([#&#8203;6](https://github.com/sindresorhus/arrify/issues/6))  [`8d6734f`](https://github.com/sindresorhus/arrify/commit/8d6734f)

Enhancements:

-   Add TypeScript definition ([#&#8203;6](https://github.com/sindresorhus/arrify/issues/6))  [`8d6734f`](https://github.com/sindresorhus/arrify/commit/8d6734f)

</details>

---

### Renovate configuration

:date: **Schedule**: "after 9am and before 3pm" (UTC).

:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

:recycle: **Rebasing**: Whenever PR is stale, or if you modify the PR title to begin with "`rebase!`".

:no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#googleapis/nodejs-translate).

#239 automerged by dpebot
  • Loading branch information
renovate[bot] authored and yoshi-automation committed Apr 5, 2019
1 parent b1b9eea commit 11435ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions packages/google-cloud-translate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"dependencies": {
"@google-cloud/common": "^0.32.0",
"@google-cloud/promisify": "^0.4.0",
"arrify": "^1.0.1",
"arrify": "^2.0.0",
"extend": "^3.0.1",
"google-gax": "^0.25.4",
"is": "^3.2.1",
Expand All @@ -59,7 +59,6 @@
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "^3.2.0",
"@types/arrify": "^1.0.4",
"@types/extend": "^3.0.0",
"@types/is": "0.0.21",
"@types/mocha": "^5.2.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-translate/src/v2/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

import {Service, util} from '@google-cloud/common';
import {promisifyAll} from '@google-cloud/promisify';
import * as arrify from 'arrify';
import arrify = require('arrify');
import * as extend from 'extend';
import {GoogleAuthOptions} from 'google-auth-library';
import * as is from 'is';
Expand Down

0 comments on commit 11435ed

Please sign in to comment.