Skip to content

Merge to private-preview#2764

Merged
xavdid merged 10 commits into
private-previewfrom
xavdid/merge-node-private-preview
Jun 23, 2026
Merged

Merge to private-preview#2764
xavdid merged 10 commits into
private-previewfrom
xavdid/merge-node-private-preview

Conversation

@xavdid

@xavdid xavdid commented Jun 23, 2026

Copy link
Copy Markdown
Member

Why?

What?

See Also

Changelog

xavdid and others added 9 commits June 17, 2026 16:19
* handle shadowed namespaces

* add type test
* CJS Imports

* Exported classes and namespaces from stripe.cjs

* Generated reserve index file

* Ran just gen after updating sdk-codegen from master

* Added nested events and params

* Added node16 moduleresolution project

* Updated

* Add 2 tests

* justfile refactor

* remove unused code

* remove redundant block

---------

Co-authored-by: David Brownman <xavdid@stripe.com>
* fix v1 accounts endpoint

* Add test
* Pin @types/node to ~22.19 in CJS type test projects

@types/node@22.20.0 introduced web-globals/streams.d.ts with circular
type references (CompressionStream, DecompressionStream) that TypeScript
5.9 now rejects. Since lock files are gitignored, CI picked up 22.20.0
as soon as it published and started failing. Pinning to ~22.19 keeps the
range at 22.19.x until @types/node fixes the upstream issue.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Committed-By-Agent: claude

* Also pin @types/node to ~22.19 in cjs-ts test project

Same issue as types-cjs and types-cjs-node16 — cjs-ts runs tsc with
@types/node ~22 and typescript ^5.9.3, which would hit the same
22.20.0 circular reference failure via integrations-test.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Committed-By-Agent: claude

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
# Conflicts:
#	CHANGELOG.md
#	VERSION
#	package.json
#	src/resources/Billing/index.ts
#	src/resources/FinancialConnections/index.ts
#	src/resources/Identity/index.ts
#	src/resources/Issuing/index.ts
#	src/resources/Quotes.ts
#	src/resources/Radar/index.ts
#	src/resources/Tax/index.ts
#	src/resources/Terminal/index.ts
#	src/resources/TestHelpers/index.ts
#	src/resources/V2/Billing/index.ts
#	src/resources/V2/Core/index.ts
#	src/stripe.core.ts
#	src/stripe.esm.node.ts
@xavdid xavdid requested a review from a team as a code owner June 23, 2026 22:50
@xavdid xavdid requested review from justiny-stripe and removed request for a team June 23, 2026 22:50
@xavdid xavdid enabled auto-merge June 23, 2026 22:50
@xavdid xavdid merged commit e1ba2f1 into private-preview Jun 23, 2026
10 checks passed
@xavdid xavdid deleted the xavdid/merge-node-private-preview branch June 23, 2026 22:58
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.

3 participants