Skip to content

Commit c35255e

Browse files
pearigeeshivanee-p
andauthored
ci: resolve type conflict for @sinonjs/fake-timers for all generated packages (#7995)
* fix: resolve type conflict for @sinonjs/fake-timers for all packages * pin the sinon version to "21.0.3" to avoid breakages in new version --------- Co-authored-by: Shivanee <46910562+shivanee-p@users.noreply.github.com>
1 parent d713ca8 commit c35255e

File tree

226 files changed

+2128
-320
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

226 files changed

+2128
-320
lines changed

packages/gapic-node-processing/package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"gapic-tools": "^1.0.0",
3737
"gts": "^6.0.2",
3838
"mocha": "^11.1.0",
39-
"sinon": "^21.0.0",
39+
"sinon": "21.0.3",
4040
"snap-shot-it": "^7.9.10",
4141
"typescript": "^5.8.2"
4242
},
@@ -54,5 +54,13 @@
5454
"js-yaml": "^4.1.0",
5555
"nunjucks": "^3.2.4",
5656
"yargs": "^17.7.2"
57+
},
58+
"overrides": {
59+
"@sinonjs/fake-timers": "15.2.1"
60+
},
61+
"pnpm": {
62+
"overrides": {
63+
"@sinonjs/fake-timers": "15.2.1"
64+
}
5765
}
5866
}

packages/google-ads-admanager/package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,18 @@
6161
"long": "^5.3.1",
6262
"mocha": "^11.1.0",
6363
"pack-n-play": "^3.0.0",
64-
"sinon": "^21.0.0",
64+
"sinon": "21.0.3",
6565
"typescript": "^5.8.2"
6666
},
6767
"engines": {
6868
"node": ">=18"
69+
},
70+
"overrides": {
71+
"@sinonjs/fake-timers": "15.2.1"
72+
},
73+
"pnpm": {
74+
"overrides": {
75+
"@sinonjs/fake-timers": "15.2.1"
76+
}
6977
}
7078
}

packages/google-ads-datamanager/package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,18 @@
6161
"long": "^5.3.1",
6262
"mocha": "^11.1.0",
6363
"pack-n-play": "^3.0.0",
64-
"sinon": "^21.0.0",
64+
"sinon": "21.0.3",
6565
"typescript": "^5.8.2"
6666
},
6767
"engines": {
6868
"node": ">=18.0.0"
69+
},
70+
"overrides": {
71+
"@sinonjs/fake-timers": "15.2.1"
72+
},
73+
"pnpm": {
74+
"overrides": {
75+
"@sinonjs/fake-timers": "15.2.1"
76+
}
6977
}
7078
}

packages/google-ai-generativelanguage/package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,18 @@
6060
"long": "^5.3.1",
6161
"mocha": "^11.1.0",
6262
"pack-n-play": "^3.0.0",
63-
"sinon": "^21.0.0",
63+
"sinon": "21.0.3",
6464
"typescript": "^5.8.2"
6565
},
6666
"engines": {
6767
"node": ">=18"
68+
},
69+
"overrides": {
70+
"@sinonjs/fake-timers": "15.2.1"
71+
},
72+
"pnpm": {
73+
"overrides": {
74+
"@sinonjs/fake-timers": "15.2.1"
75+
}
6876
}
6977
}

packages/google-analytics-admin/package.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,19 @@
6363
"long": "^5.3.1",
6464
"mocha": "^11.1.0",
6565
"pack-n-play": "^3.0.0",
66-
"sinon": "^21.0.0",
66+
"sinon": "21.0.3",
6767
"typescript": "^5.8.2"
6868
},
6969
"engines": {
7070
"node": ">=18"
7171
},
72-
"homepage": "https://github.com/googleapis/google-cloud-node/tree/main/packages/google-analytics-admin"
72+
"homepage": "https://github.com/googleapis/google-cloud-node/tree/main/packages/google-analytics-admin",
73+
"overrides": {
74+
"@sinonjs/fake-timers": "15.2.1"
75+
},
76+
"pnpm": {
77+
"overrides": {
78+
"@sinonjs/fake-timers": "15.2.1"
79+
}
80+
}
7381
}

