Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: moul/depviz
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.12.2
Choose a base ref
...
head repository: moul/depviz
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.13.0
Choose a head ref
  • 13 commits
  • 17 files changed
  • 4 contributors

Commits on Jul 23, 2022

  1. chore(deps): bump actions/checkout from 2.3.4 to 3.0.2

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 3.0.2.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2.3.4...v3.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 23, 2022
    Configuration menu
    Copy the full SHA
    f35c1ee View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump moul.io/u from 1.22.0 to 1.27.0

    Bumps [moul.io/u](https://github.com/moul/u) from 1.22.0 to 1.27.0.
    - [Release notes](https://github.com/moul/u/releases)
    - [Changelog](https://github.com/moul/u/blob/master/.releaserc.js)
    - [Commits](moul/u@v1.22.0...v1.27.0)
    
    ---
    updated-dependencies:
    - dependency-name: moul.io/u
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 23, 2022
    Configuration menu
    Copy the full SHA
    4721c5a View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump github.com/peterbourgon/ff/v3 from 3.0.0 to 3.1.2

    Bumps [github.com/peterbourgon/ff/v3](https://github.com/peterbourgon/ff) from 3.0.0 to 3.1.2.
    - [Release notes](https://github.com/peterbourgon/ff/releases)
    - [Commits](peterbourgon/ff@v3.0.0...v3.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/peterbourgon/ff/v3
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 23, 2022
    Configuration menu
    Copy the full SHA
    5aefb38 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump github.com/gobuffalo/packr/v2 from 2.8.1 to 2.8.3

    Bumps [github.com/gobuffalo/packr/v2](https://github.com/gobuffalo/packr) from 2.8.1 to 2.8.3.
    - [Release notes](https://github.com/gobuffalo/packr/releases)
    - [Changelog](https://github.com/gobuffalo/packr/blob/master/.goreleaser.yml)
    - [Commits](gobuffalo/packr@v2.8.1...v2.8.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/gobuffalo/packr/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 23, 2022
    Configuration menu
    Copy the full SHA
    7e418cf View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2022

  1. Merge pull request #435 from moul/dependabot/go_modules/moul.io/u-1.27.0

    chore(deps): bump moul.io/u from 1.22.0 to 1.27.0
    moul authored Jul 24, 2022
    Configuration menu
    Copy the full SHA
    ec4b91a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #437 from moul/dependabot/go_modules/github.com/go…

    …buffalo/packr/v2-2.8.3
    
    chore(deps): bump github.com/gobuffalo/packr/v2 from 2.8.1 to 2.8.3
    moul authored Jul 24, 2022
    Configuration menu
    Copy the full SHA
    a0fac74 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #440 from moul/dependabot/go_modules/github.com/pe…

    …terbourgon/ff/v3-3.1.2
    
    chore(deps): bump github.com/peterbourgon/ff/v3 from 3.0.0 to 3.1.2
    moul authored Jul 24, 2022
    Configuration menu
    Copy the full SHA
    f4e730d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #492 from moul/dependabot/github_actions/actions/c…

    …heckout-3.0.2
    
    chore(deps): bump actions/checkout from 2.3.4 to 3.0.2
    moul authored Jul 24, 2022
    Configuration menu
    Copy the full SHA
    0fdc89f View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump actions/setup-go from 2 to 3

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 3.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 24, 2022
    Configuration menu
    Copy the full SHA
    3e508b3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fa061e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Merge pull request #542 from moul/renovate/npm-socket.io-parser-vulne…

    …rability
    
    chore(deps): update dependency socket.io-parser to 3.3.2 [security]
    moul authored Jul 26, 2022
    Configuration menu
    Copy the full SHA
    f1ccc64 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Merge pull request #485 from moul/dependabot/github_actions/actions/s…

    …etup-go-3
    
    chore(deps): bump actions/setup-go from 2 to 3
    moul authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    434050a View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. feat: add time management (#547)

    * feat: add time management
    * style: fix lint
    * fix: optimize use case regex & rename some stuff & check if time is defined in front
    * fix: define const in pack
    MikaelVallenet authored Aug 3, 2022
    Configuration menu
    Copy the full SHA
    fe428f3 View commit details
    Browse the repository at this point in the history
Loading