Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump github.com/zitadel/oidc/v3 from 3.30.0 to 3.33.1 (#403
) Bumps [github.com/zitadel/oidc/v3](https://github.com/zitadel/oidc) from 3.30.0 to 3.33.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/zitadel/oidc/releases">github.com/zitadel/oidc/v3's releases</a>.</em></p> <blockquote> <h2>v3.33.1</h2> <h2><a href="https://github.com/zitadel/oidc/compare/v3.33.0...v3.33.1">3.33.1</a> (2024-11-13)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>op:</strong> add scope to access token scope (<a href="https://redirect.github.com/zitadel/oidc/issues/664">#664</a>) (<a href="https://github.com/zitadel/oidc/commit/897c720070c0cca82f8b898b5f8db53c73f54881">897c720</a>)</li> </ul> <h2>v3.33.0</h2> <h1><a href="https://github.com/zitadel/oidc/compare/v3.32.1...v3.33.0">3.33.0</a> (2024-11-12)</h1> <h3>Features</h3> <ul> <li><strong>pkg/op:</strong> allow custom SupportedScopes (<a href="https://redirect.github.com/zitadel/oidc/issues/675">#675</a>) (<a href="https://github.com/zitadel/oidc/commit/8afb8b8d5fb036b2688b773596d5dd992ba63cf5">8afb8b8</a>)</li> </ul> <h2>v3.32.1</h2> <h2><a href="https://github.com/zitadel/oidc/compare/v3.32.0...v3.32.1">3.32.1</a> (2024-11-01)</h2> <h3>Bug Fixes</h3> <ul> <li>ignore all unmarshal errors from locale (<a href="https://redirect.github.com/zitadel/oidc/issues/673">#673</a>) (<a href="https://github.com/zitadel/oidc/commit/fbf009fe75dac732dde39e0eb6fe324b337675e0">fbf009f</a>)</li> </ul> <h2>v3.32.0</h2> <h1><a href="https://github.com/zitadel/oidc/compare/v3.31.0...v3.32.0">3.32.0</a> (2024-10-30)</h1> <h3>Features</h3> <ul> <li><strong>OP:</strong> add back channel logout support (<a href="https://redirect.github.com/zitadel/oidc/issues/671">#671</a>) (<a href="https://github.com/zitadel/oidc/commit/f1e4cb22456afeb42d6d16d29a37231ad99224db">f1e4cb2</a>)</li> </ul> <h2>v3.31.0</h2> <h1><a href="https://github.com/zitadel/oidc/compare/v3.30.1...v3.31.0">3.31.0</a> (2024-10-21)</h1> <h3>Features</h3> <ul> <li><strong>example:</strong> Allow configuring some parameters with env variables (<a href="https://redirect.github.com/zitadel/oidc/issues/663">#663</a>) (<a href="https://github.com/zitadel/oidc/commit/24869d281155064b0a4a6339ad641ba76bac6177">24869d2</a>)</li> </ul> <h2>v3.30.1</h2> <h2><a href="https://github.com/zitadel/oidc/compare/v3.30.0...v3.30.1">3.30.1</a> (2024-10-04)</h2> <h3>Bug Fixes</h3> <ul> <li>fix slice init length (<a href="https://redirect.github.com/zitadel/oidc/issues/658">#658</a>) (<a href="https://github.com/zitadel/oidc/commit/97d7b28fc080f9929e590ef1989880b0762e0098">97d7b28</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/zitadel/oidc/commit/897c720070c0cca82f8b898b5f8db53c73f54881"><code>897c720</code></a> fix(op): add scope to access token scope (<a href="https://redirect.github.com/zitadel/oidc/issues/664">#664</a>)</li> <li><a href="https://github.com/zitadel/oidc/commit/8afb8b8d5fb036b2688b773596d5dd992ba63cf5"><code>8afb8b8</code></a> feat(pkg/op): allow custom SupportedScopes (<a href="https://redirect.github.com/zitadel/oidc/issues/675">#675</a>)</li> <li><a href="https://github.com/zitadel/oidc/commit/87ab01115708a2a05c20cfd26db82cc7e0e8e338"><code>87ab011</code></a> chore(deps): bump golang.org/x/oauth2 from 0.23.0 to 0.24.0 (<a href="https://redirect.github.com/zitadel/oidc/issues/676">#676</a>)</li> <li><a href="https://github.com/zitadel/oidc/commit/f194951e6194c49f643106c2cc970edbdc9e99ea"><code>f194951</code></a> chore(deps): bump golang.org/x/text from 0.19.0 to 0.20.0 (<a href="https://redirect.github.com/zitadel/oidc/issues/677">#677</a>)</li> <li><a href="https://github.com/zitadel/oidc/commit/fbf009fe75dac732dde39e0eb6fe324b337675e0"><code>fbf009f</code></a> fix: ignore all unmarshal errors from locale (<a href="https://redirect.github.com/zitadel/oidc/issues/673">#673</a>)</li> <li><a href="https://github.com/zitadel/oidc/commit/f1e4cb22456afeb42d6d16d29a37231ad99224db"><code>f1e4cb2</code></a> feat(OP): add back channel logout support (<a href="https://redirect.github.com/zitadel/oidc/issues/671">#671</a>)</li> <li><a href="https://github.com/zitadel/oidc/commit/24869d281155064b0a4a6339ad641ba76bac6177"><code>24869d2</code></a> feat(example): Allow configuring some parameters with env variables (<a href="https://redirect.github.com/zitadel/oidc/issues/663">#663</a>)</li> <li><a href="https://github.com/zitadel/oidc/commit/9f7cbb0dbfc39ce85ecb2f2024d6f20d44e8fcef"><code>9f7cbb0</code></a> chore(deps): bump github.com/bmatcuk/doublestar/v4 from 4.6.1 to 4.7.1 (<a href="https://redirect.github.com/zitadel/oidc/issues/666">#666</a>)</li> <li><a href="https://github.com/zitadel/oidc/commit/5ae555e19136066760d02e10af451464c6a3e3c8"><code>5ae555e</code></a> chore(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0 (<a href="https://redirect.github.com/zitadel/oidc/issues/662">#662</a>)</li> <li><a href="https://github.com/zitadel/oidc/commit/2abae36bd9b7c37c3d4c48cf07aa508ab78bfcef"><code>2abae36</code></a> chore(deps): bump golang.org/x/text from 0.18.0 to 0.19.0 (<a href="https://redirect.github.com/zitadel/oidc/issues/661">#661</a>)</li> <li>Additional commits viewable in <a href="https://github.com/zitadel/oidc/compare/v3.30.0...v3.33.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/zitadel/oidc/v3&package-manager=go_modules&previous-version=3.30.0&new-version=3.33.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 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) </details>
- Loading branch information