7c3e435434
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint) | devDependencies | minor | [`5.42.0` -> `5.43.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/5.42.0/5.43.0) | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint) | devDependencies | minor | [`5.42.0` -> `5.43.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/5.42.0/5.43.0) | --- ### Release Notes <details> <summary>typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)</summary> ### [`v5.43.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5430-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5421v5430-2022-11-14) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v5.42.1...v5.43.0) ##### Bug Fixes - **eslint-plugin:** \[no-shadow] handle false positives on generics and parameters ([#​5902](https://github.com/typescript-eslint/typescript-eslint/issues/5902)) ([769e8c8](769e8c8b9a
)) - **eslint-plugin:** \[promise-function-async] handle keyword token ([#​5907](https://github.com/typescript-eslint/typescript-eslint/issues/5907)) ([f25a94f](f25a94fa75
)) ##### Features - **eslint-plugin:** \[consistent-type-imports] support fixing to inline types ([#​5050](https://github.com/typescript-eslint/typescript-eslint/issues/5050)) ([75dcdf1](75dcdf164d
)) - **eslint-plugin:** \[naming-convention] add support for "override" and "async" modifiers ([#​5310](https://github.com/typescript-eslint/typescript-eslint/issues/5310)) ([#​5610](https://github.com/typescript-eslint/typescript-eslint/issues/5610)) ([c759da1](c759da1693
)) - **eslint-plugin:** \[prefer-optional-chain] support suggesting `!foo || !foo.bar` as a valid match for the rule ([#​5594](https://github.com/typescript-eslint/typescript-eslint/issues/5594)) ([923d486](923d486c8c
)) #### [5.42.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.42.0...v5.42.1) (2022-11-07) ##### Bug Fixes - **eslint-plugin:** isTypeReadonly stack overflow ([#​5875](https://github.com/typescript-eslint/typescript-eslint/issues/5875)) ([#​5876](https://github.com/typescript-eslint/typescript-eslint/issues/5876)) ([2d9a33c](2d9a33cfb2
)) ### [`v5.42.1`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5421-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5420v5421-2022-11-07) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v5.42.0...v5.42.1) ##### Bug Fixes - **eslint-plugin:** isTypeReadonly stack overflow ([#​5875](https://github.com/typescript-eslint/typescript-eslint/issues/5875)) ([#​5876](https://github.com/typescript-eslint/typescript-eslint/issues/5876)) ([2d9a33c](2d9a33cfb2
)) </details> <details> <summary>typescript-eslint/typescript-eslint (@​typescript-eslint/parser)</summary> ### [`v5.43.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5430-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5421v5430-2022-11-14) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v5.42.1...v5.43.0) **Note:** Version bump only for package [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) #### [5.42.1](https://github.com/typescript-eslint/typescript-eslint/compare/v5.42.0...v5.42.1) (2022-11-07) **Note:** Version bump only for package [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) ### [`v5.42.1`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5421-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5420v5421-2022-11-07) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v5.42.0...v5.42.1) **Note:** Version bump only for package [@​typescript-eslint/parser](https://github.com/typescript-eslint/parser) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMTcuMCIsInVwZGF0ZWRJblZlciI6IjMyLjIxNy4wIn0=--> Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com> Reviewed-on: #16 Co-authored-by: Renovate Bot <renovate-bot@noreply.git.froth.zone> Co-committed-by: Renovate Bot <renovate-bot@noreply.git.froth.zone>
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"dependencies": {
|
|
"booru": "2.6.3",
|
|
"express": ">=5.0.0-beta.1",
|
|
"helmet": "6.0.0",
|
|
"morgan": "1.10.0"
|
|
},
|
|
"name": "waifurudor.de",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc -b",
|
|
"clean": "tsc -b --clean",
|
|
"lint": "eslint --ext .ts ./src --fix && prettier --write ./src",
|
|
"dev": "nodemon --exec node --loader ts-node/esm src/index.ts",
|
|
"start": "node ./dist/index.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.froth.zone/sam/waifurudor.de.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "GPL-3.0-or-later",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@types/express": "4.17.14",
|
|
"@types/morgan": "1.9.3",
|
|
"@types/node": "18.11.9",
|
|
"@typescript-eslint/eslint-plugin": "5.43.0",
|
|
"@typescript-eslint/parser": "5.43.0",
|
|
"eslint": "8.26.0",
|
|
"eslint-config-prettier": "8.5.0",
|
|
"eslint-plugin-prettier": "4.2.1",
|
|
"nodemon": "2.0.20",
|
|
"prettier": "2.7.1",
|
|
"ts-node": "10.9.1",
|
|
"typescript": "4.8.4"
|
|
},
|
|
"volta": {
|
|
"node": "18.12.0"
|
|
}
|
|
}
|