Skip to content

Commit 8da85b1

Browse files
authored
Merge branch 'main' into bugfix/add-flags-not-honored
2 parents 65bbf17 + e2e5139 commit 8da85b1

File tree

186 files changed

+19253
-20882
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

186 files changed

+19253
-20882
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@graphprotocol/graph-cli": patch
3+
---
4+
dependencies updates:
5+
- Updated dependency [`[email protected]` ↗︎](https://www.npmjs.com/package/prettier/v/3.4.2) (from `3.4.1`, in `dependencies`)

.changeset/green-islands-wink.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@graphprotocol/graph-cli': minor
3+
'@graphprotocol/graph-ts': minor
4+
---
5+
6+
Update all dependencies

.changeset/new-gorillas-scream.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
'@graphprotocol/graph-cli': minor
3+
---
4+
5+
- add networks registry support
6+
- improve `graph init` flow
7+
- filter through the networks as you type
8+
- more information about the networks
9+
- remove unnecessary options depending on the selection
10+
- ESC key to go back
11+
- allow specifying ipfs/url for substreams package

.changeset/short-keys-boil.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@graphprotocol/graph-cli': patch
3+
---
4+
5+
fix bug with clashing \_id field name in schema

.eslintignore

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

.eslintrc.cjs

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

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout Repository
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v4
1717

1818
- uses: the-guild-org/shared-config/setup@main
1919
name: Setup Env
@@ -35,7 +35,7 @@ jobs:
3535
node-version: [18, 20, 22]
3636
steps:
3737
- name: Checkout Repository
38-
uses: actions/checkout@v3
38+
uses: actions/checkout@v4
3939

4040
- uses: the-guild-org/shared-config/setup@main
4141
name: Setup Env
@@ -53,7 +53,7 @@ jobs:
5353
run: pnpm build # will also check types
5454

5555
- name: Run Tests
56-
uses: nick-fields/retry@v2
56+
uses: nick-fields/retry@v3
5757
with:
5858
timeout_minutes: 10
5959
max_attempts: 3
@@ -65,7 +65,7 @@ jobs:
6565
runs-on: ubuntu-latest
6666
steps:
6767
- name: Checkout Repository
68-
uses: actions/checkout@v3
68+
uses: actions/checkout@v4
6969

7070
- uses: the-guild-org/shared-config/setup@main
7171
name: Setup Env
@@ -81,7 +81,7 @@ jobs:
8181
run: pnpm i
8282

8383
- name: Run Tests
84-
uses: nick-fields/retry@v2
84+
uses: nick-fields/retry@v3
8585
with:
8686
timeout_minutes: 10
8787
max_attempts: 3
@@ -93,7 +93,7 @@ jobs:
9393
runs-on: ubuntu-latest
9494
steps:
9595
- name: Checkout Repository
96-
uses: actions/checkout@v3
96+
uses: actions/checkout@v4
9797

9898
- uses: the-guild-org/shared-config/setup@main
9999
name: Setup Env
@@ -106,7 +106,7 @@ jobs:
106106
run: pnpm build # will also check types
107107

108108
- name: Run Tests
109-
uses: nick-fields/retry@v2
109+
uses: nick-fields/retry@v3
110110
with:
111111
timeout_minutes: 10
112112
max_attempts: 3

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919
with:
2020
fetch-depth: 0
2121
token: ${{ secrets.GITHUB_TOKEN }}

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ tmp
8282

8383
*.wasm
8484

85-
.idea
85+
.idea

.prettierignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ generated
55
packages/cli/tests/cli/init
66
packages/cli/tests/cli/validation
77
packages/cli/tests/cli/add
8+
packages/cli/config/TheGraphNetworksRegistry.json
89
pnpm-lock.yaml
9-
cf-pages/**
1010
website/src/graphql-env.d.ts

0 commit comments

Comments
 (0)