Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dc2bbbf

Browse files
authoredFeb 16, 2025··
Merge pull request #59 from codemod-com/bump_test_fixed_codemods_versions
2 parents 2b25040 + bded52c commit dc2bbbf

File tree

19 files changed

+27
-22
lines changed

19 files changed

+27
-22
lines changed
 

‎codemods/devcycle/launchdarkly-to-devcycle/.codemodrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "devcycle/launchdarkly-to-devcycle",
3-
"version": "1.0.1",
3+
"version": "1.0.3",
44
"engine": "jscodeshift",
55
"private": false,
66
"arguments": [],

‎codemods/devcycle/replace-feature-flag/.codemodrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://codemod-utils.s3.us-west-1.amazonaws.com/configuration_schema.json",
3-
"version": "1.0.2",
3+
"version": "1.0.4",
44
"private": false,
55
"name": "devcycle/replace-feature-flag",
66
"engine": "ts-morph",
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"$schema": "https://codemod-utils.s3.us-west-1.amazonaws.com/configuration_schema.json",
33
"name": "Ethers/6/Providers",
4-
"version": "1.0.1",
4+
"version": "1.0.3",
55
"engine": "jscodeshift",
66
"private": false,
77
"arguments": [],
88
"meta": {
9-
"tags": ["ethers.js", "migration"]
9+
"tags": ["ethers.js", "migration"],
10+
"git": "https://github.com/codemod-com/commons/tree/main/codemods/ethers/v6/providers"
1011
}
1112
}
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"$schema": "https://codemod-utils.s3.us-west-1.amazonaws.com/configuration_schema.json",
33
"name": "Ethers/6/Utilities",
4-
"version": "1.0.0",
4+
"version": "1.0.2",
55
"engine": "jscodeshift",
66
"private": false,
77
"arguments": [],
88
"meta": {
9-
"tags": ["ethers.js", "migration"]
9+
"tags": ["ethers.js", "migration"],
10+
"git": "https://github.com/codemod-com/commons/tree/main/codemods/ethers/v6/utilities"
1011
}
1112
}

‎codemods/msw/2/response-usages/.codemodrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://codemod-utils.s3.us-west-1.amazonaws.com/configuration_schema.json",
3-
"version": "1.0.2",
3+
"version": "1.0.4",
44
"private": false,
55
"name": "msw/2/response-usages",
66
"engine": "ts-morph",

‎codemods/netlify-sdk/0.8.5/deleteEnvironmentVariable/.codemodrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://codemod-utils.s3.us-west-1.amazonaws.com/configuration_schema.json",
3-
"version": "1.0.1",
3+
"version": "1.0.3",
44
"private": false,
55
"name": "netlify/0.8.5/deleteEnvironmentVariable",
66
"engine": "jscodeshift",
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
{
22
"$schema": "https://codemod-utils.s3.us-west-1.amazonaws.com/configuration_schema.json",
33
"name": "react-router/4/move-hoc-to-global-scope",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"engine": "jscodeshift",
66
"private": false,
77
"arguments": [],
8-
"meta": {}
8+
"meta": {
9+
"tags": ["react", "react router", "migration"],
10+
"git": "https://github.com/codemod-com/commons/tree/main/codemods/react-router/4/move-hoc-to-global-scope"
11+
}
912
}

‎codemods/react-router/6/remove-active-classname/.codemodrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://codemod-utils.s3.us-west-1.amazonaws.com/configuration_schema.json",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"private": false,
55
"name": "react-router/6/remove-active-classname",
66
"engine": "jscodeshift",

‎codemods/react-router/6/remove-active-style/.codemodrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://codemod-utils.s3.us-west-1.amazonaws.com/configuration_schema.json",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"private": false,
55
"name": "react-router/6/remove-active-style",
66
"engine": "jscodeshift",

‎codemods/react-router/6/remove-redirect-inside-switch/.codemodrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://codemod-utils.s3.us-west-1.amazonaws.com/configuration_schema.json",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"private": false,
55
"name": "react-router/6/remove-redirect-inside-switch",
66
"engine": "jscodeshift",

‎codemods/react/19/remove-legacy-context/.codemodrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://codemod-utils.s3.us-west-1.amazonaws.com/configuration_schema.json",
33
"name": "react/19/remove-legacy-context",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"engine": "jscodeshift",
66
"private": false,
77
"arguments": [],

‎codemods/react/19/replace-create-factory/.codemodrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://codemod-utils.s3.us-west-1.amazonaws.com/configuration_schema.json",
33
"name": "react/19/replace-create-factory",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"engine": "jscodeshift",
66
"private": false,
77
"arguments": [],

‎codemods/react/create-element-to-jsx/.codemodrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://codemod-utils.s3.us-west-1.amazonaws.com/configuration_schema.json",
33
"name": "react/create-element-to-jsx",
44
"description": "Transform React.createElement to JSX",
5-
"version": "1.0.0",
5+
"version": "1.0.2",
66
"engine": "jscodeshift",
77
"private": false,
88
"arguments": [],

‎codemods/redwoodjs/core/4/auth-decoder/.codemodrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://codemod-utils.s3.us-west-1.amazonaws.com/configuration_schema.json",
3-
"version": "1.0.1",
3+
"version": "1.0.3",
44
"private": false,
55
"name": "redwoodjs/core/4/auth-decoder",
66
"engine": "jscodeshift",

‎codemods/redwoodjs/core/4/redwood-apollo-provider/.codemodrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://codemod-utils.s3.us-west-1.amazonaws.com/configuration_schema.json",
3-
"version": "1.0.0",
3+
"version": "1.0.2",
44
"private": false,
55
"name": "redwoodjs/core/4/redwood-apollo-provider",
66
"engine": "jscodeshift",

‎codemods/redwoodjs/core/4/router-use-auth/.codemodrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://codemod-utils.s3.us-west-1.amazonaws.com/configuration_schema.json",
3-
"version": "1.0.0",
3+
"version": "1.0.2",
44
"private": false,
55
"name": "redwoodjs/core/4/router-use-auth",
66
"engine": "jscodeshift",

‎codemods/statsig/replace-gate/.codemodrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://codemod-utils.s3.us-west-1.amazonaws.com/configuration_schema.json",
3-
"version": "1.0.2",
3+
"version": "1.0.4",
44
"private": false,
55
"name": "statsig/replace-gate",
66
"engine": "ts-morph",

‎codemods/webpack/v5/json-imports-to-default-imports/.codemodrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://codemod-utils.s3.us-west-1.amazonaws.com/configuration_schema.json",
33
"name": "webpack/v5/json-imports-to-default-imports",
44
"description": "This codemod migrates imports from JSON modules that use named exports to use default exports instead",
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"engine": "jscodeshift",
77
"private": false,
88
"applicability": {

‎codemods/webpack/v5/migrate-library-target-to-library-object/.codemodrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://codemod-utils.s3.us-west-1.amazonaws.com/configuration_schema.json",
33
"name": "webpack/v5/migrate-library-target-to-library-object",
44
"description": "This codemod transforms Webpack 4 configuration by changing the `output.library` and `output.libraryTarget` properties to the new format required in Webpack 5.",
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"engine": "jscodeshift",
77
"private": false,
88
"applicability": {

0 commit comments

Comments
 (0)
Please sign in to comment.