Skip to content

Commit

Permalink
feat: bump mikro orm to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
etienne-bechara committed Aug 23, 2022
1 parent 260a5bd commit 6c82d8d
Show file tree
Hide file tree
Showing 131 changed files with 12,174 additions and 4,024 deletions.
2 changes: 1 addition & 1 deletion .config/husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

pnpx -y commitlint --config .config/commitlint/.commitlintrc.json --edit $1
./node_modules/@commitlint/cli/cli.js --config .config/commitlint/.commitlintrc.json --edit $1
4 changes: 0 additions & 4 deletions .config/husky/pre-commit

This file was deleted.

3 changes: 0 additions & 3 deletions .config/lint-staged/.lintstagedrc.json

This file was deleted.

1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto eol=lf
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 16.x

- name: Install Dependencies
run: |
Expand All @@ -41,4 +41,4 @@ jobs:
- name: Publish Package to NPM
run: |
npm i -g @semantic-release/changelog @semantic-release/git semantic-release
pnpx -y semantic-release
semantic-release
51 changes: 0 additions & 51 deletions example/company/company.controller.ts

This file was deleted.

15 changes: 0 additions & 15 deletions example/company/company.dto/company.create.dto.ts

This file was deleted.

14 changes: 0 additions & 14 deletions example/company/company.dto/company.read.dto.ts

This file was deleted.

13 changes: 0 additions & 13 deletions example/company/company.dto/company.update.dto.ts

This file was deleted.

3 changes: 0 additions & 3 deletions example/company/company.dto/index.ts

This file was deleted.

26 changes: 0 additions & 26 deletions example/company/company.entity.ts

This file was deleted.

10 changes: 0 additions & 10 deletions example/company/company.module.ts

This file was deleted.

19 changes: 0 additions & 19 deletions example/company/company.repository.ts

This file was deleted.

51 changes: 0 additions & 51 deletions example/contact/contact.controller.ts

This file was deleted.

3 changes: 0 additions & 3 deletions example/contact/contact.dto/contact.create.dto.ts

This file was deleted.

10 changes: 0 additions & 10 deletions example/contact/contact.dto/contact.read.dto.ts

This file was deleted.

5 changes: 0 additions & 5 deletions example/contact/contact.dto/contact.update.dto.ts

This file was deleted.

3 changes: 0 additions & 3 deletions example/contact/contact.dto/index.ts

This file was deleted.

24 changes: 0 additions & 24 deletions example/contact/contact.entity.ts

This file was deleted.

4 changes: 0 additions & 4 deletions example/contact/contact.enum/contact.type.ts

This file was deleted.

1 change: 0 additions & 1 deletion example/contact/contact.enum/index.ts

This file was deleted.

10 changes: 0 additions & 10 deletions example/contact/contact.module.ts

This file was deleted.

19 changes: 0 additions & 19 deletions example/contact/contact.repository.ts

This file was deleted.

Loading

0 comments on commit 6c82d8d

Please sign in to comment.