aws / aws-sdk-js-codemod

Codemod scripts to update AWS SDK for JavaScript APIs.
MIT No Attribution
73 stars 10 forks source link

Bump jscodeshift to v0.15.2 #774

Closed trivikr closed 9 months ago

trivikr commented 9 months ago

Issue

https://github.com/facebook/jscodeshift/releases/tag/v0.15.2

Description

Bumps jscodeshift to v0.15.2

Testing

$ export AWS_SDK_JS_CODEMOD_SUPRESS_WARNING=1

The extensions option doesn't need to be explicitly set

$ ./bin/aws-sdk-js-codemod -t v2-to-v3 ../test/test.ts 2>&1 | head -n 1
Processing 1 files...

The extensions option if explicitly passed, it's respected

$ ./bin/aws-sdk-js-codemod -t v2-to-v3 --extensions=js ../test/test.ts 2>&1 | head -n 1
No files selected, nothing to do.

$ ./bin/aws-sdk-js-codemod -t v2-to-v3 --extensions=ts ../test/test.ts 2>&1 | head -n 1
Processing 1 files...

The default extensions are displayed in help

$  ./bin/aws-sdk-js-codemod --help | grep -A 1 extensions
      --extensions=EXT          transform files with these file extensions (comma separated list)
                                (default: cjs,es,es6,js,jsx,mjs,ts,tsx)

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

changeset-bot[bot] commented 9 months ago

🦋 Changeset detected

Latest commit: 73e83df42daaa82a3addb9f563ae3de0aa19536b

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | ------------------ | ----- | | aws-sdk-js-codemod | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

socket-security[bot] commented 9 months ago

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/jscodeshift@0.15.2 Transitive: environment, eval, filesystem, shell, unsafe +155 16.4 MB daniel15

🚮 Removed packages: npm/jscodeshift@0.15.1

View full report↗︎

github-actions[bot] commented 8 months ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.