File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 6
6
- Upgrades Vite 5 and bumps associated dependencies for all initializer templates
7
7
- Replaces import assertion with readFile/Parse JSON option to avoid warning and potential breakage in the future
8
8
- Removes ` eslint ` and associated config and dependencies
9
- - Adds pre-commit hook via ` husky ` to verify changes
10
- - Adds GitHub actions workflow to build and test the initializer with changes
9
+ - Adds ` lint-staged ` to handle formatting staged files with prettier.
10
+ - Adds pre-commit hook via ` husky ` to verify changes and execute ` lint-staged `
11
+ - Adds GitHub actions work-flow to build and test the initializer with changes
11
12
- Adds integration tests executed in the GitHub workflow that ensure each template is properly scaffolded, installed, and built without error.
12
13
13
14
## 2.7.0 - 2024/04/23
You can’t perform that action at this time.
0 commit comments