Skip to content

Update dependency auth0 to v7 - #69

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/auth0-7.x
Open

Update dependency auth0 to v7#69
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/auth0-7.x

Conversation

@renovate

@renovate renovate Bot commented Sep 13, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
auth0 ^3.1.1^7.0.0 age confidence

Release Notes

auth0/node-auth0 (auth0)

v7.1.0

Compare Source

Full Changelog

⚠️ Breaking Changes

  • Removed the top-level client.organizationTemplates resource (list(), create(), get(), update(), listOrganizations()), a Limited EA feature that was exposed before it was ready; removed associated OauthScope values CreateOrganizationTemplates and UpdateOrganizationTemplates; removed types ListOrganizationTemplatesPaginatedResponseContent, OrganizationTemplateAssignedOrganization, ListTemplateOrganizationsPaginatedResponseContent, OrganizationTemplatesClient #​1404 (fern-api[bot])

  • Renamed and removed beta -mcp values on ConnectionStrategyEnum and ConnectionIdentityProviderEnum: dropped the -mcp suffix on asana, atlassian, gitlab, and slack; removed docusign, figma, gusto, heroku, intercom, pagerduty, supabase, vercel, and xero; notion, cloudflare, hubspot, linear, and sentry still use the -mcp suffix #​1404 (fern-api[bot])

Added

  • feat: add guardian.get() / guardian.set() for Guardian settings (GET/PUT /api/v2/guardian/settings), along with the GetGuardianSettingsResponseContent, SetGuardianSettingsResponseContent, and SetGuardianSettingsRequestContent types; properties: display_remember_me_checkbox, remember_me_default_value, mfa_session_inactivity_timeout, mfa_session_overall_timeout #​1404 (fern-api[bot])

  • feat: add guardian.factors.email.get() / guardian.factors.email.set() for email MFA factor settings (GET/PUT /api/v2/guardian/factors/email/settings), along with the GetEmailFactorSettingsResponseContent, SetEmailFactorSettingsResponseContent, and SetEmailFactorSettingsRequestContent types; properties: otp_length, otp_expiration_time #​1404 (fern-api[bot])

  • feat: add guardian.factors.phone.get() / guardian.factors.phone.set() for phone MFA factor settings (GET/PUT /api/v2/guardian/factors/phone/settings), along with the GetPhoneFactorSettingsResponseContent, SetPhoneFactorSettingsResponseContent, and SetPhoneFactorSettingsRequestContent types; properties: otp_length, otp_expiration_time #​1404 (fern-api[bot])

  • feat: add client.experimentation.experiments.advanceRamp(id, request) for the Experimentation API (POST /api/v2/experimentation/experiments/{id}/advance-ramp), along with the AdvanceRampResponseContent and AdvanceRampRequestContent types; add UpdateExperimentation: "update:experimentation" to OauthScope #​1404 (fern-api[bot])

  • feat: add organizations.search(request) for the cursor-paginated search endpoint (GET /api/v2/organizations/search) with SCIM/Lucene filter syntax, along with the SearchOrganizationsRequestParameters, SearchOrganization, SearchOrganizationsPaginatedResponseContent, OrganizationSortFieldEnum, and SearchParserEnum types #​1404 (fern-api[bot])

  • feat: add resourceServers.search(request) for the cursor-paginated search endpoint (GET /api/v2/resource-servers/search) with SCIM/Lucene filter syntax, along with the SearchResourceServersRequestParameters, ResourceServerSearchResponse, SearchResourceServersResponseContent, and ResourceServerSortFieldEnum types #​1404 (fern-api[bot])

  • feat: add the AnonymousSessions type (with CreateAnonymousSessions and UpdateAnonymousSessions) to Client, CreateClientRequestContent, UpdateClientRequestContent, and all client response types via anonymous_sessions.active #​1404 (fern-api[bot])

  • feat: add TenantSettingsSessionsAnonymous to tenant settings (sessions.anonymous.lifetime_in_minutes, sessions.anonymous.activate_cookie) #​1404 (fern-api[bot])

  • feat: add subject_type_authorization.anonymous_user.policy (deny_all | require_client_grant) and token_lifetime_for_anonymous_access_tokens to resource server types, along with ResourceServerSubjectTypeAuthorizationAnonymousUser and ResourceServerSubjectTypeAuthorizationAnonymousUserPolicyEnum #​1404 (fern-api[bot])

  • feat: add GatewayTimeoutError type and map HTTP 504 responses to it; surfaced in organizations.search() and resourceServers.search() #​1404 (fern-api[bot])

