Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changeset/@graphprotocol_graph-cli-1932-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@graphprotocol/graph-cli": patch
---
dependencies updates:
- Updated dependency [`@oclif/[email protected]` ↗︎](https://www.npmjs.com/package/@oclif/core/v/4.2.6) (from `4.2.4`, in `dependencies`)
- Updated dependency [`[email protected]` ↗︎](https://www.npmjs.com/package/semver/v/7.7.1) (from `7.6.3`, in `dependencies`)
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
nodeVersion: 20
packageManager: pnpm
packageManagerVersion: 9.1.0
packageManagerVersion: 9.10.0

- name: Lint
run: pnpm lint
Expand All @@ -42,7 +42,7 @@ jobs:
with:
nodeVersion: ${{ matrix.node-version }}
packageManager: pnpm
packageManagerVersion: 9.1.0
packageManagerVersion: 9.10.0

- name: Setup git user information
run: |
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
with:
nodeVersion: 20
packageManager: pnpm
packageManagerVersion: 9.3.0
packageManagerVersion: 9.10.0

- name: Build Packages
run: pnpm build # will also check types
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
buildScript: build
nodeVersion: 20
packageManager: pnpm
packageManagerVersion: 9.1.0
packageManagerVersion: 9.10.0
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
npmToken: ${{ secrets.NPM_TOKEN }}
Expand All @@ -34,7 +34,7 @@ jobs:
buildScript: build
nodeVersion: 20
packageManager: pnpm
packageManagerVersion: 9.1.0
packageManagerVersion: 9.10.0
restoreDeletedChangesets: true
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
nodeVersion: 20
packageManager: pnpm
packageManagerVersion: 9.1.0
packageManagerVersion: 9.10.0

- name: Set variables
id: vars
Expand Down
2 changes: 1 addition & 1 deletion examples/ethereum-basic-event-handlers/hardhat/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apk add --update python3 make g++ && rm -rf /var/cache/apk/*

RUN corepack enable

RUN corepack prepare pnpm@9.3.0 --activate
RUN corepack prepare pnpm@9.10.0 --activate

RUN pnpm install

Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@float-capital/float-subgraph-uncrashable": "0.0.0-internal-testing.5",
"@oclif/core": "4.2.4",
"@oclif/core": "4.2.6",
"@oclif/plugin-autocomplete": "^3.2.11",
"@oclif/plugin-not-found": "^3.2.29",
"@oclif/plugin-warn-if-update-available": "^3.1.24",
Expand All @@ -57,7 +57,7 @@
"kubo-rpc-client": "^5.0.2",
"open": "10.1.0",
"prettier": "3.4.2",
"semver": "7.6.3",
"semver": "7.7.1",
"tmp-promise": "3.0.3",
"undici": "7.3.0",
"web3-eth-abi": "4.4.1",
Expand Down
Loading