From 7401acf4776bdfcab94a2989e94d5d6003e9abe5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2024 00:42:52 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- .github/workflows/release.yml | 2 +- package.json | 2 +- packages/cli/package.json | 12 ++++++------ website/package.json | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 63b482f37..9fbb8cf04 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: if: ${{ startsWith(github.event.head_commit.message, env.RELEASE_COMMIT_MSG) }} run: pnpm --filter=@graphprotocol/graph-cli oclif:pack - name: Release / pull_request - uses: dotansimha/changesets-action@v1.5.0 + uses: dotansimha/changesets-action@v1.5.2 with: publish: pnpm release version: pnpm changeset version diff --git a/package.json b/package.json index b503464cd..ea3c3b21a 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@theguild/eslint-config": "0.13.2", "@theguild/prettier-config": "3.0.0", "@types/node": "^22.10.1", - "eslint": "9.16.0", + "eslint": "9.17.0", "prettier": "3.4.2" }, "pnpm": { diff --git a/packages/cli/package.json b/packages/cli/package.json index 10e5802a4..10bb93d1b 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -32,7 +32,7 @@ }, "dependencies": { "@float-capital/float-subgraph-uncrashable": "0.0.0-internal-testing.5", - "@oclif/core": "4.0.34", + "@oclif/core": "4.2.0", "@oclif/plugin-autocomplete": "^3.2.11", "@oclif/plugin-not-found": "^3.2.29", "@oclif/plugin-warn-if-update-available": "^3.1.24", @@ -40,13 +40,13 @@ "@whatwg-node/fetch": "^0.10.1", "assemblyscript": "0.19.23", "binary-install": "^1.1.0", - "chokidar": "4.0.1", - "debug": "4.3.7", + "chokidar": "4.0.3", + "debug": "4.4.0", "docker-compose": "1.1.0", "fs-extra": "11.2.0", "glob": "11.0.0", "gluegun": "5.2.0", - "graphql": "16.9.0", + "graphql": "16.10.0", "immutable": "5.0.3", "jayson": "4.1.3", "js-yaml": "4.1.0", @@ -55,7 +55,7 @@ "prettier": "3.4.2", "semver": "7.6.3", "tmp-promise": "3.0.3", - "undici": "7.1.1", + "undici": "7.2.0", "web3-eth-abi": "4.4.1", "yaml": "2.6.1" }, @@ -66,7 +66,7 @@ "@types/semver": "^7.5.8", "@types/which": "^3.0.4", "copyfiles": "^2.4.1", - "oclif": "4.16.0", + "oclif": "4.17.4", "spawn-command": "1.0.0", "strip-ansi": "7.1.0", "typescript": "^5.7.2", diff --git a/website/package.json b/website/package.json index d085338d1..d4eb70876 100644 --- a/website/package.json +++ b/website/package.json @@ -28,7 +28,7 @@ "connectkit": "^1.8.2", "file-type": "^19.6.0", "gql.tada": "^1.8.10", - "graphql": "16.9.0", + "graphql": "16.10.0", "kubo-rpc-client": "^5.0.2", "react": "^19.0.0", "react-dom": "^19.0.0", @@ -46,7 +46,7 @@ "devDependencies": { "@0no-co/graphqlsp": "^1.12.16", "@tanstack/router-cli": "1.87.7", - "@tanstack/router-vite-plugin": "1.87.13", + "@tanstack/router-vite-plugin": "1.91.1", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "@types/semver": "^7.5.8",