Tags: expressjs/codemod
Tags
feat(v5-migration-recipe): create migration recipe for Express.js v5 (#… …101) * feat(v5-migration-recipe): create migration recipe for Express.js v5 addressing deprecated APIs * feat(v5-migration-recipe): add transformation for migrating app.del() to app.delete() * Update codemods/v5-migration-recipe/workflow.yaml Co-authored-by: Mohamad Mohebifar <mohebifar@users.noreply.github.com> Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com> * feat(v5-migration-recipe): update repository link and add metadata to package-lock * fix(v5-migration-recipe): update registry source for req.param migration to explicit-request-params --------- Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com> Co-authored-by: Mohamad Mohebifar <mohebifar@users.noreply.github.com>
feat(route-del-to-delete): add migration codemod for app.del() to app… ….delete() (#102) * feat(route-del-to-delete): add migration codemod for app.del() to app.delete() * fix(workflow): simplify early return checks for nodes and edits * fix(codemod): update repository URL in codemod.yaml * fix(docs): clarify deprecation of app.del() in migration guide
feat(redirect-arg-order): add migration codemod for res.redirect argu… …ment order (#99) * feat(redirect-arg-order): add migration codemod for res.redirect argument order * refactor(workflow): simplify early return checks for nodes and edits * fix(codemod.yaml): update repository URL for redirect-arg-order migration * fix(docs): clarify deprecation notice for res.redirect argument order migration
feat(req-param): migrate req-param to codemod.com (#94) * feat(req-param): migrate req-param to codemod.com * feat(req-param): update migration documentation * fix(transform): handle empty nodes and edits cases in transformation logic * rename codemod to explicit-request-params
feat(status-send-order): migrate logic of v4-deprecate-signatures to … …ast-grep (#97) * feat(status-send-order): migrate logic of v4-deprecate-signatures to ast-grep * fix(package): update repository directory and homepage for status-send-order * Update codemods/status-send-order/codemod.yaml Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com> * refactor(workflow): simplify early return conditions for nodes and edits --------- Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com>
feat(pluralize-deprecated-methods): migrate pluralize-methods to code… …mod.com (#95) * feat(pluralize-deprecated-methods): migrate pluralize-methods to codemod.com * rename codemod * apply suggestions * chore: update repository URL in codemod.yaml
feat(sendfile): add migration for res.sendfile to res.sendFile (#98) * feat(sendfile): add migration for res.sendfile to res.sendFile * fix(package): update repository directory and homepage in package.json * fix: update package-lock * rename codemod * Update codemods/camelcase-sendfile/codemod.yaml Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com> * fix(workflow): simplify empty checks for nodes and edits --------- Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com>
chore(deps-dev): bump @types/node from 22.15.29 to 22.19.1 (#90) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.15.29 to 22.19.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 22.19.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
PreviousNext