v7.0.0

Compare Source

Full Changelog

⚠️ Breaking Changes

  • Removed the top-level client.organizationTemplates resource (list(), create(), get(), update(), listOrganizations()), a Limited EA feature that was exposed before it was ready; removed associated OauthScope values CreateOrganizationTemplates and UpdateOrganizationTemplates; removed types ListOrganizationTemplatesPaginatedResponseContent, OrganizationTemplateAssignedOrganization, ListTemplateOrganizationsPaginatedResponseContent, OrganizationTemplatesClient #​1404 (fern-api[bot])

  • Renamed and removed beta -mcp values on ConnectionStrategyEnum and ConnectionIdentityProviderEnum: dropped the -mcp suffix on asana, atlassian, gitlab, and slack; removed docusign, figma, gusto, heroku, intercom, pagerduty, supabase, vercel, and xero; notion, cloudflare, hubspot, linear, and sentry still use the -mcp suffix #​1404 (fern-api[bot])

Added

  • feat: add guardian.get() / guardian.set() for Guardian settings (GET/PUT /api/v2/guardian/settings), along with the GetGuardianSettingsResponseContent, SetGuardianSettingsResponseContent, and SetGuardianSettingsRequestContent types; properties: display_remember_me_checkbox, remember_me_default_value, mfa_session_inactivity_timeout, mfa_session_overall_timeout #​1404 (fern-api[bot])

  • feat: add guardian.factors.email.get() / guardian.factors.email.set() for email MFA factor settings (GET/PUT /api/v2/guardian/factors/email/settings), along with the GetEmailFactorSettingsResponseContent, SetEmailFactorSettingsResponseContent, and SetEmailFactorSettingsRequestContent types; properties: otp_length, otp_expiration_time #​1404 (fern-api[bot])

  • feat: add guardian.factors.phone.get() / guardian.factors.phone.set() for phone MFA factor settings (GET/PUT /api/v2/guardian/factors/phone/settings), along with the GetPhoneFactorSettingsResponseContent, SetPhoneFactorSettingsResponseContent, and SetPhoneFactorSettingsRequestContent types; properties: otp_length, otp_expiration_time #​1404 (fern-api[bot])

  • feat: add client.experimentation.experiments.advanceRamp(id, request) for the Experimentation API (POST /api/v2/experimentation/experiments/{id}/advance-ramp), along with the AdvanceRampResponseContent and AdvanceRampRequestContent types; add UpdateExperimentation: "update:experimentation" to OauthScope #​1404 (fern-api[bot])

  • feat: add organizations.search(request) for the cursor-paginated search endpoint (GET /api/v2/organizations/search) with SCIM/Lucene filter syntax, along with the SearchOrganizationsRequestParameters, SearchOrganization, SearchOrganizationsPaginatedResponseContent, OrganizationSortFieldEnum, and SearchParserEnum types #​1404 (fern-api[bot])

  • feat: add resourceServers.search(request) for the cursor-paginated search endpoint (GET /api/v2/resource-servers/search) with SCIM/Lucene filter syntax, along with the SearchResourceServersRequestParameters, ResourceServerSearchResponse, SearchResourceServersResponseContent, and ResourceServerSortFieldEnum types #​1404 (fern-api[bot])

  • feat: add the AnonymousSessions type (with CreateAnonymousSessions and UpdateAnonymousSessions) to Client, CreateClientRequestContent, UpdateClientRequestContent, and all client response types via anonymous_sessions.active #​1404 (fern-api[bot])

  • feat: add TenantSettingsSessionsAnonymous to tenant settings (sessions.anonymous.lifetime_in_minutes, sessions.anonymous.activate_cookie) #​1404 (fern-api[bot])

  • feat: add subject_type_authorization.anonymous_user.policy (deny_all | require_client_grant) and token_lifetime_for_anonymous_access_tokens to resource server types, along with ResourceServerSubjectTypeAuthorizationAnonymousUser and ResourceServerSubjectTypeAuthorizationAnonymousUserPolicyEnum #​1404 (fern-api[bot])

  • feat: add GatewayTimeoutError type and map HTTP 504 responses to it; surfaced in organizations.search() and resourceServers.search() #​1404 (fern-api[bot])

v6.4.0

Compare Source

Full Changelog

Important: v7.0.0 introduces breaking changes. Please review the v7 Migration Guide for detailed upgrade instructions.

