chore(deps): bump the all-dependencies group across 3 directories with 8 updates#96
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
…h 8 updates Bumps the all-dependencies group with 5 updates in the /packages/x402-facilitator-node directory: | Package | From | To | | --- | --- | --- | | [@hono/node-server](https://github.com/honojs/node-server) | `1.19.13` | `2.0.0` | | [hono](https://github.com/honojs/hono) | `4.12.14` | `4.12.15` | | [viem](https://github.com/wevm/viem) | `2.47.6` | `2.48.4` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.19.15` | `25.6.0` | | [typescript](https://github.com/microsoft/TypeScript) | `5.9.3` | `6.0.3` | Bumps the all-dependencies group with 1 update in the /script/gasless-tests directory: [dotenv](https://github.com/motdotla/dotenv). Bumps the all-dependencies group with 2 updates in the /subgraph directory: [@graphprotocol/graph-ts](https://github.com/graphprotocol/graph-tooling/tree/HEAD/packages/ts) and matchstick-as. Updates `@hono/node-server` from 1.19.13 to 2.0.0 - [Release notes](https://github.com/honojs/node-server/releases) - [Commits](honojs/node-server@v1.19.13...v2.0.0) Updates `hono` from 4.12.14 to 4.12.15 - [Release notes](https://github.com/honojs/hono/releases) - [Commits](honojs/hono@v4.12.14...v4.12.15) Updates `viem` from 2.47.6 to 2.48.4 - [Release notes](https://github.com/wevm/viem/releases) - [Commits](https://github.com/wevm/viem/compare/[email protected]@2.48.4) Updates `@types/node` from 22.19.15 to 25.6.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.9.3...v6.0.3) Updates `dotenv` from 17.3.1 to 17.4.2 - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](motdotla/dotenv@v17.3.1...v17.4.2) Updates `@graphprotocol/graph-ts` from 0.35.1 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/[email protected]/packages/ts) Updates `matchstick-as` from 0.5.2 to 0.6.0 --- updated-dependencies: - dependency-name: "@hono/node-server" dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: hono dependency-version: 4.12.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: viem dependency-version: 2.48.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: "@types/node" dependency-version: 25.6.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: typescript dependency-version: 6.0.3 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: dotenv dependency-version: 17.4.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: "@graphprotocol/graph-ts" dependency-version: 0.38.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: matchstick-as dependency-version: 0.6.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
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 all-dependencies group with 5 updates in the /packages/x402-facilitator-node directory:
1.19.132.0.04.12.144.12.152.47.62.48.422.19.1525.6.05.9.36.0.3Bumps the all-dependencies group with 1 update in the /script/gasless-tests directory: dotenv.
Bumps the all-dependencies group with 2 updates in the /subgraph directory: @graphprotocol/graph-ts and matchstick-as.
Updates
@hono/node-serverfrom 1.19.13 to 2.0.0Release notes
Sourced from
@hono/node-server's releases.... (truncated)
Commits
58c93552.0.02d6f161Merge pull request #316 from honojs/v294cde952.0.0-rc.2ef43cddperf: replace Uint8Array lookup tables with regex in buildUrl (#345)1529e41fix: improve Response.json() and Response.redirect() spec compliance and effi...25f1674fix: ensure close handler is attached for Blob/ReadableStream cacheable respo...22dea22refactor: improve handling of null body in response (#341)7d83e09v2: perf(response,listener): Response fast-paths and responseViaCache improve...5c7d188Merge branch 'main' into v2b5e63a31.19.14Updates
honofrom 4.12.14 to 4.12.15Release notes
Sourced from hono's releases.
Commits
f774f8d4.12.1518fe604fix(jwt): support single-line PEM keys (#4889)Updates
viemfrom 2.47.6 to 2.48.4Release notes
Sourced from viem's releases.
... (truncated)
Commits
6c63025chore: version package (#4539)65e5f3dtest: update tempo exports snapshot with VirtualAddress and VirtualMasterc62be25chore: bump ox (#4540)cb3206efeat(tempo): add virtual address actions (TIP-1022) (#4532)25c7321chore: snapsd85659bchore: version package (#4538)bc4be02chore: ox re-exports (#4537)cc8e67btest: update getFeeHistory snapshot47f845dci: temporarily disable wagmi type checksea09309chore: version package (#4531)Updates
@types/nodefrom 22.19.15 to 25.6.0Commits
Updates
typescriptfrom 5.9.3 to 6.0.3Release notes
Sourced from typescript's releases.
Commits
050880cBump version to 6.0.3 and LKGeeae9dd🤖 Pick PR #63401 (Also check package name validity in...) into release-6.0 (#...ad1c695🤖 Pick PR #63368 (Harden ATA package name filtering) into release-6.0 (#63372)0725fb4🤖 Pick PR #63310 (Mark class property initializers as...) into release-6.0 (#...607a22aBump version to 6.0.2 and LKG9e72ab7🤖 Pick PR #63239 (Fix missing lib files in reused pro...) into release-6.0 (#...35ff23d🤖 Pick PR #63163 (Port anyFunctionType subtype fix an...) into release-6.0 (#...e175b69Bump version to 6.0.1-rc and LKGaf4caacUpdate LKG8efd7e8Merge remote-tracking branch 'origin/main' into release-6.0Updates
dotenvfrom 17.3.1 to 17.4.2Changelog
Sourced from dotenv's changelog.
Commits
f116f7017.4.23a81612fix visual order of faq13f55a8Merge branch 'skill'4bbbf73reorganize faqc3da64bMerge pull request #1009 from motdotla/skill6f743b1update sourcefc2c624update skill972315bTighten up skill2795fcereorganize faqd5495d4adjust skillUpdates
@graphprotocol/graph-tsfrom 0.35.1 to 0.38.2Release notes
Sourced from
@graphprotocol/graph-ts's releases.Changelog
Sourced from
@graphprotocol/graph-ts's changelog.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
matchstick-asfrom 0.5.2 to 0.6.0Dependabot 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