Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit a30f30c
Author: Kath <admin@kath.lol>
Date:   Thu Aug 1 08:51:50 2024 +0800

    update renovate config

commit 550d72a
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date:   Thu Aug 1 08:37:43 2024 +0800

    chore(deps): update dependency typescript-eslint to v8 (#18)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

commit 922806c
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date:   Thu Aug 1 08:36:45 2024 +0800

    chore(deps): Update dependency @types/node to ^22.0.2 (#22)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

commit 4fa7789
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date:   Wed Jul 31 20:36:20 2024 +0800

    chore(deps): Update dependency tsx to ^4.16.3 (#21)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

commit 8c9c717
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date:   Wed Jul 31 20:35:47 2024 +0800

    chore(deps): Update dependency mongoose to ^8.5.2 (#20)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
Kathund committed Aug 1, 2024
1 parent 6475a07 commit c265403
Show file tree
Hide file tree
Showing 3 changed files with 89 additions and 89 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dependencies": {
"discord.js": "^14.15.3",
"discord.js-docs": "^0.3.0",
"mongoose": "^8.5.1",
"mongoose": "^8.5.2",
"ms": "^2.1.3",
"node-cron": "^3.0.3",
"winston": "^3.13.1"
Expand All @@ -36,14 +36,14 @@
"@eslint/js": "^9.8.0",
"@types/eslint": "^9.6.0",
"@types/ms": "^0.7.34",
"@types/node": "^22.0.0",
"@types/node": "^22.0.2",
"@types/node-cron": "^3.0.11",
"eslint": "^9.8.0",
"eslint-config-prettier": "^9.1.0",
"globals": "^15.8.0",
"prettier": "^3.3.3",
"tsx": "^4.16.2",
"tsx": "^4.16.3",
"typescript": "^5.5.4",
"typescript-eslint": "^7.18.0"
"typescript-eslint": "^8.0.0"
}
}
166 changes: 82 additions & 84 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"extends": ["config:recommended"],
"labels": ["dependencies"],
"timezone": "UTC",
"assignees": ["kathund"],
"reviewers": ["kathund"],
"schedule": "before 5am every weekday",
"npm": {
"rangeStrategy": "bump",
Expand All @@ -15,4 +17,4 @@
}
]
}
}
}

0 comments on commit c265403

Please sign in to comment.