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.2 #50

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 5, 2022

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

Release notes

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

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

v0.12.0

Changelog

  • 1cf9d34 Ignore private methods for binary types during type assertion
  • ad9db37 interp: add a function to get globals (#1387)
  • 4e77fc9 interp: delete incomplete type on pkg import
  • f74d1ea interp: detect invalid uses of _ as value
  • 7be17d3 interp: expose fset to fix CompileAST issue
  • 2248851 interp: fix creation of binary composite types (#1391)
  • 25edcfe interp: fix handling of empty interfaces in map index expressions
  • 606b4c3 interp: fix import of binary type symbols in current scope (#1380)
  • 5665c9a interp: fix redeclaration scope issue
  • 4ed9ccb interp: fix retrieving the string value of an interface
  • 00e3f92 interp: fix the behaviour of goto, continue and break (#1392)
  • 0703926 interp: implements detection of packages with no Go files
  • d183f42 interp: improve handling of empty interface values (#1393)
  • d64563e interp: improve handling values and comparisons in interfaces
  • 821e9ee interp: recover interpreter internal panics in EvalWithContext

... (truncated)

Commits
  • 79747f3 interp: fix redeclarations containing a blank variable
  • 63825e7 interp: fix use of interfaces in composite types
  • 03ccda1 interp: fix type switch on arbitrary expressions
  • e026215 interp: improve handling of composed interfaces wrappers
  • ab869c8 interp: improve method resolution for embedded interfaces
  • b2aa636 interp: fix spurious variable declaration loop
  • ae725fb interp: fix generic check on nil function
  • 14bc3b5 interp: add support of Go generics in interpreter
  • 255b1cf interp: do not allow function declaration without body
  • d3fc5e9 chore: upgrade to go1.19
  • 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.2.
- [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.2)

---
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 Sep 5, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 27, 2022

Superseded by #54.

@dependabot dependabot bot closed this Oct 27, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/traefik/yaegi-0.14.2 branch October 27, 2022 04:08
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