Skip to content

Commit b12d041

Browse files
authored
Updated dependencies (#59)
* chore: Standardized format * chore: Updated dependencies --------- Co-authored-by: ijlee2 <[email protected]>
1 parent 9d72906 commit b12d041

File tree

4 files changed

+406
-313
lines changed

4 files changed

+406
-313
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Here are some guidelines to help you and everyone else.
88
## Local development
99

1010
<details>
11+
1112
<summary>Install dependencies</summary>
1213

1314
1. Fork and clone this repo.
@@ -32,6 +33,7 @@ Here are some guidelines to help you and everyone else.
3233

3334

3435
<details>
36+
3537
<summary>Lint files</summary>
3638

3739
1. When you write code, please check that it meets the linting rules.
@@ -50,6 +52,7 @@ Here are some guidelines to help you and everyone else.
5052

5153

5254
<details>
55+
5356
<summary>Run tests</summary>
5457

5558
1. When you write code, please check that all tests continue to pass.
@@ -94,6 +97,7 @@ Here are some suggestions to help you start:
9497

9598

9699
<details>
100+
97101
<summary>Give feedback 💞</summary>
98102

99103
1. An open source project's value comes from people using the code and extending it to make greater things. Let me know how the codemod worked on your Ember addon!
@@ -107,6 +111,7 @@ Here are some suggestions to help you start:
107111

108112

109113
<details>
114+
110115
<summary>Help with marketing 📢</summary>
111116

112117
1. Platforms include:
@@ -121,6 +126,7 @@ Here are some suggestions to help you start:
121126

122127

123128
<details>
129+
124130
<summary>Join this project 👩‍💻👨‍💻</summary>
125131

126132
1. Help me maintain the project! I have limited time and there is much that I don't know.
@@ -134,6 +140,7 @@ Here are some suggestions to help you start:
134140
135141
136142
<details>
143+
137144
<summary>Make issues 📝</summary>
138145
139146
1. In addition to sharing feedback (described in `Give feedback`), you can create an issue to:

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ Step 4. Review the workspace root including CI/CD.
4848
In most cases, I recommend running the codemod without any arguments (i.e. allow the default values). This is to help different Ember projects converge to one layout.
4949

5050
<details>
51+
5152
<summary>Optional: Specify the addon location</summary>
5253

5354
By default, the package name decides where the addon package lives. Pass `--addon-location` to override the logic. This may be useful if you have a workspace with many addons.
@@ -58,7 +59,9 @@ npx ember-codemod-v1-to-v2 --addon-location packages/ui/buttons
5859

5960
</details>
6061

62+
6163
<details>
64+
6265
<summary>Optional: Specify the project root</summary>
6366

6467
Pass `--root` to run the codemod on a project somewhere else (i.e. not in the current directory).
@@ -69,7 +72,9 @@ npx ember-codemod-v1-to-v2 --root <path/to/your/project>
6972

7073
</details>
7174

75+
7276
<details>
77+
7378
<summary>Optional: Specify the test-app location</summary>
7479

7580
By default, the test-app package lives in the folder `test-app`. Pass `--test-app-location` to override the logic.
@@ -80,7 +85,9 @@ npx ember-codemod-v1-to-v2 --test-app-location docs-app
8085

8186
</details>
8287

88+
8389
<details>
90+
8491
<summary>Optional: Specify the test-app name</summary>
8592

8693
By default, the test-app package is named `test-app`. Pass `--test-app-name` to override the logic. This may be useful if you have a workspace with many addons.

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -40,32 +40,32 @@
4040
"dependencies": {
4141
"@codemod-utils/blueprints": "^0.2.1",
4242
"@codemod-utils/files": "^0.5.2",
43-
"@codemod-utils/json": "^0.3.4",
43+
"@codemod-utils/json": "^0.4.1",
4444
"strip-json-comments": "^5.0.1",
4545
"yargs": "^17.7.2"
4646
},
4747
"devDependencies": {
48-
"@babel/core": "^7.22.9",
49-
"@codemod-utils/tests": "^0.2.5",
48+
"@babel/core": "^7.22.10",
49+
"@codemod-utils/tests": "^0.3.0",
5050
"@sondr3/minitest": "^0.1.1",
5151
"@tsconfig/esm": "^1.0.4",
5252
"@tsconfig/node16": "^16.1.0",
5353
"@tsconfig/strictest": "^2.0.1",
54-
"@types/node": "^16.11.7",
54+
"@types/node": "^16.18.40",
5555
"@types/yargs": "^17.0.24",
56-
"@typescript-eslint/eslint-plugin": "^6.0.0",
57-
"@typescript-eslint/parser": "^6.0.0",
56+
"@typescript-eslint/eslint-plugin": "^6.3.0",
57+
"@typescript-eslint/parser": "^6.3.0",
5858
"concurrently": "^8.2.0",
59-
"eslint": "^8.45.0",
60-
"eslint-config-prettier": "^8.8.0",
61-
"eslint-import-resolver-typescript": "^3.5.5",
62-
"eslint-plugin-import": "^2.27.5",
59+
"eslint": "^8.47.0",
60+
"eslint-config-prettier": "^9.0.0",
61+
"eslint-import-resolver-typescript": "^3.6.0",
62+
"eslint-plugin-import": "^2.28.0",
6363
"eslint-plugin-n": "^16.0.1",
6464
"eslint-plugin-prettier": "^5.0.0",
6565
"eslint-plugin-simple-import-sort": "^10.0.0",
6666
"eslint-plugin-typescript-sort-keys": "^2.3.0",
6767
"lerna-changelog": "^2.2.0",
68-
"prettier": "^3.0.0",
68+
"prettier": "^3.0.1",
6969
"typescript": "^5.1.6"
7070
},
7171
"engines": {
@@ -82,7 +82,7 @@
8282
},
8383
"pnpm": {
8484
"overrides": {
85-
"eslint-plugin-import@2.27.5>tsconfig-paths": "^4.2.0"
85+
"eslint-plugin-import@2.28.0>tsconfig-paths": "^4.2.0"
8686
}
8787
}
8888
}

0 commit comments

Comments
 (0)