Upgrade NX (#13758)

Upgrade from NX18 to NX21
This commit is contained in:
Félix Malfait
2025-08-08 10:38:12 +02:00
committed by GitHub
parent 4708ff34c7
commit 033bedde0a
58 changed files with 3676 additions and 820 deletions
@@ -1,8 +1,8 @@
import { graphql } from '@octokit/graphql';
import { type graphql } from '@octokit/graphql';
import { insertMany } from '@/database/database';
import { githubReleasesModel } from '@/database/model';
import { Repository } from '@/github/contributors/types';
import { type Repository } from '@/github/contributors/types';
export const fetchAndSaveGithubReleases = async (
query: typeof graphql,