⚠️ BREAKING CHANGES

  • Removed AuthenticationClient and all sub-clients (database, oauth, passwordless, backchannel, tokenExchange). Migrate to @auth0/auth0-auth-js.
  • Removed UserInfoClient. Use authClient.getUserInfo() from @auth0/auth0-auth-js.
  • Removed public ResponseError, FetchError, and JSONApiResponse exports.

Changed

  • Management client now acquires client-credentials tokens natively, without the removed shared BaseAPI runtime. ([BREAKING] feat!: remove Authentication layer #​1390 (tusharpandey13))

v6.3.0

Compare Source

Full Changelog

Added

  • feat: add Network ACL Keys, 3P client access, and XAA connection profile support #​1391 (fern-api[bot])

v6.2.0

Compare Source

Full Changelog

Added

  • feat: add org-level roles, Google Workspace groups GA, org-to-app entitlement, and agents support #​1385 (fern-api[bot])

v6.1.0

Compare Source

Full Changelog

Added

v6.0.0

Compare Source

Full Changelog

Added

v5.14.1

Compare Source

Fixed

  • fix: correct SDK_VERSION to match npm package version in Auth0-Client telemetry header

v5.14.0

Compare Source

Full Changelog

Important: v6.0.0 introduces breaking changes. Please review the v6 Migration Guide for detailed upgrade instructions.

⚠️ BREAKING CHANGES

  • ConnectionAttributeIdentifier has been replaced with three identifier-specific types: EmailAttributeIdentifier, PhoneAttributeIdentifier, and UsernameAttributeIdentifier #​1363 (fern-api[bot])
  • PhoneProviderProtectionBackoffStrategyEnum variant None (value: "none") has been renamed to Default (value: "default") to align with the updated API #​1363 (fern-api[bot])
  • Removed client.users.federatedConnectionsTokensets sub-client, including its list() and delete() methods #​1369 (fern-api[bot])
  • Removed federated_connections_access_tokens field from all connection option types (create and update) #​1369 (fern-api[bot])

Added

  • feat: remove federatedConnectionsTokensets, add custom token exchange suspicious IP throttling stage, and internal fetcher improvements #​1369 (fern-api[bot])
  • feat: add org role members, third-party client access, passwordless type fixes, and OIDC connection updates #​1363 (fern-api[bot])
  • feat: add Node.js 26 support #​1356 (Poggen)

Fixed

  • fix: upgrade jose from v4 to v5 to fix pnpm trust policy install failure #​1362 (ankita10119)

v5.13.0

Compare Source

Full Changelog

Added

  • feat: add phone provider protection, token vault access, and cross-app connection support #​1359 (fern-api[bot])

Fixed

v5.12.0

Compare Source

Full Changelog

Added

  • feat: add tenant security headers, minute-based session lifetimes, and OIDC session expiry #​1351 (developerkunal)

Fixed

v5.11.0

Compare Source

Full Changelog

Added

  • feat: add tenant security headers, minute-based session lifetimes, and OIDC session expiry #​1351 (developerkunal)

Fixed

v5.10.0

Compare Source

Full Changelog

Added

  • feat: add rate limit policies, group/org role management, and user effective roles/permissions #​1348 (fern-api[bot])

v5.9.1

Compare Source

Full Changelog

Added

  • feat: add passkey authentication methods, ephemeral session support, and improved error handling #​1342 (fern-api[bot])

v5.9.0

Compare Source

Full Changelog

Security

v5.8.0

Compare Source

Full Changelog

Added

  • feat: add events SSE streaming, bulk refresh token revocation, and query string builder #​1331 (fern-api[bot])

v5.7.0

Compare Source

Full Changelog

⚠️ BREAKING CHANGES

  • Removed invitation_landing_client_id and allowed_roles fields from ClientMyOrganizationPatchConfiguration, ClientMyOrganizationPostConfiguration, and ClientMyOrganizationResponseConfiguration #​1328 (fern-api[bot])

Added

  • Session Transfer Delegation: new delegation property on ClientSessionTransferConfiguration with ClientSessionTransferDelegationConfiguration interface supporting allow_delegated_access and enforce_device_binding options #​1328 (fern-api[bot])
  • Self-Service SSO Ticket Features: new enabled_features property on CreateSelfServiceProfileSsoTicketRequestContent with SelfServiceProfileSsoTicketEnabledFeatures interface supporting sso, domain_verification, and provisioning toggles #​1328 (fern-api[bot])
  • Self-Service SSO Ticket Domain Aliases: new pending_domains field on SelfServiceProfileSsoTicketDomainAliasesConfig #​1328 (fern-api[bot])

Changed

  • Updated JSDoc descriptions for default_for field across Client Grant response types and CreateClientGrantRequestContent #​1328 (fern-api[bot])

v5.6.0

Compare Source

Full Changelog

Added

  • feat: add third-party client security, synchronized groups, and new event stream types #​1326 (fern-api[bot])

v5.5.0

Compare Source

Full Changelog

Added

  • Feat: Passthrough fetch, error cause propagation, type refinements, and core improvements #​1318 (fern-api[bot])
  • Feat: Added Organization Connections and type updates #​1315 (fern-api[bot])
  • Feat: Added CIMD client support, default custom domains, refresh token listing, and type updates #​1314 (fern-api[bot])

v5.4.0

Compare Source

Full Changelog

Added

v5.3.1

Compare Source

Full Changelog

Added

v5.3.0

Compare Source

Full Changelog

Added

  • Feat: Added pagination support for Actions Modules Versions API and type improvements #​1298 (fern-api[bot])

v5.2.0

Compare Source

Full Changelog

Added

  • Feat: Added support for Actions Modules API, Connection OTP Authentication and Custom Domain Passkey rpId #​1292 (fern-api[bot])
  • Feat: Added support for SCIM Groups API and Self-Service Organization Domain endpoints #​1289 (fern-api[bot])
  • feat: Refresh Token Metadata API and Organization Discovery Domain by Name #​1283 (fern-api[bot])

v5.1.0

Compare Source

Full Changelog

Added

Fixed

Changed

  • Guardian Push Notification setApnsProvider(), setFcmProvider(), setFcmv1Provider() now use PUT instead of PATCH #​1278 (developerkunal)

v5.0.0

Compare Source

Full Changelog

Added

Fixed

v4.37.1

Compare Source

Security

  • Chore: Bump uuid dependency to version 11.1.1 #​1345

v4.37.0

Compare Source

Added

  • Feat: Added support new connection-profiles endpoint and express-configuration property on clients endpoint #​1240 (tanya732)

v4.36.0

Compare Source

Added

  • Feat: Added q, include_fields, fields and sort query params #​1229 (tanya732)

v4.35.0

Compare Source

Added

v4.34.0

Compare Source

Added

v4.33.0

Compare Source

Added

  • Added Support for skip_non_verifiable_callback_uri_confirmation_prompt Field #​1207 (tanya732)
  • Feat: Added Support for Connected Accounts #​1206 (tanya732)

v4.32.0

Compare Source

Added

v4.31.0

Compare Source

Added

Fixed

v4.30.0

Compare Source

Added

Fixed

  • fix(auth): fix the requested_expiry param (v4) #​1174 (guabu)
  • fix(auth): authorization_details type in TokenResponse (v4) #​1177 (guabu)

v4.29.0

Compare Source

Full Changelog

🎉 General Availability of v5.0.0

This release promotes the v5 beta to a stable release.
If you are upgrading from v4.x, please review the Migration Guide before upgrading.

Highlights
  • Complete rewrite of the Management API client using Fern code generation
  • Significantly improved TypeScript support with stronger types and standardized error handling
  • Modular sub-client architecture for better API discoverability and consistency
  • Fully compatible Authentication API client — no breaking changes
  • Optional v4.x-compatible legacy client available at auth0/legacy
  • Updated minimum Node.js version to ^20.19.0 || ^22.12.0 || ^24.0.0
  • Introduced modern package exports with support for CommonJS and ESM

v4.28.0

Compare Source

Full Changelog

Added

v4.27.0

Compare Source

Full Changelog

Added

v4.26.0

Compare Source

Full Changelog

Added

v4.25.0

Compare Source

Full Changelog

Added

v4.24.0

Compare Source

Full Changelog

Added

v4.23.1

Compare Source

Full Changelog

Added

v4.23.0

Compare Source

Full Changelog

Added

v4.22.0

Compare Source

Full Changelog

Added

v4.21.0

Compare Source

Full Changelog

Added

⚠️ BREAKING CHANGES

Please look at #​1093 PR for changes
Updated response from Array to Array for /connections : 'GET' endpoint

v4.20.0

Compare Source

Full Changelog

Added

v4.19.0

Compare Source

Full Changelog

Added

v4.18.0

Compare Source

Full Changelog

Added

v4.17.0

Compare Source

Full Changelog

Added

Removed

v4.16.0

Compare Source

Full Changelog

Changed

Fixed

v4.15.0

Compare Source

Full Changelog

Added

Changed

v4.14.0

Compare Source

Full Changelog

Added

v4.13.0

Compare Source

Full Changelog

⚠️ BREAKING CHANGES

  • Self Service SSO GA release changes #​1057 (tusharpandey13)
    • Please look at #​1057 for detailed changes.
    • Method names for various methods in SelfServiceProfilesManager have been changed. The method names now follow standard REST names like create, get, getAll, update, delete.
    • Pagination has been added to response of getAll method of SelfServiceProfilesManager.

v4.12.0

Compare Source

Full Changelog

Added

v4.11.0

Compare Source

Full Changelog

Fixed

v4.10.0

Compare Source

Full Changelog

Added

v4.9.0

Compare Source

Full Changelog

Added

v4.8.0

Compare Source

Full Changelog

Added

Changed

v4.7.0

Compare Source

Full Changelog

Added

v4.6.0

[Compare Source](https://redirect

Important

✂ PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate

renovate Bot commented Sep 13, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
Scope: all 3 workspace projects
 WARN  GET https://registry.npmjs.org/auth0 error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/snazzy/-/snazzy-9.0.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/standard/-/standard-17.1.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/commist/-/commist-3.2.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/console-table-printer/-/console-table-printer-2.11.2.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/desm/-/desm-1.3.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/dotenv/-/dotenv-16.3.1.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/es-main/-/es-main-1.3.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/fast-jwt/-/fast-jwt-3.3.2.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-4.0.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/get-jwks/-/get-jwks-8.3.1.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/help-me/-/help-me-5.0.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/mkdirp/-/mkdirp-3.0.1.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/semver/-/semver-7.5.4.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/undici/-/undici-6.0.1.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/auth0 error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/snazzy/-/snazzy-9.0.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/standard/-/standard-17.1.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/commist/-/commist-3.2.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/console-table-printer/-/console-table-printer-2.11.2.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/desm/-/desm-1.3.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/dotenv/-/dotenv-16.3.1.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/es-main/-/es-main-1.3.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/fast-jwt/-/fast-jwt-3.3.2.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-4.0.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/get-jwks/-/get-jwks-8.3.1.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/help-me/-/help-me-5.0.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/mkdirp/-/mkdirp-3.0.1.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/semver/-/semver-7.5.4.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/undici/-/undici-6.0.1.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@testing-library/react-hooks/-/react-hooks-8.0.1.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 ERR_INVALID_THIS  Value of "this" must be of type URLSearchParams

pnpm [ERR_INVALID_THIS]: Value of "this" must be of type URLSearchParams
    at Proxy.getAll (node:internal/url:599:13)
    at Proxy.<anonymous> (/opt/containerbase/tools/pnpm/7.32.0/24.21.0/node_modules/pnpm/dist/pnpm.cjs:60554:55)
    at /opt/containerbase/tools/pnpm/7.32.0/24.21.0/node_modules/pnpm/dist/pnpm.cjs:60616:31
    at Array.reduce (<anonymous>)
    at Proxy.raw (/opt/containerbase/tools/pnpm/7.32.0/24.21.0/node_modules/pnpm/dist/pnpm.cjs:60615:33)
    at new Headers (/opt/containerbase/tools/pnpm/7.32.0/24.21.0/node_modules/pnpm/dist/pnpm.cjs:60500:28)
    at getNodeRequestOptions (/opt/containerbase/tools/pnpm/7.32.0/24.21.0/node_modules/pnpm/dist/pnpm.cjs:60849:23)
    at /opt/containerbase/tools/pnpm/7.32.0/24.21.0/node_modules/pnpm/dist/pnpm.cjs:60906:25
    at new Promise (<anonymous>)
    at fetch (/opt/containerbase/tools/pnpm/7.32.0/24.21.0/node_modules/pnpm/dist/pnpm.cjs:60904:14)
 WARN  GET https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.2.1.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/jsdom/-/jsdom-23.0.1.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/vite/-/vite-5.0.10.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/vitest/-/vitest-1.1.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@auth0/auth0-react/-/auth0-react-2.2.4.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@vitest/coverage-v8/-/coverage-v8-1.1.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/react/-/react-18.2.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/react-dom/-/react-dom-18.2.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@testing-library/react/-/react-14.1.2.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants