-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔧 chore: use nx to simplify running commands on the monorepo (#25)
* 🔧 chore: update config for nx & fix lint * 🔧 chore: fix nx script * 🔧 chore: fix npm script * 🔧 chore: fix husky config * 🔧 chore: fix nx config * fix lint * 🔧 chore: upgrade devDependencies * fix dependencies * 🔧 chore: fix jest config * 🔧 chore: fix jest config * 🔧 chore: update ci config * 🔧 chore: remove unnecessary devDependencies
- Loading branch information
1 parent
a2c5ac8
commit 377a126
Showing
1,011 changed files
with
25,873 additions
and
22,861 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,20 @@ | ||
**/*.* | ||
!**/*.ts | ||
!**/*.tsx | ||
!**/*.js | ||
!**/*.jsx | ||
!**/*.json | ||
!**/*.mjs | ||
!**/*.mts | ||
!.eslintignore | ||
!.eslintrc | ||
.DS_Store | ||
.eslintignore | ||
.prettierignore | ||
|
||
**/.vscode/ | ||
**/__test__/cases/ | ||
**/__tmp__/ | ||
**/*.hbs | ||
|
||
.nx/ | ||
.yarn/ | ||
**/coverage/ | ||
**/boilerplate/ | ||
**/demo/ | ||
**/dist/ | ||
**/doc/ | ||
**/example/ | ||
**/fixtures/ | ||
**/lib/ | ||
**/node_modules/ | ||
**/resource/ | ||
**/resources/ | ||
**/*.styl.d.ts | ||
**/test-workspace | ||
**/__test__/cases/ | ||
**/__test__/fixtures/ | ||
|
||
|
||
packages/character/src/constant/entity.ts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1 @@ | ||
#!/bin/sh | ||
. "$(dirname "$0")/_/husky.sh" | ||
|
||
npx lint-staged --allow-empty |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,19 @@ | ||
**/*.* | ||
!**/*.ts | ||
!**/*.tsx | ||
!**/*.js | ||
!**/*.jsx | ||
!**/*.json | ||
!**/*.mjs | ||
!**/*.mts | ||
!.eslintignore | ||
!.eslintrc | ||
.DS_Store | ||
.eslintignore | ||
.prettierignore | ||
|
||
**/.vscode/ | ||
**/__test__/cases/ | ||
**/__tmp__/ | ||
**/*.hbs | ||
|
||
.nx/ | ||
.yarn/ | ||
**/coverage/ | ||
**/boilerplate/ | ||
**/demo/ | ||
**/dist/ | ||
**/doc/ | ||
**/example/ | ||
**/fixtures/ | ||
**/lib/ | ||
**/node_modules/ | ||
**/resource/ | ||
**/resources/ | ||
**/*.styl.d.ts | ||
**/test-workspace | ||
**/__test__/cases/ | ||
**/__test__/fixtures/ | ||
|
||
packages/character/src/constant/entity.ts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,51 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
All notable changes to this project will be documented in this file. See | ||
[Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [2.3.0](https://github.com/yozorajs/yozora/compare/v2.2.0...v2.3.0) (2023-09-18) | ||
|
||
|
||
### Features | ||
|
||
* ✨ add method 'collectInlineNodes' ([4f80ba4](https://github.com/yozorajs/yozora/commit/4f80ba4be1e2926162bd33f79019236d32a04712)) | ||
|
||
- ✨ add method 'collectInlineNodes' | ||
([4f80ba4](https://github.com/yozorajs/yozora/commit/4f80ba4be1e2926162bd33f79019236d32a04712)) | ||
|
||
### Performance Improvements | ||
|
||
* :fire: remove 'tsconfig.json's in sub packages ([1e6a8b3](https://github.com/yozorajs/yozora/commit/1e6a8b39b1f4f4b84f01829b8956b1ef664e8743)) | ||
* ⬆️ upgrade devDependencies ([0097a04](https://github.com/yozorajs/yozora/commit/0097a0459a9bfb89ac7157f86373d3232ac298a5)) | ||
|
||
|
||
|
||
|
||
- :fire: remove 'tsconfig.json's in sub packages | ||
([1e6a8b3](https://github.com/yozorajs/yozora/commit/1e6a8b39b1f4f4b84f01829b8956b1ef664e8743)) | ||
- ⬆️ upgrade devDependencies | ||
([0097a04](https://github.com/yozorajs/yozora/commit/0097a0459a9bfb89ac7157f86373d3232ac298a5)) | ||
|
||
# [2.2.0](https://github.com/yozorajs/yozora/compare/v2.1.5...v2.2.0) (2023-08-21) | ||
|
||
|
||
### Features | ||
|
||
* ✨ export async methods for mutate ast ([b52e30e](https://github.com/yozorajs/yozora/commit/b52e30ed9492c07243abef8193451680c36af7ba)) | ||
|
||
- ✨ export async methods for mutate ast | ||
([b52e30e](https://github.com/yozorajs/yozora/commit/b52e30ed9492c07243abef8193451680c36af7ba)) | ||
|
||
### Performance Improvements | ||
|
||
* 🔧 fix build configs ([cfe731c](https://github.com/yozorajs/yozora/commit/cfe731c95431c26943a48848d24d52d0a362890b)) | ||
* 📝 fix typos ([3deab05](https://github.com/yozorajs/yozora/commit/3deab0535c9e861a1e76de8c95ecc899e5ebde36)) | ||
* ⬆️ upgrade devDependencies ([bc46ce2](https://github.com/yozorajs/yozora/commit/bc46ce20cacb2eb46147d6129e42fe1390ee19fb)) | ||
|
||
|
||
|
||
|
||
- 🔧 fix build configs | ||
([cfe731c](https://github.com/yozorajs/yozora/commit/cfe731c95431c26943a48848d24d52d0a362890b)) | ||
- 📝 fix typos | ||
([3deab05](https://github.com/yozorajs/yozora/commit/3deab0535c9e861a1e76de8c95ecc899e5ebde36)) | ||
- ⬆️ upgrade devDependencies | ||
([bc46ce2](https://github.com/yozorajs/yozora/commit/bc46ce20cacb2eb46147d6129e42fe1390ee19fb)) | ||
|
||
## [2.1.5](https://github.com/yozorajs/yozora/compare/v2.1.4...v2.1.5) (2023-05-13) | ||
|
||
|
||
### Performance Improvements | ||
|
||
* 🔧 don't sourcemaps into tarball ([fc37aa8](https://github.com/yozorajs/yozora/commit/fc37aa8847ac4ad78ecb31f198e1cd6a85e91bcf)) | ||
* 🔧 fix npm script ([3e09973](https://github.com/yozorajs/yozora/commit/3e0997329a00d9459f5e6594c3db12120fffc8d3)) | ||
* 📝 update CHANGELOG ([ec2893f](https://github.com/yozorajs/yozora/commit/ec2893faed0b189541d643962d4668441f416f87)) | ||
* 📝 update CHANGELOGs ([c51b283](https://github.com/yozorajs/yozora/commit/c51b283874f8a562b6ed9fad46a0b7d578f6eb42)) | ||
* 🔧 update lerna config publish sub packages independent & remove gitmoji-changelog ([bdb8a70](https://github.com/yozorajs/yozora/commit/bdb8a70fb99c874a002e53344ce7467ba6f0dd1b)) | ||
* ⬆️ upgrade dependencies ([aa83988](https://github.com/yozorajs/yozora/commit/aa839886b4cf5be92466b318193f877d824932e6)) | ||
- 🔧 don't sourcemaps into tarball | ||
([fc37aa8](https://github.com/yozorajs/yozora/commit/fc37aa8847ac4ad78ecb31f198e1cd6a85e91bcf)) | ||
- 🔧 fix npm script | ||
([3e09973](https://github.com/yozorajs/yozora/commit/3e0997329a00d9459f5e6594c3db12120fffc8d3)) | ||
- 📝 update CHANGELOG | ||
([ec2893f](https://github.com/yozorajs/yozora/commit/ec2893faed0b189541d643962d4668441f416f87)) | ||
- 📝 update CHANGELOGs | ||
([c51b283](https://github.com/yozorajs/yozora/commit/c51b283874f8a562b6ed9fad46a0b7d578f6eb42)) | ||
- 🔧 update lerna config publish sub packages independent & remove gitmoji-changelog | ||
([bdb8a70](https://github.com/yozorajs/yozora/commit/bdb8a70fb99c874a002e53344ce7467ba6f0dd1b)) | ||
- ⬆️ upgrade dependencies | ||
([aa83988](https://github.com/yozorajs/yozora/commit/aa839886b4cf5be92466b318193f877d824932e6)) |
Oops, something went wrong.