Skip to content

feat(DEP0106): migrate from crypto.createCipher & crypto.createDecipher#265

Open
AugustinMauroy wants to merge 16 commits intomainfrom
augustin/DEP-0106
Open

feat(DEP0106): migrate from crypto.createCipher & crypto.createDecipher#265
AugustinMauroy wants to merge 16 commits intomainfrom
augustin/DEP-0106

Conversation

@AugustinMauroy
Copy link
Member

Description

  • It's the only EOL between v20 to 22 It's mean after this pr we will hable to create @nodejs/v20-to-v22
  • the name of the codemod doesn't look good to me need to found something bettert

Related issue

close #264

@AugustinMauroy AugustinMauroy added awaiting reviewer Author has responded and needs action from the reviewer dep:v22 Migration handles deprecation introduced in node v22 labels Nov 4, 2025
@brunocroh brunocroh self-requested a review December 13, 2025 14:04
@JakobJingleheimer JakobJingleheimer added this to the 20.x → 22.x milestone Jan 25, 2026
@JakobJingleheimer JakobJingleheimer changed the title feat(crypto-createcipheriv-migration): introduce feat(DEP0106): migrate from node:crypto.createCipher & node:crypto.createDecipher Jan 25, 2026
@JakobJingleheimer JakobJingleheimer requested review from tniessen and removed request for tniessen January 25, 2026 17:41
@JakobJingleheimer
Copy link
Member

JakobJingleheimer commented Jan 25, 2026

@nodejs/crypto I'm not familiar with this part of node. could you check that the input and expected test fixtures are accurate?

@JakobJingleheimer JakobJingleheimer changed the title feat(DEP0106): migrate from node:crypto.createCipher & node:crypto.createDecipher feat(DEP0106): migrate from crypto.createCipher & crypto.createDecipher Jan 25, 2026
Copy link
Member

@JakobJingleheimer JakobJingleheimer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fine to me! I'd like someone from the crypto team to take a look at the before & after test fixtures though before landing this.

AugustinMauroy and others added 2 commits February 2, 2026 10:55
Co-Authored-By: Jacob Smith <3012099+JakobJingleheimer@users.noreply.github.com>
@JakobJingleheimer JakobJingleheimer added awaiting author Reviewer has requested something from the author awaiting reviewer Author has responded and needs action from the reviewer and removed awaiting reviewer Author has responded and needs action from the reviewer labels Feb 2, 2026
@JakobJingleheimer JakobJingleheimer removed the awaiting reviewer Author has responded and needs action from the reviewer label Feb 5, 2026
@AugustinMauroy AugustinMauroy added awaiting reviewer Author has responded and needs action from the reviewer and removed awaiting author Reviewer has requested something from the author labels Mar 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting reviewer Author has responded and needs action from the reviewer dep:v22 Migration handles deprecation introduced in node v22

Projects

None yet

Development

Successfully merging this pull request may close these issues.

sepc: createCipher-to-createCipheriv

4 participants