Skip to content

Commit 11435ed

Browse files
renovate[bot]yoshi-automation
authored andcommitted
fix(deps): update dependency arrify to v2
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://togithub.com/sindresorhus/arrify) | --- ### Release Notes <details> <summary>sindresorhus/arrify</summary> ### [`v2.0.0`](https://togithub.com/sindresorhus/arrify/releases/v2.0.0) [Compare Source](https://togithub.com/sindresorhus/arrify/compare/v1.0.1...v2.0.0) Breaking: - Require Node.js 8 ([#&#8203;6](https://togithub.com/sindresorhus/arrify/issues/6)) [`8d6734f`](https://togithub.com/sindresorhus/arrify/commit/8d6734f) Enhancements: - Add TypeScript definition ([#&#8203;6](https://togithub.com/sindresorhus/arrify/issues/6)) [`8d6734f`](https://togithub.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://togithub.com/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#googleapis/nodejs-translate). #239 automerged by dpebot
1 parent b1b9eea commit 11435ed

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

packages/google-cloud-translate/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"dependencies": {
4949
"@google-cloud/common": "^0.32.0",
5050
"@google-cloud/promisify": "^0.4.0",
51-
"arrify": "^1.0.1",
51+
"arrify": "^2.0.0",
5252
"extend": "^3.0.1",
5353
"google-gax": "^0.25.4",
5454
"is": "^3.2.1",
@@ -59,7 +59,6 @@
5959
},
6060
"devDependencies": {
6161
"@google-cloud/nodejs-repo-tools": "^3.2.0",
62-
"@types/arrify": "^1.0.4",
6362
"@types/extend": "^3.0.0",
6463
"@types/is": "0.0.21",
6564
"@types/mocha": "^5.2.4",

packages/google-cloud-translate/src/v2/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
import {Service, util} from '@google-cloud/common';
1616
import {promisifyAll} from '@google-cloud/promisify';
17-
import * as arrify from 'arrify';
17+
import arrify = require('arrify');
1818
import * as extend from 'extend';
1919
import {GoogleAuthOptions} from 'google-auth-library';
2020
import * as is from 'is';

0 commit comments

Comments
 (0)