Unverified Commit 61202fc8 authored by Felix Bühler's avatar Felix Bühler Committed by GitHub
Browse files

Merge pull request #259076 from camillemndn/jellyseerr

jellyseerr: 1.4.1 -> 1.7.0
parents 1a9eed7c cfbbd0b3
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
{ lib
, stdenv
, fetchFromGitHub
, makeWrapper
, mkYarnPackage
, nodejs
, sqlite
, fetchYarnDeps
, python3
, pkg-config
, glib
}:

let
+49 −49
Original line number Diff line number Diff line
{
  "name": "jellyseerr",
  "version": "1.4.1",
  "version": "1.7.0",
  "private": true,
  "scripts": {
    "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,6 +8,7 @@
    "build:next": "next build",
    "build": "yarn build:next && yarn build:server",
    "lint": "eslint \"./server/**/*.{ts,tsx}\" \"./src/**/*.{ts,tsx}\" --cache",
    "lintfix": "eslint \"./server/**/*.{ts,tsx}\" \"./src/**/*.{ts,tsx}\" --fix",
    "start": "NODE_ENV=production node dist/index.js",
    "i18n:extract": "extract-messages -l=en -o src/i18n/locale -d en --flat true --overwriteDefault true \"./src/**/!(*.test).{ts,tsx}\"",
    "migration:generate": "ts-node -r tsconfig-paths/register --project server/tsconfig.json ./node_modules/typeorm/cli.js migration:generate -d server/datasource.ts",
@@ -29,17 +30,17 @@
  },
  "license": "MIT",
  "dependencies": {
    "@formatjs/intl-displaynames": "6.2.3",
    "@formatjs/intl-locale": "3.0.11",
    "@formatjs/intl-pluralrules": "5.1.8",
    "@formatjs/intl-displaynames": "6.2.6",
    "@formatjs/intl-locale": "3.1.1",
    "@formatjs/intl-pluralrules": "5.1.10",
    "@formatjs/intl-utils": "3.8.4",
    "@headlessui/react": "1.7.7",
    "@heroicons/react": "2.0.13",
    "@headlessui/react": "1.7.12",
    "@heroicons/react": "2.0.16",
    "@supercharge/request-ip": "1.2.0",
    "@svgr/webpack": "6.5.1",
    "@tanem/react-nprogress": "5.0.22",
    "ace-builds": "1.14.0",
    "axios": "1.2.2",
    "@tanem/react-nprogress": "5.0.30",
    "ace-builds": "1.15.2",
    "axios": "1.3.4",
    "axios-rate-limit": "1.3.0",
    "bcrypt": "5.1.0",
    "bowser": "2.11.0",
@@ -47,7 +48,7 @@
    "cookie-parser": "1.4.6",
    "copy-to-clipboard": "3.3.3",
    "country-flag-icons": "1.5.5",
    "cronstrue": "2.21.0",
    "cronstrue": "2.23.0",
    "csurf": "1.11.0",
    "date-fns": "2.29.3",
    "dayjs": "1.11.7",
@@ -64,23 +65,22 @@
    "next": "12.3.4",
    "node-cache": "5.1.2",
    "node-gyp": "9.3.1",
    "node-schedule": "2.1.0",
    "nodemailer": "6.8.0",
    "openpgp": "5.5.0",
    "node-schedule": "2.1.1",
    "nodemailer": "6.9.1",
    "openpgp": "5.7.0",
    "plex-api": "5.3.2",
    "pug": "3.0.2",
    "pulltorefreshjs": "0.1.22",
    "react": "18.2.0",
    "react-ace": "10.1.0",
    "react-animate-height": "2.1.2",
    "react-aria": "3.22.0",
    "react-aria": "3.23.0",
    "react-dom": "18.2.0",
    "react-intersection-observer": "9.4.1",
    "react-intl": "6.2.5",
    "react-markdown": "8.0.4",
    "react-intersection-observer": "9.4.3",
    "react-intl": "6.2.10",
    "react-markdown": "8.0.5",
    "react-popper-tooltip": "4.4.2",
    "react-select": "5.7.0",
    "react-spring": "9.6.1",
    "react-spring": "9.7.1",
    "react-tailwindcss-datepicker-sct": "1.3.4",
    "react-toast-notifications": "2.5.1",
    "react-truncate-markup": "5.1.2",
@@ -89,42 +89,41 @@
    "secure-random-password": "0.2.3",
    "semver": "7.3.8",
    "sqlite3": "5.1.4",
    "swagger-ui-express": "4.6.0",
    "swr": "2.0.0",
    "typeorm": "0.3.11",
    "swagger-ui-express": "4.6.2",
    "swr": "2.0.4",
    "typeorm": "0.3.12",
    "web-push": "3.5.0",
    "winston": "3.8.2",
    "winston-daily-rotate-file": "4.7.1",
    "xml2js": "0.4.23",
    "yamljs": "0.3.0",
    "yup": "0.32.11",
    "zod": "3.20.2"
    "zod": "3.20.6"
  },
  "devDependencies": {
    "@babel/cli": "7.20.7",
    "@commitlint/cli": "17.4.0",
    "@commitlint/config-conventional": "17.4.0",
    "@babel/cli": "7.21.0",
    "@commitlint/cli": "17.4.4",
    "@commitlint/config-conventional": "17.4.4",
    "@semantic-release/changelog": "6.0.2",
    "@semantic-release/commit-analyzer": "9.0.2",
    "@semantic-release/exec": "6.0.3",
    "@semantic-release/git": "10.0.1",
    "@tailwindcss/aspect-ratio": "0.4.2",
    "@tailwindcss/forms": "0.5.3",
    "@tailwindcss/typography": "0.5.8",
    "@tailwindcss/typography": "0.5.9",
    "@types/bcrypt": "5.0.0",
    "@types/cookie-parser": "1.4.3",
    "@types/country-flag-icons": "1.2.0",
    "@types/csurf": "1.11.2",
    "@types/email-templates": "8.0.4",
    "@types/express": "4.17.15",
    "@types/express-session": "1.17.5",
    "@types/express": "4.17.17",
    "@types/express-session": "1.17.6",
    "@types/lodash": "4.14.191",
    "@types/node": "17.0.36",
    "@types/node-schedule": "2.1.0",
    "@types/nodemailer": "6.4.7",
    "@types/pulltorefreshjs": "0.1.5",
    "@types/react": "18.0.26",
    "@types/react-dom": "18.0.10",
    "@types/react": "18.0.28",
    "@types/react-dom": "18.0.11",
    "@types/react-transition-group": "4.4.5",
    "@types/secure-random-password": "0.2.1",
    "@types/semver": "7.3.13",
@@ -133,45 +132,46 @@
    "@types/xml2js": "0.4.11",
    "@types/yamljs": "0.2.31",
    "@types/yup": "0.29.14",
    "@typescript-eslint/eslint-plugin": "5.48.0",
    "@typescript-eslint/parser": "5.48.0",
    "@typescript-eslint/eslint-plugin": "5.54.0",
    "@typescript-eslint/parser": "5.54.0",
    "autoprefixer": "10.4.13",
    "babel-plugin-react-intl": "8.2.25",
    "babel-plugin-react-intl-auto": "3.3.0",
    "commitizen": "4.2.6",
    "commitizen": "4.3.0",
    "copyfiles": "2.4.1",
    "cy-mobile-commands": "0.3.0",
    "cypress": "12.3.0",
    "cypress": "12.7.0",
    "cz-conventional-changelog": "3.3.0",
    "eslint": "8.31.0",
    "eslint": "8.35.0",
    "eslint-config-next": "12.3.4",
    "eslint-config-prettier": "8.6.0",
    "eslint-plugin-formatjs": "4.3.9",
    "eslint-plugin-jsx-a11y": "6.6.1",
    "eslint-plugin-formatjs": "4.9.0",
    "eslint-plugin-jsx-a11y": "6.7.1",
    "eslint-plugin-no-relative-import-paths": "1.5.2",
    "eslint-plugin-prettier": "4.2.1",
    "eslint-plugin-react": "7.31.11",
    "eslint-plugin-react": "7.32.2",
    "eslint-plugin-react-hooks": "4.6.0",
    "extract-react-intl-messages": "4.1.1",
    "husky": "8.0.3",
    "lint-staged": "13.1.0",
    "lint-staged": "13.1.2",
    "nodemon": "2.0.20",
    "postcss": "8.4.20",
    "prettier": "2.8.1",
    "prettier-plugin-organize-imports": "3.2.1",
    "prettier-plugin-tailwindcss": "0.2.1",
    "postcss": "8.4.21",
    "prettier": "2.8.4",
    "prettier-plugin-organize-imports": "3.2.2",
    "prettier-plugin-tailwindcss": "0.2.3",
    "semantic-release": "19.0.5",
    "semantic-release-docker-buildx": "1.0.1",
    "tailwindcss": "3.2.4",
    "tailwindcss": "3.2.7",
    "ts-node": "10.9.1",
    "tsc-alias": "1.8.2",
    "tsconfig-paths": "4.1.2",
    "typescript": "4.9.4"
    "typescript": "4.9.5"
  },
  "resolutions": {
    "sqlite3/node-gyp": "8.4.1",
    "@types/react": "18.0.26",
    "@types/react-dom": "18.0.10"
    "@types/react": "18.0.28",
    "@types/react-dom": "18.0.11",
    "@types/express-session": "1.17.6"
  },
  "config": {
    "commitizen": {
+3 −3
Original line number Diff line number Diff line
{
  "version": "1.4.1",
  "srcHash": "sha256-LDqlQfy1bm2xMNn1oulImfanQmJX57P48VaZn0Jxwpk=",
  "yarnSha256": "162aip7r5vcpfj1sn42qwwdlwnaii32bd2k0gp9py1z0zmw0lwlf"
  "version": "1.7.0",
  "srcHash": "sha256-9ILP2HH7p8ELwrQOBnqPbvHdUnNrqEkA4OmxOuhNbEc=",
  "yarnSha256": "1ygb8pmwra570wmdkn7mxv9j90cgjh063b9cl0wl9hsmg687sk9h"
}
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ if [ -z "$tag" ]; then
fi

src="https://raw.githubusercontent.com/Fallenbagel/jellyseerr/$tag"
src_hash=$(nix-prefetch-github Fallenbagel jellyseerr --rev ${tag} | jq -r .hash)
src_hash=$(nix-prefetch-github Fallenbagel jellyseerr --rev ${tag} | jq -r .sha256)

tmpdir=$(mktemp -d)
trap 'rm -rf "$tmpdir"' EXIT
@@ -33,7 +33,7 @@ curl -O "$src/package.json"
cat > pin.json << EOF
{
  "version": "$(echo $tag | grep -P '(\d|\.)+' -o)",
  "srcHash": "$src_hash",
  "srcHash": "sha256-$src_hash",
  "yarnSha256": "$yarn_sha256"
}
EOF