jellyseerr: 1.4.1 -> 1.7.0

authored by Freakmiko and committed by genesis cfbbd0b3 07c70a41

+54 -58
-4
pkgs/servers/jellyseerr/default.nix
··· 1 { lib 2 - , stdenv 3 , fetchFromGitHub 4 , makeWrapper 5 , mkYarnPackage 6 , nodejs 7 - , sqlite 8 , fetchYarnDeps 9 , python3 10 - , pkg-config 11 - , glib 12 }: 13 14 let
··· 1 { lib 2 , fetchFromGitHub 3 , makeWrapper 4 , mkYarnPackage 5 , nodejs 6 , fetchYarnDeps 7 , python3 8 }: 9 10 let
+49 -49
pkgs/servers/jellyseerr/package.json
··· 1 { 2 "name": "jellyseerr", 3 - "version": "1.4.1", 4 "private": true, 5 "scripts": { 6 "dev": "nodemon -e ts --watch server --watch overseerr-api.yml -e .json,.ts,.yml -x ts-node -r tsconfig-paths/register --files --project server/tsconfig.json server/index.ts", ··· 8 "build:next": "next build", 9 "build": "yarn build:next && yarn build:server", 10 "lint": "eslint \"./server/**/*.{ts,tsx}\" \"./src/**/*.{ts,tsx}\" --cache", 11 "start": "NODE_ENV=production node dist/index.js", 12 "i18n:extract": "extract-messages -l=en -o src/i18n/locale -d en --flat true --overwriteDefault true \"./src/**/!(*.test).{ts,tsx}\"", 13 "migration:generate": "ts-node -r tsconfig-paths/register --project server/tsconfig.json ./node_modules/typeorm/cli.js migration:generate -d server/datasource.ts", ··· 29 }, 30 "license": "MIT", 31 "dependencies": { 32 - "@formatjs/intl-displaynames": "6.2.3", 33 - "@formatjs/intl-locale": "3.0.11", 34 - "@formatjs/intl-pluralrules": "5.1.8", 35 "@formatjs/intl-utils": "3.8.4", 36 - "@headlessui/react": "1.7.7", 37 - "@heroicons/react": "2.0.13", 38 "@supercharge/request-ip": "1.2.0", 39 "@svgr/webpack": "6.5.1", 40 - "@tanem/react-nprogress": "5.0.22", 41 - "ace-builds": "1.14.0", 42 - "axios": "1.2.2", 43 "axios-rate-limit": "1.3.0", 44 "bcrypt": "5.1.0", 45 "bowser": "2.11.0", ··· 47 "cookie-parser": "1.4.6", 48 "copy-to-clipboard": "3.3.3", 49 "country-flag-icons": "1.5.5", 50 - "cronstrue": "2.21.0", 51 "csurf": "1.11.0", 52 "date-fns": "2.29.3", 53 "dayjs": "1.11.7", ··· 64 "next": "12.3.4", 65 "node-cache": "5.1.2", 66 "node-gyp": "9.3.1", 67 - "node-schedule": "2.1.0", 68 - "nodemailer": "6.8.0", 69 - "openpgp": "5.5.0", 70 "plex-api": "5.3.2", 71 "pug": "3.0.2", 72 - "pulltorefreshjs": "0.1.22", 73 "react": "18.2.0", 74 "react-ace": "10.1.0", 75 "react-animate-height": "2.1.2", 76 - "react-aria": "3.22.0", 77 "react-dom": "18.2.0", 78 - "react-intersection-observer": "9.4.1", 79 - "react-intl": "6.2.5", 80 - "react-markdown": "8.0.4", 81 "react-popper-tooltip": "4.4.2", 82 "react-select": "5.7.0", 83 - "react-spring": "9.6.1", 84 "react-tailwindcss-datepicker-sct": "1.3.4", 85 "react-toast-notifications": "2.5.1", 86 "react-truncate-markup": "5.1.2", ··· 89 "secure-random-password": "0.2.3", 90 "semver": "7.3.8", 91 "sqlite3": "5.1.4", 92 - "swagger-ui-express": "4.6.0", 93 - "swr": "2.0.0", 94 - "typeorm": "0.3.11", 95 "web-push": "3.5.0", 96 "winston": "3.8.2", 97 "winston-daily-rotate-file": "4.7.1", 98 "xml2js": "0.4.23", 99 "yamljs": "0.3.0", 100 "yup": "0.32.11", 101 - "zod": "3.20.2" 102 }, 103 "devDependencies": { 104 - "@babel/cli": "7.20.7", 105 - "@commitlint/cli": "17.4.0", 106 - "@commitlint/config-conventional": "17.4.0", 107 "@semantic-release/changelog": "6.0.2", 108 "@semantic-release/commit-analyzer": "9.0.2", 109 "@semantic-release/exec": "6.0.3", 110 "@semantic-release/git": "10.0.1", 111 "@tailwindcss/aspect-ratio": "0.4.2", 112 "@tailwindcss/forms": "0.5.3", 113 - "@tailwindcss/typography": "0.5.8", 114 "@types/bcrypt": "5.0.0", 115 "@types/cookie-parser": "1.4.3", 116 "@types/country-flag-icons": "1.2.0", 117 "@types/csurf": "1.11.2", 118 "@types/email-templates": "8.0.4", 119 - "@types/express": "4.17.15", 120 - "@types/express-session": "1.17.5", 121 "@types/lodash": "4.14.191", 122 "@types/node": "17.0.36", 123 "@types/node-schedule": "2.1.0", 124 "@types/nodemailer": "6.4.7", 125 - "@types/pulltorefreshjs": "0.1.5", 126 - "@types/react": "18.0.26", 127 - "@types/react-dom": "18.0.10", 128 "@types/react-transition-group": "4.4.5", 129 "@types/secure-random-password": "0.2.1", 130 "@types/semver": "7.3.13", ··· 133 "@types/xml2js": "0.4.11", 134 "@types/yamljs": "0.2.31", 135 "@types/yup": "0.29.14", 136 - "@typescript-eslint/eslint-plugin": "5.48.0", 137 - "@typescript-eslint/parser": "5.48.0", 138 "autoprefixer": "10.4.13", 139 "babel-plugin-react-intl": "8.2.25", 140 "babel-plugin-react-intl-auto": "3.3.0", 141 - "commitizen": "4.2.6", 142 "copyfiles": "2.4.1", 143 "cy-mobile-commands": "0.3.0", 144 - "cypress": "12.3.0", 145 "cz-conventional-changelog": "3.3.0", 146 - "eslint": "8.31.0", 147 "eslint-config-next": "12.3.4", 148 "eslint-config-prettier": "8.6.0", 149 - "eslint-plugin-formatjs": "4.3.9", 150 - "eslint-plugin-jsx-a11y": "6.6.1", 151 "eslint-plugin-no-relative-import-paths": "1.5.2", 152 "eslint-plugin-prettier": "4.2.1", 153 - "eslint-plugin-react": "7.31.11", 154 "eslint-plugin-react-hooks": "4.6.0", 155 "extract-react-intl-messages": "4.1.1", 156 "husky": "8.0.3", 157 - "lint-staged": "13.1.0", 158 "nodemon": "2.0.20", 159 - "postcss": "8.4.20", 160 - "prettier": "2.8.1", 161 - "prettier-plugin-organize-imports": "3.2.1", 162 - "prettier-plugin-tailwindcss": "0.2.1", 163 "semantic-release": "19.0.5", 164 "semantic-release-docker-buildx": "1.0.1", 165 - "tailwindcss": "3.2.4", 166 "ts-node": "10.9.1", 167 "tsc-alias": "1.8.2", 168 "tsconfig-paths": "4.1.2", 169 - "typescript": "4.9.4" 170 }, 171 "resolutions": { 172 "sqlite3/node-gyp": "8.4.1", 173 - "@types/react": "18.0.26", 174 - "@types/react-dom": "18.0.10" 175 }, 176 "config": { 177 "commitizen": {
··· 1 { 2 "name": "jellyseerr", 3 + "version": "1.7.0", 4 "private": true, 5 "scripts": { 6 "dev": "nodemon -e ts --watch server --watch overseerr-api.yml -e .json,.ts,.yml -x ts-node -r tsconfig-paths/register --files --project server/tsconfig.json server/index.ts", ··· 8 "build:next": "next build", 9 "build": "yarn build:next && yarn build:server", 10 "lint": "eslint \"./server/**/*.{ts,tsx}\" \"./src/**/*.{ts,tsx}\" --cache", 11 + "lintfix": "eslint \"./server/**/*.{ts,tsx}\" \"./src/**/*.{ts,tsx}\" --fix", 12 "start": "NODE_ENV=production node dist/index.js", 13 "i18n:extract": "extract-messages -l=en -o src/i18n/locale -d en --flat true --overwriteDefault true \"./src/**/!(*.test).{ts,tsx}\"", 14 "migration:generate": "ts-node -r tsconfig-paths/register --project server/tsconfig.json ./node_modules/typeorm/cli.js migration:generate -d server/datasource.ts", ··· 30 }, 31 "license": "MIT", 32 "dependencies": { 33 + "@formatjs/intl-displaynames": "6.2.6", 34 + "@formatjs/intl-locale": "3.1.1", 35 + "@formatjs/intl-pluralrules": "5.1.10", 36 "@formatjs/intl-utils": "3.8.4", 37 + "@headlessui/react": "1.7.12", 38 + "@heroicons/react": "2.0.16", 39 "@supercharge/request-ip": "1.2.0", 40 "@svgr/webpack": "6.5.1", 41 + "@tanem/react-nprogress": "5.0.30", 42 + "ace-builds": "1.15.2", 43 + "axios": "1.3.4", 44 "axios-rate-limit": "1.3.0", 45 "bcrypt": "5.1.0", 46 "bowser": "2.11.0", ··· 48 "cookie-parser": "1.4.6", 49 "copy-to-clipboard": "3.3.3", 50 "country-flag-icons": "1.5.5", 51 + "cronstrue": "2.23.0", 52 "csurf": "1.11.0", 53 "date-fns": "2.29.3", 54 "dayjs": "1.11.7", ··· 65 "next": "12.3.4", 66 "node-cache": "5.1.2", 67 "node-gyp": "9.3.1", 68 + "node-schedule": "2.1.1", 69 + "nodemailer": "6.9.1", 70 + "openpgp": "5.7.0", 71 "plex-api": "5.3.2", 72 "pug": "3.0.2", 73 "react": "18.2.0", 74 "react-ace": "10.1.0", 75 "react-animate-height": "2.1.2", 76 + "react-aria": "3.23.0", 77 "react-dom": "18.2.0", 78 + "react-intersection-observer": "9.4.3", 79 + "react-intl": "6.2.10", 80 + "react-markdown": "8.0.5", 81 "react-popper-tooltip": "4.4.2", 82 "react-select": "5.7.0", 83 + "react-spring": "9.7.1", 84 "react-tailwindcss-datepicker-sct": "1.3.4", 85 "react-toast-notifications": "2.5.1", 86 "react-truncate-markup": "5.1.2", ··· 89 "secure-random-password": "0.2.3", 90 "semver": "7.3.8", 91 "sqlite3": "5.1.4", 92 + "swagger-ui-express": "4.6.2", 93 + "swr": "2.0.4", 94 + "typeorm": "0.3.12", 95 "web-push": "3.5.0", 96 "winston": "3.8.2", 97 "winston-daily-rotate-file": "4.7.1", 98 "xml2js": "0.4.23", 99 "yamljs": "0.3.0", 100 "yup": "0.32.11", 101 + "zod": "3.20.6" 102 }, 103 "devDependencies": { 104 + "@babel/cli": "7.21.0", 105 + "@commitlint/cli": "17.4.4", 106 + "@commitlint/config-conventional": "17.4.4", 107 "@semantic-release/changelog": "6.0.2", 108 "@semantic-release/commit-analyzer": "9.0.2", 109 "@semantic-release/exec": "6.0.3", 110 "@semantic-release/git": "10.0.1", 111 "@tailwindcss/aspect-ratio": "0.4.2", 112 "@tailwindcss/forms": "0.5.3", 113 + "@tailwindcss/typography": "0.5.9", 114 "@types/bcrypt": "5.0.0", 115 "@types/cookie-parser": "1.4.3", 116 "@types/country-flag-icons": "1.2.0", 117 "@types/csurf": "1.11.2", 118 "@types/email-templates": "8.0.4", 119 + "@types/express": "4.17.17", 120 + "@types/express-session": "1.17.6", 121 "@types/lodash": "4.14.191", 122 "@types/node": "17.0.36", 123 "@types/node-schedule": "2.1.0", 124 "@types/nodemailer": "6.4.7", 125 + "@types/react": "18.0.28", 126 + "@types/react-dom": "18.0.11", 127 "@types/react-transition-group": "4.4.5", 128 "@types/secure-random-password": "0.2.1", 129 "@types/semver": "7.3.13", ··· 132 "@types/xml2js": "0.4.11", 133 "@types/yamljs": "0.2.31", 134 "@types/yup": "0.29.14", 135 + "@typescript-eslint/eslint-plugin": "5.54.0", 136 + "@typescript-eslint/parser": "5.54.0", 137 "autoprefixer": "10.4.13", 138 "babel-plugin-react-intl": "8.2.25", 139 "babel-plugin-react-intl-auto": "3.3.0", 140 + "commitizen": "4.3.0", 141 "copyfiles": "2.4.1", 142 "cy-mobile-commands": "0.3.0", 143 + "cypress": "12.7.0", 144 "cz-conventional-changelog": "3.3.0", 145 + "eslint": "8.35.0", 146 "eslint-config-next": "12.3.4", 147 "eslint-config-prettier": "8.6.0", 148 + "eslint-plugin-formatjs": "4.9.0", 149 + "eslint-plugin-jsx-a11y": "6.7.1", 150 "eslint-plugin-no-relative-import-paths": "1.5.2", 151 "eslint-plugin-prettier": "4.2.1", 152 + "eslint-plugin-react": "7.32.2", 153 "eslint-plugin-react-hooks": "4.6.0", 154 "extract-react-intl-messages": "4.1.1", 155 "husky": "8.0.3", 156 + "lint-staged": "13.1.2", 157 "nodemon": "2.0.20", 158 + "postcss": "8.4.21", 159 + "prettier": "2.8.4", 160 + "prettier-plugin-organize-imports": "3.2.2", 161 + "prettier-plugin-tailwindcss": "0.2.3", 162 "semantic-release": "19.0.5", 163 "semantic-release-docker-buildx": "1.0.1", 164 + "tailwindcss": "3.2.7", 165 "ts-node": "10.9.1", 166 "tsc-alias": "1.8.2", 167 "tsconfig-paths": "4.1.2", 168 + "typescript": "4.9.5" 169 }, 170 "resolutions": { 171 "sqlite3/node-gyp": "8.4.1", 172 + "@types/react": "18.0.28", 173 + "@types/react-dom": "18.0.11", 174 + "@types/express-session": "1.17.6" 175 }, 176 "config": { 177 "commitizen": {
+3 -3
pkgs/servers/jellyseerr/pin.json
··· 1 { 2 - "version": "1.4.1", 3 - "srcHash": "sha256-LDqlQfy1bm2xMNn1oulImfanQmJX57P48VaZn0Jxwpk=", 4 - "yarnSha256": "162aip7r5vcpfj1sn42qwwdlwnaii32bd2k0gp9py1z0zmw0lwlf" 5 }
··· 1 { 2 + "version": "1.7.0", 3 + "srcHash": "sha256-9ILP2HH7p8ELwrQOBnqPbvHdUnNrqEkA4OmxOuhNbEc=", 4 + "yarnSha256": "1ygb8pmwra570wmdkn7mxv9j90cgjh063b9cl0wl9hsmg687sk9h" 5 }
+2 -2
pkgs/servers/jellyseerr/update.sh
··· 19 fi 20 21 src="https://raw.githubusercontent.com/Fallenbagel/jellyseerr/$tag" 22 - src_hash=$(nix-prefetch-github Fallenbagel jellyseerr --rev ${tag} | jq -r .hash) 23 24 tmpdir=$(mktemp -d) 25 trap 'rm -rf "$tmpdir"' EXIT ··· 33 cat > pin.json << EOF 34 { 35 "version": "$(echo $tag | grep -P '(\d|\.)+' -o)", 36 - "srcHash": "$src_hash", 37 "yarnSha256": "$yarn_sha256" 38 } 39 EOF
··· 19 fi 20 21 src="https://raw.githubusercontent.com/Fallenbagel/jellyseerr/$tag" 22 + src_hash=$(nix-prefetch-github Fallenbagel jellyseerr --rev ${tag} | jq -r .sha256) 23 24 tmpdir=$(mktemp -d) 25 trap 'rm -rf "$tmpdir"' EXIT ··· 33 cat > pin.json << EOF 34 { 35 "version": "$(echo $tag | grep -P '(\d|\.)+' -o)", 36 + "srcHash": "sha256-$src_hash", 37 "yarnSha256": "$yarn_sha256" 38 } 39 EOF