Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase Performance #71

Closed
3 of 5 tasks
cyacedev opened this issue Sep 14, 2020 · 2 comments
Closed
3 of 5 tasks

Increase Performance #71

cyacedev opened this issue Sep 14, 2020 · 2 comments
Labels
enhancement New feature or request UI UI-Related changes or features

Comments

@cyacedev
Copy link
Member

cyacedev commented Sep 14, 2020

description

This issue holds any discussion related to possible performance increases

To-Do's

  • Research tools to check for performance problems
  • Possibility to decrease file size (for docker and transmit to client)
  • Split routes into webpack chunks
  • Don't include devDependencies in docker image
  • Switch to faster proxy
@cyacedev cyacedev added enhancement New feature or request UI UI-Related changes or features labels Sep 14, 2020
@cyacedev
Copy link
Member Author

For UI Profiling, Lighthouse and vue-perf-devtools could be used.
Any kind of research is appreciated, if a specific improvement is found, please create a new issue and reference this one.

@moisout moisout assigned moisout and unassigned moisout Sep 16, 2020
moisout added a commit that referenced this issue Jan 8, 2021
moisout added a commit that referenced this issue Feb 4, 2021
* 🚑 hotfix package upgrade

* ✨ Rework videoplayer (#182)

* ✨ re-enable quality selection

* ✨ initial mediaSession support

* shared dto folder, videoplayer composition api

* 🐛 add events to return

* 🚧 add loadDashVideo method

* 🚧 export seekbar events

* 🐛 use video props

* 🚧 videoplayer migration progress

* 🚧 composition api migration progress

* 🏗 finished video player composition api migration

* 🐛 fix fullscreen

* 🚧 begin fixing qualityselection

* ✨ working quality selection

* 🚧 work on mobile friendly audio

* ✨ enable mediasession playback control

* ✨ update mediasession progress when it changes

* 🐛 some video page fixes

* 🐛 catch error in setPositionState

* 🐛 only update playback progress every second

* ⚡️ unly update seekbar every second

* 🐛 remove debugger

* ✨ keyboard gestures for volume control, touch gestures for skip ahead, visual indicators for both

* 🐛 fix player touch events

* 🚧 chapters work in progress

* 🚧 add titles to chapters

* ⬆️ upgrade packages

* ✨ Added chapter titles to seekbar

* ✨ add links to text

* ⬆️ update packages

* 🐛 fix package problems

* ✨ clickable timestamps in description

* Bump ini from 1.3.5 to 1.3.7 (#186)

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update dependabot.yml

* :arrow_up: Bump cross-env from 7.0.2 to 7.0.3 (#187)

Bumps [cross-env](https://github.com/kentcdodds/cross-env) from 7.0.2 to 7.0.3.
- [Release notes](https://github.com/kentcdodds/cross-env/releases)
- [Changelog](https://github.com/kentcdodds/cross-env/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kentcdodds/cross-env/compare/v7.0.2...v7.0.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump @nuxtjs/eslint-config from 3.1.0 to 5.0.0 (#188)

Bumps [@nuxtjs/eslint-config](https://github.com/nuxt/eslint-config) from 3.1.0 to 5.0.0.
- [Release notes](https://github.com/nuxt/eslint-config/releases)
- [Commits](https://github.com/nuxt/eslint-config/compare/@nuxtjs/eslint-config@3.1.0...@nuxtjs/eslint-config@5.0.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump @nestjs/testing from 7.5.5 to 7.6.1 (#189)

Bumps [@nestjs/testing](https://github.com/nestjs/nest) from 7.5.5 to 7.6.1.
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/compare/v7.5.5...v7.6.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump @nestjs/platform-express from 7.5.5 to 7.6.1 (#190)

Bumps [@nestjs/platform-express](https://github.com/nestjs/nest) from 7.5.5 to 7.6.1.
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/compare/v7.5.5...v7.6.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump nuxt-start from 2.14.7 to 2.14.11 (#191)

Bumps [nuxt-start](https://github.com/nuxt/nuxt.js) from 2.14.7 to 2.14.11.
- [Release notes](https://github.com/nuxt/nuxt.js/releases)
- [Changelog](https://github.com/nuxt/nuxt.js/blob/dev/RELEASE_PLAN.md)
- [Commits](https://github.com/nuxt/nuxt.js/compare/v2.14.7...v2.14.11)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* 🚑 upgrade packages, temporarily disable search (#192)

* 🚑 upgrade packages, temporarily disable search

* 🐛 fix unused VideoDetails

* :arrow_up: Bump supertest from 5.0.0 to 6.0.1 (#193)

Bumps [supertest](https://github.com/visionmedia/supertest) from 5.0.0 to 6.0.1.
- [Release notes](https://github.com/visionmedia/supertest/releases)
- [Commits](https://github.com/visionmedia/supertest/compare/v5.0.0...v6.0.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump split-file-stream from 1.3.0 to 2.0.0 (#194)

Bumps [split-file-stream](https://github.com/dannycho7/split-file-stream) from 1.3.0 to 2.0.0.
- [Release notes](https://github.com/dannycho7/split-file-stream/releases)
- [Commits](https://github.com/dannycho7/split-file-stream/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump eslint-config-prettier from 6.15.0 to 7.0.0 (#195)

Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.15.0 to 7.0.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v6.15.0...v7.0.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump @types/express from 4.17.8 to 4.17.9 (#197)

Bumps [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) from 4.17.8 to 4.17.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump @nuxtjs/eslint-module from 3.0.1 to 3.0.2 (#196)

Bumps [@nuxtjs/eslint-module](https://github.com/nuxt-community/eslint-module) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/nuxt-community/eslint-module/releases)
- [Changelog](https://github.com/nuxt-community/eslint-module/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nuxt-community/eslint-module/compare/v3.0.1...v3.0.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* 🐛 remove invalid ytsr types (#198)

* Update dependabot.yml

* :arrow_up: Bump @nestjs/core from 7.6.1 to 7.6.3 (#212)

Bumps [@nestjs/core](https://github.com/nestjs/nest) from 7.6.1 to 7.6.3.
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/compare/v7.6.1...v7.6.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump webpack-shell-plugin-next from 1.2.0 to 2.0.1 (#200)

Bumps [webpack-shell-plugin-next](https://github.com/s00d/webpack-shell-plugin-next) from 1.2.0 to 2.0.1.
- [Release notes](https://github.com/s00d/webpack-shell-plugin-next/releases)
- [Changelog](https://github.com/s00d/webpack-shell-plugin-next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/s00d/webpack-shell-plugin-next/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump eslint-plugin-nuxt from 1.0.0 to 2.0.0 (#209)

Bumps [eslint-plugin-nuxt](https://github.com/nuxt/eslint-plugin-nuxt) from 1.0.0 to 2.0.0.
- [Release notes](https://github.com/nuxt/eslint-plugin-nuxt/releases)
- [Changelog](https://github.com/nuxt/eslint-plugin-nuxt/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nuxt/eslint-plugin-nuxt/compare/v1.0.0...v2.0.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump @nuxtjs/eslint-config-typescript from 3.0.0 to 5.0.0 (#211)

Bumps [@nuxtjs/eslint-config-typescript](https://github.com/nuxt/eslint-config) from 3.0.0 to 5.0.0.
- [Release notes](https://github.com/nuxt/eslint-config/releases)
- [Commits](https://github.com/nuxt/eslint-config/compare/@nuxtjs/eslint-config-typescript@3.0.0...@nuxtjs/eslint-config-typescript@5.0.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump @nestjs/swagger from 4.7.6 to 4.7.7 (#210)

Bumps [@nestjs/swagger](https://github.com/nestjs/swagger) from 4.7.6 to 4.7.7.
- [Release notes](https://github.com/nestjs/swagger/releases)
- [Changelog](https://github.com/nestjs/swagger/blob/master/.release-it.json)
- [Commits](https://github.com/nestjs/swagger/compare/4.7.6...4.7.7)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump @nestjs/platform-express from 7.6.1 to 7.6.3 (#206)

Bumps [@nestjs/platform-express](https://github.com/nestjs/nest) from 7.6.1 to 7.6.3.
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/compare/v7.6.1...v7.6.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump nuxt-start from 2.14.11 to 2.14.12 (#201)

Bumps [nuxt-start](https://github.com/nuxt/nuxt.js) from 2.14.11 to 2.14.12.
- [Release notes](https://github.com/nuxt/nuxt.js/releases)
- [Changelog](https://github.com/nuxt/nuxt.js/blob/dev/RELEASE_PLAN.md)
- [Commits](https://github.com/nuxt/nuxt.js/compare/v2.14.11...v2.14.12)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump ytdl-core from 4.1.6 to 4.1.7 (#202)

Bumps [ytdl-core](https://github.com/fent/node-ytdl-core) from 4.1.6 to 4.1.7.
- [Release notes](https://github.com/fent/node-ytdl-core/releases)
- [Commits](https://github.com/fent/node-ytdl-core/compare/v4.1.6...v4.1.7)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump @nuxtjs/composition-api from 0.13.5 to 0.17.0 (#203)

Bumps [@nuxtjs/composition-api](https://github.com/nuxt-community/composition-api) from 0.13.5 to 0.17.0.
- [Release notes](https://github.com/nuxt-community/composition-api/releases)
- [Changelog](https://github.com/nuxt-community/composition-api/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nuxt-community/composition-api/compare/0.13.5...0.17.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump @nuxt/types from 2.14.11 to 2.14.12 (#199)

Bumps [@nuxt/types](https://github.com/nuxt/nuxt.js) from 2.14.11 to 2.14.12.
- [Release notes](https://github.com/nuxt/nuxt.js/releases)
- [Changelog](https://github.com/nuxt/nuxt.js/blob/dev/RELEASE_PLAN.md)
- [Commits](https://github.com/nuxt/nuxt.js/compare/v2.14.11...v2.14.12)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump @nestjs/config from 0.5.0 to 0.6.1 (#207)

Bumps [@nestjs/config](https://github.com/nestjs/config) from 0.5.0 to 0.6.1.
- [Release notes](https://github.com/nestjs/config/releases)
- [Changelog](https://github.com/nestjs/config/blob/master/.release-it.json)
- [Commits](https://github.com/nestjs/config/compare/0.5.0...0.6.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump ytdl-core from 4.1.7 to 4.2.1 (#216)

Bumps [ytdl-core](https://github.com/fent/node-ytdl-core) from 4.1.7 to 4.2.1.
- [Release notes](https://github.com/fent/node-ytdl-core/releases)
- [Commits](https://github.com/fent/node-ytdl-core/compare/v4.1.7...v4.2.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* 🐛 Small fixes (#222)

* 🐛 remove invalid ytsr types

* 💄 fix home layout

* 🚨 fix eslint issues, add maskable icons

* 🔍 update robots.txt

* 💄 fix videoentry css

* 🐛 fix wrong description path (#223)

* :arrow_up: Bump swagger-ui-express from 4.1.5 to 4.1.6 (#225)

Bumps [swagger-ui-express](https://github.com/scottie1984/swagger-ui-express) from 4.1.5 to 4.1.6.
- [Release notes](https://github.com/scottie1984/swagger-ui-express/releases)
- [Commits](https://github.com/scottie1984/swagger-ui-express/compare/4.1.5...4.1.6)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump ytsr from 3.0.0 to 3.2.1 (#224)

Bumps [ytsr](https://github.com/TimeForANinja/node-ytsr) from 3.0.0 to 3.2.1.
- [Release notes](https://github.com/TimeForANinja/node-ytsr/releases)
- [Commits](https://github.com/TimeForANinja/node-ytsr/compare/3.0.0...3.2.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump @types/node from 14.14.14 to 14.14.16 (#226)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.14 to 14.14.16.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump webpack-cli from 4.2.0 to 4.3.0 (#227)

Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.2.0...webpack-cli@4.3.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump nuxt from 2.14.11 to 2.14.12 (#208)

Bumps [nuxt](https://github.com/nuxt/nuxt.js) from 2.14.11 to 2.14.12.
- [Release notes](https://github.com/nuxt/nuxt.js/releases)
- [Changelog](https://github.com/nuxt/nuxt.js/blob/dev/RELEASE_PLAN.md)
- [Commits](https://github.com/nuxt/nuxt.js/compare/v2.14.11...v2.14.12)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump eslint-config-prettier from 7.0.0 to 7.1.0 (#217)

Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 7.0.0 to 7.1.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v7.0.0...v7.1.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump @nestjs/swagger from 4.7.7 to 4.7.9 (#228)

Bumps [@nestjs/swagger](https://github.com/nestjs/swagger) from 4.7.7 to 4.7.9.
- [Release notes](https://github.com/nestjs/swagger/releases)
- [Changelog](https://github.com/nestjs/swagger/blob/master/.release-it.json)
- [Commits](https://github.com/nestjs/swagger/compare/4.7.7...4.7.9)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump mongoose from 5.11.8 to 5.11.9 (#229)

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.11.8 to 5.11.9.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.11.8...5.11.9)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump @nestjs/schematics from 7.2.5 to 7.2.6 (#230)

Bumps [@nestjs/schematics](https://github.com/nestjs/schematics) from 7.2.5 to 7.2.6.
- [Release notes](https://github.com/nestjs/schematics/releases)
- [Changelog](https://github.com/nestjs/schematics/blob/master/.release-it.json)
- [Commits](https://github.com/nestjs/schematics/compare/7.2.5...7.2.6)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump sass from 1.30.0 to 1.32.0 (#231)

Bumps [sass](https://github.com/sass/dart-sass) from 1.30.0 to 1.32.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.30.0...1.32.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump @nestjs/platform-express from 7.6.3 to 7.6.5 (#232)

Bumps [@nestjs/platform-express](https://github.com/nestjs/nest) from 7.6.3 to 7.6.5.
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/compare/v7.6.3...v7.6.5)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump @nestjs/core from 7.6.3 to 7.6.5 (#234)

Bumps [@nestjs/core](https://github.com/nestjs/nest) from 7.6.3 to 7.6.5.
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/compare/v7.6.3...v7.6.5)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump @nestjs/common from 7.6.1 to 7.6.5 (#235)

Bumps [@nestjs/common](https://github.com/nestjs/nest) from 7.6.1 to 7.6.5.
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/compare/v7.6.1...v7.6.5)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump ts-loader from 8.0.12 to 8.0.13 (#236)

Bumps [ts-loader](https://github.com/TypeStrong/ts-loader) from 8.0.12 to 8.0.13.
- [Release notes](https://github.com/TypeStrong/ts-loader/releases)
- [Changelog](https://github.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/TypeStrong/ts-loader/compare/v8.0.12...v8.0.13)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump webpack-cli from 4.3.0 to 4.3.1 (#239)

Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.3.0...webpack-cli@4.3.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump @types/node from 14.14.16 to 14.14.19 (#240)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.16 to 14.14.19.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump @types/node from 14.14.19 to 14.14.20 (#245)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.19 to 14.14.20.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump @nuxtjs/axios from 5.12.4 to 5.12.5 (#244)

Bumps [@nuxtjs/axios](https://github.com/nuxt-community/axios-module) from 5.12.4 to 5.12.5.
- [Release notes](https://github.com/nuxt-community/axios-module/releases)
- [Changelog](https://github.com/nuxt-community/axios-module/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nuxt-community/axios-module/compare/v5.12.4...v5.12.5)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump mongoose from 5.11.9 to 5.11.10 (#243)

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.11.9 to 5.11.10.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.11.9...5.11.10)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump eslint from 7.15.0 to 7.17.0 (#242)

Bumps [eslint](https://github.com/eslint/eslint) from 7.15.0 to 7.17.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.15.0...v7.17.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump @nestjs/testing from 7.6.1 to 7.6.5 (#237)

Bumps [@nestjs/testing](https://github.com/nestjs/nest) from 7.6.1 to 7.6.5.
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/compare/v7.6.1...v7.6.5)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump ts-loader from 8.0.13 to 8.0.14 (#246)

Bumps [ts-loader](https://github.com/TypeStrong/ts-loader) from 8.0.13 to 8.0.14.
- [Release notes](https://github.com/TypeStrong/ts-loader/releases)
- [Changelog](https://github.com/TypeStrong/ts-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/TypeStrong/ts-loader/compare/v8.0.13...v8.0.14)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* 👽 add user agent to invidious request (#247)

* :arrow_up: Bump ytdl-core from 4.2.1 to 4.4.1 (#249)

Bumps [ytdl-core](https://github.com/fent/node-ytdl-core) from 4.2.1 to 4.4.1.
- [Release notes](https://github.com/fent/node-ytdl-core/releases)
- [Commits](https://github.com/fent/node-ytdl-core/compare/v4.2.1...v4.4.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* 🐳 directly run cmd command (#252)

* ✨ Add Sponsorblock support (#253)

* 🚧 add sponsorblock setting

* ✨ show sponsorblock segments in seekbar

* 🚧 add categories to settings

* 🚧 work on multiOptionButton

* ⬆️ upgrade packages

* Merge branch 'main' into sponsorblock

* 🚧 add sponsorblock setting

* ✨ show sponsorblock segments in seekbar

* Merge branch 'main' into sponsorblock

* 🚧 skipping functionality progress

* 🐛 fix merge conflict

* ✨ finish sponsorblock skip button

* 💄 fix animation and background of skip button

* :arrow_up: Bump nodemon from 2.0.6 to 2.0.7 (#248)

Bumps [nodemon](https://github.com/remy/nodemon) from 2.0.6 to 2.0.7.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v2.0.6...v2.0.7)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump sass from 1.32.0 to 1.32.2 (#250)

Bumps [sass](https://github.com/sass/dart-sass) from 1.32.0 to 1.32.2.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.32.0...1.32.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* ✨ store popular page serverside (#254)

#71

* 🐛 fetch homepage on start, don't show 404 videos (#258)

* ⬆️ update pwa module (#259)

* :arrow_up: Bump @types/jest from 26.0.19 to 26.0.20 (#256)

Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.19 to 26.0.20.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump humanize-duration from 3.25.0 to 3.25.1 (#257)

Bumps [humanize-duration](https://github.com/EvanHahn/HumanizeDuration.js) from 3.25.0 to 3.25.1.
- [Release notes](https://github.com/EvanHahn/HumanizeDuration.js/releases)
- [Changelog](https://github.com/EvanHahn/HumanizeDuration.js/blob/main/HISTORY.md)
- [Commits](https://github.com/EvanHahn/HumanizeDuration.js/compare/v3.25.0...v3.25.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump vuex-persistedstate from 3.1.0 to 3.2.0 (#263)

Bumps [vuex-persistedstate](https://github.com/robinvdvleuten/vuex-persistedstate) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/robinvdvleuten/vuex-persistedstate/releases)
- [Changelog](https://github.com/robinvdvleuten/vuex-persistedstate/blob/master/CHANGELOG.md)
- [Commits](https://github.com/robinvdvleuten/vuex-persistedstate/compare/v3.1.0...v3.2.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump sass-loader from 10.1.0 to 10.1.1 (#264)

Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 10.1.0 to 10.1.1.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases)
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/sass-loader/compare/v10.1.0...v10.1.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump ytdl-core from 4.4.1 to 4.4.3 (#268)

Bumps [ytdl-core](https://github.com/fent/node-ytdl-core) from 4.4.1 to 4.4.3.
- [Release notes](https://github.com/fent/node-ytdl-core/releases)
- [Commits](https://github.com/fent/node-ytdl-core/compare/v4.4.1...v4.4.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump @types/express from 4.17.9 to 4.17.11 (#269)

Bumps [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) from 4.17.9 to 4.17.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump class-transformer from 0.3.1 to 0.3.2 (#270)

Bumps [class-transformer](https://github.com/typestack/class-transformer) from 0.3.1 to 0.3.2.
- [Release notes](https://github.com/typestack/class-transformer/releases)
- [Changelog](https://github.com/typestack/class-transformer/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/typestack/class-transformer/compare/v0.3.1...v0.3.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump mongoose from 5.11.10 to 5.11.12 (#271)

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.11.10 to 5.11.12.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.11.10...5.11.12)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump @nuxtjs/composition-api from 0.17.0 to 0.18.1 (#272)

Bumps [@nuxtjs/composition-api](https://github.com/nuxt-community/composition-api) from 0.17.0 to 0.18.1.
- [Release notes](https://github.com/nuxt-community/composition-api/releases)
- [Changelog](https://github.com/nuxt-community/composition-api/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nuxt-community/composition-api/compare/0.17.0...0.18.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump @types/node-fetch from 2.5.7 to 2.5.8 (#273)

Bumps [@types/node-fetch](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node-fetch) from 2.5.7 to 2.5.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node-fetch)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump @nestjs/mongoose from 7.2.0 to 7.2.2 (#275)

Bumps [@nestjs/mongoose](https://github.com/nestjs/mongoose) from 7.2.0 to 7.2.2.
- [Release notes](https://github.com/nestjs/mongoose/releases)
- [Changelog](https://github.com/nestjs/mongoose/blob/master/.release-it.json)
- [Commits](https://github.com/nestjs/mongoose/compare/7.2.0...7.2.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump @nuxt/typescript-build from 2.0.3 to 2.0.4 (#276)

Bumps [@nuxt/typescript-build](https://github.com/nuxt/typescript) from 2.0.3 to 2.0.4.
- [Release notes](https://github.com/nuxt/typescript/releases)
- [Commits](https://github.com/nuxt/typescript/compare/@nuxt/typescript-build@2.0.3...@nuxt/typescript-build@2.0.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump eslint from 7.17.0 to 7.18.0 (#277)

Bumps [eslint](https://github.com/eslint/eslint) from 7.17.0 to 7.18.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.17.0...v7.18.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump @nestjs/swagger from 4.7.9 to 4.7.11 (#279)

Bumps [@nestjs/swagger](https://github.com/nestjs/swagger) from 4.7.9 to 4.7.11.
- [Release notes](https://github.com/nestjs/swagger/releases)
- [Changelog](https://github.com/nestjs/swagger/blob/master/.release-it.json)
- [Commits](https://github.com/nestjs/swagger/compare/4.7.9...4.7.11)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump supertest from 6.0.1 to 6.1.1 (#280)

Bumps [supertest](https://github.com/visionmedia/supertest) from 6.0.1 to 6.1.1.
- [Release notes](https://github.com/visionmedia/supertest/releases)
- [Commits](https://github.com/visionmedia/supertest/compare/v6.0.1...v6.1.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump sass from 1.32.2 to 1.32.4 (#265)

Bumps [sass](https://github.com/sass/dart-sass) from 1.32.2 to 1.32.4.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.32.2...1.32.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Maurice Oegerli <maurice@oeger.li>

* :arrow_up: Bump husky from 4.3.6 to 4.3.8 (#278)

Bumps [husky](https://github.com/typicode/husky) from 4.3.6 to 4.3.8.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](https://github.com/typicode/husky/compare/v4.3.6...v4.3.8)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump eslint-config-prettier from 7.1.0 to 7.2.0 (#281)

Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 7.1.0 to 7.2.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v7.1.0...v7.2.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* 💚 fix build, add sw.js to eslintignore (#282)

* :arrow_up: Bump @types/node from 14.14.21 to 14.14.22 (#285)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.21 to 14.14.22.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump webpack-cli from 4.3.1 to 4.4.0 (#284)

Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.3.1 to 4.4.0.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.3.1...webpack-cli@4.4.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump sass from 1.32.4 to 1.32.5 (#283)

Bumps [sass](https://github.com/sass/dart-sass) from 1.32.4 to 1.32.5.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.32.4...1.32.5)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump ytsr from 3.2.1 to 3.2.2 (#288)

Bumps [ytsr](https://github.com/TimeForANinja/node-ytsr) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/TimeForANinja/node-ytsr/releases)
- [Commits](https://github.com/TimeForANinja/node-ytsr/compare/3.2.1...3.2.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump mongoose from 5.11.12 to 5.11.13 (#286)

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.11.12 to 5.11.13.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.11.12...5.11.13)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* ♻️ Major cleanup and fixes (#289)

* 🥅 about page error handling

* 🔇 remove console logs

* 🐛 automatically login after registration

* 🔇 remove console logs

* 🎨 remove unused module

* 🔒 dont return jwt token in response body by default

* 🥅 about page error handling

* 🔇 remove console logs

* 🐛 automatically login after registration

* 🔇 remove console logs

* 🎨 remove unused module

* 🔒 dont return jwt token in response body by default

* ⬆️ upgrade packages

* 🥅 disable errors temporarily

* 🐛 downgrade shell plugin

* 🔇 remove all console.log, .warn, .error

* ⬇️ downgrade @nuxt/typescript-build

* 🐛 remove commons in template

* ✏️ fix comma in package.json

* :arrow_up: Bump eslint-config-prettier from 7.0.0 to 7.2.0 (#293)

Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 7.0.0 to 7.2.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v7.0.0...v7.2.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump @nestjs/swagger from 4.7.11 to 4.7.12 (#290)

Bumps [@nestjs/swagger](https://github.com/nestjs/swagger) from 4.7.11 to 4.7.12.
- [Release notes](https://github.com/nestjs/swagger/releases)
- [Changelog](https://github.com/nestjs/swagger/blob/master/.release-it.json)
- [Commits](https://github.com/nestjs/swagger/compare/4.7.11...4.7.12)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* 📝 Update README.md (#304)

* :arrow_up: Bump ytsr from 3.2.2 to 3.2.3 (#299)

Bumps [ytsr](https://github.com/TimeForANinja/node-ytsr) from 3.2.2 to 3.2.3.
- [Release notes](https://github.com/TimeForANinja/node-ytsr/releases)
- [Commits](https://github.com/TimeForANinja/node-ytsr/compare/3.2.2...3.2.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump @nuxtjs/composition-api from 0.18.1 to 0.19.0 (#303)

Bumps [@nuxtjs/composition-api](https://github.com/nuxt-community/composition-api) from 0.18.1 to 0.19.0.
- [Release notes](https://github.com/nuxt-community/composition-api/releases)
- [Changelog](https://github.com/nuxt-community/composition-api/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nuxt-community/composition-api/compare/0.18.1...0.19.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump supertest from 6.1.1 to 6.1.3 (#302)

Bumps [supertest](https://github.com/visionmedia/supertest) from 6.1.1 to 6.1.3.
- [Release notes](https://github.com/visionmedia/supertest/releases)
- [Commits](https://github.com/visionmedia/supertest/compare/v6.1.1...v6.1.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump @nestjs/config from 0.6.1 to 0.6.2 (#296)

Bumps [@nestjs/config](https://github.com/nestjs/config) from 0.6.1 to 0.6.2.
- [Release notes](https://github.com/nestjs/config/releases)
- [Changelog](https://github.com/nestjs/config/blob/master/.release-it.json)
- [Commits](https://github.com/nestjs/config/compare/0.6.1...0.6.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* 📝 Update CHANGELOG.md

* :arrow_up: Bump ytdl-core from 4.4.4 to 4.4.5 (#295)

Bumps [ytdl-core](https://github.com/fent/node-ytdl-core) from 4.4.4 to 4.4.5.
- [Release notes](https://github.com/fent/node-ytdl-core/releases)
- [Commits](https://github.com/fent/node-ytdl-core/compare/v4.4.4...v4.4.5)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump @nestjs/testing from 7.6.5 to 7.6.6 (#309)

Bumps [@nestjs/testing](https://github.com/nestjs/nest) from 7.6.5 to 7.6.6.
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/compare/v7.6.5...v7.6.6)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump @nestjs/core from 7.6.5 to 7.6.6 (#308)

Bumps [@nestjs/core](https://github.com/nestjs/nest) from 7.6.5 to 7.6.6.
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/compare/v7.6.5...v7.6.6)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump @nestjs/common from 7.6.5 to 7.6.6 (#307)

Bumps [@nestjs/common](https://github.com/nestjs/nest) from 7.6.5 to 7.6.6.
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/compare/v7.6.5...v7.6.6)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump @nuxtjs/pwa from 3.3.4 to 3.3.5 (#306)

Bumps [@nuxtjs/pwa](https://github.com/nuxt-community/pwa-module) from 3.3.4 to 3.3.5.
- [Release notes](https://github.com/nuxt-community/pwa-module/releases)
- [Changelog](https://github.com/nuxt-community/pwa-module/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nuxt-community/pwa-module/compare/v3.3.4...v3.3.5)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump @nestjs/platform-express from 7.6.5 to 7.6.6 (#305)

Bumps [@nestjs/platform-express](https://github.com/nestjs/nest) from 7.6.5 to 7.6.6.
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/compare/v7.6.5...v7.6.6)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump @nestjs/schedule from 0.4.1 to 0.4.2 (#297)

Bumps [@nestjs/schedule](https://github.com/nestjs/schedule) from 0.4.1 to 0.4.2.
- [Release notes](https://github.com/nestjs/schedule/releases)
- [Changelog](https://github.com/nestjs/schedule/blob/master/.release-it.json)
- [Commits](https://github.com/nestjs/schedule/compare/0.4.1...0.4.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump @nestjs/schematics from 7.2.6 to 7.2.7 (#300)

Bumps [@nestjs/schematics](https://github.com/nestjs/schematics) from 7.2.6 to 7.2.7.
- [Release notes](https://github.com/nestjs/schematics/releases)
- [Changelog](https://github.com/nestjs/schematics/blob/master/.release-it.json)
- [Commits](https://github.com/nestjs/schematics/compare/7.2.6...7.2.7)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump @nestjs/platform-express from 7.6.5 to 7.6.7 (#311)

Bumps [@nestjs/platform-express](https://github.com/nestjs/nest) from 7.6.5 to 7.6.7.
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/compare/v7.6.5...v7.6.7)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump @nestjs/common from 7.6.6 to 7.6.7 (#312)

Bumps [@nestjs/common](https://github.com/nestjs/nest) from 7.6.6 to 7.6.7.
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/compare/v7.6.6...v7.6.7)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump @nestjs/core from 7.6.6 to 7.6.7 (#313)

Bumps [@nestjs/core](https://github.com/nestjs/nest) from 7.6.6 to 7.6.7.
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/compare/v7.6.6...v7.6.7)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump @nestjs/testing from 7.6.6 to 7.6.7 (#314)

Bumps [@nestjs/testing](https://github.com/nestjs/nest) from 7.6.6 to 7.6.7.
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/compare/v7.6.6...v7.6.7)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump mongoose from 5.11.13 to 5.11.14 (#315)

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.11.13 to 5.11.14.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md)
- [Commits](https://github.com/Automattic/mongoose/compare/5.11.13...5.11.14)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* ✨ Fix search, upgrade to ytsr 3.x (#310)

* 💄 fix home layout

* 🚧 update for new module

* 🚧 search page progress

* ✨ related searches feature

* ✨ working videos in search

* 📱 add scrset to video thumbnail

* ✨ working channels in search

* ✨ working playlists in search

* ✨ search results showing fully

* 🚧 begin work on continuation

* :sparkles: Load more videos working on search page

* :sparkles: Working filters

* :bug: Fix filter not showing on click, move reset button

* :fire: remove unused classes

* :lipstick: change reset filter style

* :arrow_up: Bump eslint from 7.18.0 to 7.19.0 (#318)

Bumps [eslint](https://github.com/eslint/eslint) from 7.18.0 to 7.19.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.18.0...v7.19.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump ts-jest from 26.4.4 to 26.5.0 (#317)

Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 26.4.4 to 26.5.0.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kulshekhar/ts-jest/compare/v26.4.4...v26.5.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* 📝 Update CHANGELOG.md

* 🐛 fix filterValue.name.replaceAll is not a function (#335)

* :arrow_up: Bump @nuxtjs/axios from 5.12.5 to 5.13.0 (#321)

Bumps [@nuxtjs/axios](https://github.com/nuxt-community/axios-module) from 5.12.5 to 5.13.0.
- [Release notes](https://github.com/nuxt-community/axios-module/releases)
- [Changelog](https://github.com/nuxt-community/axios-module/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nuxt-community/axios-module/compare/v5.12.5...v5.13.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump sass from 1.32.5 to 1.32.6 (#322)

Bumps [sass](https://github.com/sass/dart-sass) from 1.32.5 to 1.32.6.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.32.5...1.32.6)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump ytsr from 3.2.3 to 3.2.4 (#323)

Bumps [ytsr](https://github.com/TimeForANinja/node-ytsr) from 3.2.3 to 3.2.4.
- [Release notes](https://github.com/TimeForANinja/node-ytsr/releases)
- [Commits](https://github.com/TimeForANinja/node-ytsr/compare/3.2.3...3.2.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump @nestjs/platform-express from 7.6.7 to 7.6.9 (#326)

Bumps [@nestjs/platform-express](https://github.com/nestjs/nest) from 7.6.7 to 7.6.9.
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/compare/v7.6.7...v7.6.9)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump consola from 2.15.0 to 2.15.1 (#327)

Bumps [consola](https://github.com/nuxt/consola) from 2.15.0 to 2.15.1.
- [Release notes](https://github.com/nuxt/consola/releases)
- [Changelog](https://github.com/nuxt-contrib/consola/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nuxt/consola/compare/v2.15.0...v2.15.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump @nestjs/common from 7.6.7 to 7.6.9 (#328)

Bumps [@nestjs/common](https://github.com/nestjs/nest) from 7.6.7 to 7.6.9.
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/compare/v7.6.7...v7.6.9)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump @babel/core from 7.12.10 to 7.12.13 (#329)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.12.10 to 7.12.13.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.12.13/packages/babel-core)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump @types/passport-jwt from 3.0.3 to 3.0.4 (#330)

Bumps [@types/passport-jwt](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/passport-jwt) from 3.0.3 to 3.0.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/passport-jwt)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump webpack-cli from 4.4.0 to 4.5.0 (#331)

Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.4.0...webpack-cli@4.5.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump @nestjs/testing from 7.6.7 to 7.6.9 (#332)

Bumps [@nestjs/testing](https://github.com/nestjs/nest) from 7.6.7 to 7.6.9.
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/compare/v7.6.7...v7.6.9)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump @nestjs/core from 7.6.7 to 7.6.9 (#334)

Bumps [@nestjs/core](https://github.com/nestjs/nest) from 7.6.7 to 7.6.9.
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/compare/v7.6.7...v7.6.9)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump @nestjs/config from 0.6.2 to 0.6.3 (#333)

Bumps [@nestjs/config](https://github.com/nestjs/config) from 0.6.2 to 0.6.3.
- [Release notes](https://github.com/nestjs/config/releases)
- [Changelog](https://github.com/nestjs/config/blob/master/.release-it.json)
- [Commits](https://github.com/nestjs/config/compare/0.6.2...0.6.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump @nestjs/core from 7.6.7 to 7.6.11 (#337)

Bumps [@nestjs/core](https://github.com/nestjs/nest) from 7.6.7 to 7.6.11.
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/compare/v7.6.7...v7.6.11)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :arrow_up: Bump @nestjs/testing from 7.6.7 to 7.6.11 (#336)

Bumps [@nestjs/testing](https://github.com/nestjs/nest) from 7.6.7 to 7.6.11.
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/compare/v7.6.7...v7.6.11)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* :bookmark: Prepare release 0.5 (#341)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@mizzunet
Copy link
Contributor

It seems like for now, dev.viewtube.io is faster on loading videos than viewtube.io

@moisout moisout closed this as completed Aug 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request UI UI-Related changes or features
Projects
None yet
Development

No branches or pull requests

3 participants