Skip to content

Commit da16942

Browse files
authored
Update dependencies to refresh Supported Networks (+ sort them by name) (#791)
* Update dependencies * Sort supported networks by name + unhide Soneium Testnet * Quick link fixes
1 parent 525369d commit da16942

14 files changed

+3743
-2873
lines changed

.github/workflows/ci-cd-production.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Cancel Previous Runs
18-
uses: styfle/cancel-workflow-action@0.9.1
18+
uses: styfle/cancel-workflow-action@0.12.1
1919
with:
2020
access_token: ${{ github.token }}
2121

.github/workflows/ci-cd-pull-request.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Cancel Previous Runs
14-
uses: styfle/cancel-workflow-action@0.9.1
14+
uses: styfle/cancel-workflow-action@0.12.1
1515
with:
1616
access_token: ${{ github.token }}
1717

@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-latest
3636
steps:
3737
- name: Cancel Previous Runs
38-
uses: styfle/cancel-workflow-action@0.9.1
38+
uses: styfle/cancel-workflow-action@0.12.1
3939
with:
4040
access_token: ${{ github.token }}
4141

@@ -59,7 +59,7 @@ jobs:
5959
runs-on: ubuntu-latest
6060
steps:
6161
- name: Cancel Previous Runs
62-
uses: styfle/cancel-workflow-action@0.9.1
62+
uses: styfle/cancel-workflow-action@0.12.1
6363
with:
6464
access_token: ${{ github.token }}
6565

@@ -84,7 +84,7 @@ jobs:
8484
needs: [lint, format, typecheck]
8585
steps:
8686
- name: Cancel Previous Runs
87-
uses: styfle/cancel-workflow-action@0.9.1
87+
uses: styfle/cancel-workflow-action@0.12.1
8888
with:
8989
access_token: ${{ github.token }}
9090

.github/workflows/ci-cd-staging.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Cancel Previous Runs
19-
uses: styfle/cancel-workflow-action@0.9.1
19+
uses: styfle/cancel-workflow-action@0.12.1
2020
with:
2121
access_token: ${{ github.token }}
2222

.github/workflows/website-integrity.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Cancel Previous Runs
13-
uses: styfle/cancel-workflow-action@0.9.1
13+
uses: styfle/cancel-workflow-action@0.12.1
1414
with:
1515
access_token: ${{ github.token }}
1616

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ENV ENVIRONMENT=$ENVIRONMENT
66
ENV PNPM_HOME="/usr/bin"
77

88
RUN apk add --no-cache git
9-
RUN npm install -g pnpm@9.8.0
9+
RUN npm install -g pnpm@9.12.1
1010

1111
WORKDIR /app
1212

package.json

+4-4
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@9.8.0",
4+
"packageManager": "pnpm@9.12.1",
55
"scripts": {
66
"build": "NODE_OPTIONS='--max_old_space_size=4096' turbo run build",
77
"check": "pnpm typecheck && pnpm lint && pnpm prettier:check",
@@ -19,16 +19,16 @@
1919
},
2020
"devDependencies": {
2121
"@edgeandnode/eslint-config": "^2.0.3",
22-
"eslint": "^8.57.0",
22+
"eslint": "^8.57.1",
2323
"eslint-plugin-mdx": "^2.3.4",
2424
"prettier": "^3.3.3",
25-
"prettier-plugin-tailwindcss": "^0.6.6",
25+
"prettier-plugin-tailwindcss": "^0.6.8",
2626
"remark-frontmatter": "^5.0.0",
2727
"remark-lint-first-heading-level": "^3.1.2",
2828
"remark-lint-heading-increment": "^3.1.2",
2929
"remark-lint-no-heading-punctuation": "^3.1.2",
3030
"remark-lint-restrict-elements": "workspace:*",
3131
"turbo": "^1.13.4",
32-
"typescript": "^5.5.4"
32+
"typescript": "^5.6.2"
3333
}
3434
}

packages/nextra-theme/package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -35,27 +35,27 @@
3535
"theme-ui": "^0.16"
3636
},
3737
"dependencies": {
38-
"@docsearch/react": "^3.6.1",
39-
"@radix-ui/react-collapsible": "^1.1.0",
38+
"@docsearch/react": "^3.6.2",
39+
"@radix-ui/react-collapsible": "^1.1.1",
4040
"@radix-ui/react-visually-hidden": "^1.1.0",
4141
"lodash": "^4.17.21",
42-
"react-intersection-observer": "^9.13.0",
42+
"react-intersection-observer": "^9.13.1",
4343
"react-use": "^17.5.1"
4444
},
4545
"devDependencies": {
46-
"@edgeandnode/gds": "^5.28.0",
47-
"@edgeandnode/go": "^6.44.0",
46+
"@edgeandnode/gds": "^5.31.5",
47+
"@edgeandnode/go": "^6.55.2",
4848
"@emotion/react": "^11.13.3",
49-
"@types/lodash": "^4.17.7",
50-
"@types/react": "^18.3.4",
49+
"@types/lodash": "^4.17.10",
50+
"@types/react": "^18.3.11",
5151
"@types/react-dom": "^18.3.0",
52-
"next": "^14.2.6",
53-
"next-seo": "^6.5.0",
52+
"next": "^14.2.14",
53+
"next-seo": "^6.6.0",
5454
"nextra": "^2.13.4",
5555
"react": "^18.3.1",
5656
"react-dom": "^18.3.1",
5757
"theme-ui": "^0.16.2",
58-
"tsup": "^8.2.4"
58+
"tsup": "^8.3.0"
5959
},
6060
"sideEffects": false
6161
}

packages/og-image/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
"yoga-wasm-web": "0.3.3"
1717
},
1818
"devDependencies": {
19-
"@cloudflare/workers-types": "^4.20240821.1",
20-
"@types/react": "^18.3.4",
19+
"@cloudflare/workers-types": "^4.20241004.0",
20+
"@types/react": "^18.3.11",
2121
"jest-image-snapshot": "^6.4.0",
22-
"tsx": "^4.17.0",
23-
"typescript": "^5.5.4",
22+
"tsx": "^4.19.1",
23+
"typescript": "^5.6.2",
2424
"vitest": "^1.6.0",
25-
"wrangler": "^3.72.2"
25+
"wrangler": "^3.80.1"
2626
}
2727
}

0 commit comments

Comments
 (0)