From 18e0762d75dfd17ccc71b18c3a5dd800433ef958 Mon Sep 17 00:00:00 2001 From: Benny Joo Date: Wed, 31 Jan 2024 09:47:35 +0000 Subject: [PATCH] Rename Intuita to Codemod.com --- .all-contributorsrc | 2 +- .github/ISSUE_TEMPLATE/config.yml | 2 +- CHANGELOG.md | 4 ++-- CODE_OF_CONDUCT.md | 2 +- CONTRIBUTING.md | 6 +++--- README.md | 18 +++++++++--------- SECURITY.md | 6 +++--- .../config.json | 2 +- codemods/Java/delete-unused-fields/config.json | 2 +- codemods/bull/bullmq/README.md | 2 +- .../app-directory-boilerplate-calcom/README.md | 2 +- .../config.json | 2 +- .../generate-metadata-tests-calcom/README.md | 2 +- .../cal.com/generate-url-patterns/README.md | 2 +- codemods/i18n/README.md | 2 +- codemods/i18n/config.json | 2 +- codemods/jest/vitest/README.md | 2 +- .../vitest/migrate-configuration/README.md | 2 +- codemods/mocha/vitest/migrate-tests/README.md | 2 +- codemods/mocha/vitest/recipe/README.md | 2 +- codemods/msw/2/callback-signature/README.md | 2 +- codemods/msw/2/ctx-fetch/README.md | 2 +- codemods/msw/2/imports/README.md | 2 +- .../msw/2/lifecycle-events-signature/README.md | 2 +- codemods/msw/2/print-handler/README.md | 2 +- codemods/msw/2/req-passthrough/README.md | 2 +- codemods/msw/2/request-changes/README.md | 2 +- codemods/msw/2/response-usages/README.md | 2 +- codemods/msw/2/type-args/README.md | 2 +- codemods/msw/2/upgrade-recipe/README.md | 2 +- .../0.8.1/addBuildEventContext/README.md | 2 +- .../0.8.1/addBuildEventHandler/README.md | 2 +- .../0.8.1/disableBuildEventHandlers/README.md | 2 +- .../0.8.1/enableBuildEventHandlers/README.md | 2 +- codemods/netlify-sdk/0.8.1/exportZod/README.md | 2 +- .../netlify-sdk/0.8.4/addApiHandler/README.md | 2 +- .../0.8.5/createEnvironmentVariable/README.md | 2 +- .../0.8.5/createOrUpdateVariable/README.md | 2 +- .../0.8.5/createOrUpdateVariables/README.md | 2 +- .../0.8.5/deleteEnvironmentVariable/README.md | 2 +- .../0.8.5/deleteEnvironmentVariables/README.md | 2 +- .../0.8.5/getEnvironmentVariables/README.md | 2 +- .../0.8.5/netlify-sdk-0.8.5-recipe/README.md | 2 +- .../0.8.5/patchEnvironmentVariable/README.md | 2 +- .../0.8.5/updateEnvironmentVariable/README.md | 2 +- codemods/next-i18next/copy-keys/README.md | 4 ++-- codemods/next/13/ab-test/README.md | 2 +- .../13/app-directory-boilerplate/README.md | 2 +- .../13/app-directory-boilerplate/config.json | 2 +- codemods/next/13/app-router-recipe/README.md | 2 +- .../next/13/built-in-next-font/config.json | 2 +- .../next/13/comment-deletable-files/README.md | 2 +- .../13/comment-deletable-files/config.json | 2 +- .../next/13/move-css-in-js-styles/README.md | 2 +- .../next/13/move-css-in-js-styles/config.json | 2 +- .../next/13/new-image-experimental/config.json | 2 +- codemods/next/13/new-link/config.json | 2 +- .../13/next-image-to-legacy-image/config.json | 2 +- .../13/remove-get-static-props/config.json | 2 +- codemods/next/13/remove-next-export/README.md | 2 +- .../next/13/remove-next-export/config.json | 2 +- .../next/13/replace-api-routes/config.json | 2 +- codemods/next/13/replace-next-head/config.json | 2 +- codemods/next/13/replace-next-router/README.md | 2 +- .../next/13/replace-next-router/config.json | 2 +- .../13/replace-use-search-params/config.json | 2 +- .../13/upsert-use-client-directive/README.md | 2 +- 67 files changed, 81 insertions(+), 81 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index ce9dd488..60c30582 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -41,7 +41,7 @@ "login": "alex-from-intuita", "name": "Alex Bit", "avatar_url": "https://avatars.githubusercontent.com/u/78109534?v=4", - "profile": "https://intuita.io/", + "profile": "https://codemod.com/", "contributions": [ "code", "doc" diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index c49b2cf7..a9eddafb 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,4 +1,4 @@ contact_links: - name: Questions - url: https://intuita.io/community + url: https://codemod.com/community about: Ask us any questions on our Slack community. diff --git a/CHANGELOG.md b/CHANGELOG.md index 63929b72..3788a192 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Changelog -This page lists highlights, releases, bug fixes, and progress for Intuita Codemod Registry. +This page lists highlights, releases, bug fixes, and progress for Codemod.com's Codemod Registry. -> **Tip:** If there are features you would like to see in the upcoming releases, please let us know though our [feedback page](https://feedback.intuita.io), or directly through our [Slack community](https://intuita.io/community). +> **Tip:** If there are features you would like to see in the upcoming releases, please let us know though our [feedback page](https://feedback.codemod.com), or directly through our [Slack community](https://codemod.com/community). ## December 1, 2023 diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index a9bed5b1..5095eaad 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -60,7 +60,7 @@ representative at an online or offline event. Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at -community@intuita.io. +community@codemod.com. All complaints will be reviewed and investigated promptly and fairly. All community leaders are obligated to respect the privacy and security of the diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e23a07f9..d8fcc45c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,8 +4,8 @@ Thanks for your interest in contributing to the Codemod Registry πŸ™Œ Codemod Registry is an open-source, community-first, and community-powered project made for developers, by developers. -If you would like to contribute to the Codemod Registry, please [follow our contribution guide](https://docs.intuita.io/docs/codemod-registry/importing-codemods). Please note that once you create a pull request, you will be asked to sign our Contributor License Agreement. +If you would like to contribute to the Codemod Registry, please [follow our contribution guide](https://docs.codemod.com/docs/codemod-registry/importing-codemods). Please note that once you create a pull request, you will be asked to sign our Contributor License Agreement. -If you are a codemod builder and/or interested in codemods, please [join our community](https://intuita.io/community)! +If you are a codemod builder and/or interested in codemods, please [join our community](https://codemod.com/community)! -If you are not a codemod developer, but you would like to have the community contribute on developing a codemod you’re interested in, then feel free to [request a codemod here](https://feedback.intuita.io/codemod-requests). +If you are not a codemod developer, but you would like to have the community contribute on developing a codemod you’re interested in, then feel free to [request a codemod here](https://feedback.codemod.com/codemod-requests). diff --git a/README.md b/README.md index 8225e7b5..dd61b9f1 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@ Codemod Registry is an open-source, single-stop repository for codemods and code automation recipes. Codemod Registry brings an ever-growing variety of helpful codemods all in one place. -Codemods available in Codemod Registry are automatically integrated into [Intuita's platform](https://docs.intuita.io/docs/intro) and all developers who have Intuita's CLI or IDE extension can then discover, share, and run those codemods with a single click. +Codemods available in Codemod Registry are automatically integrated into [Intuita's platform](https://docs.codemod.com/docs/intro) and all developers who have Intuita's CLI or IDE extension can then discover, share, and run those codemods with a single click. -Currently, Intuita's platform supports `jscodeshift`, `ts-morph`, and Uber's Piranha codemod engines. If you would like to see a specific codemod engine supported, please [leave us a feature request](https://feedback.intuita.io/feature-requests-and-bugs). +Currently, Intuita's platform supports `jscodeshift`, `ts-morph`, and Uber's Piranha codemod engines. If you would like to see a specific codemod engine supported, please [leave us a feature request](https://feedback.codemod.com/feature-requests-and-bugs). If there is a codemod you would like to see available in Codemod Registry, please consider opening a PR to add the codemod. Learn [more about contributing here](#contributing). @@ -22,7 +22,7 @@ If there is a codemod you would like to see available in Codemod Registry, pleas Adding or using codemods in Codemod Registry allows for: -πŸ”— Automatic integration with the Intuita [CLI](https://docs.intuita.io/docs/cli/quickstart) and [VS Code extension](https://marketplace.visualstudio.com/items?itemName=Intuita.intuita-vscode-extension). +πŸ”— Automatic integration with the Intuita [CLI](https://docs.codemod.com/docs/cli/quickstart) and [VS Code extension](https://marketplace.visualstudio.com/items?itemName=Intuita.intuita-vscode-extension). :octocat: Ensuring codemods are reviewed and improved by [a community of codemod experts](https://join.slack.com/t/intuita-inc/shared_invite/zt-1tvxm6ct0-mLZld_78yguDYOSM7DM7Cw). @@ -59,18 +59,18 @@ All codemods in the registry are automatically distributed to Intuita's CLI and To run any codemod in the registry, you can: -- [Run codemod using Intuita VS Code extension](https://docs.intuita.io/docs/vs-code-extension/advanced-usage#dry-running-codemods). -- [Run codemod using Intuita CLI](https://docs.intuita.io/docs/cli/quickstart). +- [Run codemod using Intuita VS Code extension](https://docs.codemod.com/docs/vs-code-extension/advanced-usage#dry-running-codemods). +- [Run codemod using Intuita CLI](https://docs.codemod.com/docs/cli/quickstart). ## Contributing Codemod Registry is an open-source, community-first, and community-powered project made for developers, by developers. -If you would like to contribute to the Codemod Registry, please [follow our contribution guide](https://docs.intuita.io/docs/codemod-registry/importing-codemods). Please note that once you create a pull request, you will be asked to sign our Contributor License Agreement. +If you would like to contribute to the Codemod Registry, please [follow our contribution guide](https://docs.codemod.com/docs/codemod-registry/importing-codemods). Please note that once you create a pull request, you will be asked to sign our Contributor License Agreement. -If you are a codemod builder and/or interested in codemods, please [join our community](https://intuita.io/community)! +If you are a codemod builder and/or interested in codemods, please [join our community](https://codemod.com/community)! -If you are not a codemod developer, but you would like to have the community contribute on developing a codemod you’re interested in, then feel free to [request a codemod here](https://feedback.intuita.io/codemod-requests). +If you are not a codemod developer, but you would like to have the community contribute on developing a codemod you’re interested in, then feel free to [request a codemod here](https://feedback.codemod.com/codemod-requests). ## Contributors ✨ @@ -85,7 +85,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d Max Leiter
Max Leiter

πŸ’» Greg Pabian
Greg Pabian

πŸ’» πŸ› πŸ“– DmytroHryshyn
DmytroHryshyn

πŸ’» πŸ› - Alex Bit
Alex Bit

πŸ’» πŸ“– + Alex Bit
Alex Bit

πŸ’» πŸ“– Benny Joo
Benny Joo

πŸ’» πŸ› πŸ“– Mohab Sameh
Mohab Sameh

πŸ’» πŸ“– Serhii Melnyk
Serhii Melnyk

πŸ€” diff --git a/SECURITY.md b/SECURITY.md index 752cb0b9..8ea1895d 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -2,11 +2,11 @@ ## Reporting a Vulnerability -The Intuita team and community take security bugs seriously. We appreciate your efforts to responsibly disclose your findings, and will make every effort to acknowledge your contributions. +The Codemod.com team and community take security bugs seriously. We appreciate your efforts to responsibly disclose your findings, and will make every effort to acknowledge your contributions. -To report a security issue, please use the [issues page](https://github.com/codemod-com/codemod-registry/issues) or the [Slack channel](https://intuita.io/community). +To report a security issue, please use the [issues page](https://github.com/codemod-com/codemod-registry/issues) or the [Slack channel](https://codemod.com/community). -The Intuita team may send a response indicating the next steps in handling your report. After the initial reply to your report, the team may keep you informed of the progress towards a fix and full announcement, and may ask for additional information or guidance. +The Codemod.com team may send a response indicating the next steps in handling your report. After the initial reply to your report, the team may keep you informed of the progress towards a fix and full announcement, and may ask for additional information or guidance. ## Supported Versions diff --git a/codemods/Go/remove-unnecessary-nested-block/config.json b/codemods/Go/remove-unnecessary-nested-block/config.json index 02b6c7c9..1f1fd4a9 100644 --- a/codemods/Go/remove-unnecessary-nested-block/config.json +++ b/codemods/Go/remove-unnecessary-nested-block/config.json @@ -3,5 +3,5 @@ "name": "Remove Unnecessary Nested Block", "engine": "piranha", "language": "go", - "owner": "intuita" + "owner": "Codemod.com" } diff --git a/codemods/Java/delete-unused-fields/config.json b/codemods/Java/delete-unused-fields/config.json index 13a54678..7c430c61 100644 --- a/codemods/Java/delete-unused-fields/config.json +++ b/codemods/Java/delete-unused-fields/config.json @@ -3,5 +3,5 @@ "name": "Delete Unused Fields", "engine": "piranha", "language": "java", - "owner": "intuita" + "owner": "Codemod.com" } diff --git a/codemods/bull/bullmq/README.md b/codemods/bull/bullmq/README.md index c3c7a3f1..f9dcdba1 100644 --- a/codemods/bull/bullmq/README.md +++ b/codemods/bull/bullmq/README.md @@ -133,5 +133,5 @@ v1.0.0 ### Owner -[Intuita](https://github.com/codemod-com) +[Codemod.com](https://github.com/codemod-com) diff --git a/codemods/cal.com/app-directory-boilerplate-calcom/README.md b/codemods/cal.com/app-directory-boilerplate-calcom/README.md index 62668b51..657b0fa9 100644 --- a/codemods/cal.com/app-directory-boilerplate-calcom/README.md +++ b/codemods/cal.com/app-directory-boilerplate-calcom/README.md @@ -63,7 +63,7 @@ ts-morph ### Owner -[Intuita](https://github.com/codemod-com) +[Codemod.com](https://github.com/codemod-com) ### Links for more info diff --git a/codemods/cal.com/app-directory-boilerplate-calcom/config.json b/codemods/cal.com/app-directory-boilerplate-calcom/config.json index 55f59aa5..040b15dd 100644 --- a/codemods/cal.com/app-directory-boilerplate-calcom/config.json +++ b/codemods/cal.com/app-directory-boilerplate-calcom/config.json @@ -4,5 +4,5 @@ "description": "This codemod provides boilerplate for the app directory.", "engine": "filemod", "dependencyVersionLowerThan": ["next", "13.0.0"], - "owner": "intuita" + "owner": "Codemod.com" } diff --git a/codemods/cal.com/generate-metadata-tests-calcom/README.md b/codemods/cal.com/generate-metadata-tests-calcom/README.md index 2de24340..a0fe0bd1 100644 --- a/codemods/cal.com/generate-metadata-tests-calcom/README.md +++ b/codemods/cal.com/generate-metadata-tests-calcom/README.md @@ -30,4 +30,4 @@ filemod ### Owner -[Intuita](https://github.com/codemod-com) +[Codemod.com](https://github.com/codemod-com) diff --git a/codemods/cal.com/generate-url-patterns/README.md b/codemods/cal.com/generate-url-patterns/README.md index 5a2fc149..36db34f5 100644 --- a/codemods/cal.com/generate-url-patterns/README.md +++ b/codemods/cal.com/generate-url-patterns/README.md @@ -28,4 +28,4 @@ filemod ### Owner -[Intuita](https://github.com/codemod-com) +[Codemod.com](https://github.com/codemod-com) diff --git a/codemods/i18n/README.md b/codemods/i18n/README.md index c0cf3f9e..8d059ab0 100644 --- a/codemods/i18n/README.md +++ b/codemods/i18n/README.md @@ -53,4 +53,4 @@ Intuita File Transformation Engine ### Owner -[Intuita](https://github.com/codemod-com) +[Codemod.com](https://github.com/codemod-com) diff --git a/codemods/i18n/config.json b/codemods/i18n/config.json index d15b6769..186b328c 100644 --- a/codemods/i18n/config.json +++ b/codemods/i18n/config.json @@ -4,5 +4,5 @@ "description": "This codemod removes unused translation phrases from i18n resources", "engine": "filemod", "dependencyVersionLowerThan": [], - "owner": "intuita" + "owner": "Codemod.com" } diff --git a/codemods/jest/vitest/README.md b/codemods/jest/vitest/README.md index 29831b0e..506f03e8 100644 --- a/codemods/jest/vitest/README.md +++ b/codemods/jest/vitest/README.md @@ -42,5 +42,5 @@ v1.0.0 ### Owner -[Intuita](https://github.com/codemod-com) +[Codemod.com](https://github.com/codemod-com) diff --git a/codemods/mocha/vitest/migrate-configuration/README.md b/codemods/mocha/vitest/migrate-configuration/README.md index d0526ff0..1379d15c 100644 --- a/codemods/mocha/vitest/migrate-configuration/README.md +++ b/codemods/mocha/vitest/migrate-configuration/README.md @@ -140,5 +140,5 @@ v1.0.0 ### Owner -[Intuita](https://github.com/codemod-com) +[Codemod.com](https://github.com/codemod-com) diff --git a/codemods/mocha/vitest/migrate-tests/README.md b/codemods/mocha/vitest/migrate-tests/README.md index d2d491d4..7550b2e8 100644 --- a/codemods/mocha/vitest/migrate-tests/README.md +++ b/codemods/mocha/vitest/migrate-tests/README.md @@ -54,6 +54,6 @@ v1.0.0 ### Owner -[Intuita](https://github.com/codemod-com) +[Codemod.com](https://github.com/codemod-com) ### Links for more info diff --git a/codemods/mocha/vitest/recipe/README.md b/codemods/mocha/vitest/recipe/README.md index eabef2f1..497fca5b 100644 --- a/codemods/mocha/vitest/recipe/README.md +++ b/codemods/mocha/vitest/recipe/README.md @@ -41,4 +41,4 @@ v1.0.0 ### Owner -[Intuita](https://github.com/codemod-com) +[Codemod.com](https://github.com/codemod-com) diff --git a/codemods/msw/2/callback-signature/README.md b/codemods/msw/2/callback-signature/README.md index 3f7e2ef8..f96c24be 100644 --- a/codemods/msw/2/callback-signature/README.md +++ b/codemods/msw/2/callback-signature/README.md @@ -88,7 +88,7 @@ Up to 10 minutes per occurrence ### Owner -[Intuita](https://github.com/codemod-com) +[Codemod.com](https://github.com/codemod-com) ### Links for more info - https://mswjs.io/docs/migrations/1.x-to-2.x/#request-changes diff --git a/codemods/msw/2/ctx-fetch/README.md b/codemods/msw/2/ctx-fetch/README.md index 80fabeab..c030b3b1 100644 --- a/codemods/msw/2/ctx-fetch/README.md +++ b/codemods/msw/2/ctx-fetch/README.md @@ -62,7 +62,7 @@ v1.0.0 ### Owner -[Intuita](https://github.com/codemod-com) +[Codemod.com](https://github.com/codemod-com) ### Links for more info diff --git a/codemods/msw/2/imports/README.md b/codemods/msw/2/imports/README.md index 094815f3..5f313048 100644 --- a/codemods/msw/2/imports/README.md +++ b/codemods/msw/2/imports/README.md @@ -59,7 +59,7 @@ v1.0.0 ### Owner -[Intuita](https://github.com/codemod-com) +[Codemod.com](https://github.com/codemod-com) ### Links for more info diff --git a/codemods/msw/2/lifecycle-events-signature/README.md b/codemods/msw/2/lifecycle-events-signature/README.md index 00438cf6..2dea2ac2 100644 --- a/codemods/msw/2/lifecycle-events-signature/README.md +++ b/codemods/msw/2/lifecycle-events-signature/README.md @@ -47,7 +47,7 @@ v1.0.0 ### Owner -[Intuita](https://github.com/codemod-com) +[Codemod.com](https://github.com/codemod-com) ### Links for more info diff --git a/codemods/msw/2/print-handler/README.md b/codemods/msw/2/print-handler/README.md index 999e8fab..082c376f 100644 --- a/codemods/msw/2/print-handler/README.md +++ b/codemods/msw/2/print-handler/README.md @@ -46,7 +46,7 @@ v1.0.0 ### Owner -[Intuita](https://github.com/codemod-com) +[Codemod.com](https://github.com/codemod-com) ### Links for more info diff --git a/codemods/msw/2/req-passthrough/README.md b/codemods/msw/2/req-passthrough/README.md index e845d5cf..b40e983c 100644 --- a/codemods/msw/2/req-passthrough/README.md +++ b/codemods/msw/2/req-passthrough/README.md @@ -50,7 +50,7 @@ v1.0.0 ### Owner -[Intuita](https://github.com/codemod-com) +[Codemod.com](https://github.com/codemod-com) ### Links for more info diff --git a/codemods/msw/2/request-changes/README.md b/codemods/msw/2/request-changes/README.md index 51c7591e..e88e01e5 100644 --- a/codemods/msw/2/request-changes/README.md +++ b/codemods/msw/2/request-changes/README.md @@ -75,7 +75,7 @@ Up to 15 minutes per occurrence ### Owner -[Intuita](https://github.com/codemod-com) +[Codemod.com](https://github.com/codemod-com) ### Links for more info diff --git a/codemods/msw/2/response-usages/README.md b/codemods/msw/2/response-usages/README.md index 013d6c5f..5a2784de 100644 --- a/codemods/msw/2/response-usages/README.md +++ b/codemods/msw/2/response-usages/README.md @@ -170,7 +170,7 @@ Up to 10 minutes per occurrence ### Owner -[Intuita](https://github.com/codemod-com) +[Codemod.com](https://github.com/codemod-com) ### Links for more info diff --git a/codemods/msw/2/type-args/README.md b/codemods/msw/2/type-args/README.md index fbfee10a..738098d2 100644 --- a/codemods/msw/2/type-args/README.md +++ b/codemods/msw/2/type-args/README.md @@ -116,4 +116,4 @@ v1.0.0 ### Owner -[Intuita](https://github.com/codemod-com) +[Codemod.com](https://github.com/codemod-com) diff --git a/codemods/msw/2/upgrade-recipe/README.md b/codemods/msw/2/upgrade-recipe/README.md index b270341b..7f10bdf7 100644 --- a/codemods/msw/2/upgrade-recipe/README.md +++ b/codemods/msw/2/upgrade-recipe/README.md @@ -60,7 +60,7 @@ Depending on the size of the project, this recipe can save up to 6 hours of dedi ### Owner -[Intuita](https://github.com/codemod-com) +[Codemod.com](https://github.com/codemod-com) ### Links for more info diff --git a/codemods/netlify-sdk/0.8.1/addBuildEventContext/README.md b/codemods/netlify-sdk/0.8.1/addBuildEventContext/README.md index 1aaf8e2c..b0b96e0b 100644 --- a/codemods/netlify-sdk/0.8.1/addBuildEventContext/README.md +++ b/codemods/netlify-sdk/0.8.1/addBuildEventContext/README.md @@ -52,7 +52,7 @@ jscodeshift ### Owner -[Intuita](https://github.com/codemod-com) +[Codemod.com](https://github.com/codemod-com) ### Links for more info diff --git a/codemods/netlify-sdk/0.8.1/addBuildEventHandler/README.md b/codemods/netlify-sdk/0.8.1/addBuildEventHandler/README.md index 841b1650..e1acd52d 100644 --- a/codemods/netlify-sdk/0.8.1/addBuildEventHandler/README.md +++ b/codemods/netlify-sdk/0.8.1/addBuildEventHandler/README.md @@ -56,7 +56,7 @@ jscodeshift ### Owner -[Intuita](https://github.com/codemod-com) +[Codemod.com](https://github.com/codemod-com) ### Links for more info diff --git a/codemods/netlify-sdk/0.8.1/disableBuildEventHandlers/README.md b/codemods/netlify-sdk/0.8.1/disableBuildEventHandlers/README.md index acb1c78b..a660d92a 100644 --- a/codemods/netlify-sdk/0.8.1/disableBuildEventHandlers/README.md +++ b/codemods/netlify-sdk/0.8.1/disableBuildEventHandlers/README.md @@ -42,7 +42,7 @@ jscodeshift ### Owner -[Intuita](https://github.com/codemod-com) +[Codemod.com](https://github.com/codemod-com) ### Links for more info diff --git a/codemods/netlify-sdk/0.8.1/enableBuildEventHandlers/README.md b/codemods/netlify-sdk/0.8.1/enableBuildEventHandlers/README.md index 5e8b3de0..bae2e5a1 100644 --- a/codemods/netlify-sdk/0.8.1/enableBuildEventHandlers/README.md +++ b/codemods/netlify-sdk/0.8.1/enableBuildEventHandlers/README.md @@ -42,7 +42,7 @@ jscodeshift ### Owner -[Intuita](https://github.com/codemod-com) +[Codemod.com](https://github.com/codemod-com) ### Links for more info diff --git a/codemods/netlify-sdk/0.8.1/exportZod/README.md b/codemods/netlify-sdk/0.8.1/exportZod/README.md index 4f3c66dd..edeabe0e 100644 --- a/codemods/netlify-sdk/0.8.1/exportZod/README.md +++ b/codemods/netlify-sdk/0.8.1/exportZod/README.md @@ -42,7 +42,7 @@ jscodeshift ### Owner -[Intuita](https://github.com/codemod-com) +[Codemod.com](https://github.com/codemod-com) ### Links for more info diff --git a/codemods/netlify-sdk/0.8.4/addApiHandler/README.md b/codemods/netlify-sdk/0.8.4/addApiHandler/README.md index 05fc4c30..431f0a0f 100644 --- a/codemods/netlify-sdk/0.8.4/addApiHandler/README.md +++ b/codemods/netlify-sdk/0.8.4/addApiHandler/README.md @@ -50,7 +50,7 @@ jscodeshift ### Owner -[Intuita](https://github.com/codemod-com) +[Codemod.com](https://github.com/codemod-com) ### Links for more info diff --git a/codemods/netlify-sdk/0.8.5/createEnvironmentVariable/README.md b/codemods/netlify-sdk/0.8.5/createEnvironmentVariable/README.md index 497afa0a..5df05c69 100644 --- a/codemods/netlify-sdk/0.8.5/createEnvironmentVariable/README.md +++ b/codemods/netlify-sdk/0.8.5/createEnvironmentVariable/README.md @@ -47,7 +47,7 @@ jscodeshift ### Owner -[Intuita](https://github.com/codemod-com) +[Codemod.com](https://github.com/codemod-com) ### Links for more info diff --git a/codemods/netlify-sdk/0.8.5/createOrUpdateVariable/README.md b/codemods/netlify-sdk/0.8.5/createOrUpdateVariable/README.md index d11460f4..dcdfe7c5 100644 --- a/codemods/netlify-sdk/0.8.5/createOrUpdateVariable/README.md +++ b/codemods/netlify-sdk/0.8.5/createOrUpdateVariable/README.md @@ -47,7 +47,7 @@ jscodeshift ### Owner -[Intuita](https://github.com/codemod-com) +[Codemod.com](https://github.com/codemod-com) ### Links for more info diff --git a/codemods/netlify-sdk/0.8.5/createOrUpdateVariables/README.md b/codemods/netlify-sdk/0.8.5/createOrUpdateVariables/README.md index 9f75f3fd..76ed4bc1 100644 --- a/codemods/netlify-sdk/0.8.5/createOrUpdateVariables/README.md +++ b/codemods/netlify-sdk/0.8.5/createOrUpdateVariables/README.md @@ -46,7 +46,7 @@ jscodeshift ### Owner -[Intuita](https://github.com/codemod-com) +[Codemod.com](https://github.com/codemod-com) ### Links for more info diff --git a/codemods/netlify-sdk/0.8.5/deleteEnvironmentVariable/README.md b/codemods/netlify-sdk/0.8.5/deleteEnvironmentVariable/README.md index 6b25ca70..a282a4a5 100644 --- a/codemods/netlify-sdk/0.8.5/deleteEnvironmentVariable/README.md +++ b/codemods/netlify-sdk/0.8.5/deleteEnvironmentVariable/README.md @@ -46,7 +46,7 @@ jscodeshift ### Owner -[Intuita](https://github.com/codemod-com) +[Codemod.com](https://github.com/codemod-com) ### Links for more info diff --git a/codemods/netlify-sdk/0.8.5/deleteEnvironmentVariables/README.md b/codemods/netlify-sdk/0.8.5/deleteEnvironmentVariables/README.md index a69153e0..869bc62b 100644 --- a/codemods/netlify-sdk/0.8.5/deleteEnvironmentVariables/README.md +++ b/codemods/netlify-sdk/0.8.5/deleteEnvironmentVariables/README.md @@ -46,7 +46,7 @@ jscodeshift ### Owner -[Intuita](https://github.com/codemod-com) +[Codemod.com](https://github.com/codemod-com) ### Links for more info diff --git a/codemods/netlify-sdk/0.8.5/getEnvironmentVariables/README.md b/codemods/netlify-sdk/0.8.5/getEnvironmentVariables/README.md index c8ea9cad..91172f82 100644 --- a/codemods/netlify-sdk/0.8.5/getEnvironmentVariables/README.md +++ b/codemods/netlify-sdk/0.8.5/getEnvironmentVariables/README.md @@ -45,7 +45,7 @@ jscodeshift ### Owner -[Intuita](https://github.com/codemod-com) +[Codemod.com](https://github.com/codemod-com) ### Links for more info diff --git a/codemods/netlify-sdk/0.8.5/netlify-sdk-0.8.5-recipe/README.md b/codemods/netlify-sdk/0.8.5/netlify-sdk-0.8.5-recipe/README.md index 202c12c1..6ccc34a1 100644 --- a/codemods/netlify-sdk/0.8.5/netlify-sdk-0.8.5-recipe/README.md +++ b/codemods/netlify-sdk/0.8.5/netlify-sdk-0.8.5-recipe/README.md @@ -35,7 +35,7 @@ v1.0.0 ### Owner -[Intuita](https://github.com/codemod-com) +[Codemod.com](https://github.com/codemod-com) ### Links for more info diff --git a/codemods/netlify-sdk/0.8.5/patchEnvironmentVariable/README.md b/codemods/netlify-sdk/0.8.5/patchEnvironmentVariable/README.md index 2fa7ea62..d92efa64 100644 --- a/codemods/netlify-sdk/0.8.5/patchEnvironmentVariable/README.md +++ b/codemods/netlify-sdk/0.8.5/patchEnvironmentVariable/README.md @@ -56,7 +56,7 @@ jscodeshift ### Owner -[Intuita](https://github.com/codemod-com) +[Codemod.com](https://github.com/codemod-com) ### Links for more info diff --git a/codemods/netlify-sdk/0.8.5/updateEnvironmentVariable/README.md b/codemods/netlify-sdk/0.8.5/updateEnvironmentVariable/README.md index ff7ca3b4..a86e5d86 100644 --- a/codemods/netlify-sdk/0.8.5/updateEnvironmentVariable/README.md +++ b/codemods/netlify-sdk/0.8.5/updateEnvironmentVariable/README.md @@ -47,7 +47,7 @@ jscodeshift ### Owner -[Intuita](https://github.com/codemod-com) +[Codemod.com](https://github.com/codemod-com) ### Links for more info diff --git a/codemods/next-i18next/copy-keys/README.md b/codemods/next-i18next/copy-keys/README.md index 73ccbfbd..24703bd8 100644 --- a/codemods/next-i18next/copy-keys/README.md +++ b/codemods/next-i18next/copy-keys/README.md @@ -10,7 +10,7 @@ The codemod expects the following arguments: - `newNamespace` is the name of the namespace to which the keys are copied, - `keys` is a comma-separated list of keys. -You need to pass these arguments using the [Codemod Arguments' settings](https://docs.intuita.io/docs/vs-code-extension/advanced-usage#set-codemod-arguments) in Intuita VS Code extension or [Intuita CLI](https://docs.intuita.io/docs/cli/quickstart). +You need to pass these arguments using the [Codemod Arguments' settings](https://docs.codemod.com/docs/vs-code-extension/advanced-usage#set-codemod-arguments) in Intuita VS Code extension or [Intuita CLI](https://docs.codemod.com/docs/cli/quickstart). ## Example: @@ -77,4 +77,4 @@ Filemod ### Owner -[Intuita](https://github.com/codemod-com) +[Codemod.com](https://github.com/codemod-com) diff --git a/codemods/next/13/ab-test/README.md b/codemods/next/13/ab-test/README.md index d53788c3..1d64ec66 100644 --- a/codemods/next/13/ab-test/README.md +++ b/codemods/next/13/ab-test/README.md @@ -28,4 +28,4 @@ filemod ### Owner -[Intuita](https://github.com/codemod-com) +[Codemod.com](https://github.com/codemod-com) diff --git a/codemods/next/13/app-directory-boilerplate/README.md b/codemods/next/13/app-directory-boilerplate/README.md index 1d8c9c99..d13e3bed 100644 --- a/codemods/next/13/app-directory-boilerplate/README.md +++ b/codemods/next/13/app-directory-boilerplate/README.md @@ -72,7 +72,7 @@ ts-morph ### Owner -[Intuita](https://github.com/codemod-com) +[Codemod.com](https://github.com/codemod-com) ### Links for more info diff --git a/codemods/next/13/app-directory-boilerplate/config.json b/codemods/next/13/app-directory-boilerplate/config.json index 6389f62e..1f43659a 100644 --- a/codemods/next/13/app-directory-boilerplate/config.json +++ b/codemods/next/13/app-directory-boilerplate/config.json @@ -4,5 +4,5 @@ "description": "This codemod provides boilerplate for the app directory.", "engine": "filemod", "dependencyVersionLowerThan": ["next", "13.0.0"], - "owner": "intuita" + "owner": "Codemod.com" } diff --git a/codemods/next/13/app-router-recipe/README.md b/codemods/next/13/app-router-recipe/README.md index 4f16781a..939418fd 100644 --- a/codemods/next/13/app-router-recipe/README.md +++ b/codemods/next/13/app-router-recipe/README.md @@ -31,7 +31,7 @@ v1.0.0 ### Owner -[Intuita](https://github.com/codemod-com) +[Codemod.com](https://github.com/codemod-com) ### Links for more info diff --git a/codemods/next/13/built-in-next-font/config.json b/codemods/next/13/built-in-next-font/config.json index 7cabbc16..6b95719d 100644 --- a/codemods/next/13/built-in-next-font/config.json +++ b/codemods/next/13/built-in-next-font/config.json @@ -10,5 +10,5 @@ "range": "<13.2" } ], - "owner": "intuita" + "owner": "Codemod.com" } diff --git a/codemods/next/13/comment-deletable-files/README.md b/codemods/next/13/comment-deletable-files/README.md index 85d4b260..c2e66b2c 100644 --- a/codemods/next/13/comment-deletable-files/README.md +++ b/codemods/next/13/comment-deletable-files/README.md @@ -69,4 +69,4 @@ The purpose of this codemod is to guide the user into the files that should be m ### Owner -[Intuita](https://github.com/codemod-com) +[Codemod.com](https://github.com/codemod-com) diff --git a/codemods/next/13/comment-deletable-files/config.json b/codemods/next/13/comment-deletable-files/config.json index b2160a80..c6a84c14 100644 --- a/codemods/next/13/comment-deletable-files/config.json +++ b/codemods/next/13/comment-deletable-files/config.json @@ -10,5 +10,5 @@ "range": "<13" } ], - "owner": "intuita" + "owner": "Codemod.com" } diff --git a/codemods/next/13/move-css-in-js-styles/README.md b/codemods/next/13/move-css-in-js-styles/README.md index bc1182fd..81080b15 100644 --- a/codemods/next/13/move-css-in-js-styles/README.md +++ b/codemods/next/13/move-css-in-js-styles/README.md @@ -74,7 +74,7 @@ jscodeshift ### Owner -[Intuita](https://github.com/codemod-com) +[Codemod.com](https://github.com/codemod-com) ### Links for more info diff --git a/codemods/next/13/move-css-in-js-styles/config.json b/codemods/next/13/move-css-in-js-styles/config.json index bb51fd63..46fa2403 100644 --- a/codemods/next/13/move-css-in-js-styles/config.json +++ b/codemods/next/13/move-css-in-js-styles/config.json @@ -11,5 +11,5 @@ "range": "<13" } ], - "owner": "intuita" + "owner": "Codemod.com" } diff --git a/codemods/next/13/new-image-experimental/config.json b/codemods/next/13/new-image-experimental/config.json index 102d6434..918bf64c 100644 --- a/codemods/next/13/new-image-experimental/config.json +++ b/codemods/next/13/new-image-experimental/config.json @@ -10,5 +10,5 @@ "range": "<13" } ], - "owner": "intuita" + "owner": "Codemod.com" } diff --git a/codemods/next/13/new-link/config.json b/codemods/next/13/new-link/config.json index 5c548604..ca8665c7 100644 --- a/codemods/next/13/new-link/config.json +++ b/codemods/next/13/new-link/config.json @@ -10,5 +10,5 @@ "range": "<13" } ], - "owner": "intuita" + "owner": "Codemod.com" } diff --git a/codemods/next/13/next-image-to-legacy-image/config.json b/codemods/next/13/next-image-to-legacy-image/config.json index b52da1dc..9f4b9105 100644 --- a/codemods/next/13/next-image-to-legacy-image/config.json +++ b/codemods/next/13/next-image-to-legacy-image/config.json @@ -10,5 +10,5 @@ "range": "<13" } ], - "owner": "intuita" + "owner": "Codemod.com" } diff --git a/codemods/next/13/remove-get-static-props/config.json b/codemods/next/13/remove-get-static-props/config.json index 6d62cd5e..65f8a768 100644 --- a/codemods/next/13/remove-get-static-props/config.json +++ b/codemods/next/13/remove-get-static-props/config.json @@ -18,5 +18,5 @@ "required": true } ], - "owner": "intuita" + "owner": "Codemod.com" } diff --git a/codemods/next/13/remove-next-export/README.md b/codemods/next/13/remove-next-export/README.md index e8b071d2..26d794a8 100644 --- a/codemods/next/13/remove-next-export/README.md +++ b/codemods/next/13/remove-next-export/README.md @@ -60,7 +60,7 @@ Intuita File Transformation Engine ### Owner -[Intuita](https://github.com/codemod-com) +[Codemod.com](https://github.com/codemod-com) ### Links for more info diff --git a/codemods/next/13/remove-next-export/config.json b/codemods/next/13/remove-next-export/config.json index 0eb78931..048fcda5 100644 --- a/codemods/next/13/remove-next-export/config.json +++ b/codemods/next/13/remove-next-export/config.json @@ -4,5 +4,5 @@ "description": "This codemod removes all usages of the next export command", "engine": "filemod", "dependencyVersionLowerThan": ["next", "13.0.0"], - "owner": "intuita" + "owner": "Codemod.com" } diff --git a/codemods/next/13/replace-api-routes/config.json b/codemods/next/13/replace-api-routes/config.json index 65e2efed..30717b00 100644 --- a/codemods/next/13/replace-api-routes/config.json +++ b/codemods/next/13/replace-api-routes/config.json @@ -4,5 +4,5 @@ "description": "This codemod replaces API Routes with Route Handlers", "engine": "filemod", "dependencyVersionLowerThan": ["next", "13.0.0"], - "owner": "intuita" + "owner": "Codemod.com" } diff --git a/codemods/next/13/replace-next-head/config.json b/codemods/next/13/replace-next-head/config.json index 7879906c..acdc86dc 100644 --- a/codemods/next/13/replace-next-head/config.json +++ b/codemods/next/13/replace-next-head/config.json @@ -4,5 +4,5 @@ "description": "This codemod generates Next 13 metadata object", "engine": "filemod", "dependencyVersionLowerThan": ["next", "13.0.0"], - "owner": "intuita" + "owner": "Codemod.com" } diff --git a/codemods/next/13/replace-next-router/README.md b/codemods/next/13/replace-next-router/README.md index d6ce482b..fbb631ee 100644 --- a/codemods/next/13/replace-next-router/README.md +++ b/codemods/next/13/replace-next-router/README.md @@ -70,4 +70,4 @@ v1.0.0 ### Owner -[Intuita](https://github.com/codemod-com) +[Codemod.com](https://github.com/codemod-com) diff --git a/codemods/next/13/replace-next-router/config.json b/codemods/next/13/replace-next-router/config.json index 51bb9fdb..5cfe3bad 100644 --- a/codemods/next/13/replace-next-router/config.json +++ b/codemods/next/13/replace-next-router/config.json @@ -5,5 +5,5 @@ "engine": "ts-morph", "extensions": ["js*", "ts*"], "dependencyVersionLowerThan": ["next", "13.0.0"], - "owner": "intuita" + "owner": "Codemod.com" } diff --git a/codemods/next/13/replace-use-search-params/config.json b/codemods/next/13/replace-use-search-params/config.json index 2f87c908..12f84e80 100644 --- a/codemods/next/13/replace-use-search-params/config.json +++ b/codemods/next/13/replace-use-search-params/config.json @@ -37,5 +37,5 @@ "required": false } ], - "owner": "intuita" + "owner": "Codemod.com" } diff --git a/codemods/next/13/upsert-use-client-directive/README.md b/codemods/next/13/upsert-use-client-directive/README.md index e22414ea..6addf06b 100644 --- a/codemods/next/13/upsert-use-client-directive/README.md +++ b/codemods/next/13/upsert-use-client-directive/README.md @@ -59,4 +59,4 @@ v1.0.0 ### Owner -[Intuita](https://github.com/codemod-com) +[Codemod.com](https://github.com/codemod-com)