Skip to content

chore(deps): update dependency stripe to 22.0.1#1826

Open
chrisbbreuer wants to merge 1 commit intomainfrom
buddy-bot/update-major-update-stripe
Open

chore(deps): update dependency stripe to 22.0.1#1826
chrisbbreuer wants to merge 1 commit intomainfrom
buddy-bot/update-major-update-stripe

Conversation

@chrisbbreuer
Copy link
Copy Markdown
Member

@chrisbbreuer chrisbbreuer commented Apr 3, 2026

This PR contains the following updates:

npm

Package Change Age Adoption Passing Confidence
stripe (source) 21.0.1 -> 22.0.1 age adoption passing confidence

Release Notes

stripe/stripe-node (stripe)

21.0.1 -> 22.0.1

v22.1.0-beta.2

Compare Source

Please review the changelog for 22.0.1 for more information about changes in this release.

See the changelog for more details.

Released by prathmesh-stripe on 4/8/2026

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 ...

[View full release notes]

Released by prathmesh-stripe on 4/8/2026

v22.1.0-beta.1

Compare Source

Please review the changelog for 22.0.0 for more information about changes in this release.

See the changelog for more details.

Released by jar-stripe on 4/3/2026


📊 Package Statistics

  • stripe: 8,612,885 weekly downloads

Configuration

📅 Schedule: 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 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 Buddy 🤖

@what-the-diff
Copy link
Copy Markdown

what-the-diff bot commented Apr 3, 2026

PR Summary

  • Upgrade of "Stripe" Package
    The payment processing software "Stripe" was updated to a newer version. This implies improvements in performance and possibly new features, offering better services for processing transactions.

@chrisbbreuer chrisbbreuer force-pushed the buddy-bot/update-major-update-stripe branch 21 times, most recently from f4d38a4 to 2be9ed9 Compare April 4, 2026 18:08
@chrisbbreuer chrisbbreuer force-pushed the buddy-bot/update-major-update-stripe branch 7 times, most recently from 9bec9af to 74c6a13 Compare April 5, 2026 08:11
@chrisbbreuer chrisbbreuer changed the title chore(deps): update dependency stripe to 22.0.0 chore(deps): update dependency stripe to 22.0.1 Apr 8, 2026
@chrisbbreuer chrisbbreuer force-pushed the buddy-bot/update-major-update-stripe branch from 74c6a13 to 1281da4 Compare April 8, 2026 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant