Skip to content

Update dependency stripe to v22.0.1#1714

Merged
PaulAdamDavis merged 1 commit intomainfrom
renovate/stripe-22.x
Apr 12, 2026
Merged

Update dependency stripe to v22.0.1#1714
PaulAdamDavis merged 1 commit intomainfrom
renovate/stripe-22.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 11, 2026

This PR contains the following updates:

Package Change Age Confidence
stripe 22.0.022.0.1 age confidence

Release Notes

stripe/stripe-node (stripe)

v22.0.1

Compare Source

  • #​2669 Add constructor based initialization for CJS based TypeScript imports
    • Initialization of Stripe class with new keyword is now possible for CJS based TypeScript project. Resolves: 2660
    import Stripe = require('stripe');
    // ✅ Both statements work
    const stripeNew: Stripe.Stripe = new Stripe('sk_test_...');
    const stripeCalled: Stripe.Stripe = Stripe('sk_test_...');
  • #​2664 Fixed nested service param exports in the Stripe namespace
  • #​2667 Add type safety to Stripe constructor config (no runtime change)
    • Fixed some compile-time checks (no runtime changes)
      • Fixed Stripe constructor config parameter to use StripeConfig type instead of Record<string, unknown>, restoring compile-time type safety.
      • Added missing authenticator property to StripeConfig.
      • Fixed Stripe.API_VERSION to retain the literal API version type.
      • Fixed StripeConfig.stripeContext to accept StripeContext objects in addition to strings.
  • #​2663 Throw a more descriptive error when calling rawRequest with absolute urls
  • #​2652 Added string[] to WebhookHeader type for compatibility with express
    • Added string[] to the type of signature param in stripe.webhooks.construct_event method.

Configuration

📅 Schedule: (UTC)

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 force-pushed the renovate/stripe-22.x branch 5 times, most recently from 952ed59 to 2273710 Compare April 12, 2026 10:22
@renovate renovate Bot force-pushed the renovate/stripe-22.x branch from 2273710 to fdb8f80 Compare April 12, 2026 14:54
@PaulAdamDavis PaulAdamDavis merged commit f162c2b into main Apr 12, 2026
2 checks passed
@PaulAdamDavis PaulAdamDavis deleted the renovate/stripe-22.x branch April 12, 2026 16:37
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.

1 participant