Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into owl-bot-update-lock-e92044720ab3cb6984a70b0c…
Browse files Browse the repository at this point in the history
…6001081204375959ba3599ef6c42dd99a7783a67
  • Loading branch information
mctavish authored Dec 21, 2023
2 parents 40de35e + a4c3ff8 commit 3382aea
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,15 @@
},
"devDependencies": {
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@compodoc/compodoc": "1.1.21",
"@compodoc/compodoc": "1.1.23",
"@types/acorn": "^4.0.2",
"@types/console-log-level": "^1.4.0",
"@types/estree": "1.0.3",
"@types/estree": "1.0.5",
"@types/extend": "^3.0.0",
"@types/mocha": "^9.0.0",
"@types/mv": "^2.1.0",
"@types/ncp": "^2.0.3",
"@types/node": "^18.0.0",
"@types/node": "^20.0.0",
"@types/proxyquire": "^1.3.28",
"@types/semver": "^7.0.0",
"@types/tmp": "^0.2.0",
Expand Down
2 changes: 1 addition & 1 deletion system-test/fixtures/sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"devDependencies": {
"gts": "^2.0.0",
"typescript": "4.8.4",
"@types/node": "^18.0.0"
"@types/node": "^20.0.0"
}
}
6 changes: 3 additions & 3 deletions test/test-v8debugapi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1123,13 +1123,13 @@ describe('v8debugapi', () => {
const bp: stackdriver.Breakpoint = {
id: 'fake-id-124',
// TODO(dominickramer): This path can be lest strict when this file has
// been
// converted to Typescript.
// been converted to Typescript.
location: {path: 'build/test/test-v8debugapi-code.js', line: 10},
expressions: ['process.env', 'hasGetter'],
} as {} as stackdriver.Breakpoint;
const oldMaxData = config.capture.maxDataSize;
config.capture.maxDataSize = 20000;
// Note the boosted maxDataSize to accommodate tests run on Windows.
config.capture.maxDataSize = 200000;
api.set(bp, err1 => {
assert.ifError(err1);
api.wait(bp, err2 => {
Expand Down

0 comments on commit 3382aea

Please sign in to comment.