Skip to content

Commit

Permalink
Updated dependencies (#59)
Browse files Browse the repository at this point in the history
* chore: Standardized format

* chore: Updated dependencies

---------

Co-authored-by: ijlee2 <[email protected]>
  • Loading branch information
ijlee2 and ijlee2 authored Aug 12, 2023
1 parent 9d72906 commit b12d041
Show file tree
Hide file tree
Showing 4 changed files with 406 additions and 313 deletions.
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Here are some guidelines to help you and everyone else.
## Local development

<details>

<summary>Install dependencies</summary>

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


<details>

<summary>Lint files</summary>

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


<details>

<summary>Run tests</summary>

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


<details>

<summary>Give feedback 💞</summary>

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!
Expand All @@ -107,6 +111,7 @@ Here are some suggestions to help you start:


<details>

<summary>Help with marketing 📢</summary>

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


<details>

<summary>Join this project 👩‍💻👨‍💻</summary>

1. Help me maintain the project! I have limited time and there is much that I don't know.
Expand All @@ -134,6 +140,7 @@ Here are some suggestions to help you start:
<details>
<summary>Make issues 📝</summary>
1. In addition to sharing feedback (described in `Give feedback`), you can create an issue to:
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ Step 4. Review the workspace root including CI/CD.
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.

<details>

<summary>Optional: Specify the addon location</summary>

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.
Expand All @@ -58,7 +59,9 @@ npx ember-codemod-v1-to-v2 --addon-location packages/ui/buttons

</details>


<details>

<summary>Optional: Specify the project root</summary>

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

</details>


<details>

<summary>Optional: Specify the test-app location</summary>

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

</details>


<details>

<summary>Optional: Specify the test-app name</summary>

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.
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,32 +40,32 @@
"dependencies": {
"@codemod-utils/blueprints": "^0.2.1",
"@codemod-utils/files": "^0.5.2",
"@codemod-utils/json": "^0.3.4",
"@codemod-utils/json": "^0.4.1",
"strip-json-comments": "^5.0.1",
"yargs": "^17.7.2"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@codemod-utils/tests": "^0.2.5",
"@babel/core": "^7.22.10",
"@codemod-utils/tests": "^0.3.0",
"@sondr3/minitest": "^0.1.1",
"@tsconfig/esm": "^1.0.4",
"@tsconfig/node16": "^16.1.0",
"@tsconfig/strictest": "^2.0.1",
"@types/node": "^16.11.7",
"@types/node": "^16.18.40",
"@types/yargs": "^17.0.24",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"concurrently": "^8.2.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint": "^8.47.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-typescript-sort-keys": "^2.3.0",
"lerna-changelog": "^2.2.0",
"prettier": "^3.0.0",
"prettier": "^3.0.1",
"typescript": "^5.1.6"
},
"engines": {
Expand All @@ -82,7 +82,7 @@
},
"pnpm": {
"overrides": {
"eslint-plugin-import@2.27.5>tsconfig-paths": "^4.2.0"
"eslint-plugin-import@2.28.0>tsconfig-paths": "^4.2.0"
}
}
}
Loading

0 comments on commit b12d041

Please sign in to comment.