Skip to content

Commit

Permalink
fix: update dependency @types/js-yaml to ^3.12.4, update test script (#…
Browse files Browse the repository at this point in the history
…487)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@types/js-yaml](https://github.com/DefinitelyTyped/DefinitelyTyped) | dependencies | patch | [`^3.12.3` -> `^3.12.4`](https://renovatebot.com/diffs/npm/@types%2fjs-yaml/3.12.3/3.12.4) |

---

### Renovate configuration

:date: **Schedule**: At any time (no schedule defined).

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

:recycle: **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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

---

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

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/gapic-generator-typescript).
  • Loading branch information
renovate-bot committed May 18, 2020
1 parent 93eced6 commit 638a587
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
"lint": "gts check",
"prepack": "npm run compile && cd templates/typescript_gapic && rm -f package.json.njk && mv package.json package.json.njk && cd ../.. && mkdir -p build && cp -rf bazel-bin/src bazel-bin/protos.js templates build/",
"postpack": "cd templates/typescript_gapic && mv package.json.njk package.json && ln -s package.json package.json.njk",
"test": "bazel test //:unit-tests",
"test": "bazel test //:unit_tests",
"ts-test-application": "mocha bazel-bin/test/test-application/test-ts --timeout 600000"
},
"dependencies": {
"@types/js-yaml": "^3.12.3",
"@types/js-yaml": "^3.12.4",
"file-system": "^2.2.2",
"fs-extra": "^9.0.0",
"get-stdin": "^8.0.0",
Expand Down

0 comments on commit 638a587

Please sign in to comment.