Skip to content

Commit eafae3b

Browse files
Bump @theguild/components and updated website to latest layout (#2191)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9974c0b commit eafae3b

36 files changed

+4100
-6547
lines changed

.github/workflows/pr.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,3 @@ jobs:
4040
secrets:
4141
githubToken: ${{ secrets.GITHUB_TOKEN }}
4242
npmToken: ${{ secrets.NODE_AUTH_TOKEN }}
43-
44-
algolia:
45-
uses: the-guild-org/shared-config/.github/workflows/algolia-integrity.yml@main
46-
if: ${{ github.event.pull_request.head.repo.full_name == 'n1ru4l/envelop' }}
47-
with:
48-
domain: https://www.the-guild.dev/graphql/envelop/
49-
source: 'Envelop'
50-
packageManager: 'pnpm'
51-
secrets:
52-
githubToken: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,3 @@ jobs:
1414
secrets:
1515
githubToken: ${{ secrets.GUILD_BOT_TOKEN }}
1616
npmToken: ${{ secrets.NODE_AUTH_TOKEN }}
17-
18-
algolia:
19-
uses: the-guild-org/shared-config/.github/workflows/algolia-publish.yml@main
20-
secrets:
21-
githubToken: ${{ secrets.GITHUB_TOKEN }}
22-
algoliaAdminApiKey: ${{ secrets.ALGOLIA_ADMIN_API_KEY }}
23-
with:
24-
domain: https://www.the-guild.dev/graphql/envelop/
25-
source: 'Envelop'
26-
packageManager: 'pnpm'

.github/workflows/website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ jobs:
3838
projectName: envelop
3939
prId: ${{ github.event.pull_request.number }}
4040
websiteDirectory: ./
41-
buildScript: cd website && pnpm run build && pnpm next export
41+
buildScript: cd website && pnpm run build
4242
artifactDir: website/out

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,6 @@
7474
"esbuild": "^0.17.0",
7575
"graphql": "16.6.0",
7676
"estree-util-build-jsx": "2.2.2"
77-
},
78-
"patchedDependencies": {
79-
"@changesets/[email protected]": "patches/@[email protected]",
80-
"@changesets/[email protected]": "patches/@[email protected]"
8177
}
8278
}
8379
}

patches/@[email protected]

Lines changed: 0 additions & 158 deletions
This file was deleted.

patches/@[email protected]

Lines changed: 0 additions & 110 deletions
This file was deleted.

0 commit comments

Comments
 (0)