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

chore(deps): Bump go.bytecodealliance.org from 0.4.0 to 0.4.1 #55

Merged
merged 6 commits into from
Dec 9, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps go.bytecodealliance.org from 0.4.0 to 0.4.1.

Release notes

Sourced from go.bytecodealliance.org's releases.

v0.4.1

Added

  • wit-bindgen-go wit now accepts an --interface argument in the form of monotonic-clock, wasi:clocks/monotonic-clock, or wasi:clocks/[email protected]. This filters the serialized WIT to a specific interface and the other interface(s) it references. This can be used to generate focused WIT with a minimal set of dependencies, and can be combined with the --world argument to filter serialized WIT to the intersection of a specific world and interface.

Fixed

  • #240: correctly handle cyclical data structures when generating variant lowering code.

Changed

  • Breaking: package wit no longer interprets - to read from stdin when loading JSON or WIT using wit.LoadJSON or wit.LoadWIT. Use wit.DecodeJSON or wit.DecodeWIT to read JSON or WIT from an io.Reader.
  • Breaking: wit.ParseWIT has been removed. Use wit.DecodeWIT(bytes.NewReader(b)) instead.
Changelog

Sourced from go.bytecodealliance.org's changelog.

[v0.4.1] — 2024-12-09

Added

  • wit-bindgen-go wit now accepts an --interface argument in the form of monotonic-clock, wasi:clocks/monotonic-clock, or wasi:clocks/[email protected]. This filters the serialized WIT to a specific interface and the other interface(s) it references. This can be used to generate focused WIT with a minimal set of dependencies, and can be combined with the --world argument to filter serialized WIT to the intersection of a specific world and interface.

Fixed

  • #240: correctly handle cyclical data structures when generating variant lowering code.

Changed

  • Breaking: package wit no longer interprets - to read from stdin when loading JSON or WIT using wit.LoadJSON or wit.LoadWIT. Use wit.DecodeJSON or wit.DecodeWIT to read JSON or WIT from an io.Reader.
  • Breaking: wit.ParseWIT has been removed. Use wit.DecodeWIT(bytes.NewReader(b)) instead.
Commits
  • 350ed0e Merge pull request #263 from bytecodealliance/ydnar/fix-release
  • 2fda239 .github/workflows: fix broken release.yaml workflow
  • 2e85f98 Merge pull request #262 from bytecodealliance/ydnar/v0.4.1
  • 6f26466 CHANGELOG: prep for v0.4.1
  • 3619c3f Merge pull request #260 from bytecodealliance/ydnar/deps
  • 033c274 go.{mod,sum,work.sum}: update golang.org/x/net golang.org/x/sync golang.org/x...
  • 0a229eb Merge pull request #259 from bytecodealliance/ydnar/remove-tinyunsafe
  • cc05b02 cm: remove dependency on internal/tinyunsafe
  • f4ad832 Merge pull request #258 from bytecodealliance/ydnar/docs-cm
  • 04a6581 docs: 404.html for simple 404 Not Found pages
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

Bumps [go.bytecodealliance.org](https://github.com/bytecodealliance/go-modules) from 0.4.0 to 0.4.1.
- [Release notes](https://github.com/bytecodealliance/go-modules/releases)
- [Changelog](https://github.com/bytecodealliance/go-modules/blob/main/CHANGELOG.md)
- [Commits](bytecodealliance/go-modules@v0.4.0...v0.4.1)

---
updated-dependencies:
- dependency-name: go.bytecodealliance.org
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner December 9, 2024 15:06
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 9, 2024
@joonas joonas force-pushed the dependabot/go_modules/go.bytecodealliance.org-0.4.1 branch from 1198160 to 78ea0b2 Compare December 9, 2024 16:54
@joonas joonas merged commit 74008f8 into main Dec 9, 2024
9 checks passed
@joonas joonas deleted the dependabot/go_modules/go.bytecodealliance.org-0.4.1 branch December 9, 2024 17:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant