Renovate Bot
439bce6fac
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 | [`^7.7.0` -> `^8.0.0`](https://renovatebot.com/diffs/npm/np/7.7.0/8.0.4) | --- ### Release Notes <details> <summary>sindresorhus/np (np)</summary> ### [`v8.0.4`](https://github.com/sindresorhus/np/releases/tag/v8.0.4) [Compare Source](https://github.com/sindresorhus/np/compare/v8.0.3...v8.0.4) - Handle first time display of dependencies ([#​707](https://github.com/sindresorhus/np/issues/707)) [`3f43d78`](https://github.com/sindresorhus/np/commit/3f43d78) ### [`v8.0.3`](https://github.com/sindresorhus/np/releases/tag/v8.0.3) [Compare Source](https://github.com/sindresorhus/np/compare/v8.0.2...v8.0.3) - Fix skipping publish step ([#​706](https://github.com/sindresorhus/np/issues/706)) [`51dcc2d`](https://github.com/sindresorhus/np/commit/51dcc2d) ### [`v8.0.2`](https://github.com/sindresorhus/np/releases/tag/v8.0.2) [Compare Source](https://github.com/sindresorhus/np/compare/v8.0.1...v8.0.2) - Fix publish not working with Yarn [`3d448c2`](https://github.com/sindresorhus/np/commit/3d448c2) - Include stack trace in errors [`12fce88`](https://github.com/sindresorhus/np/commit/12fce88) ### [`v8.0.1`](https://github.com/sindresorhus/np/releases/tag/v8.0.1) [Compare Source](https://github.com/sindresorhus/np/compare/v8.0.0...v8.0.1) - Fix a crash in the new dependency check [`beb7db1`](https://github.com/sindresorhus/np/commit/beb7db1) ### [`v8.0.0`](https://github.com/sindresorhus/np/releases/tag/v8.0.0) [Compare Source](https://github.com/sindresorhus/np/compare/v7.7.0...v8.0.0) ##### Breaking - Require Node.js 16 ([#​683](https://github.com/sindresorhus/np/issues/683)) [`72879e0`](https://github.com/sindresorhus/np/commit/72879e0) ##### Improvements - Add 2FA support for npm version 9+ ([#​693](https://github.com/sindresorhus/np/issues/693)) [`9cb4bfd`](https://github.com/sindresorhus/np/commit/9cb4bfd) - Improve startup time ([#​688](https://github.com/sindresorhus/np/issues/688)) [`eba203f`](https://github.com/sindresorhus/np/commit/eba203f) - Improve the reliability of detecting which files will be included in the package ([#​682](https://github.com/sindresorhus/np/issues/682)) [`a6ce792`](https://github.com/sindresorhus/np/commit/a6ce792) - Add check for new dependencies ([#​681](https://github.com/sindresorhus/np/issues/681)) [`6867fb9`](https://github.com/sindresorhus/np/commit/6867fb9) </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:eyJjcmVhdGVkSW5WZXIiOiIzNC43NC4yIiwidXBkYXRlZEluVmVyIjoiMzYuODkuMCIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AifQ==--> Reviewed-on: https://gitea.vylpes.xyz/RabbitLabs/random-bunny/pulls/67 Co-authored-by: Renovate Bot <renovate@vylpes.com> Co-committed-by: Renovate Bot <renovate@vylpes.com>
58 lines
1.3 KiB
JSON
58 lines
1.3 KiB
JSON
{
|
|
"name": "random-bunny",
|
|
"version": "2.1.3",
|
|
"description": "Get a random subreddit image url",
|
|
"license": "MIT",
|
|
"author": "Vylpes",
|
|
"exports": "./dist/index.js",
|
|
"typings": "./dist/index.d.ts",
|
|
"keywords": [
|
|
"rabbit",
|
|
"bunny",
|
|
"bun",
|
|
"subreddit",
|
|
"reddit",
|
|
"random",
|
|
"placeholder"
|
|
],
|
|
"dependencies": {
|
|
"glob-parent": "^6.0.0",
|
|
"got-cjs": "^12.5.4",
|
|
"linqts": "^1.14.4"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"start": "ts-node app.ts",
|
|
"test": "jest",
|
|
"lint": "eslint .",
|
|
"release": "np --no-publish"
|
|
},
|
|
"bugs": {
|
|
"url": "https://gitea.vylpes.xyz/RabbitLabs/random-bunny/issues",
|
|
"email": "helpdesk@vylpes.com"
|
|
},
|
|
"homepage": "https://gitea.vylpes.xyz/RabbitLabs/random-bunny",
|
|
"funding": "https://ko-fi.com/vylpes",
|
|
"devDependencies": {
|
|
"@types/eslint": "^8.21.1",
|
|
"@types/jest": "^29.4.0",
|
|
"@types/node": "^20.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.54.0",
|
|
"@typescript-eslint/parser": "^6.0.0",
|
|
"eslint": "^8.35.0",
|
|
"jest": "^29.4.3",
|
|
"jest-mock-extended": "^3.0.3",
|
|
"np": "^8.0.0",
|
|
"ts-jest": "^29.0.5",
|
|
"ts-mockito": "^2.6.1",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"resolutions": {
|
|
"np/**/got": "^13.0.0",
|
|
"**/semver": "^7.5.2"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
]
|
|
}
|