Skip to content

Bump the all-actions group with 1 update - #460

Closed
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/nuget/dev/all-actions-810e8fe638
Closed

Bump the all-actions group with 1 update#460
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/nuget/dev/all-actions-810e8fe638

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 26, 2026

Copy link
Copy Markdown
Contributor

Updated Auth0.ManagementApi from 9.0.0 to 9.1.0.

Release notes

Sourced from Auth0.ManagementApi's releases.

9.1.0

Added

  • Cross-App Access (resource-app side): Added CrossAppAccessResourceApp support to connections via CreateCrossAppAccessResourceApp / UpdateCrossAppAccessResourceApp request types, the ConnectionCrossAppAccessResourceApp response type, and the CrossAppAccessResourceAppStatusEnum / ConnectionCrossAppAccessResourceAppStatusEnum status enums. A CrossAppAccessResourceApp property is added to connection create/update requests and responses (CreateConnectionRequestContent, UpdateConnectionRequestContent, CreateConnectionRequestContentOidc, UpdateConnectionRequestContentOidc, ConnectionResponseContentOidc, ConnectionForList, and the connection response types), letting a connection act as the resource-app side of a Cross App Access relationship #​1072 (fern-api[bot])
  • Identity Assertion Authorization Grant (ID-JAG for Cross App Access): Added IdentityAssertionAuthorizationGrant type with CreateIdentityAssertionAuthorizationGrant / UpdateIdentityAssertionAuthorizationGrant request types, exposed as an IdentityAssertionAuthorizationGrant property on CreateClientRequestContent, UpdateClientRequestContent, and the Client response. When active, a client can exchange ID-JAGs for access tokens #​1072 (fern-api[bot])
  • Session Actor: Added SessionActorMetadata type and the SessionActorClaimValue union (string/bool/number), exposed as an Actor property on the session response types (GetSessionResponseContent, SessionResponseContent, UpdateSessionResponseContent) — represents the delegating party on delegated sessions (sub plus up to 5 additional primitive claims) #​1072 (fern-api[bot])
  • Self-Service Profiles: Added ThirdPartyClientAccessConfig type and a ThirdPartyClientAccessConfig property on CreateSelfServiceProfileSsoTicketRequestContent, controlling whether third-party apps can configure the connection as a domain-level connection during Self-Service Enterprise Configuration #​1072 (fern-api[bot])
  • Branding Themes: Added BrandingThemeIdentifiers type with login display, OTP autocomplete, and phone display formatting/masking enums (BrandingThemeIdentifiersLoginDisplayEnum, BrandingThemeIdentifiersPhoneDisplay, BrandingThemeIdentifiersPhoneDisplayFormattingEnum, BrandingThemeIdentifiersPhoneDisplayMaskingEnum), plus an Identifiers property on the theme create/update request and response types (CreateBrandingThemeRequestContent, UpdateBrandingThemeRequestContent, CreateBrandingThemeResponseContent, UpdateBrandingThemeResponseContent, GetBrandingThemeResponseContent, GetBrandingDefaultThemeResponseContent) #​1072 (fern-api[bot])
  • Attack Protection: Added SuspiciousIpThrottlingPreCustomTokenExchangeStage, added as a pre-custom-token-exchange stage on SuspiciousIpThrottlingStage #​1072 (fern-api[bot])
  • TenantDomain client option: Added ClientOptions.TenantDomain; when set without an explicit BaseUrl, ManagementApiClient derives BaseUrl as https://{TenantDomain}/api/v2. An explicit BaseUrl always takes precedence #​1072 (fern-api[bot])
  • Response decompression: Added gzip/deflate response decompression via a new DefaultHttpClientFactory #​1072 (fern-api[bot])

Commits viewable 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 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

Bumps Auth0.ManagementApi from 9.0.0 to 9.1.0

---
updated-dependencies:
- dependency-name: Auth0.ManagementApi
  dependency-version: 9.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies nuget Dependabot NuGet dependency updates labels Jul 26, 2026
@github-actions github-actions Bot added squad Squad triage inbox — Lead will assign to a member squad:boromir Assigned to Boromir (DevOps / Infra) labels Jul 26, 2026
@github-actions

Copy link
Copy Markdown
Contributor

🤖 Dependency Update PR

This PR was opened by dependabot[bot] and has been automatically labeled for Boromir (DevOps) to review.

Labels applied:

  • squad:boromir — Assigned to DevOps for dependency updates
  • squad — In triage queue

Dependency and infrastructure updates are owned by the DevOps team.

@github-actions

Copy link
Copy Markdown
Contributor

Test Results Summary

556 tests  ±0   518 ✅ ±0   15s ⏱️ +2s
  6 suites ±0    38 💤 ±0 
  6 files   ±0     0 ❌ ±0 

Results for commit c01fc05. ± Comparison against base commit 938e8be.

@codecov

codecov Bot commented Jul 26, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 76.78%. Comparing base (938e8be) to head (c01fc05).

Additional details and impacted files
@@           Coverage Diff           @@
##              dev     #460   +/-   ##
=======================================
  Coverage   76.78%   76.78%           
=======================================
  Files          71       71           
  Lines        1775     1775           
  Branches      214      214           
=======================================
  Hits         1363     1363           
  Misses        336      336           
  Partials       76       76           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@dependabot @github

dependabot Bot commented on behalf of github Aug 2, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #462.

@dependabot dependabot Bot closed this Aug 2, 2026
@dependabot
dependabot Bot deleted the dependabot/nuget/dev/all-actions-810e8fe638 branch August 2, 2026 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies nuget Dependabot NuGet dependency updates squad:boromir Assigned to Boromir (DevOps / Infra) squad Squad triage inbox — Lead will assign to a member

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants