Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ViewTube/viewtube
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.1
Choose a base ref
...
head repository: ViewTube/viewtube
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.0
Choose a head ref
  • 1 commit
  • 140 files changed
  • 2 contributors

Commits on Feb 4, 2021

  1. 🔖 Release v0.5.0 (#342)

    * 🚑 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>
    moisout and dependabot[bot] authored Feb 4, 2021
    Configuration menu
    Copy the full SHA
    d658c9e View commit details
    Browse the repository at this point in the history
Loading