diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml index 34bb2086d..9e90d54bf 100644 --- a/.github/.OwlBot.lock.yaml +++ b/.github/.OwlBot.lock.yaml @@ -13,5 +13,5 @@ # limitations under the License. docker: image: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest - digest: sha256:68e1cece0d6d3336c4f1cb9d2857b020af5574dff6da6349293d1c6d4eea82d8 -# created: 2024-05-31T15:46:42.989947733Z + digest: sha256:d920257482ca1cd72978f29f7d28765a9f8c758c21ee0708234db5cf4c5016c2 +# created: 2024-06-12T16:18:41.688792375Z diff --git a/internal-tooling/performApplicationPerformanceTest.ts b/internal-tooling/performApplicationPerformanceTest.ts index c0a11bbd8..99b0f151f 100644 --- a/internal-tooling/performApplicationPerformanceTest.ts +++ b/internal-tooling/performApplicationPerformanceTest.ts @@ -14,6 +14,7 @@ * limitations under the License. */ +/* eslint-disable n/no-unsupported-features/node-builtins */ import yargs from 'yargs'; import {promises as fsp, rmSync} from 'fs'; import { diff --git a/internal-tooling/performTransferManagerTest.ts b/internal-tooling/performTransferManagerTest.ts index 7810bafe3..097e999f7 100644 --- a/internal-tooling/performTransferManagerTest.ts +++ b/internal-tooling/performTransferManagerTest.ts @@ -14,6 +14,7 @@ * limitations under the License. */ +/* eslint-disable n/no-unsupported-features/node-builtins */ import yargs from 'yargs'; import {parentPort} from 'worker_threads'; import {Bucket, File, TransferManager} from '../src/index.js'; diff --git a/internal-tooling/performanceTest.ts b/internal-tooling/performanceTest.ts index 02828104f..995eaf967 100644 --- a/internal-tooling/performanceTest.ts +++ b/internal-tooling/performanceTest.ts @@ -14,6 +14,7 @@ * limitations under the License. */ +/* eslint-disable n/no-process-exit */ import yargs from 'yargs'; import {appendFile} from 'fs/promises'; import {Worker} from 'worker_threads'; diff --git a/renovate.json b/renovate.json index 26428fcfc..c5c702cf4 100644 --- a/renovate.json +++ b/renovate.json @@ -4,6 +4,7 @@ "docker:disable", ":disableDependencyDashboard" ], + "constraintsFiltering": "strict", "pinVersions": false, "rebaseStalePrs": true, "schedule": [