chore(deps-dev): bump stripe from 21.0.1 to 22.1.1 - #88
Conversation
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
98e9194 to
d5b75f9
Compare
3628809 to
2cbaa5a
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 2cbaa5a. Configure here.
| "dotenv": "^17.3.1", | ||
| "openapi-typescript": "^7.13.0", | ||
| "stripe": "^21.0.1", | ||
| "stripe": "^22.1.0", |
There was a problem hiding this comment.
Stale Stripe API version after SDK major bump
Low Severity
The stripe SDK is bumped to v22.1.0 which pins API version 2026-04-22.dahlia, but the integration test still hardcodes apiVersion: '2026-03-25.dahlia' when constructing the Stripe client. This means integration tests run against an older API version than the one the new SDK targets, potentially masking incompatibilities with the new API version.
Reviewed by Cursor Bugbot for commit 2cbaa5a. Configure here.
ff4c967 to
6f9eecf
Compare
6f9eecf to
9232442
Compare
9232442 to
35a48cf
Compare
35a48cf to
92eae16
Compare
Bumps [stripe](https://github.com/stripe/stripe-node) from 21.0.1 to 22.1.1. - [Release notes](https://github.com/stripe/stripe-node/releases) - [Changelog](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md) - [Commits](stripe/stripe-node@v21.0.1...v22.1.1) --- updated-dependencies: - dependency-name: stripe dependency-version: 22.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
92eae16 to
5900f46
Compare
|
Superseded by #280. |


Bumps stripe from 21.0.1 to 22.1.1.
Release notes
Sourced from stripe's releases.
... (truncated)
Changelog
Sourced from stripe's changelog.
... (truncated)
Commits
1899375Bump version to 22.1.1dae38edExport Decimal type from Stripe namespace (#2703)fe46e5fFix file upload regression: restore multipart request data processor (#2704)8595acbRemove defunct RunKit badge from README (#2701)4238484Bump version to 22.1.0ba707f8Update generated code (#2639)b7d6f88Preserve stack traces for async operations (#2688)bf563e1Bump version to 22.0.2e01b892Add emitEventBodies config to include bodies in request/response events (#2681)7ae0d66AddsparseEventNotificationAsyncto match existing sync function (#2685)Note
Medium Risk
Medium risk because this is a major Stripe SDK upgrade that may introduce breaking API/type changes (including a new pinned Stripe API version), affecting tests and any Stripe-related tooling in
packages/server.Overview
Upgrades
packages/server’s devDependency onstripefrom^21.0.1to^22.1.1.Updates
pnpm-lock.yamlto resolve the newstripe@22.1.1version (and associated lockfile metadata changes).Reviewed by Cursor Bugbot for commit 5900f46. Bugbot is set up for automated code reviews on this repo. Configure here.