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.13.0 to 0.16.1 #91

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 Jul 8, 2024

Bumps github.com/traefik/yaegi from 0.13.0 to 0.16.1.

Release notes

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

v0.16.1

Changelog

  • 3fbebb3 fix: avoid memory leak in closure
  • 2c92a7c fix: do not panic when assigning to _ (blank) var.

v0.16.0

Changelog

  • 8de3add extract: escape ~ in package names
  • 0a5b16c feat: support go1.22
  • 6447a67 fix(src): use errors.Is(err, fs.ErrNotExist)
  • da27c4f interp: Add wasip1 to known OS list
  • f5b5481 interp: Record function names in panic
  • d124954 interp: fix computation of array size from constant expression
  • c10e468 interp: fix fieldName method parsing embedded + generic fields
  • 79b7420 interp: fix issue where a var is reused instead of redefined
  • 68a430f interp: fix support of type assert expressions in the global scope
  • d6ad13a interp: improve handling of embedded fields with binary methods
  • dc7c64b interp: improve support of unsafe
  • f4a9cd3 stdlib: remove embed wrapper
  • 1990b96 update to go1.21 (#1598)

v0.15.1

Changelog

  • ce2bb79 interp: fix equality when nil is used as the left argument of ==
  • f202764 cli: disable race detector if GOFLAGS contains -buildmode=pie
  • 166fff7 interp: add safeguards when searching for vendor root.
  • 20c8f5e interp: correctly init variables assigned from function call
  • 9d65860 interp: fix type assertion issues
  • c4a297c interp: fix use of function as field of a recursive struct.
  • 8efc4f0 interp: improve handling of methods defined on interfaces

What's Changed

New Contributors

Full Changelog: traefik/yaegi@v0.15.0...v0.15.1

v0.15.0

Changelog

... (truncated)

Commits
  • 3fbebb3 fix: avoid memory leak in closure
  • 2c92a7c fix: do not panic when assigning to _ (blank) var.
  • 9aa161f chore: update CI
  • 0a5b16c feat: support go1.22
  • 1990b96 update to go1.21 (#1598)
  • da27c4f interp: Add wasip1 to known OS list
  • f5b5481 interp: Record function names in panic
  • 79b7420 interp: fix issue where a var is reused instead of redefined
  • 8a6061c chore: update linter
  • c10e468 interp: fix fieldName method parsing embedded + generic fields
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 8, 2024
Bumps [github.com/traefik/yaegi](https://github.com/traefik/yaegi) from 0.13.0 to 0.16.1.
- [Release notes](https://github.com/traefik/yaegi/releases)
- [Changelog](https://github.com/traefik/yaegi/blob/master/.goreleaser.yml)
- [Commits](traefik/yaegi@v0.13.0...v0.16.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/traefik/yaegi-0.16.1 branch from 15c271c to 8563fa6 Compare July 8, 2024 12:13
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants