chore(deps): pin dependencies and enforce 14-day update cooldown (#27948)

This commit is contained in:
Gal Zahavi
2026-06-18 16:58:35 -07:00
committed by GitHub
parent c427d18fea
commit 93844dfa10
71 changed files with 4647 additions and 1457 deletions
+6 -3
View File
@@ -278,7 +278,8 @@ describe('Session', () => {
void,
unknown
> {
yield* [];
// eslint-disable-next-line @typescript-eslint/no-explicit-any
yield* [] as any;
throw error;
}
return errorGen();
@@ -303,7 +304,8 @@ describe('Session', () => {
void,
unknown
> {
yield* [];
// eslint-disable-next-line @typescript-eslint/no-explicit-any
yield* [] as any;
throw error;
}
return errorGen();
@@ -473,7 +475,8 @@ describe('Session', () => {
void,
unknown
> {
yield* [];
// eslint-disable-next-line @typescript-eslint/no-explicit-any
yield* [] as any;
throw customError;
}
return errorGen();