Skip to content

Commit

Permalink
fix(deps): update dependency @types/stack-trace to v0.0.31 (#1924)
Browse files Browse the repository at this point in the history
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@types/stack-trace](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/stack-trace) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`0.0.29` -> `0.0.31`](https://renovatebot.com/diffs/npm/@types%2fstack-trace/0.0.29/0.0.31) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fstack-trace/0.0.31?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fstack-trace/0.0.31?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fstack-trace/0.0.29/0.0.31?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fstack-trace/0.0.29/0.0.31?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Configuration

📅 **Schedule**: Branch creation - "after 9am and before 3pm" (UTC), Automerge - At any time (no schedule defined).

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

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

🔕 **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/googleapis/nodejs-spanner).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi45Ny4xIiwidXBkYXRlZEluVmVyIjoiMzYuOTcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
  • Loading branch information
renovate-bot committed Sep 27, 2023
1 parent 96d9892 commit 96af405
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -57,7 +57,7 @@
"@google-cloud/promisify": "^4.0.0",
"@grpc/proto-loader": "^0.7.0",
"@types/big.js": "^6.0.0",
"@types/stack-trace": "0.0.29",
"@types/stack-trace": "0.0.31",
"arrify": "^2.0.0",
"big.js": "^6.0.0",
"checkpoint-stream": "^0.1.1",
Expand Down
1 change: 1 addition & 0 deletions test/session-pool.ts
Expand Up @@ -84,6 +84,7 @@ describe('SessionPool', () => {
getColumnNumber: sandbox.stub().returns('13'),
getTypeName: sandbox.stub().returns('type'),
isNative: sandbox.stub().returns(false),
isConstructor: sandbox.stub().returns(false),
};
};

Expand Down

0 comments on commit 96af405

Please sign in to comment.