Skip to content

Commit 551ceda

Browse files
authored
Merge pull request #44 from gitKrystan/upgrades
Dependency Upgrades
2 parents ffbebd3 + 0cbba7d commit 551ceda

6 files changed

Lines changed: 1141 additions & 891 deletions

File tree

.eslintrc.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ overrides:
9999
plugins:
100100
- vitest
101101
rules:
102-
'vitest/lower-case-title': error
103102
'vitest/no-focused-tests': error
104103
'vitest/no-identical-title': error
105104
'vitest/no-skipped-tests': error

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ To add a new case, add your case file(s) in the appropriate place(s) here: https
9797

9898
New cases will be tested against a variety of configs. If you also want to test against for "ambiguous expressions" issues as described [here](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/issues/1), you can include the comment `/*AMBIGUOUS*/` anywhere in your test cases and it will be replaced by the ambiguous cases listed [here](https://github.com/gitKrystan/prettier-plugin-ember-template-tag/tree/main/tests/helpers/ambiguous.ts) in a variety of generated tests. If you find a new ambiguous case, add it to that list.
9999

100-
Once you make your changes and/or add new cases `pnpm test -u` to update the snapshots then carefully inspect the results to ensure the output matches your expectations.
100+
Once you make your changes and/or add new cases `pnpm test:run -u` to update the snapshots then carefully inspect the results to ensure the output matches your expectations.
101101

102102
## Prior Art and Useful Resources
103103

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -47,33 +47,33 @@
4747
"test:run": "vitest run"
4848
},
4949
"dependencies": {
50-
"@babel/core": "^7.20.5",
50+
"@babel/core": "^7.20.12",
5151
"@glimmer/syntax": "^0.84.2",
52-
"ember-cli-htmlbars": "^6.1.1",
53-
"ember-template-imports": "^3.4.0",
54-
"prettier": "^2.8.0"
52+
"ember-cli-htmlbars": "^6.2.0",
53+
"ember-template-imports": "^3.4.1",
54+
"prettier": "^2.8.3"
5555
},
5656
"devDependencies": {
57-
"@babel/types": "^7.20.5",
57+
"@babel/types": "^7.20.7",
5858
"@release-it-plugins/lerna-changelog": "^5.0.0",
59-
"@types/babel__core": "^7.1.20",
60-
"@types/prettier": "^2.7.1",
61-
"@typescript-eslint/eslint-plugin": "^5.45.0",
62-
"@typescript-eslint/parser": "^5.45.0",
63-
"@vitest/ui": "^0.25.3",
64-
"eslint": "^8.28.0",
65-
"eslint-config-prettier": "^8.5.0",
66-
"eslint-import-resolver-typescript": "^3.5.2",
59+
"@types/babel__core": "^7.20.0",
60+
"@types/prettier": "^2.7.2",
61+
"@typescript-eslint/eslint-plugin": "^5.50.0",
62+
"@typescript-eslint/parser": "^5.50.0",
63+
"@vitest/ui": "^0.28.3",
64+
"eslint": "^8.33.0",
65+
"eslint-config-prettier": "^8.6.0",
66+
"eslint-import-resolver-typescript": "^3.5.3",
6767
"eslint-plugin-eslint-comments": "^3.2.0",
68-
"eslint-plugin-import": "^2.26.0",
69-
"eslint-plugin-jsdoc": "^39.6.4",
70-
"eslint-plugin-unicorn": "^45.0.1",
71-
"eslint-plugin-vitest": "^0.0.20",
68+
"eslint-plugin-import": "^2.27.5",
69+
"eslint-plugin-jsdoc": "^39.7.5",
70+
"eslint-plugin-unicorn": "^45.0.2",
71+
"eslint-plugin-vitest": "^0.0.32",
7272
"npm-run-all": "^4.1.5",
7373
"prettier-plugin-jsdoc": "^0.4.2",
74-
"release-it": "^15.5.0",
75-
"typescript": "^4.9.3",
76-
"vite": "^3.2.4",
77-
"vitest": "^0.25.3"
74+
"release-it": "^15.6.0",
75+
"typescript": "^4.9.5",
76+
"vite": "^4.0.4",
77+
"vitest": "^0.28.3"
7878
}
7979
}

0 commit comments

Comments
 (0)