Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/gnolang/gno from 0.1.0-nightly.20240627 to 0.2.0 #55

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 9, 2024

Bumps github.com/gnolang/gno from 0.1.0-nightly.20240627 to 0.2.0.

Release notes

Sourced from github.com/gnolang/gno's releases.

v0.2.0

Container Images

You can find all docker images at:

https://github.com/orgs/gnolang/packages?repo_name=gno

What's Changed

... (truncated)

Commits
  • c1a3341 fix(gno.land): make gno store cache respect rollbacks (#2319)
  • 65ee7a5 feat(examples): add r/leon (#2740)
  • c82e646 chore: remove panic from uverse (#2626)
  • 68ef445 docs(portal-loop): mention packages can be deployed permissionlessly (#2747)
  • 701ac17 feat(examples): a shifumi (rock, paper, scissors) smart contract (#2629)
  • e5c1152 feat: In r/demo/users, add ListUsersByPrefix (#1708)
  • 651f5aa chore: In gnoclient, separate out SignTx and BroadcastTxCommit (#2641)
  • b7dbed9 feat: gnobro, a terminal-based realm browser (#2608)
  • e2a13e8 chore(ci): CI test of portal-loop (#2064)
  • e60e4ca chore: simplify staging (#2018)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested a review from a team as a code owner September 9, 2024 18:47
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 9, 2024

The following labels could not be found: dependencies.

@dependabot dependabot bot requested review from aeddi and petar-dambovaliev and removed request for a team September 9, 2024 18:47
@Kouteki Kouteki added the dependencies Update to the dependencies label Oct 28, 2024
@Kouteki
Copy link

Kouteki commented Oct 28, 2024

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 28, 2024

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@zivkovicmilos
Copy link
Member

@dependabot recreate

Bumps [github.com/gnolang/gno](https://github.com/gnolang/gno) from 0.1.0-nightly.20240627 to 0.2.0.
- [Release notes](https://github.com/gnolang/gno/releases)
- [Changelog](https://github.com/gnolang/gno/blob/master/Dockerfile.release)
- [Commits](gnolang/gno@v0.1.0-nightly.20240627...v0.2.0)

---
updated-dependencies:
- dependency-name: github.com/gnolang/gno
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot-go_modules-main-github.com-gnolang-gno-0.2.0 branch from 7bb6ab9 to afdd5cd Compare October 28, 2024 09:55
@jefft0
Copy link
Contributor

jefft0 commented Oct 28, 2024

I clone this PR branch locally and do go mod tidy . The change to go.mod is:

-go 1.21
-toolchain go1.22.5
+go 1.22
+
+toolchain go1.23.2

gnolang/faucet is currently on go 1.21, and gnolang/gno is currently on go 1.22. I don't know why it wants go 1.23.2. Maybe we need to do a separate PR to update the gnolang/gno dependency? Should faucet use the latest gnolang/gno?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update to the dependencies
Projects
Status: In Review
Development

Successfully merging this pull request may close these issues.

3 participants