chore(deps): bump the minor-and-patch group across 1 directory with 8 updates - #271
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump the minor-and-patch group across 1 directory with 8 updates#271dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
… updates Bumps the minor-and-patch group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@graphprotocol/graph-ts](https://github.com/graphprotocol/graph-tooling/tree/HEAD/packages/ts) | `0.29.3` | `0.38.2` | | [fs-extra](https://github.com/jprichardson/node-fs-extra) | `11.3.3` | `11.4.0` | | [ts-node](https://github.com/TypeStrong/ts-node) | `10.9.1` | `10.9.2` | | [@graphprotocol/graph-cli](https://github.com/graphprotocol/graph-tooling/tree/HEAD/packages/cli) | `0.69.2` | `0.98.1` | | [@nomiclabs/hardhat-ethers](https://github.com/nomiclabs/hardhat) | `2.2.2` | `2.2.3` | | [@nomiclabs/hardhat-waffle](https://github.com/NomicFoundation/hardhat-waffle) | `2.0.5` | `2.0.6` | | [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha) | `10.0.1` | `10.0.10` | | [typechain](https://github.com/ethereum-ts/Typechain) | `8.1.1` | `8.3.2` | Updates `@graphprotocol/graph-ts` from 0.29.3 to 0.38.2 - [Release notes](https://github.com/graphprotocol/graph-tooling/releases) - [Changelog](https://github.com/graphprotocol/graph-tooling/blob/main/packages/ts/CHANGELOG.md) - [Commits](https://github.com/graphprotocol/graph-tooling/commits/@graphprotocol/graph-ts@0.38.2/packages/ts) Updates `fs-extra` from 11.3.3 to 11.4.0 - [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md) - [Commits](jprichardson/node-fs-extra@11.3.3...11.4.0) Updates `ts-node` from 10.9.1 to 10.9.2 - [Release notes](https://github.com/TypeStrong/ts-node/releases) - [Changelog](https://github.com/TypeStrong/ts-node/blob/main/development-docs/release-template.md) - [Commits](TypeStrong/ts-node@v10.9.1...v10.9.2) Updates `@graphprotocol/graph-cli` from 0.69.2 to 0.98.1 - [Release notes](https://github.com/graphprotocol/graph-tooling/releases) - [Changelog](https://github.com/graphprotocol/graph-tooling/blob/main/packages/cli/CHANGELOG.md) - [Commits](https://github.com/graphprotocol/graph-tooling/commits/@graphprotocol/graph-cli@0.98.1/packages/cli) Updates `@nomiclabs/hardhat-ethers` from 2.2.2 to 2.2.3 - [Release notes](https://github.com/nomiclabs/hardhat/releases) - [Commits](https://github.com/nomiclabs/hardhat/compare/@nomiclabs/hardhat-ethers@2.2.2...@nomiclabs/hardhat-ethers@2.2.3) Updates `@nomiclabs/hardhat-waffle` from 2.0.5 to 2.0.6 - [Release notes](https://github.com/NomicFoundation/hardhat-waffle/releases) - [Changelog](https://github.com/NomicFoundation/hardhat-waffle/blob/main/CHANGELOG.md) - [Commits](https://github.com/NomicFoundation/hardhat-waffle/commits) Updates `@types/mocha` from 10.0.1 to 10.0.10 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mocha) Updates `typechain` from 8.1.1 to 8.3.2 - [Release notes](https://github.com/ethereum-ts/Typechain/releases) - [Commits](https://github.com/ethereum-ts/Typechain/compare/typechain@8.1.1...typechain@8.3.2) --- updated-dependencies: - dependency-name: "@graphprotocol/graph-ts" dependency-version: 0.38.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: fs-extra dependency-version: 11.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: ts-node dependency-version: 10.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@graphprotocol/graph-cli" dependency-version: 0.98.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@nomiclabs/hardhat-ethers" dependency-version: 2.2.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@nomiclabs/hardhat-waffle" dependency-version: 2.0.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@types/mocha" dependency-version: 10.0.10 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: typechain dependency-version: 8.3.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
🔵 Needs a closer look
It includes large version jumps in core Graph tooling (graph-ts/graph-cli) that can introduce breaking behavior even without code changes, so a human should confirm compatibility via CI and any required regeneration steps.
Pull request overview
Dependency update PR that bumps several JS/TS tooling packages used for subgraph codegen/build and Hardhat-based testing in the repository root.
Changes:
- Update Graph tooling dependencies:
@graphprotocol/graph-ts(0.29.3 → 0.38.2) and@graphprotocol/graph-cli(^0.69.x → ^0.98.1). - Update supporting tooling deps:
fs-extra,ts-node, Hardhat plugins,@types/mocha, andtypechain.
File summaries
| File | Description |
|---|---|
| package.json | Bumps Graph tooling + Hardhat/Typechain/test tooling dependency versions. |
Review details
- Files reviewed: 1/2 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the minor-and-patch group with 8 updates in the / directory:
0.29.30.38.211.3.311.4.010.9.110.9.20.69.20.98.12.2.22.2.32.0.52.0.610.0.110.0.108.1.18.3.2Updates
@graphprotocol/graph-tsfrom 0.29.3 to 0.38.2Release notes
Sourced from @graphprotocol/graph-ts's releases.
... (truncated)
Changelog
Sourced from @graphprotocol/graph-ts's changelog.
... (truncated)
Commits
a44fe8achore(release): update monorepo packages versions (#2053)31103e7graph-ts: fix log namespace collision (#2057)971c81arevert log.critical() never return (#2056)b9b911efix: fix log namespace (#2008)5fd624arefactor: log critical never (#2015)4b4ad3echore(release): update monorepo packages versions (#1998)d147358chore: fix lint issues (#2034)3fb730bFix WASM global vars (#2006)3e04952graph init should only generate entity handlers for immutable enitites (#1993)b54a63efix: Fixed incorrect usage oftoI32()for i64 conversion (#1984)Maintainer changes
This version was pushed to npm by yaroshkvorets, a new releaser for
@graphprotocol/graph-tssince your current version.Updates
fs-extrafrom 11.3.3 to 11.4.0Changelog
Sourced from fs-extra's changelog.
Commits
53a8d1a11.4.09c2d3c9Throw EEXIST when ensureSymlink dest is a broken symlink (#1076)62a4e7211.3.601c0ca6Fix copy/move recursing into source through a symlinked dest ancestor (#1073)7268250docs: fix typo in README.md (seperate → separately) (#1074)2fd7b6cchore: Add Node 26 to the test matrix (#1072)8a88f5811.3.581a1311Mirror all utimesMillis() tests for utimesMillisSync() (#1070)b7ab7f8Properly handle close errors in utimesMillis*() (#1069)1c248edFix file descriptor leak inutimesMillisSync(#1066)Updates
ts-nodefrom 10.9.1 to 10.9.2Release notes
Sourced from ts-node's releases.
Commits
057ac1b10.9.2c8805d5Update package lock99862f7Bump swc dependencycdc4e88Ignore test files in build schema08cdfb0Backport swc fixes on main9639daaIgnore test files in buildcc1a503Fixtsconfig.jsonnot found with TS >= 5.3 (#2091)Updates
@graphprotocol/graph-clifrom 0.69.2 to 0.98.1Release notes
Sourced from @graphprotocol/graph-cli's releases.
... (truncated)
Changelog
Sourced from @graphprotocol/graph-cli's changelog.
... (truncated)
Commits
639cc23Upcoming Release Changes (#2069)84d94cffix(deps): update dependency@pinax/graph-networks-registryto ^0.7.0 (#2058)3ac1c17fix(deps): update all non-major dependencies (#2032)a44fe8achore(release): update monorepo packages versions (#2053)42f3803Addgraph node installcommand to install local dev node (#2041)4b4ad3echore(release): update monorepo packages versions (#1998)3a3546afix(deps): update all non-major dependencies (#2029)db72b2dchore: update urls to documentation (#2018)91291f1fix(deps): update all non-major dependencies (#1996)5237e9dchore(release): update monorepo packages versions (#1975)Maintainer changes
This version was pushed to npm by yaroshkvorets, a new releaser for
@graphprotocol/graph-clisince your current version.Updates
@nomiclabs/hardhat-ethersfrom 2.2.2 to 2.2.3Commits
29a55f2Version Packages7645946Merge pull request #3767 from NomicFoundation/shanghai5426f58Merge pull request #3806 from zZoMROT/aurora-apiurl4e1fcdcAdd changesetc939a4cFix aurora api urldfc4465Merge pull request #3778 from shungo0222/patch-183254fdMerge pull request #3797 from NomicFoundation/add-hh-storage-dumper1cc5ceeRun prettier7bb0025Add docs/**/*.ts files to prettier script57ce19aMerge branch 'NomicFoundation:main' into hardhat-storage-dumperUpdates
@nomiclabs/hardhat-wafflefrom 2.0.5 to 2.0.6Changelog
Sourced from @nomiclabs/hardhat-waffle's changelog.
Commits
Updates
@types/mochafrom 10.0.1 to 10.0.10Commits
Updates
typechainfrom 8.1.1 to 8.3.2Release notes
Sourced from typechain's releases.
Commits
5f44d6cVersion Packages (#878)da71c45feat: add node16Modules flag for hardhat (#880)77e0de7Add FUNDING.json3469800Normalize dirname (#877)c8ac1aaVersion Packages (#864)04ebda9fix: always use view overrides for statcCalls (#866)64d18f7[ethers-v6] Support node16 moduleSuffix in ethers-v6 target (#863)ec6b860Version Packages (#859)9107713Fix thelowestCommonPathfunction, #772 (#858)bc3080bVersion Packages (#855)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions