Skip to content

build(deps): bump github.com/kyoh86/exportloopref from 0.1.4 to 0.1.7 #1214

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

Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jul 6, 2020

Bumps github.com/kyoh86/exportloopref from 0.1.4 to 0.1.7.

Release notes

Sourced from github.com/kyoh86/exportloopref's releases.

v0.1.7

Changelog

5595d7c search decendants member (fix: #5)

v0.1.6

Changelog

659c5c4 Ignore when ranging over a slice of pointers (#6)

v0.1.5

Changelog

8efdc91 Merge pull request #4 from choleraehyq/fixpanic

Commits
  • 5595d7c search decendants member (fix: #5)
  • f75fe5b test releaser
  • 26f6375 reformat project templates
  • 659c5c4 Ignore when ranging over a slice of pointers (#6)
  • 8efdc91 Merge pull request #4 from choleraehyq/fixpanic
  • 1fcc353 fix panic when SelectorExpr has a package name parent
  • 770ce31 checkout@v2
  • 619c505 Merge pull request #1 from FZambia/patch-1
  • d60fea6 fix installation instruction
  • 61c697f add installation to README
  • See full diff 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 badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Relates to an upstream dependency label Jul 6, 2020
@dependabot-preview dependabot-preview bot force-pushed the dependabot/go_modules/github.com/kyoh86/exportloopref-0.1.7 branch from a59eb69 to 0c55f3a Compare July 8, 2020 12:06
@SVilgelm SVilgelm force-pushed the dependabot/go_modules/github.com/kyoh86/exportloopref-0.1.7 branch from 0c55f3a to 532e4f9 Compare July 10, 2020 22:11
@SVilgelm SVilgelm force-pushed the dependabot/go_modules/github.com/kyoh86/exportloopref-0.1.7 branch from 5404e45 to 4bdb2d4 Compare July 11, 2020 02:39
@SVilgelm
Copy link
Member

@golangci/team Please review. The linter had a wrong LoadMode type LoadModeSyntax but it should have the LoadModeTypesInfo.
It worked well in pair with another linter, because then it gets the pkg from a cache and that pkg has TypeInfo initialized. But if no other linters (--disable-all --no-config -Eexportloopref) then the TypeInfo is nil and it though a panic.

PS: CI fails due to PathPrefix error

@SVilgelm SVilgelm force-pushed the dependabot/go_modules/github.com/kyoh86/exportloopref-0.1.7 branch from 4bdb2d4 to 83e2310 Compare July 11, 2020 03:10
@SVilgelm SVilgelm requested a review from a team July 11, 2020 03:17
@SVilgelm SVilgelm added bug Something isn't working linter: update version Update version of linter labels Jul 11, 2020
dependabot-preview bot and others added 2 commits July 12, 2020 12:19
Bumps [github.com/kyoh86/exportloopref](https://github.com/kyoh86/exportloopref) from 0.1.4 to 0.1.7.
- [Release notes](https://github.com/kyoh86/exportloopref/releases)
- [Changelog](https://github.com/kyoh86/exportloopref/blob/master/.goreleaser.yml)
- [Commits](kyoh86/exportloopref@v0.1.4...v0.1.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Change the WithLoadMode to use LoadModeTypesInfo isntead of LoadModeSyntax
@SVilgelm SVilgelm force-pushed the dependabot/go_modules/github.com/kyoh86/exportloopref-0.1.7 branch from 83e2310 to 2e1a786 Compare July 12, 2020 17:19
@iwankgb iwankgb merged commit 65e1b30 into master Jul 12, 2020
@delete-merged-branch delete-merged-branch bot deleted the dependabot/go_modules/github.com/kyoh86/exportloopref-0.1.7 branch July 12, 2020 19:41
@SVilgelm SVilgelm mentioned this pull request Jul 17, 2020
@ldez ldez removed the dependencies Relates to an upstream dependency label Jul 14, 2021
@ldez ldez added this to the v1.29 milestone Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working linter: update version Update version of linter
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants