Skip to content

Commit e52eb9c

Browse files
chore: bump the all group with 9 updates (#528)
Bumps the all group with 9 updates Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8067f9d commit e52eb9c

File tree

3 files changed

+276
-292
lines changed

3 files changed

+276
-292
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ updates:
1313
- dependency-name: "@types/node"
1414
update-types:
1515
- "version-update:semver-major"
16+
- dependency-name: "eslint"
17+
update-types:
18+
- "version-update:semver-major"
1619

1720
- package-ecosystem: github-actions
1821
directory: "/"

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"homepage": "https://github.com/nihalgonsalves/pg-error-enum#readme",
1515
"main": "dist/index.js",
1616
"types": "dist/index.d.ts",
17-
"packageManager": "yarn@4.1.1+sha256.f3cc0eda8e5560e529c7147565b30faa43b4e472d90e8634d7134a37c7f59781",
17+
"packageManager": "yarn@4.2.2+sha512.c44e283c54e02de9d1da8687025b030078c1b9648d2895a65aab8e64225bfb7becba87e1809fc0b4b6778bbd47a1e2ab6ac647de4c5e383a53a7c17db6c3ff4b",
1818
"scripts": {
1919
"sync": "tsx bin/sync.ts",
2020
"clean": "rm -rf ./dist/",
@@ -30,16 +30,16 @@
3030
"dist/**/*"
3131
],
3232
"devDependencies": {
33-
"@nihalgonsalves/esconfig": "^0.9.5",
33+
"@nihalgonsalves/esconfig": "^0.9.11",
3434
"@types/node": "^18",
35-
"@typescript-eslint/eslint-plugin": "^7.4.0",
36-
"@typescript-eslint/parser": "^7.4.0",
35+
"@typescript-eslint/eslint-plugin": "^7.10.0",
36+
"@typescript-eslint/parser": "^7.10.0",
3737
"eslint": "^8.57.0",
3838
"eslint-plugin-import": "^2.29.1",
39-
"lefthook": "^1.6.7",
39+
"lefthook": "^1.6.12",
4040
"prettier": "^3.2.5",
41-
"tsx": "^4.7.1",
42-
"typescript": "^5.4.3",
43-
"zod": "^3.22.4"
41+
"tsx": "^4.10.5",
42+
"typescript": "^5.4.5",
43+
"zod": "^3.23.8"
4444
}
4545
}

0 commit comments

Comments
 (0)