Skip to content

Commit 00afbb5

Browse files
benfacedimaMachina
andauthored
Compile remote docs with md parser instead of mdx + update dependencies (#493)
* Update dependencies (except Next and Nextra due to weird issues) * Improve ESLint and TS configs * Tweak `package.json` scripts * Don’t consider a link on thegraph.com domain to be external * Delete orphan pages (translated pages that no longer have a matching English page) * Show issue with Nextra 2.9.0+ * tadaaam * Update pnpm and other dependencies --------- Co-authored-by: Dimitri POSTOLOV <[email protected]>
1 parent 0425338 commit 00afbb5

File tree

12 files changed

+494
-493
lines changed

12 files changed

+494
-493
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM node:18-alpine as builder
33
ENV PNPM_HOME="/usr/bin"
44

55
RUN apk add --no-cache git
6-
RUN npm install -g pnpm@8.6.9
6+
RUN npm install -g pnpm@8.7.0
77

88
WORKDIR /app
99

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "the-graph-docs-monorepo",
33
"private": true,
4-
"packageManager": "pnpm@8.6.9",
4+
"packageManager": "pnpm@8.7.0",
55
"scripts": {
66
"build": "NODE_OPTIONS='--max_old_space_size=4096' turbo run build",
77
"check": "pnpm typecheck && pnpm lint && pnpm prettier:check",
@@ -23,7 +23,7 @@
2323
},
2424
"devDependencies": {
2525
"@edgeandnode/eslint-config": "^2.0.2",
26-
"eslint": "^8.47.0",
26+
"eslint": "^8.48.0",
2727
"eslint-plugin-mdx": "^2.2.0",
2828
"husky": "^8.0.3",
2929
"lint-staged": "^14.0.1",
@@ -35,7 +35,7 @@
3535
"remark-lint-no-heading-punctuation": "^3.1.2",
3636
"remark-lint-restrict-elements": "workspace:*",
3737
"turbo": "^1.10.13",
38-
"typescript": "^5.1.6"
38+
"typescript": "^5.2.2"
3939
},
4040
"lint-staged": {
4141
"**/*.{js,jsx,ts,tsx,mjs,cjs}": "eslint --fix",

packages/nextra-theme/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@emotion/react": "^11.11",
3131
"next": "^13",
3232
"next-seo": "^6",
33-
"nextra": "^2.7",
33+
"nextra": "^2.12",
3434
"react-dom": "^18.2",
3535
"theme-ui": "^0.16"
3636
},
@@ -51,7 +51,7 @@
5151
"@types/react-dom": "^18.2.7",
5252
"next": "13.4.12",
5353
"next-seo": "^6.1.0",
54-
"nextra": "2.7.1",
54+
"nextra": "^2.12.3",
5555
"react": "^18.2.0",
5656
"react-dom": "^18.2.0",
5757
"theme-ui": "^0.16.1",

packages/remark-lint-restrict-elements/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"dependencies": {
1515
"unified-lint-rule": "^2.1.2",
16-
"unist-util-visit": "^4.1.2"
16+
"unist-util-visit": "^5.0.0"
1717
},
1818
"sideEffects": false
1919
}

0 commit comments

Comments
 (0)