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.1 #47

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 8, 2022

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

Release notes

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

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

v0.11.3

Changelog

  • c93b836 Prevent variadic arguments from being wrapped as function
  • 8bd7afb interp: fix handling of redeclaration in multi-assign expression (#1367)
  • 8ea3a49 interp: fix interface conversion from binary call (#1366)
  • f2abd34 interp: fix passing binary function as parameter
  • 371103f interp: fix switch expression (#1370)
  • f07f25f interp: handle struct with multiple recursive fields (#1372)

... (truncated)

Commits
  • 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
  • dc082b5 stdlib: support of go1.18 and go1.19, remove go1.16 and go1.17
  • d9c402e interp: fix unit testing for go1.18
  • 09a1617 interp: improve support of alias types
  • cb642c4 interp: improve type checking when comparing aliased types
  • f76db27 interp: fix resolution of methods on aliased types
  • 996b1e3 interp: catch mismatched types for other comparisons
  • 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.1.
- [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.1)

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

dependabot bot commented on behalf of github Sep 5, 2022

Superseded by #50.

@dependabot dependabot bot closed this Sep 5, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/traefik/yaegi-0.14.1 branch September 5, 2022 13:34
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