Renovate Bot
f0ab3b9080
All checks were successful
continuous-integration/drone/push Build is passing
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [np](https://github.com/sindresorhus/np) | devDependencies | major | [`^8.0.4` -> `^9.0.0`](https://renovatebot.com/diffs/npm/np/8.0.4/9.2.0) | --- ### Release Notes <details> <summary>sindresorhus/np (np)</summary> ### [`v9.2.0`](https://github.com/sindresorhus/np/releases/tag/v9.2.0) [Compare Source](https://github.com/sindresorhus/np/compare/v9.1.0...v9.2.0) - Fix yarn npm publish for scoped packages [`8d3a984`](https://github.com/sindresorhus/np/commit/8d3a984) - Fix broken revert code after publish failure [`819ed29`](https://github.com/sindresorhus/np/commit/819ed29) ### [`v9.1.0`](https://github.com/sindresorhus/np/releases/tag/v9.1.0) [Compare Source](https://github.com/sindresorhus/np/compare/v9.0.0...v9.1.0) - Add Yarn Berry support ([#​723](https://github.com/sindresorhus/np/issues/723)) [`0d9522b`](https://github.com/sindresorhus/np/commit/0d9522b) ### [`v9.0.0`](https://github.com/sindresorhus/np/releases/tag/v9.0.0) [Compare Source](https://github.com/sindresorhus/np/compare/v8.0.4...v9.0.0) ##### Breaking - Require Node.js 18 and npm 9 [`6c2e00e`](https://github.com/sindresorhus/np/commit/6c2e00e) ##### Improvements - Group unpublished files in folders ([#​716](https://github.com/sindresorhus/np/issues/716)) [`c31c2bc`](https://github.com/sindresorhus/np/commit/c31c2bc) - improve messages related to new files and dependencies ([#​702](https://github.com/sindresorhus/np/issues/702)) [`ad7b09e`](https://github.com/sindresorhus/np/commit/ad7b09e) </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/RabbitLabs/vylbot-app/pulls/380 Reviewed-by: Vylpes <ethan@vylpes.com> Co-authored-by: Renovate Bot <renovate@vylpes.com> Co-committed-by: Renovate Bot <renovate@vylpes.com>
51 lines
1.4 KiB
JSON
51 lines
1.4 KiB
JSON
{
|
|
"name": "vylbot-app",
|
|
"version": "3.1.3",
|
|
"description": "A discord bot made for Vylpes' Den",
|
|
"main": "./dist/vylbot",
|
|
"typings": "./dist",
|
|
"scripts": {
|
|
"clean": "rm -rf node_modules/ dist/",
|
|
"build": "tsc",
|
|
"start": "node ./dist/vylbot",
|
|
"test": "echo true",
|
|
"db:up": "typeorm migration:run -d dist/database/dataSources/appDataSource.js",
|
|
"db:down": "typeorm migration:revert -d dist/database/dataSources/appDataSource.js",
|
|
"release": "np --no-publish"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Vylpes/vylbot-app"
|
|
},
|
|
"author": "Vylpes",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/Vylpes/vylbot-app/issues",
|
|
"email": "helpdesk@vylpes.com"
|
|
},
|
|
"homepage": "https://github.com/Vylpes/vylbot-app",
|
|
"funding": "https://ko-fi.com/vylpes",
|
|
"dependencies": {
|
|
"@discordjs/rest": "^2.0.0",
|
|
"@types/jest": "^29.0.0",
|
|
"@types/uuid": "^9.0.0",
|
|
"discord.js": "^14.3.0",
|
|
"dotenv": "^16.0.0",
|
|
"emoji-regex": "^10.0.0",
|
|
"jest": "^29.0.0",
|
|
"jest-mock-extended": "^3.0.0",
|
|
"minimatch": "9.0.3",
|
|
"mysql": "^2.18.1",
|
|
"random-bunny": "^2.0.5",
|
|
"ts-jest": "^29.0.0",
|
|
"typeorm": "0.3.17"
|
|
},
|
|
"resolutions": {
|
|
"**/semver": "^7.5.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.0.0",
|
|
"np": "^9.0.0",
|
|
"typescript": "^5.0.0"
|
|
}
|
|
}
|