Skip to content

chore(deps): update peerdependency @paypal/paypal-js to v10#813

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/paypal-paypal-js-10.x
Open

chore(deps): update peerdependency @paypal/paypal-js to v10#813
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/paypal-paypal-js-10.x

Conversation

@renovate

@renovate renovate Bot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@paypal/paypal-js (source) ^8.1.2 || ^9.0.0^8.1.2 || ^9.0.0 || ^10.0.0 age confidence

Release Notes

paypal/paypal-js (@​paypal/paypal-js)

v10.0.2

Compare Source

Patch Changes
  • cfcb985: Add a default export condition to the ./sdk-v6 subpath so bundlers/tracers (e.g. @​vercel/nft) resolve it correctly and don't fall back to the v5 entry.

v10.0.1

Compare Source

Patch Changes
  • d7f697b: Migrates Vitest to v4.

  • 983beb7: Add v6 web component DOM element types so non-React TypeScript integrations get strongly-typed access to the PayPal SDK custom elements. HTMLElementTagNameMap is augmented for <paypal-button>, <venmo-button>, <paypal-pay-later-button>, <paypal-credit-button>, <paypal-basic-card-button>, <paypal-basic-card-container>, <paypal-message>, and <apple-pay-button> (registered by Apple's Apple Pay JS SDK).

    const btn = document.createElement("paypal-pay-later-button");
    btn.countryCode = "US"; // typed: "AU" | "CA" | "DE" | "ES" | "FR" | "GB" | "IT" | "US"
    btn.productCode = "PAYLATER"; // typed: "PAYLATER" | "PAY_LATER_SHORT_TERM"
  • 7d44dcc: Add vaultSetupToken to OnApproveData and expand createVaultSetupToken and onApprove JSDoc to cover Venmo vault-without-purchase flows.

v10.0.0

Compare Source

Major Changes
  • 114d09c: BREAKING: The v6 environment option is now required on loadCoreSdkScript. Previously, omitting environment silently defaulted to sandbox, which could cause production builds to load the sandbox SDK with a live clientId. Pass environment: "production" or environment: "sandbox" explicitly. TypeScript users will see a compile error; runtime callers will see a thrown Error.
v6 loadCoreSdkScript

Update usage of loadCoreSdkScript to pass the environment property correctly

const paypalGlobalNamespace = await loadCoreSdkScript({
  environment: "sandbox", // "production"
});

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "on Monday"
  • 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.

@vercel

vercel Bot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
scripts-playground Ready Ready Preview, Comment Jun 30, 2026 8:15pm

@pkg-pr-new

pkg-pr-new Bot commented Jun 8, 2026

Copy link
Copy Markdown

Open in StackBlitz

npm i https://pkg.pr.new/@nuxt/scripts@813

commit: 7b3bf31

@renovate renovate Bot force-pushed the renovate/paypal-paypal-js-10.x branch from 60ef3de to 43bee05 Compare June 26, 2026 18:07
@renovate renovate Bot force-pushed the renovate/paypal-paypal-js-10.x branch from 43bee05 to 41d7d66 Compare June 30, 2026 14:41
@renovate renovate Bot changed the title chore(deps): update pnpm.catalog.default @paypal/paypal-js to v10 chore(deps): update peerdependency @paypal/paypal-js to v10 Jun 30, 2026
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