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/traefik/yaegi from 0.9.15 to 0.14.3 #54

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2022

Bumps github.com/traefik/yaegi from 0.9.15 to 0.14.3.

Release notes

Sourced from github.com/traefik/yaegi's releases.

v0.14.3

Changelog

  • b8301f1 interp: add missing conversion for non integer array dimension
  • 6b8c94e interp: check that send operate on channel value
  • 9f43170 interp: error instead of panic when assigning to a constant
  • 7865c90 interp: fix case behavior for values converted to empty interface
  • 2e88083 interp: fix default comm clause in select
  • dfeddbe interp: fix handling generic types with multiple type parameters
  • 4a80936 interp: fix handling interface in operators
  • 7bb8b46 interp: fix processing of aliased types
  • 71112db interp: fix return of untyped values for defined types
  • e4e3d11 interp: fix the logic to skip source files based on OS or CPU arch
  • 143e4a4 interp: fix type assertion for wrapped empty interface
  • e003140 interp: improve internal handling of functions
  • 0218249 interp: improve type assertions
  • a5242cb interp: retry type definition if an array size is undefined

v0.14.2

Changelog

  • 79747f3 interp: fix redeclarations containing a blank variable
  • b2aa636 interp: fix spurious variable declaration loop
  • 03ccda1 interp: fix type switch on arbitrary expressions
  • 63825e7 interp: fix use of interfaces in composite types
  • e026215 interp: improve handling of composed interfaces wrappers
  • ab869c8 interp: improve method resolution for embedded interfaces

v0.14.1

Changelog

  • ae725fb interp: fix generic check on nil function

v0.14.0

Changelog

  • 14bc3b5 interp: add support of Go generics in interpreter
  • 255b1cf interp: do not allow function declaration without body
  • d9c402e interp: fix unit testing for go1.18
  • 09a1617 interp: improve support of alias types
  • cb642c4 interp: improve type checking when comparing aliased types
  • dc082b5 stdlib: support of go1.18 and go1.19, remove go1.16 and go1.17

v0.13.0

Changelog

  • 6c74ab7 interp: allow conversions of untyped complex
  • a61a7d5 interp: avoid panic when defining a label in incremental parsing mode
  • 996b1e3 interp: catch mismatched types for other comparisons
  • eaeb445 interp: create interpreter interface value with new
  • 259f64c interp: fix redeclaration of an interface variable
  • f76db27 interp: fix resolution of methods on aliased types
  • 236a0ef interp: improve the behaviour of interface{} function parameters
  • 6933ba2 interp: improve type checking for defined types

... (truncated)

Commits
  • 7bb8b46 interp: fix processing of aliased types
  • 9f43170 interp: error instead of panic when assigning to a constant
  • 71112db interp: fix return of untyped values for defined types
  • 4a80936 interp: fix handling interface in operators
  • 7865c90 interp: fix case behavior for values converted to empty interface
  • e4e3d11 interp: fix the logic to skip source files based on OS or CPU arch
  • a5242cb interp: retry type definition if an array size is undefined
  • c4d1bf5 chore: update actions/cache to v3
  • e003140 interp: improve internal handling of functions
  • 6b8c94e interp: check that send operate on channel value
  • 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 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 [github.com/traefik/yaegi](https://github.com/traefik/yaegi) from 0.9.15 to 0.14.3.
- [Release notes](https://github.com/traefik/yaegi/releases)
- [Changelog](https://github.com/traefik/yaegi/blob/master/.goreleaser.yml)
- [Commits](traefik/yaegi@v0.9.15...v0.14.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 27, 2022
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.

0 participants