packages/google-analytics-data/package.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,19 @@
6161
"long": "^5.3.1",
6262
"mocha": "^11.1.0",
6363
"pack-n-play": "^3.0.0",
64-
"sinon": "^21.0.0",
64+
"sinon": "21.0.3",
6565
"typescript": "^5.8.2"
6666
},
6767
"engines": {
6868
"node": ">=18"
6969
},
70-
"homepage": "https://github.com/googleapis/google-cloud-node/tree/main/packages/google-analytics-data"
70+
"homepage": "https://github.com/googleapis/google-cloud-node/tree/main/packages/google-analytics-data",
71+
"overrides": {
72+
"@sinonjs/fake-timers": "15.2.1"
73+
},
74+
"pnpm": {
75+
"overrides": {
76+
"@sinonjs/fake-timers": "15.2.1"
77+
}
78+
}
7179
}

packages/google-api-apikeys/package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,18 @@
6262
"long": "^5.3.1",
6363
"mocha": "^11.1.0",
6464
"pack-n-play": "^3.0.0",
65-
"sinon": "^21.0.0",
65+
"sinon": "21.0.3",
6666
"typescript": "^5.8.2"
6767
},
6868
"engines": {
6969
"node": ">=18"
70+
},
71+
"overrides": {
72+
"@sinonjs/fake-timers": "15.2.1"
73+
},
74+
"pnpm": {
75+
"overrides": {
76+
"@sinonjs/fake-timers": "15.2.1"
77+
}
7078
}
7179
}

packages/google-api-cloudquotas/package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,18 @@
6161
"long": "^5.3.1",
6262
"mocha": "^11.1.0",
6363
"pack-n-play": "^3.0.0",
64-
"sinon": "^21.0.0",
64+
"sinon": "21.0.3",
6565
"typescript": "^5.8.2"
6666
},
6767
"engines": {
6868
"node": ">=18"
69+
},
70+
"overrides": {
71+
"@sinonjs/fake-timers": "15.2.1"
72+
},
73+
"pnpm": {
74+
"overrides": {
75+
"@sinonjs/fake-timers": "15.2.1"
76+
}
6977
}
7078
}

packages/google-api-servicecontrol/package.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,19 @@
6262
"long": "^5.3.1",
6363
"mocha": "^11.1.0",
6464
"pack-n-play": "^3.0.0",
65-
"sinon": "^21.0.0",
65+
"sinon": "21.0.3",
6666
"typescript": "^5.8.2"
6767
},
6868
"engines": {
6969
"node": ">=18"
7070
},
71-
"homepage": "https://github.com/googleapis/google-cloud-node/tree/main/packages/google-api-servicecontrol"
71+
"homepage": "https://github.com/googleapis/google-cloud-node/tree/main/packages/google-api-servicecontrol",
72+
"overrides": {
73+
"@sinonjs/fake-timers": "15.2.1"
74+
},
75+
"pnpm": {
76+
"overrides": {
77+
"@sinonjs/fake-timers": "15.2.1"
78+
}
79+
}
7280
}

packages/google-api-servicemanagement/package.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,19 @@
6161
"long": "^5.3.1",
6262
"mocha": "^11.1.0",
6363
"pack-n-play": "^3.0.0",
64-
"sinon": "^21.0.0",
64+
"sinon": "21.0.3",
6565
"typescript": "^5.8.2"
6666
},
6767
"engines": {
6868
"node": ">=18"
6969
},
70-
"homepage": "https://github.com/googleapis/google-cloud-node/tree/main/packages/google-api-servicemanagement"
70+
"homepage": "https://github.com/googleapis/google-cloud-node/tree/main/packages/google-api-servicemanagement",
71+
"overrides": {
72+
"@sinonjs/fake-timers": "15.2.1"
73+
},
74+
"pnpm": {
75+
"overrides": {
76+
"@sinonjs/fake-timers": "15.2.1"
77+
}
78+
}
7179
}

0 commit comments

Comments
 (0)