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

Commit e5b7efd

Browse files
chore: fix presubmit failures by adjusting docs and pinning a system-test dependency (#1113)
* chore: pin typescript version in sample to 4.8.4 * docs: Tweak sample URL in readme * 🦉 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>
1 parent 92176b0 commit e5b7efd

4 files changed

Lines changed: 6 additions & 7 deletions

File tree

.readme-partials.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ body: |-
7070
```
7171
7272
The following params are optional:
73-
* firebaseDbUrl - https://PROJECT_ID-cdbg.firebase.io.com will be used if not
74-
provided. where PROJECT_ID is your project ID.
73+
* firebaseDbUrl - https://**PROJECT_ID**-cdbg.firebaseio.com will be used if not
74+
provided. where **PROJECT_ID** is your project ID.
7575
* firebaseKeyPath - Default google application credentials are used if not
7676
provided.
7777

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ require('@google-cloud/debug-agent').start({
120120
```
121121

122122
The following params are optional:
123-
* firebaseDbUrl - https://PROJECT_ID-cdbg.firebase.io.com will be used if not
124-
provided. where PROJECT_ID is your project ID.
123+
* firebaseDbUrl - https://**PROJECT_ID**-cdbg.firebaseio.com will be used if not
124+
provided. where **PROJECT_ID** is your project ID.
125125
* firebaseKeyPath - Default google application credentials are used if not
126126
provided.
127127

linkinator.config.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
"skip": [
44
"https://codecov.io/gh/googleapis/",
55
"www.googleapis.com",
6-
"img.shields.io",
7-
"https://project_id-cdbg.firebase.io.com"
6+
"img.shields.io"
87
],
98
"silent": true,
109
"concurrency": 10

system-test/fixtures/sample/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"gts": "^2.0.0",
18-
"typescript": "^3.8.3",
18+
"typescript": "4.8.4",
1919
"@types/node": "^16.0.0"
2020
}
2121
}

0 commit comments

Comments
 (0)