1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-11-18 00:31:00 -05:00

Compare commits

..

5 Commits

Author SHA1 Message Date
dependabot[bot]
c649e3f3cb
Bump @toast/tokenservice-client from 1.0.16 to 1.1.2
Bumps @toast/tokenservice-client from 1.0.16 to 1.1.2.

---
updated-dependencies:
- dependency-name: "@toast/tokenservice-client"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-19 23:52:00 +00:00
dependabot[bot]
49786315d8
Bump @types/node from 20.11.28 to 20.11.30 (#106)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.28 to 20.11.30.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-20 10:51:11 +11:00
github-actions[bot]
5fd3cf89ce
Combined Dependabot PR (#105)
* Bump systeminformation from 5.22.3 to 5.22.5

Bumps [systeminformation](https://github.com/sebhildebrandt/systeminformation) from 5.22.3 to 5.22.5.
- [Changelog](https://github.com/sebhildebrandt/systeminformation/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sebhildebrandt/systeminformation/compare/v5.22.3...v5.22.5)

---
updated-dependencies:
- dependency-name: systeminformation
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump @types/node from 20.11.28 to 20.11.29

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.28 to 20.11.29.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-03-20 10:46:37 +11:00
Toast
eb776c0f5a
Update dependabot.yml 2024-03-20 10:45:49 +11:00
Amberlyn
130c499bfc
Rename Bot Tech as it no longer exists (#104) 2024-03-20 10:43:09 +11:00
5 changed files with 21 additions and 14 deletions

View File

@ -19,8 +19,6 @@ updates:
timezone: "Australia/NSW"
assignees:
- "toast-ts"
reviewers:
- "toast-ts"
labels:
- "dependencies"
open-pull-requests-limit: 8

View File

@ -42,12 +42,12 @@
"redis": "4.6.13",
"sequelize": "6.37.1",
"simple-git": "3.23.0",
"systeminformation": "5.22.3",
"systeminformation": "5.22.5",
"undici": "6.9.0"
},
"devDependencies": {
"@types/ms": "0.7.34",
"@types/node": "20.11.28",
"@types/node": "20.11.30",
"@types/node-cron": "3.0.11",
"@types/pg": "8.11.2",
"@types/sequelize": "4.28.20",

View File

@ -54,14 +54,14 @@ export default class Suggest {
.setRequired(true)))
.addSubcommand(x=>x
.setName('delete')
.setDescription('Delete a suggestion (Bot Tech only)')
.setDescription('Delete a suggestion (Bot devs only)')
.addIntegerOption(x=>x
.setName('id')
.setDescription('The ID of the suggestion')
.setRequired(true)))
.addSubcommand(x=>x
.setName('update')
.setDescription('Update a suggestion (Bot Tech only)')
.setDescription('Update a suggestion (Bot devs only)')
.addIntegerOption(x=>x
.setName('id')
.setDescription('The ID of the suggestion')

View File

@ -42,7 +42,7 @@ export default class Tag {
.setRequired(false)))
.addSubcommandGroup(x=>x
.setName('tools')
.setDescription('Management tools for the tags system (Discord mods & Bot Tech only)')
.setDescription('Management tools for the tags system (Discord mods & bot devs only)')
.addSubcommand(x=>x
.setName('create')
.setDescription('Create a new tag')

View File

@ -482,7 +482,7 @@ __metadata:
languageName: node
linkType: hard
"@types/node@npm:*, @types/node@npm:20.11.28":
"@types/node@npm:*":
version: 20.11.28
resolution: "@types/node@npm:20.11.28"
dependencies:
@ -491,6 +491,15 @@ __metadata:
languageName: node
linkType: hard
"@types/node@npm:20.11.30":
version: 20.11.30
resolution: "@types/node@npm:20.11.30"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 10/78515bc768d2b878e2e06a1c20eb4f5840072b79b8d28ff3dd0a7feaaf48fd3a2ac03cfa5bc7564da82db5906b43e9ba0e5df9f43d870b7aae2942306e208815
languageName: node
linkType: hard
"@types/pg@npm:8.11.2":
version: 8.11.2
resolution: "@types/pg@npm:8.11.2"
@ -589,7 +598,7 @@ __metadata:
"@octokit/rest": "npm:20.0.2"
"@toast/tokenservice-client": "npm:1.1.2"
"@types/ms": "npm:0.7.34"
"@types/node": "npm:20.11.28"
"@types/node": "npm:20.11.30"
"@types/node-cron": "npm:3.0.11"
"@types/pg": "npm:8.11.2"
"@types/sequelize": "npm:4.28.20"
@ -605,7 +614,7 @@ __metadata:
redis: "npm:4.6.13"
sequelize: "npm:6.37.1"
simple-git: "npm:3.23.0"
systeminformation: "npm:5.22.3"
systeminformation: "npm:5.22.5"
typescript: "npm:5.4.2"
undici: "npm:6.9.0"
languageName: unknown
@ -1146,12 +1155,12 @@ __metadata:
languageName: node
linkType: hard
"systeminformation@npm:5.22.3":
version: 5.22.3
resolution: "systeminformation@npm:5.22.3"
"systeminformation@npm:5.22.5":
version: 5.22.5
resolution: "systeminformation@npm:5.22.5"
bin:
systeminformation: lib/cli.js
checksum: 10/a4b0bf49e5319424c828aff805a7cf158235ec79407039acfa13133e9dcfe2b6121aaafeffec94cae45dc85899dd91fd00583a4bc018ed507d38a4aea7ae6459
checksum: 10/65a5e0b90de67f7566a963f971737ecc6fcdac263590438a906dbca26b6e40c147ac1b59ede8b618dd86c492407740719bb9664c11eaf9fe8505332e8b78c3f5
conditions: (os=darwin | os=linux | os=win32 | os=freebsd | os=openbsd | os=netbsd | os=sunos | os=android)
languageName: node
linkType: hard