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: bufbuild/protovalidate-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.2
Choose a base ref
...
head repository: bufbuild/protovalidate-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.0
Choose a head ref
  • 5 commits
  • 26 files changed
  • 4 contributors

Commits on Feb 13, 2024

  1. Run go mod tidy (#96)

    pkwarren authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    8d040f9 View commit details
    Browse the repository at this point in the history
  2. Create add-to-project workflow (#97)

    Creates GitHub workflow to add new issues/PRs to the project board,
    using the existing shared workflow. We first tested this in
    bufbuild/knit#28
    chrispine authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    cb44f8a View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Bump the go group with 1 update (#98)

    Bumps the go group with 1 update:
    [github.com/google/cel-go](https://github.com/google/cel-go).
    
    Updates `github.com/google/cel-go` from 0.19.0 to 0.20.0
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/google/cel-go/releases">github.com/google/cel-go's
    releases</a>.</em></p>
    <blockquote>
    <h2>Release v0.20.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Minor adjustment to inlining to fix a bad bind <a
    href="https://redirect.github.com/google/cel-go/issues/888">#888</a></li>
    <li>Ensure error typed variables are returned as errors from Resolve b
    <a
    href="https://redirect.github.com/google/cel-go/issues/889">#889</a></li>
    <li>ext.NativeTypes: Recursively add sub-types <a
    href="https://redirect.github.com/google/cel-go/issues/892">#892</a></li>
    <li>DefaultTypeAdapter: Add support for missing custom scalars <a
    href="https://redirect.github.com/google/cel-go/issues/893">#893</a></li>
    <li>Lists: Fix handling of go arrays <a
    href="https://redirect.github.com/google/cel-go/issues/894">#894</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a
    href="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/alvaroaleman"><code>@​alvaroaleman</code></a>
    made their first contribution in <a
    href="https://redirect.github.com/google/cel-go/pull/892">google/cel-go#892</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/google/cel-go/compare/v0.19.0...v0.20.0">https://github.com/google/cel-go/compare/v0.19.0...v0.20.0</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/google/cel-go/commit/f221e70dd97871c36ca368cfb3d9f4428a351409"><code>f221e70</code></a>
    Lists: Fix handling of go arrays (<a
    href="https://redirect.github.com/google/cel-go/issues/894">#894</a>)</li>
    <li><a
    href="https://github.com/google/cel-go/commit/19b2ad1eb2f51cd23b36dfb68f929a7446382378"><code>19b2ad1</code></a>
    DefaultTypeAdapter: Add support for missing custom scalars (<a
    href="https://redirect.github.com/google/cel-go/issues/893">#893</a>)</li>
    <li><a
    href="https://github.com/google/cel-go/commit/58833799d841169e0dd6f460c53441292552924f"><code>5883379</code></a>
    ext.NativeTypes: Recursively add sub-types (<a
    href="https://redirect.github.com/google/cel-go/issues/892">#892</a>)</li>
    <li><a
    href="https://github.com/google/cel-go/commit/ba58735dbd0ca9b2fe22663557b062236cd9542b"><code>ba58735</code></a>
    Revert the AST copy as some users were relying on Check to be mutable
    (<a
    href="https://redirect.github.com/google/cel-go/issues/890">#890</a>)</li>
    <li><a
    href="https://github.com/google/cel-go/commit/6b5d14c3af33398a8dd30b11bfa8b84f4d5d855e"><code>6b5d14c</code></a>
    Ensure error typed variables are returned as errors from Resolve (<a
    href="https://redirect.github.com/google/cel-go/issues/889">#889</a>)</li>
    <li><a
    href="https://github.com/google/cel-go/commit/fb9a6cee11c310481cd80f7f6a463d0e5896e9c4"><code>fb9a6ce</code></a>
    Minor adjustment to inlining to fix a bad bind (<a
    href="https://redirect.github.com/google/cel-go/issues/888">#888</a>)</li>
    <li><a
    href="https://github.com/google/cel-go/commit/a53bdc97edfa61e8f7b3a29dec0a0d9061adb5b0"><code>a53bdc9</code></a>
    Copy the AST before type-checking to avoid concurrency issues (<a
    href="https://redirect.github.com/google/cel-go/issues/887">#887</a>)</li>
    <li><a
    href="https://github.com/google/cel-go/commit/38d26418d46216d356af7b3c4b92b7b7c81bfad3"><code>38d2641</code></a>
    Pin Bazel builds to 6.4.0 (<a
    href="https://redirect.github.com/google/cel-go/issues/886">#886</a>)</li>
    <li>See full diff in <a
    href="https://github.com/google/cel-go/compare/v0.19.0...v0.20.0">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/google/cel-go&package-manager=go_modules&previous-version=0.19.0&new-version=0.20.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    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-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    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 <dependency name> major version` will close this
    group update PR and stop Dependabot creating any more for the specific
    dependency's major version (unless you unignore this specific
    dependency's major version or upgrade to it yourself)
    - `@dependabot ignore <dependency name> minor version` will close this
    group update PR and stop Dependabot creating any more for the specific
    dependency's minor version (unless you unignore this specific
    dependency's minor version or upgrade to it yourself)
    - `@dependabot ignore <dependency name>` will close this group update PR
    and stop Dependabot creating any more for the specific dependency
    (unless you unignore this specific dependency or upgrade to it yourself)
    - `@dependabot unignore <dependency name>` will remove all of the ignore
    conditions of the specified dependency
    - `@dependabot unignore <dependency name> <ignore condition>` will
    remove the ignore condition of the specified dependency and ignore
    conditions
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    f88ac78 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Bump the github-actions group with 1 update (#100)

    Bumps the github-actions group with 1 update:
    [morrisoncole/pr-lint-action](https://github.com/morrisoncole/pr-lint-action).
    
    Updates `morrisoncole/pr-lint-action` from 1.7.0 to 1.7.1
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/morrisoncole/pr-lint-action/releases">morrisoncole/pr-lint-action's
    releases</a>.</em></p>
    <blockquote>
    <h2>v1.7.1</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Upgrade Node from 16 -&gt; 20 (by <a
    href="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/sirLisko"><code>@​sirLisko</code></a> in <a
    href="https://redirect.github.com/MorrisonCole/pr-lint-action/pull/735">MorrisonCole/pr-lint-action#735</a>,
    thanks! 🙏 )</li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="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/devnev"><code>@​devnev</code></a> made
    their first contribution in <a
    href="https://redirect.github.com/MorrisonCole/pr-lint-action/pull/476">MorrisonCole/pr-lint-action#476</a></li>
    <li><a href="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/alagos"><code>@​alagos</code></a> made
    their first contribution in <a
    href="https://redirect.github.com/MorrisonCole/pr-lint-action/pull/594">MorrisonCole/pr-lint-action#594</a></li>
    <li><a href="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/sirLisko"><code>@​sirLisko</code></a>
    made their first contribution in <a
    href="https://redirect.github.com/MorrisonCole/pr-lint-action/pull/735">MorrisonCole/pr-lint-action#735</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/MorrisonCole/pr-lint-action/compare/v1.7.0...v.1.7.1">https://github.com/MorrisonCole/pr-lint-action/compare/v1.7.0...v.1.7.1</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/MorrisonCole/pr-lint-action/commit/51f3cfabaf5d46f94e54524214e45685f0401b2a"><code>51f3cfa</code></a>
    release: v1.7.1 (<a
    href="https://redirect.github.com/morrisoncole/pr-lint-action/issues/737">#737</a>)</li>
    <li><a
    href="https://github.com/MorrisonCole/pr-lint-action/commit/21977236b3fe9eb6d31db8bb52bcf694fe605a4f"><code>2197723</code></a>
    chore: updated version of node (<a
    href="https://redirect.github.com/morrisoncole/pr-lint-action/issues/735">#735</a>)</li>
    <li><a
    href="https://github.com/MorrisonCole/pr-lint-action/commit/bb440cfc100060ef3669f4f6000e031d9e845b46"><code>bb440cf</code></a>
    chore(deps): update typescript-eslint monorepo to v7.0.2 #ex-123</li>
    <li><a
    href="https://github.com/MorrisonCole/pr-lint-action/commit/04c8c325a56564fad94342762ee7dd14ba0733d7"><code>04c8c32</code></a>
    chore(deps): update dependency <code>@​types/node</code> to v20.11.19
    #ex-123</li>
    <li><a
    href="https://github.com/MorrisonCole/pr-lint-action/commit/b5e5d0b8225a94c5f972a9200bc4c101b168cf7b"><code>b5e5d0b</code></a>
    chore(deps): update dependency <code>@​types/node</code> to v20.11.18
    #ex-123</li>
    <li><a
    href="https://github.com/MorrisonCole/pr-lint-action/commit/28dcd80b0b704ec880f4230e5fdff3b5fb6a3096"><code>28dcd80</code></a>
    chore(deps): update typescript-eslint monorepo to v7 #ex-123 (<a
    href="https://redirect.github.com/morrisoncole/pr-lint-action/issues/732">#732</a>)</li>
    <li><a
    href="https://github.com/MorrisonCole/pr-lint-action/commit/dba2a9806d68cd84b6182e3ba49e0ac051774368"><code>dba2a98</code></a>
    chore(deps): update dependency <code>@​types/node</code> to v20.11.17
    #ex-123</li>
    <li><a
    href="https://github.com/MorrisonCole/pr-lint-action/commit/8962a4a7a11150d0d690fac39c867e0d5e20606d"><code>8962a4a</code></a>
    chore(deps): update typescript-eslint monorepo to v6.21.0 #ex-123</li>
    <li><a
    href="https://github.com/MorrisonCole/pr-lint-action/commit/5d54b4d3e688bc8159de6e6f6e7eb378cff35dbf"><code>5d54b4d</code></a>
    chore(deps): update dependency prettier to v3.2.5 #ex-123</li>
    <li><a
    href="https://github.com/MorrisonCole/pr-lint-action/commit/09e3838c29f3bdb53cd06e945b0a0cde471fb68c"><code>09e3838</code></a>
    chore(deps): update dependency <code>@​types/node</code> to v20.11.16
    #ex-123</li>
    <li>Additional commits viewable in <a
    href="https://github.com/morrisoncole/pr-lint-action/compare/v1.7.0...v1.7.1">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=morrisoncole/pr-lint-action&package-manager=github_actions&previous-version=1.7.0&new-version=1.7.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    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-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    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 <dependency name> major version` will close this
    group update PR and stop Dependabot creating any more for the specific
    dependency's major version (unless you unignore this specific
    dependency's major version or upgrade to it yourself)
    - `@dependabot ignore <dependency name> minor version` will close this
    group update PR and stop Dependabot creating any more for the specific
    dependency's minor version (unless you unignore this specific
    dependency's minor version or upgrade to it yourself)
    - `@dependabot ignore <dependency name>` will close this group update PR
    and stop Dependabot creating any more for the specific dependency
    (unless you unignore this specific dependency or upgrade to it yourself)
    - `@dependabot unignore <dependency name>` will remove all of the ignore
    conditions of the specified dependency
    - `@dependabot unignore <dependency name> <ignore condition>` will
    remove the ignore condition of the specified dependency and ignore
    conditions
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    fff4e51 View commit details
    Browse the repository at this point in the history
  2. Update protovalidate-go to work with 0.6.1 protos (#101)

    Update protovalidate-go to work with the latest protovalidate proto
    rules, including the Ignore enum. Update to the latest golangci-lint and
    fix lint warnings.
    
    ---------
    
    Co-authored-by: Chris Roche <[email protected]>
    pkwarren and rodaine authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    df2d53c View commit details
    Browse the repository at this point in the history
Loading