Skip to content

Commit d502d32

Browse files
authored
Merge pull request #997 from chantouchsek/dependabot/npm_and_yarn/typeorm-0.3.24
chore(deps-dev): bump typeorm from 0.3.22 to 0.3.24
2 parents c14ccf5 + 35162a3 commit d502d32

File tree

4 files changed

+619
-1585
lines changed

4 files changed

+619
-1585
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@chantouchsek

.github/dependabot.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ updates:
77
interval: daily
88
time: '00:00'
99
open-pull-requests-limit: 10
10-
reviewers:
11-
- chantouchsek
1210
assignees:
1311
- chantouchsek
1412
commit-message:
@@ -22,8 +20,6 @@ updates:
2220
interval: daily
2321
time: '00:00'
2422
open-pull-requests-limit: 10
25-
reviewers:
26-
- chantouchsek
2723
assignees:
2824
- chantouchsek
2925
commit-message:

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,22 +45,22 @@
4545
"typeorm": "^0.3"
4646
},
4747
"devDependencies": {
48-
"@antfu/eslint-config": "^4.11.0",
49-
"@commitlint/cli": "^19.8.0",
50-
"@commitlint/config-conventional": "^19.8.0",
51-
"@types/node": "^22.14.0",
52-
"@vitest/coverage-v8": "^3.1.1",
53-
"eslint": "^9.24.0",
48+
"@antfu/eslint-config": "^4.14.1",
49+
"@commitlint/cli": "^19.8.1",
50+
"@commitlint/config-conventional": "^19.8.1",
51+
"@types/node": "^22.15.30",
52+
"@vitest/coverage-v8": "^3.2.2",
53+
"eslint": "^9.28.0",
5454
"husky": "^9.1.7",
55-
"lint-staged": "^15.5.0",
55+
"lint-staged": "^16.1.0",
5656
"prettier": "^3.5.3",
5757
"reflect-metadata": "^0.2.2",
5858
"rimraf": "^6.0.1",
5959
"standard-version": "^9.5.0",
6060
"ts-node": "^10.9.2",
61-
"typeorm": "^0.3.22",
61+
"typeorm": "^0.3.24",
6262
"typescript": "^5.8.3",
63-
"vitest": "^3.1.1"
63+
"vitest": "^3.2.2"
6464
},
6565
"lint-staged": {
6666
"*.{ts,js}": "eslint"

0 commit comments

Comments
 (0)