Skip to content

Commit dc2bbbf

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

19 files changed

Lines changed: 27 additions & 22 deletions

File tree

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",

0 commit comments

Comments
 (0)