2023-08-19 16:56:22 +01:00
|
|
|
{
|
|
|
|
"name": "card-drop",
|
2024-02-17 17:52:34 +00:00
|
|
|
"version": "0.5.0",
|
2023-08-19 16:56:22 +01:00
|
|
|
"main": "./dist/bot.js",
|
|
|
|
"typings": "./dist",
|
|
|
|
"scripts": {
|
|
|
|
"clean": "rm -rf node_modules/ dist/",
|
|
|
|
"build": "tsc",
|
|
|
|
"start": "node ./dist/bot.js",
|
2023-09-03 20:52:55 +01:00
|
|
|
"test": "jest --passWithNoTests",
|
2024-01-05 19:26:44 +00:00
|
|
|
"lint": "eslint .",
|
|
|
|
"lint:fix": "eslint . --fix",
|
2023-08-19 16:56:22 +01:00
|
|
|
"db:up": "typeorm migration:run -d dist/database/dataSources/appDataSource.js",
|
|
|
|
"db:down": "typeorm migration:revert -d dist/database/dataSources/appDataSource.js",
|
2023-09-03 20:52:55 +01:00
|
|
|
"db:create": "typeorm migration:create ./src/database/migrations/app/new",
|
2023-08-19 16:56:22 +01:00
|
|
|
"release": "np --no-publish"
|
|
|
|
},
|
|
|
|
"repository": "https://gitea.vylpes.xyz/External/card-drop.git",
|
|
|
|
"author": "Ethan Lane <ethan@vylpes.com>",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https//gitea.vylpes.xyz/External/card-drop/issues",
|
|
|
|
"email": "helpdesk@vylpes.com"
|
|
|
|
},
|
|
|
|
"homepage": "https://gitea.vylpes.xyz/External/card-drop",
|
|
|
|
"funding": "https://ko-fi.com/vylpes",
|
|
|
|
"dependencies": {
|
2023-10-09 11:55:47 +01:00
|
|
|
"@discordjs/rest": "^2.0.0",
|
2024-02-16 17:21:50 +00:00
|
|
|
"@types/clone-deep": "^4.0.4",
|
2023-11-03 19:35:49 +00:00
|
|
|
"@types/express": "^4.17.20",
|
2023-08-19 16:56:22 +01:00
|
|
|
"@types/jest": "^29.0.0",
|
|
|
|
"@types/uuid": "^9.0.0",
|
2023-11-03 19:35:49 +00:00
|
|
|
"body-parser": "^1.20.2",
|
2024-02-16 17:21:50 +00:00
|
|
|
"clone-deep": "^4.0.1",
|
2023-08-19 16:56:22 +01:00
|
|
|
"discord.js": "^14.3.0",
|
|
|
|
"dotenv": "^16.0.0",
|
2023-11-03 19:35:49 +00:00
|
|
|
"express": "^4.18.2",
|
2023-12-09 16:48:20 +00:00
|
|
|
"glob": "^10.3.10",
|
2023-08-19 16:56:22 +01:00
|
|
|
"jest": "^29.0.0",
|
|
|
|
"jest-mock-extended": "^3.0.0",
|
2023-10-09 11:55:05 +01:00
|
|
|
"minimatch": "9.0.3",
|
2023-08-19 16:56:22 +01:00
|
|
|
"mysql": "^2.18.1",
|
|
|
|
"ts-jest": "^29.0.0",
|
Update dependency typeorm to v0.3.20 (#162)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [typeorm](https://typeorm.io) ([source](https://github.com/typeorm/typeorm)) | dependencies | patch | [`0.3.19` -> `0.3.20`](https://renovatebot.com/diffs/npm/typeorm/0.3.19/0.3.20) |
---
### Release Notes
<details>
<summary>typeorm/typeorm (typeorm)</summary>
### [`v0.3.20`](https://github.com/typeorm/typeorm/blob/HEAD/CHANGELOG.md#0320-2024-01-26)
[Compare Source](https://github.com/typeorm/typeorm/compare/0.3.19...0.3.20)
##### Bug Fixes
- added missing parentheses in where conditions ([#​10650](https://github.com/typeorm/typeorm/issues/10650)) ([4624930](https://github.com/typeorm/typeorm/commit/46249303be03adea74266837b8e6eb49227f476e)), closes [#​10534](https://github.com/typeorm/typeorm/issues/10534)
- don't escape indexPredicate ([#​10618](https://github.com/typeorm/typeorm/issues/10618)) ([dd49a25](https://github.com/typeorm/typeorm/commit/dd49a254dc475eedfe72378be2670cc6a61aacf1))
- fallback runMigrations transaction to DataSourceOptions ([#​10601](https://github.com/typeorm/typeorm/issues/10601)) ([0cab0dd](https://github.com/typeorm/typeorm/commit/0cab0dd7308d2cb8ba5600ce46899bd14a062565))
- hangup when load relations with relationLoadStrategy: query ([#​10630](https://github.com/typeorm/typeorm/issues/10630)) ([54d8d9e](https://github.com/typeorm/typeorm/commit/54d8d9efe9bb41671f44f41ea6372b7b5d2ad0f1)), closes [#​10481](https://github.com/typeorm/typeorm/issues/10481)
- include asExpression columns in returning clause ([#​10632](https://github.com/typeorm/typeorm/issues/10632)) ([f232ba7](https://github.com/typeorm/typeorm/commit/f232ba780872660fbfd2467b52ef5b97cb6f2935)), closes [#​8450](https://github.com/typeorm/typeorm/issues/8450) [#​8450](https://github.com/typeorm/typeorm/issues/8450)
- multiple insert in SAP Hana ([#​10597](https://github.com/typeorm/typeorm/issues/10597)) ([1b34c9a](https://github.com/typeorm/typeorm/commit/1b34c9a49e99fa937dd9894ddb7e6bba85c08a42))
- resolve issue CREATE/DROP Index concurrently ([#​10634](https://github.com/typeorm/typeorm/issues/10634)) ([8aa8690](https://github.com/typeorm/typeorm/commit/8aa8690f94c12c9740bf746b2ec55def13941d35)), closes [#​10626](https://github.com/typeorm/typeorm/issues/10626)
- type inferencing of EntityManager#create ([#​10569](https://github.com/typeorm/typeorm/issues/10569)) ([99d8249](https://github.com/typeorm/typeorm/commit/99d8249e450f7e649685105b372e265f41a0ee47))
##### Features
- add json type support for Oracle ([#​10611](https://github.com/typeorm/typeorm/issues/10611)) ([7e85460](https://github.com/typeorm/typeorm/commit/7e85460f10b0c6f57dda9d532fe925ebf0711fe9))
- add postgres multirange column types ([#​10627](https://github.com/typeorm/typeorm/issues/10627)) ([d0b7670](https://github.com/typeorm/typeorm/commit/d0b76703cc1c7919f5c6a974ad0889c331d78672)), closes [#​10556](https://github.com/typeorm/typeorm/issues/10556)
- add table comment for postgres ([#​10613](https://github.com/typeorm/typeorm/issues/10613)) ([4493db4](https://github.com/typeorm/typeorm/commit/4493db4d1b02eaa2c3f997ff256057d01cc48323))
##### Reverts
- Revert "fix: prevent using absolute table path in migrations unless required ([#​10123](https://github.com/typeorm/typeorm/issues/10123))" ([#​10624](https://github.com/typeorm/typeorm/issues/10624)) ([8f371f2](https://github.com/typeorm/typeorm/commit/8f371f23978600c36a2edf8222fec1024ae09c2e)), closes [#​10123](https://github.com/typeorm/typeorm/issues/10123) [#​10624](https://github.com/typeorm/typeorm/issues/10624)
- revert "feat: nullable embedded entities ([#​10289](https://github.com/typeorm/typeorm/issues/10289))" ([#​10614](https://github.com/typeorm/typeorm/issues/10614)) ([15de46f](https://github.com/typeorm/typeorm/commit/15de46fd5d31cd742477821e7a32bc98c9616d30)), closes [#​10289](https://github.com/typeorm/typeorm/issues/10289) [#​10614](https://github.com/typeorm/typeorm/issues/10614)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4wLjAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4wLjAiLCJ0YXJnZXRCcmFuY2giOiJkZXZlbG9wIn0=-->
Reviewed-on: https://gitea.vylpes.xyz/External/card-drop/pulls/162
Reviewed-by: Vylpes <ethan@vylpes.com>
Co-authored-by: Renovate Bot <renovate@vylpes.com>
Co-committed-by: Renovate Bot <renovate@vylpes.com>
2024-02-12 18:00:03 +00:00
|
|
|
"typeorm": "0.3.20"
|
2023-08-19 16:56:22 +01:00
|
|
|
},
|
2024-03-14 17:31:53 +00:00
|
|
|
"overrides": {
|
|
|
|
"undici": "^5.28.3"
|
|
|
|
},
|
2023-08-19 16:56:22 +01:00
|
|
|
"devDependencies": {
|
|
|
|
"@types/node": "^20.0.0",
|
2024-01-05 19:26:44 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^6.16.0",
|
|
|
|
"@typescript-eslint/parser": "^6.16.0",
|
|
|
|
"eslint": "^8.56.0",
|
2023-12-25 15:19:44 +00:00
|
|
|
"np": "^9.0.0",
|
2023-08-19 16:56:22 +01:00
|
|
|
"typescript": "^5.0.0"
|
|
|
|
}
|
|
|
|
}
|