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

chore(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0 #16

Open
wants to merge 39 commits into
base: master
Choose a base branch
from

Commits on Feb 6, 2023

  1. Configuration menu
    Copy the full SHA
    1144eca View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. feat: use go1.19 documentation parsing to parse documentation blocks (p…

    …rincjef#87)
    
    This change makes the initial switch over to using the go 1.19+ pattern
    of documentation parsing which supports new constructs like lists and
    links and tweaks the parsing behavior of some other existing constructs.
    Links are not yet functional but lists and other constructs should be
    parsed correctly as of this change.
    
    BREAKING CHANGE: Renderer functions no longer end with newlines and
    golang 1.19's documentation parser behaves differently for some inputs
    than the previous parser
    princjef authored Feb 24, 2023
    Configuration menu
    Copy the full SHA
    bbe4470 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d0c2ca View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

  1. Configuration menu
    Copy the full SHA
    cc78abb View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2023

  1. Configuration menu
    Copy the full SHA
    cac02fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88639c6 View commit details
    Browse the repository at this point in the history
  3. feat(lang): update examples to better match godoc/pkg.go.dev (princje…

    …f#69)
    
    The current implementation was stripping out all comments inside the example function, this fixes that behaviour.
    
    It also strips out the leading and trailing braces to better match how godoc and pkg.go.dev render examples (for example https://pkg.go.dev/k8s.io/[email protected]/tools/clientcmd) 
    
    This implementation takes inspiration from https://github.com/golang/gddo/blob/20d68f94ee1f7547de2b1c68627253df20c8d45e/doc/code.go#L314-L329
    
    ---------
    
    Co-authored-by: Jeff Principe <[email protected]>
    ThatsMrTalbot and princjef authored Jun 11, 2023
    Configuration menu
    Copy the full SHA
    5e37559 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    43f2be8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7f25ccf View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Configuration menu
    Copy the full SHA
    0124a63 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Configuration menu
    Copy the full SHA
    c546771 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Configuration menu
    Copy the full SHA
    f8aab49 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2023

  1. Configuration menu
    Copy the full SHA
    e62c5ab View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    cf14929 View commit details
    Browse the repository at this point in the history
  2. Create codacy.yml

    peczenyj authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    85e735d View commit details
    Browse the repository at this point in the history
  3. Create go.yml

    peczenyj authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    5a9107a View commit details
    Browse the repository at this point in the history
  4. Create dependabot.yml

    peczenyj authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    8d2305c View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump golang.org/x/net from 0.4.0 to 0.7.0

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.4.0 to 0.7.0.
    - [Commits](golang/net@v0.4.0...v0.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    9559677 View commit details
    Browse the repository at this point in the history
  6. chore(deps): bump golang.org/x/crypto

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20210513164829-c07d793c2f9a to 0.1.0.
    - [Commits](https://github.com/golang/crypto/commits/v0.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    7058f90 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1 from princjef/master

    Add new commits to codebase
    gglachant authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    31961de View commit details
    Browse the repository at this point in the history
  8. Merge pull request #2 from Weborama/peczenyj-patch-1

    Create dependency-review.yml
    gglachant authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    4bbe45d View commit details
    Browse the repository at this point in the history
  9. Merge pull request #3 from Weborama/peczenyj-patch-4

    Create codacy.yml
    gglachant authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    a1801ea View commit details
    Browse the repository at this point in the history
  10. Merge pull request #4 from Weborama/peczenyj-patch-5

    Create go.yml
    gglachant authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    99d2a59 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #5 from Weborama/peczenyj-patch-6

    Create dependabot.yml
    gglachant authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    aae123d View commit details
    Browse the repository at this point in the history
  12. Merge pull request #6 from Weborama/dependabot/go_modules/golang.org/…

    …x/net-0.7.0
    
    chore(deps): bump golang.org/x/net from 0.4.0 to 0.7.0
    gglachant authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    edb1cae View commit details
    Browse the repository at this point in the history
  13. chore(deps): bump mvdan.cc/xurls/v2 from 2.2.0 to 2.5.0

    Bumps [mvdan.cc/xurls/v2](https://github.com/mvdan/xurls) from 2.2.0 to 2.5.0.
    - [Release notes](https://github.com/mvdan/xurls/releases)
    - [Commits](mvdan/xurls@v2.2.0...v2.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: mvdan.cc/xurls/v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    9831f07 View commit details
    Browse the repository at this point in the history
  14. chore(deps): bump github.com/matryer/is from 1.4.0 to 1.4.1

    Bumps [github.com/matryer/is](https://github.com/matryer/is) from 1.4.0 to 1.4.1.
    - [Release notes](https://github.com/matryer/is/releases)
    - [Commits](matryer/is@v1.4.0...v1.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/matryer/is
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    6634173 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0c930d1 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #7 from Weborama/dependabot/go_modules/golang.org/…

    …x/crypto-0.1.0
    
    chore(deps): bump golang.org/x/crypto from 0.0.0-20210513164829-c07d793c2f9a to 0.1.0
    gglachant authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    30646a8 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #8 from Weborama/dependabot/go_modules/mvdan.cc/xu…

    …rls/v2-2.5.0
    
    chore(deps): bump mvdan.cc/xurls/v2 from 2.2.0 to 2.5.0
    gglachant authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    fb5b8e6 View commit details
    Browse the repository at this point in the history
  18. chore(deps): bump github.com/spf13/cobra from 1.1.3 to 1.7.0

    Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.1.3 to 1.7.0.
    - [Release notes](https://github.com/spf13/cobra/releases)
    - [Commits](spf13/cobra@v1.1.3...v1.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/cobra
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    2ee779b View commit details
    Browse the repository at this point in the history
  19. Merge pull request #9 from Weborama/dependabot/go_modules/github.com/…

    …spf13/cobra-1.7.0
    
    chore(deps): bump github.com/spf13/cobra from 1.1.3 to 1.7.0
    gglachant authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    1a37eae View commit details
    Browse the repository at this point in the history
  20. Merge pull request #10 from Weborama/dependabot/go_modules/github.com…

    …/matryer/is-1.4.1
    
    chore(deps): bump github.com/matryer/is from 1.4.0 to 1.4.1
    gglachant authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    863c172 View commit details
    Browse the repository at this point in the history
  21. chore(deps): bump github.com/spf13/viper from 1.7.1 to 1.16.0

    Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.7.1 to 1.16.0.
    - [Release notes](https://github.com/spf13/viper/releases)
    - [Commits](spf13/viper@v1.7.1...v1.16.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/viper
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    f06edfe View commit details
    Browse the repository at this point in the history
  22. Merge pull request #11 from Weborama/dependabot/go_modules/github.com…

    …/spf13/viper-1.16.0
    
    chore(deps): bump github.com/spf13/viper from 1.7.1 to 1.16.0
    gglachant authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    d40db38 View commit details
    Browse the repository at this point in the history
  23. chore(deps): bump github.com/go-git/go-git/v5 from 5.3.0 to 5.8.1

    Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.3.0 to 5.8.1.
    - [Release notes](https://github.com/go-git/go-git/releases)
    - [Commits](go-git/go-git@v5.3.0...v5.8.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/go-git/go-git/v5
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    b1f5603 View commit details
    Browse the repository at this point in the history
  24. Merge pull request #12 from Weborama/dependabot/go_modules/github.com…

    …/go-git/go-git/v5-5.8.1
    
    chore(deps): bump github.com/go-git/go-git/v5 from 5.3.0 to 5.8.1
    gglachant authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    d5b5ec2 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    1e4c14c View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. chore(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0

    Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.7.0 to 1.8.0.
    - [Release notes](https://github.com/spf13/cobra/releases)
    - [Commits](spf13/cobra@v1.7.0...v1.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/cobra
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    ecdffe7 View commit details
    Browse the repository at this point in the history