Skip to content

Commit

Permalink
ci: Enable constraintsFiltering for Node.js Libraries (#2488)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
3 people authored Jun 25, 2024
1 parent 3017535 commit 18eef67
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/.OwlBot.lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions internal-tooling/performApplicationPerformanceTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
1 change: 1 addition & 0 deletions internal-tooling/performTransferManagerTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
1 change: 1 addition & 0 deletions internal-tooling/performanceTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
1 change: 1 addition & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"docker:disable",
":disableDependencyDashboard"
],
"constraintsFiltering": "strict",
"pinVersions": false,
"rebaseStalePrs": true,
"schedule": [
Expand Down

0 comments on commit 18eef67

Please sign in to comment.