File tree Expand file tree Collapse file tree 12 files changed +3711
-2839
lines changed Expand file tree Collapse file tree 12 files changed +3711
-2839
lines changed Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Cancel Previous Runs
18
- uses : styfle/cancel-workflow-action@0.9 .1
18
+ uses : styfle/cancel-workflow-action@0.12 .1
19
19
with :
20
20
access_token : ${{ github.token }}
21
21
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Cancel Previous Runs
14
- uses : styfle/cancel-workflow-action@0.9 .1
14
+ uses : styfle/cancel-workflow-action@0.12 .1
15
15
with :
16
16
access_token : ${{ github.token }}
17
17
35
35
runs-on : ubuntu-latest
36
36
steps :
37
37
- name : Cancel Previous Runs
38
- uses : styfle/cancel-workflow-action@0.9 .1
38
+ uses : styfle/cancel-workflow-action@0.12 .1
39
39
with :
40
40
access_token : ${{ github.token }}
41
41
59
59
runs-on : ubuntu-latest
60
60
steps :
61
61
- name : Cancel Previous Runs
62
- uses : styfle/cancel-workflow-action@0.9 .1
62
+ uses : styfle/cancel-workflow-action@0.12 .1
63
63
with :
64
64
access_token : ${{ github.token }}
65
65
84
84
needs : [lint, format, typecheck]
85
85
steps :
86
86
- name : Cancel Previous Runs
87
- uses : styfle/cancel-workflow-action@0.9 .1
87
+ uses : styfle/cancel-workflow-action@0.12 .1
88
88
with :
89
89
access_token : ${{ github.token }}
90
90
Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- name : Cancel Previous Runs
19
- uses : styfle/cancel-workflow-action@0.9 .1
19
+ uses : styfle/cancel-workflow-action@0.12 .1
20
20
with :
21
21
access_token : ${{ github.token }}
22
22
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Cancel Previous Runs
13
- uses : styfle/cancel-workflow-action@0.9 .1
13
+ uses : styfle/cancel-workflow-action@0.12 .1
14
14
with :
15
15
access_token : ${{ github.token }}
16
16
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ENV ENVIRONMENT=$ENVIRONMENT
6
6
ENV PNPM_HOME="/usr/bin"
7
7
8
8
RUN apk add --no-cache git
9
- RUN npm install -g pnpm@9.8.0
9
+ RUN npm install -g pnpm@9.12.1
10
10
11
11
WORKDIR /app
12
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " the-graph-docs-monorepo" ,
3
3
"private" : true ,
4
- "packageManager" : " pnpm@9.8.0 " ,
4
+ "packageManager" : " pnpm@9.12.1 " ,
5
5
"scripts" : {
6
6
"build" : " NODE_OPTIONS='--max_old_space_size=4096' turbo run build" ,
7
7
"check" : " pnpm typecheck && pnpm lint && pnpm prettier:check" ,
19
19
},
20
20
"devDependencies" : {
21
21
"@edgeandnode/eslint-config" : " ^2.0.3" ,
22
- "eslint" : " ^8.57.0 " ,
22
+ "eslint" : " ^8.57.1 " ,
23
23
"eslint-plugin-mdx" : " ^2.3.4" ,
24
24
"prettier" : " ^3.3.3" ,
25
- "prettier-plugin-tailwindcss" : " ^0.6.6 " ,
25
+ "prettier-plugin-tailwindcss" : " ^0.6.8 " ,
26
26
"remark-frontmatter" : " ^5.0.0" ,
27
27
"remark-lint-first-heading-level" : " ^3.1.2" ,
28
28
"remark-lint-heading-increment" : " ^3.1.2" ,
29
29
"remark-lint-no-heading-punctuation" : " ^3.1.2" ,
30
30
"remark-lint-restrict-elements" : " workspace:*" ,
31
31
"turbo" : " ^1.13.4" ,
32
- "typescript" : " ^5.5.4 "
32
+ "typescript" : " ^5.6.2 "
33
33
}
34
34
}
Original file line number Diff line number Diff line change 35
35
"theme-ui" : " ^0.16"
36
36
},
37
37
"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 " ,
40
40
"@radix-ui/react-visually-hidden" : " ^1.1.0" ,
41
41
"lodash" : " ^4.17.21" ,
42
- "react-intersection-observer" : " ^9.13.0 " ,
42
+ "react-intersection-observer" : " ^9.13.1 " ,
43
43
"react-use" : " ^17.5.1"
44
44
},
45
45
"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 " ,
48
48
"@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 " ,
51
51
"@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" ,
54
54
"nextra" : " ^2.13.4" ,
55
55
"react" : " ^18.3.1" ,
56
56
"react-dom" : " ^18.3.1" ,
57
57
"theme-ui" : " ^0.16.2" ,
58
- "tsup" : " ^8.2.4 "
58
+ "tsup" : " ^8.3.0 "
59
59
},
60
60
"sideEffects" : false
61
61
}
Original file line number Diff line number Diff line change 16
16
"yoga-wasm-web" : " 0.3.3"
17
17
},
18
18
"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 " ,
21
21
"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 " ,
24
24
"vitest" : " ^1.6.0" ,
25
- "wrangler" : " ^3.72.2 "
25
+ "wrangler" : " ^3.80.1 "
26
26
}
27
27
}
You can’t perform that action at this time.
0 commit comments