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
toast-ts
3309da55f2 Dedupe @types/node 2024-03-18 13:17:25 +11:00
dependabot[bot]
4a1d4e9eed
Bump systeminformation from 5.22.2 to 5.22.3 (#95)
Bumps [systeminformation](https://github.com/sebhildebrandt/systeminformation) from 5.22.2 to 5.22.3.
- [Changelog](https://github.com/sebhildebrandt/systeminformation/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sebhildebrandt/systeminformation/compare/v5.22.2...v5.22.3)

---
updated-dependencies:
- dependency-name: systeminformation
  dependency-type: direct:production
  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-18 13:14:29 +11:00
github-actions[bot]
711bb3a053
Combined Dependabot PR (#98)
* Bump fast-xml-parser from 4.3.5 to 4.3.6

Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.3.5 to 4.3.6.
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases)
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v4.3.5...v4.3.6)

---
updated-dependencies:
- dependency-name: fast-xml-parser
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

* Bump simple-git from 3.22.0 to 3.23.0

Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.22.0 to 3.23.0.
- [Release notes](https://github.com/steveukx/git-js/releases)
- [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md)
- [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.23.0/simple-git)

---
updated-dependencies:
- dependency-name: simple-git
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* Bump @types/node from 20.11.27 to 20.11.28

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.27 to 20.11.28.
- [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-18 13:11:37 +11:00
toast-ts
49dc4c2f7e I guess we can try secrets? 2024-03-18 13:00:23 +11:00
toast-ts
4571cdfc7e See if it can pick up another NPM registry 2024-03-18 12:47:47 +11:00
4 changed files with 59 additions and 49 deletions

View File

@ -4,6 +4,12 @@
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
registries:
toast:
type: npm-registry
url: "https://git.toast-server.net/api/packages/toast/npm/"
token: ${{ secrets.GITEA_TOKEN }}
updates:
- package-ecosystem: "npm"
directory: "/"
@ -13,7 +19,11 @@ updates:
timezone: "Australia/NSW"
assignees:
- "toast-ts"
reviewers:
- "toast-ts"
labels:
- "dependencies"
open-pull-requests-limit: 8
rebase-strategy: auto
registries:
- toast

50
.pnp.cjs generated
View File

@ -30,14 +30,14 @@ const RAW_RUNTIME_STATE =
["@octokit/rest", "npm:20.0.2"],\
["@toast/tokenservice-client", "npm:1.0.16::__archiveUrl=https%3A%2F%2Fgit.toast-server.net%2Fapi%2Fpackages%2Ftoast%2Fnpm%2F%2540toast%252Ftokenservice-client%2F-%2F1.0.16%2Ftokenservice-client-1.0.16.tgz"],\
["@types/ms", "npm:0.7.34"],\
["@types/node", "npm:20.11.27"],\
["@types/node", "npm:20.11.28"],\
["@types/node-cron", "npm:3.0.11"],\
["@types/pg", "npm:8.11.2"],\
["@types/sequelize", "npm:4.28.20"],\
["ansi-colors", "npm:4.1.3"],\
["dayjs", "npm:1.11.10"],\
["discord.js", "npm:14.14.1"],\
["fast-xml-parser", "npm:4.3.5"],\
["fast-xml-parser", "npm:4.3.6"],\
["mathjs", "npm:12.4.1"],\
["ms", "npm:2.1.3"],\
["node-cron", "npm:3.0.3"],\
@ -45,8 +45,8 @@ const RAW_RUNTIME_STATE =
["pg-hstore", "npm:2.3.4"],\
["redis", "npm:4.6.13"],\
["sequelize", "virtual:20c353e2d6536e37339997f03975c6a660f4d296e664d291bd43620c6162cca8eb5ef90b0998dc9db75ff6862e5da587d0530bae26805f5fadc8f17aaa4ff794#npm:6.37.1"],\
["simple-git", "npm:3.22.0"],\
["systeminformation", "npm:5.22.2"],\
["simple-git", "npm:3.23.0"],\
["systeminformation", "npm:5.22.3"],\
["typescript", "patch:typescript@npm%3A5.4.2#optional!builtin<compat/typescript>::version=5.4.2&hash=5adc0c"],\
["undici", "npm:6.9.0"]\
],\
@ -632,7 +632,7 @@ const RAW_RUNTIME_STATE =
"packageLocation": "./.yarn/cache/@types-continuation-local-storage-npm-3.2.7-763e4dc12b-1f272b53bc.zip/node_modules/@types/continuation-local-storage/",\
"packageDependencies": [\
["@types/continuation-local-storage", "npm:3.2.7"],\
["@types/node", "npm:20.11.27"]\
["@types/node", "npm:20.11.28"]\
],\
"linkType": "HARD"\
}]\
@ -666,10 +666,10 @@ const RAW_RUNTIME_STATE =
}]\
]],\
["@types/node", [\
["npm:20.11.27", {\
"packageLocation": "./.yarn/cache/@types-node-npm-20.11.27-63306d6ffa-4be53485d4.zip/node_modules/@types/node/",\
["npm:20.11.28", {\
"packageLocation": "./.yarn/cache/@types-node-npm-20.11.28-6be967407c-b03f69213a.zip/node_modules/@types/node/",\
"packageDependencies": [\
["@types/node", "npm:20.11.27"],\
["@types/node", "npm:20.11.28"],\
["undici-types", "npm:5.26.5"]\
],\
"linkType": "HARD"\
@ -689,7 +689,7 @@ const RAW_RUNTIME_STATE =
"packageLocation": "./.yarn/cache/@types-pg-npm-8.11.2-bdf321bea4-7c05cf63be.zip/node_modules/@types/pg/",\
"packageDependencies": [\
["@types/pg", "npm:8.11.2"],\
["@types/node", "npm:20.11.27"],\
["@types/node", "npm:20.11.28"],\
["pg-protocol", "npm:1.6.0"],\
["pg-types", "npm:4.0.2"]\
],\
@ -723,7 +723,7 @@ const RAW_RUNTIME_STATE =
"packageLocation": "./.yarn/cache/@types-ws-npm-8.5.10-a877a38f71-9b414dc5e0.zip/node_modules/@types/ws/",\
"packageDependencies": [\
["@types/ws", "npm:8.5.10"],\
["@types/node", "npm:20.11.27"]\
["@types/node", "npm:20.11.28"]\
],\
"linkType": "HARD"\
}],\
@ -731,7 +731,7 @@ const RAW_RUNTIME_STATE =
"packageLocation": "./.yarn/cache/@types-ws-npm-8.5.9-91d1b2ab07-7cf66383b8.zip/node_modules/@types/ws/",\
"packageDependencies": [\
["@types/ws", "npm:8.5.9"],\
["@types/node", "npm:20.11.27"]\
["@types/node", "npm:20.11.28"]\
],\
"linkType": "HARD"\
}]\
@ -799,14 +799,14 @@ const RAW_RUNTIME_STATE =
["@octokit/rest", "npm:20.0.2"],\
["@toast/tokenservice-client", "npm:1.0.16::__archiveUrl=https%3A%2F%2Fgit.toast-server.net%2Fapi%2Fpackages%2Ftoast%2Fnpm%2F%2540toast%252Ftokenservice-client%2F-%2F1.0.16%2Ftokenservice-client-1.0.16.tgz"],\
["@types/ms", "npm:0.7.34"],\
["@types/node", "npm:20.11.27"],\
["@types/node", "npm:20.11.28"],\
["@types/node-cron", "npm:3.0.11"],\
["@types/pg", "npm:8.11.2"],\
["@types/sequelize", "npm:4.28.20"],\
["ansi-colors", "npm:4.1.3"],\
["dayjs", "npm:1.11.10"],\
["discord.js", "npm:14.14.1"],\
["fast-xml-parser", "npm:4.3.5"],\
["fast-xml-parser", "npm:4.3.6"],\
["mathjs", "npm:12.4.1"],\
["ms", "npm:2.1.3"],\
["node-cron", "npm:3.0.3"],\
@ -814,8 +814,8 @@ const RAW_RUNTIME_STATE =
["pg-hstore", "npm:2.3.4"],\
["redis", "npm:4.6.13"],\
["sequelize", "virtual:20c353e2d6536e37339997f03975c6a660f4d296e664d291bd43620c6162cca8eb5ef90b0998dc9db75ff6862e5da587d0530bae26805f5fadc8f17aaa4ff794#npm:6.37.1"],\
["simple-git", "npm:3.22.0"],\
["systeminformation", "npm:5.22.2"],\
["simple-git", "npm:3.23.0"],\
["systeminformation", "npm:5.22.3"],\
["typescript", "patch:typescript@npm%3A5.4.2#optional!builtin<compat/typescript>::version=5.4.2&hash=5adc0c"],\
["undici", "npm:6.9.0"]\
],\
@ -932,10 +932,10 @@ const RAW_RUNTIME_STATE =
}]\
]],\
["fast-xml-parser", [\
["npm:4.3.5", {\
"packageLocation": "./.yarn/cache/fast-xml-parser-npm-4.3.5-3cd12e5b84-ccfd943e4e.zip/node_modules/fast-xml-parser/",\
["npm:4.3.6", {\
"packageLocation": "./.yarn/cache/fast-xml-parser-npm-4.3.6-b71efbeb6c-3e431e5949.zip/node_modules/fast-xml-parser/",\
"packageDependencies": [\
["fast-xml-parser", "npm:4.3.5"],\
["fast-xml-parser", "npm:4.3.6"],\
["strnum", "npm:1.0.5"]\
],\
"linkType": "HARD"\
@ -1457,10 +1457,10 @@ const RAW_RUNTIME_STATE =
}]\
]],\
["simple-git", [\
["npm:3.22.0", {\
"packageLocation": "./.yarn/cache/simple-git-npm-3.22.0-42ea3caec2-309e7f0b73.zip/node_modules/simple-git/",\
["npm:3.23.0", {\
"packageLocation": "./.yarn/cache/simple-git-npm-3.23.0-a7d8879afb-08ddfcbc31.zip/node_modules/simple-git/",\
"packageDependencies": [\
["simple-git", "npm:3.22.0"],\
["simple-git", "npm:3.23.0"],\
["@kwsites/file-exists", "npm:1.1.1"],\
["@kwsites/promise-deferred", "npm:1.1.1"],\
["debug", "virtual:8dde907e274d6cda4b3be6cd808e5a16421eab0e2ce2f6110b97323dbadda969b2dab36e690fd106d5bd3c87e0525cade2b2ba6fb4fb0c0e439212e4cf5c851b#npm:4.3.4"]\
@ -1487,10 +1487,10 @@ const RAW_RUNTIME_STATE =
}]\
]],\
["systeminformation", [\
["npm:5.22.2", {\
"packageLocation": "./.yarn/unplugged/systeminformation-npm-5.22.2-646ba0b2c9/node_modules/systeminformation/",\
["npm:5.22.3", {\
"packageLocation": "./.yarn/unplugged/systeminformation-npm-5.22.3-b08524e9a7/node_modules/systeminformation/",\
"packageDependencies": [\
["systeminformation", "npm:5.22.2"]\
["systeminformation", "npm:5.22.3"]\
],\
"linkType": "HARD"\
}]\
@ -1624,7 +1624,7 @@ const RAW_RUNTIME_STATE =
"packageLocation": "./.yarn/cache/wkx-npm-0.5.0-fca5152cd8-b8975e33f9.zip/node_modules/wkx/",\
"packageDependencies": [\
["wkx", "npm:0.5.0"],\
["@types/node", "npm:20.11.27"]\
["@types/node", "npm:20.11.28"]\
],\
"linkType": "HARD"\
}]\

View File

@ -33,7 +33,7 @@
"ansi-colors": "4.1.3",
"dayjs": "1.11.10",
"discord.js": "14.14.1",
"fast-xml-parser": "4.3.5",
"fast-xml-parser": "4.3.6",
"mathjs": "12.4.1",
"ms": "2.1.3",
"node-cron": "3.0.3",
@ -41,13 +41,13 @@
"pg-hstore": "2.3.4",
"redis": "4.6.13",
"sequelize": "6.37.1",
"simple-git": "3.22.0",
"systeminformation": "5.22.2",
"simple-git": "3.23.0",
"systeminformation": "5.22.3",
"undici": "6.9.0"
},
"devDependencies": {
"@types/ms": "0.7.34",
"@types/node": "20.11.27",
"@types/node": "20.11.28",
"@types/node-cron": "3.0.11",
"@types/pg": "8.11.2",
"@types/sequelize": "4.28.20",

View File

@ -482,12 +482,12 @@ __metadata:
languageName: node
linkType: hard
"@types/node@npm:*, @types/node@npm:20.11.27":
version: 20.11.27
resolution: "@types/node@npm:20.11.27"
"@types/node@npm:*, @types/node@npm:20.11.28":
version: 20.11.28
resolution: "@types/node@npm:20.11.28"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 10/4be53485d499dd7c7896190e76a0ce1f6c6917d1f4d0b4b240b3670160fcbc548daed32beaac0fc92429b37dbeaa2496fc56f460acaab969bddb77394318a89b
checksum: 10/b03f69213ac6e7cd5f7efa86139f24e23ff70a12fed04adeac5413b62d6982343ce94906f74c401c5afefda48d36ae0efd6a575240996b15a5cf80b456ab4221
languageName: node
linkType: hard
@ -589,14 +589,14 @@ __metadata:
"@octokit/rest": "npm:20.0.2"
"@toast/tokenservice-client": "npm:1.0.16"
"@types/ms": "npm:0.7.34"
"@types/node": "npm:20.11.27"
"@types/node": "npm:20.11.28"
"@types/node-cron": "npm:3.0.11"
"@types/pg": "npm:8.11.2"
"@types/sequelize": "npm:4.28.20"
ansi-colors: "npm:4.1.3"
dayjs: "npm:1.11.10"
discord.js: "npm:14.14.1"
fast-xml-parser: "npm:4.3.5"
fast-xml-parser: "npm:4.3.6"
mathjs: "npm:12.4.1"
ms: "npm:2.1.3"
node-cron: "npm:3.0.3"
@ -604,8 +604,8 @@ __metadata:
pg-hstore: "npm:2.3.4"
redis: "npm:4.6.13"
sequelize: "npm:6.37.1"
simple-git: "npm:3.22.0"
systeminformation: "npm:5.22.2"
simple-git: "npm:3.23.0"
systeminformation: "npm:5.22.3"
typescript: "npm:5.4.2"
undici: "npm:6.9.0"
languageName: unknown
@ -694,14 +694,14 @@ __metadata:
languageName: node
linkType: hard
"fast-xml-parser@npm:4.3.5":
version: 4.3.5
resolution: "fast-xml-parser@npm:4.3.5"
"fast-xml-parser@npm:4.3.6":
version: 4.3.6
resolution: "fast-xml-parser@npm:4.3.6"
dependencies:
strnum: "npm:^1.0.5"
bin:
fxparser: src/cli/cli.js
checksum: 10/ccfd943e4ed400bf3acd4b6fcba9a15ec992a4a76c9a0cf825fc06f2b35a79a6d1de477b9a73c23633597c4f2a35838550ec3013a056f2591aa8cb3989d1f242
checksum: 10/3e431e594960f04996e60a01fb51d8f4346138a7ba60d97244bf7866a3072eaf2f6dc73008d7b07871b98b606a8d7db955efdeae787992f685dd0e5bcc67c36a
languageName: node
linkType: hard
@ -1121,14 +1121,14 @@ __metadata:
languageName: node
linkType: hard
"simple-git@npm:3.22.0":
version: 3.22.0
resolution: "simple-git@npm:3.22.0"
"simple-git@npm:3.23.0":
version: 3.23.0
resolution: "simple-git@npm:3.23.0"
dependencies:
"@kwsites/file-exists": "npm:^1.1.1"
"@kwsites/promise-deferred": "npm:^1.1.1"
debug: "npm:^4.3.4"
checksum: 10/309e7f0b73550f99949c0c6cfd4b4799ec0452fc4835dc440f89ec9351fe553c979c4e2bf7a772308e608697d3a27512281fbc64df0328a73607641f389b0aaf
checksum: 10/08ddfcbc310bfeaba066ef7b0d178967d9984aa1bc5e29f0360d166b0ccf820a3e5bb67d02036fca40fde6cdfc998f2b5fb2db9a8bbbad29b4feb4c1391f39e0
languageName: node
linkType: hard
@ -1146,12 +1146,12 @@ __metadata:
languageName: node
linkType: hard
"systeminformation@npm:5.22.2":
version: 5.22.2
resolution: "systeminformation@npm:5.22.2"
"systeminformation@npm:5.22.3":
version: 5.22.3
resolution: "systeminformation@npm:5.22.3"
bin:
systeminformation: lib/cli.js
checksum: 10/ec74e682d77e86997d76460e8b74fa7a22c8f0a9adc3c9f46fec8bbb13f76fe86f590c3c52cf20f7cfbb0cf51e9c07f9a8170515a9d7cfd0dd087b99edaf6659
checksum: 10/a4b0bf49e5319424c828aff805a7cf158235ec79407039acfa13133e9dcfe2b6121aaafeffec94cae45dc85899dd91fd00583a4bc018ed507d38a4aea7ae6459
conditions: (os=darwin | os=linux | os=win32 | os=freebsd | os=openbsd | os=netbsd | os=sunos | os=android)
languageName: node
linkType: hard