2016-04-27 20:06:24 +01:00
|
|
|
{
|
2020-12-20 19:39:03 +00:00
|
|
|
"name": "random-bunny",
|
2024-04-12 17:57:13 +01:00
|
|
|
"version": "2.1.6",
|
2020-12-20 19:39:03 +00:00
|
|
|
"description": "Get a random subreddit image url",
|
2016-04-27 20:06:24 +01:00
|
|
|
"license": "MIT",
|
2020-12-20 19:39:03 +00:00
|
|
|
"author": "Vylpes",
|
2023-02-27 18:33:32 +00:00
|
|
|
"exports": "./dist/index.js",
|
2023-01-27 22:42:37 +00:00
|
|
|
"typings": "./dist/index.d.ts",
|
2024-03-01 19:51:12 +00:00
|
|
|
"bin": "./dist/cli.js",
|
|
|
|
"main": "./dist/index.js",
|
2016-04-27 20:06:24 +01:00
|
|
|
"keywords": [
|
2020-12-20 19:39:03 +00:00
|
|
|
"rabbit",
|
|
|
|
"bunny",
|
|
|
|
"bun",
|
|
|
|
"subreddit",
|
|
|
|
"reddit",
|
2016-04-28 16:31:41 +01:00
|
|
|
"random",
|
|
|
|
"placeholder"
|
2016-04-27 20:06:24 +01:00
|
|
|
],
|
|
|
|
"dependencies": {
|
2024-02-19 14:34:11 +00:00
|
|
|
"commander": "^12.0.0",
|
2021-06-19 16:13:27 +01:00
|
|
|
"glob-parent": "^6.0.0",
|
2023-04-22 13:20:30 +01:00
|
|
|
"got-cjs": "^12.5.4",
|
2024-04-07 11:03:20 +01:00
|
|
|
"htmlparser2": "^9.1.0",
|
2022-08-12 17:10:03 +01:00
|
|
|
"linqts": "^1.14.4"
|
2016-04-27 20:06:24 +01:00
|
|
|
},
|
2020-12-20 19:39:03 +00:00
|
|
|
"scripts": {
|
2021-12-01 20:32:20 +00:00
|
|
|
"build": "tsc",
|
2023-12-08 17:07:51 +00:00
|
|
|
"start": "node dist/cli.js",
|
2023-04-22 13:20:30 +01:00
|
|
|
"test": "jest",
|
2023-04-28 17:32:17 +01:00
|
|
|
"lint": "eslint .",
|
2024-03-01 19:51:12 +00:00
|
|
|
"release": "np --no-publish",
|
2024-04-15 18:52:31 +01:00
|
|
|
"package": "pkg . --no-bytecode"
|
2016-04-27 20:06:24 +01:00
|
|
|
},
|
2022-08-18 17:45:05 +01:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://gitea.vylpes.xyz/RabbitLabs/random-bunny/issues",
|
|
|
|
"email": "helpdesk@vylpes.com"
|
|
|
|
},
|
|
|
|
"homepage": "https://gitea.vylpes.xyz/RabbitLabs/random-bunny",
|
2021-12-01 13:36:29 +00:00
|
|
|
"funding": "https://ko-fi.com/vylpes",
|
2021-01-13 21:08:47 +00:00
|
|
|
"devDependencies": {
|
2023-04-22 13:20:30 +01:00
|
|
|
"@types/eslint": "^8.21.1",
|
2023-12-08 17:07:51 +00:00
|
|
|
"@types/jest": "^29.5.8",
|
2023-09-04 20:41:35 +01:00
|
|
|
"@types/node": "^20.0.0",
|
Update dependency @typescript-eslint/eslint-plugin to v7 (#146)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint) | devDependencies | major | [`^6.0.0` -> `^7.0.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/6.21.0/7.0.2) |
---
### Release Notes
<details>
<summary>typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)</summary>
### [`v7.0.2`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#702-2024-02-19)
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v7.0.1...v7.0.2)
##### 🩹 Fixes
- fix tsconfig-less check errors, fix `@types/eslint` incompatibilities, add tests
##### ❤️ Thank You
- Brad Zacher
- Gareth Jones
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
### [`v7.0.1`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#701-2024-02-12)
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v7.0.0...v7.0.1)
##### 🩹 Fixes
- **eslint-plugin:** update peer dep for parser
##### ❤️ Thank You
- Tim Dorr
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
### [`v7.0.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#700-2024-02-12)
[Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v6.21.0...v7.0.0)
##### 🚀 Features
- ⚠️ bump ESLint, NodeJS, and TS minimum version requirements
- add support for flat configs
##### 🩹 Fixes
- **eslint-plugin:** \[prefer-find] stop throwing type errors when converting symbols to numbers
##### ⚠️ Breaking Changes
- ⚠️ bump ESLint, NodeJS, and TS minimum version requirements
##### ❤️ Thank You
- Brad Zacher
- Kirk Waiblinger
- StyleShit
- YeonJuan
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
#### 6.21.0 (2024-02-05)
##### 🚀 Features
- export plugin metadata
- allow `parserOptions.project: false`
- **eslint-plugin:** add rule prefer-find
##### 🩹 Fixes
- **eslint-plugin:** \[no-unused-vars] don't report on types referenced in export assignment expression
- **eslint-plugin:** \[switch-exhaustiveness-check] better support for intersections, infinite types, non-union values
- **eslint-plugin:** \[consistent-type-imports] dont report on types used in export assignment expressions
- **eslint-plugin:** \[no-unnecessary-condition] handle left-hand optional with exactOptionalPropertyTypes option
- **eslint-plugin:** \[class-literal-property-style] allow getter when same key setter exists
- **eslint-plugin:** \[no-unnecessary-type-assertion] provide valid fixes for assertions with extra tokens before `as` keyword
##### ❤️ Thank You
- auvred
- Brad Zacher
- Kirk Waiblinger
- Pete Gonzalez
- YeonJuan
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
#### 6.20.0 (2024-01-29)
##### 🚀 Features
- **eslint-plugin:** \[member-ordering] allow easy reuse of the default ordering
##### 🩹 Fixes
- **eslint-plugin:** \[no-useless-template-literals] incorrect bigint autofix result
- **eslint-plugin:** \[prefer-nullish-coalescing] treat any/unknown as non-nullable
- **eslint-plugin:** \[no-useless-template-literals] report Infinity & NaN
- **eslint-plugin:** \[prefer-readonly] disable checking accessors
##### ❤️ Thank You
- Alex Parloti
- auvred
- James Browning
- StyleShit
- YeonJuan
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
#### 6.19.1 (2024-01-22)
##### 🩹 Fixes
- **type-utils:** preventing isUnsafeAssignment infinite recursive calls
- **eslint-plugin:** \[no-unnecessary-condition] fix false positive for type variable
##### ❤️ Thank You
- YeonJuan
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
#### 6.19.0 (2024-01-15)
##### 🚀 Features
- **eslint-plugin:** \[prefer-promise-reject-errors] add rule
- **eslint-plugin:** \[no-array-delete] add new rule
- **eslint-plugin:** \[no-useless-template-literals] add fix suggestions
##### 🩹 Fixes
- **eslint-plugin:** \[no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression
- **eslint-plugin:** \[no-unnecesary-type-assertion] treat unknown/any as nullable
##### ❤️ Thank You
- auvred
- Brad Zacher
- Josh Goldberg ✨
- Joshua Chen
- LJX
- Steven
- StyleShit
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
#### 6.18.1 (2024-01-08)
##### 🩹 Fixes
- **eslint-plugin:** \[no-non-null-assertion] provide valid fix when member access is on next line
- **eslint-plugin:** \[no-unnecessary-condition] improve checking optional callee
- **eslint-plugin:** \[prefer-readonly] support modifiers of unions and intersections
- **eslint-plugin:** \[switch-exhaustiveness-check] fix new allowDefaultCaseForExhaustiveSwitch option
##### ❤️ Thank You
- auvred
- James
- Josh Goldberg ✨
- YeonJuan
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
#### 6.18.0 (2024-01-06)
##### 🚀 Features
- **typescript-estree:** throw on invalid update expressions
- **eslint-plugin:** \[no-var-requires, no-require-imports] allow option
##### ❤️ Thank You
- auvred
- Joshua Chen
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
</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/random-bunny/pulls/146
Reviewed-by: Vylpes <ethan@vylpes.com>
Co-authored-by: Renovate Bot <renovate@vylpes.com>
Co-committed-by: Renovate Bot <renovate@vylpes.com>
2024-02-26 18:01:22 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^7.0.0",
|
2023-04-22 13:20:30 +01:00
|
|
|
"@typescript-eslint/parser": "^5.54.0",
|
2023-09-13 11:50:44 +01:00
|
|
|
"eslint": "^8.49.0",
|
2023-11-10 18:48:46 +00:00
|
|
|
"jest": "^29.7.0",
|
2023-04-22 13:20:30 +01:00
|
|
|
"jest-mock-extended": "^3.0.3",
|
2024-01-16 19:15:10 +00:00
|
|
|
"np": "^9.0.0",
|
2024-03-01 19:51:12 +00:00
|
|
|
"pkg": "^5.8.1",
|
2023-11-10 18:48:46 +00:00
|
|
|
"ts-jest": "^29.1.1",
|
2023-04-22 13:20:30 +01:00
|
|
|
"ts-mockito": "^2.6.1",
|
2023-03-20 00:02:45 +00:00
|
|
|
"typescript": "^5.0.0"
|
2023-01-27 22:42:37 +00:00
|
|
|
},
|
2023-05-20 15:47:20 +01:00
|
|
|
"resolutions": {
|
2024-01-16 19:14:22 +00:00
|
|
|
"np/**/got": "^14.0.0",
|
2023-11-10 18:48:46 +00:00
|
|
|
"**/semver": "^7.5.2",
|
|
|
|
"@babel/traverse": "^7.23.2"
|
2023-05-20 15:47:20 +01:00
|
|
|
},
|
2023-01-27 22:42:37 +00:00
|
|
|
"files": [
|
|
|
|
"dist"
|
2024-03-01 19:51:12 +00:00
|
|
|
],
|
|
|
|
"pkg": {
|
|
|
|
"scripts": "dist/**/*.js",
|
|
|
|
"targets": [
|
|
|
|
"latest-linux-x64",
|
|
|
|
"latest-macos-x64",
|
|
|
|
"latest-macos-arm64",
|
|
|
|
"latest-win-x64"
|
|
|
|
],
|
|
|
|
"outputPath": "bin"
|
|
|
|
}
|
2016-04-27 20:06:24 +01:00
|
|
|
}
|