Skip to content

Commit 18eef67

Browse files
ci: Enable constraintsFiltering for Node.js Libraries (#2488)
* ci: Enable `constraintsFiltering` for Node.js Libraries chore: Enable `constraintsFiltering` for Node.js Libraries Source-Link: googleapis/synthtool@dae1282 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:d920257482ca1cd72978f29f7d28765a9f8c758c21ee0708234db5cf4c5016c2 * add constraints filtering to renovate.json * add internal-tooling to eslintignore * add eslint disables for internal tooling * fix rule names * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Denis DelGrosso <ddelgrosso@google.com>
1 parent 3017535 commit 18eef67

File tree

5 files changed

+6
-2
lines changed

5 files changed

+6
-2
lines changed

.github/.OwlBot.lock.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest
16-
digest: sha256:68e1cece0d6d3336c4f1cb9d2857b020af5574dff6da6349293d1c6d4eea82d8
17-
# created: 2024-05-31T15:46:42.989947733Z
16+
digest: sha256:d920257482ca1cd72978f29f7d28765a9f8c758c21ee0708234db5cf4c5016c2
17+
# created: 2024-06-12T16:18:41.688792375Z

internal-tooling/performApplicationPerformanceTest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17+
/* eslint-disable n/no-unsupported-features/node-builtins */
1718
import yargs from 'yargs';
1819
import {promises as fsp, rmSync} from 'fs';
1920
import {

internal-tooling/performTransferManagerTest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17+
/* eslint-disable n/no-unsupported-features/node-builtins */
1718
import yargs from 'yargs';
1819
import {parentPort} from 'worker_threads';
1920
import {Bucket, File, TransferManager} from '../src/index.js';

internal-tooling/performanceTest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17+
/* eslint-disable n/no-process-exit */
1718
import yargs from 'yargs';
1819
import {appendFile} from 'fs/promises';
1920
import {Worker} from 'worker_threads';

renovate.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"docker:disable",
55
":disableDependencyDashboard"
66
],
7+
"constraintsFiltering": "strict",
78
"pinVersions": false,
89
"rebaseStalePrs": true,
910
"schedule": [

0 commit comments

Comments
 (0)