Dropped Node 16 support and marked stable
Note
If you created a codemod project with @codemod-utils/cli
, see the updated test fixtures in #71 to learn how to update files in your project:
.github/workflows/ci.yml
.eslintrc.cjs
README.md
package.json
tsconfig.build.json
tsconfig.json
Note
Note, for TypeScript projects, I relaxed the eslint
configuration by extending @typescript-eslint
's recommended
rules (instead of recommended-type-checked
). As a result, there may be // eslint-disable
comments that you can remove now.
Updated packages
- @codemod-utils/ast-javascript (#71)
- @codemod-utils/ast-template (#71)
- @codemod-utils/blueprints (#71)
- @codemod-utils/cli (#71)
- @codemod-utils/ember-cli-string (#71)
- @codemod-utils/files (#71)
- @codemod-utils/json (#71)
- @codemod-utils/tests (#71)
Latest versions
Name | Version |
---|---|
@codemod-utils/ast-javascript | 1.0.0 |
@codemod-utils/ast-template | 1.0.0 |
@codemod-utils/blueprints | 1.0.0 |
@codemod-utils/cli | 1.0.0 |
@codemod-utils/ember-cli-string | 1.0.0 |
@codemod-utils/files | 1.0.0 |
@codemod-utils/json | 1.0.0 |
@codemod-utils/tests | 1.0.0 |