Skip to content

Commit 96af405

Browse files
authored
fix(deps): update dependency @types/stack-trace to v0.0.31 (googleapis#1924)
[![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==-->
1 parent 96d9892 commit 96af405

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@google-cloud/promisify": "^4.0.0",
5858
"@grpc/proto-loader": "^0.7.0",
5959
"@types/big.js": "^6.0.0",
60-
"@types/stack-trace": "0.0.29",
60+
"@types/stack-trace": "0.0.31",
6161
"arrify": "^2.0.0",
6262
"big.js": "^6.0.0",
6363
"checkpoint-stream": "^0.1.1",

test/session-pool.ts

+1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ describe('SessionPool', () => {
8484
getColumnNumber: sandbox.stub().returns('13'),
8585
getTypeName: sandbox.stub().returns('type'),
8686
isNative: sandbox.stub().returns(false),
87+
isConstructor: sandbox.stub().returns(false),
8788
};
8889
};
8990

0 commit comments

Comments
 (0)