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

chore(deps-dev): bump vitest from 1.6.0 to 2.0.1 in /frontend #498

Merged
merged 1 commit into from
Jul 12, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 8, 2024

Bumps vitest from 1.6.0 to 2.0.1.

Release notes

Sourced from vitest's releases.

v2.0.1

   🐞 Bug Fixes

    View changes on GitHub

v2.0.0

Vitest 2.0 is here! This release page lists all changes made to the project during the beta. For the migration guide, please refer to the documentation.

🚨 Breaking Changes

🚀 Features

... (truncated)

Commits
  • 16eb6c8 chore: release v2.0.1
  • 4b03e72 fix(browser): correctly inherit browser config in a workspace (#6054)
  • 4d5597d fix(vitest): print only running files, not every file (#6052)
  • 1b150a3 chore: release v2.0.0
  • 5131992 docs: default pool in the types of 2.0 config (#6043)
  • 5611895 chore: release v2.0.0-beta.13
  • 8f65ae9 fix: transpile esnext to node18 to support newest JS and TS features (#4409)
  • 583dd8a feat(vitest)!: add "vitest list" API to print collected tests without running...
  • f645e48 feat: expose parseAst, parseAstAsync from vite
  • 91ba6f9 fix(vitest): show all failed tests when rerunning a test (#6022)
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
vitest [>= 1.4.a, < 1.5]

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will merge this PR once CI passes on it, as requested by @AyushSehrawat.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 8, 2024
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 1.6.0 to 2.0.1.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.0.1/packages/vitest)

---
updated-dependencies:
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/vitest-2.0.1 branch from 3f429bc to 809b58c Compare July 9, 2024 18:54
@AyushSehrawat
Copy link
Member

@dependabot squash and merge

@AyushSehrawat AyushSehrawat merged commit 78f512d into main Jul 12, 2024
4 of 5 checks passed
@AyushSehrawat AyushSehrawat deleted the dependabot/npm_and_yarn/frontend/vitest-2.0.1 branch July 12, 2024 07:46
iPromKnight added a commit to iPromKnight/riven that referenced this pull request Jul 13, 2024
* testing

* testing

* minor fixes

* feat: some frontend ui changes :)

* minor tweaks

* added movies and top movies section

* nearly completed homepage

* fix: fix settings and improvements to homepage

* chore: update app name to Riven and fix page header in library and onboarding

* feat: switch to vaul-svelte dependency for mobile ui and improvements to ui in general

* chore: update app name to Riven, improve UI consistency and changes to items endpoint

* feat: Add incomplete items to statistics page

* feat: Add services status to statistics page

feat: add lazy loading for images in statistics and home pages (rivenmedia#502)

fix: min/max filesize being returned undefined
fix: minor ui improvements (rivenmedia#503)

* fix: minor ui improvements

* chore: formatted files
fix: lower the z index and increase z index of header (rivenmedia#504)

feat: add top rated section (rivenmedia#505)

* feat: add top rated section

* chore: format files
fix: text color on light theme (rivenmedia#506)

chore(deps-dev): bump vitest from 1.6.0 to 2.0.1 in /frontend (rivenmedia#498)

Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 1.6.0 to 2.0.1.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.0.1/packages/vitest)

---
updated-dependencies:
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Rate limiting for RD

- Change requests models to take through an optional instance of the rate limiter class
- Implement rate limiter settings for RD, a Conservative 100 calls per 60 seconds as default
- Ensure if enabled the rate limiter is initialised within the RD class
- Ensure all Rd calls (apart from ping) use the initialised rate limiter if present in requests

Add RD rate limit settings to general settings pane - frontend

Ignore mac and rider specific settings

remove config from frontend - this is internal now, non configurable

remove config, and use oll the time

1 per second

Split out rate limiter to seprate file, also work in 429's and handle overall rate limiting and endpoint specific ratelimiting

Use get for ping, and pass rate limiters

Added a user agent factory, and randomiser in requests

Updated zilean scraper to filtered endpoint

Only on movies. Aired at wont be right for seasons, we need a better way to do this across the board
dreulavelle pushed a commit that referenced this pull request Jul 13, 2024
* testing

* testing

* minor fixes

* feat: some frontend ui changes :)

* minor tweaks

* added movies and top movies section

* nearly completed homepage

* fix: fix settings and improvements to homepage

* chore: update app name to Riven and fix page header in library and onboarding

* feat: switch to vaul-svelte dependency for mobile ui and improvements to ui in general

* chore: update app name to Riven, improve UI consistency and changes to items endpoint

* feat: Add incomplete items to statistics page

* feat: Add services status to statistics page

feat: add lazy loading for images in statistics and home pages (#502)

fix: min/max filesize being returned undefined
fix: minor ui improvements (#503)

* fix: minor ui improvements

* chore: formatted files
fix: lower the z index and increase z index of header (#504)

feat: add top rated section (#505)

* feat: add top rated section

* chore: format files
fix: text color on light theme (#506)

chore(deps-dev): bump vitest from 1.6.0 to 2.0.1 in /frontend (#498)

Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 1.6.0 to 2.0.1.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.0.1/packages/vitest)

---
updated-dependencies:
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Rate limiting for RD

- Change requests models to take through an optional instance of the rate limiter class
- Implement rate limiter settings for RD, a Conservative 100 calls per 60 seconds as default
- Ensure if enabled the rate limiter is initialised within the RD class
- Ensure all Rd calls (apart from ping) use the initialised rate limiter if present in requests

Add RD rate limit settings to general settings pane - frontend

Ignore mac and rider specific settings

remove config from frontend - this is internal now, non configurable

remove config, and use oll the time

1 per second

Split out rate limiter to seprate file, also work in 429's and handle overall rate limiting and endpoint specific ratelimiting

Use get for ping, and pass rate limiters

Added a user agent factory, and randomiser in requests

Updated zilean scraper to filtered endpoint

Only on movies. Aired at wont be right for seasons, we need a better way to do this across the board
iPromKnight added a commit to iPromKnight/riven that referenced this pull request Jul 22, 2024
* testing

* testing

* minor fixes

* feat: some frontend ui changes :)

* minor tweaks

* added movies and top movies section

* nearly completed homepage

* fix: fix settings and improvements to homepage

* chore: update app name to Riven and fix page header in library and onboarding

* feat: switch to vaul-svelte dependency for mobile ui and improvements to ui in general

* chore: update app name to Riven, improve UI consistency and changes to items endpoint

* feat: Add incomplete items to statistics page

* feat: Add services status to statistics page

feat: add lazy loading for images in statistics and home pages (rivenmedia#502)

fix: min/max filesize being returned undefined
fix: minor ui improvements (rivenmedia#503)

* fix: minor ui improvements

* chore: formatted files
fix: lower the z index and increase z index of header (rivenmedia#504)

feat: add top rated section (rivenmedia#505)

* feat: add top rated section

* chore: format files
fix: text color on light theme (rivenmedia#506)

chore(deps-dev): bump vitest from 1.6.0 to 2.0.1 in /frontend (rivenmedia#498)

Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 1.6.0 to 2.0.1.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.0.1/packages/vitest)

---
updated-dependencies:
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Rate limiting for RD

- Change requests models to take through an optional instance of the rate limiter class
- Implement rate limiter settings for RD, a Conservative 100 calls per 60 seconds as default
- Ensure if enabled the rate limiter is initialised within the RD class
- Ensure all Rd calls (apart from ping) use the initialised rate limiter if present in requests

Add RD rate limit settings to general settings pane - frontend

Ignore mac and rider specific settings

remove config from frontend - this is internal now, non configurable

remove config, and use oll the time

1 per second

Split out rate limiter to seprate file, also work in 429's and handle overall rate limiting and endpoint specific ratelimiting

Use get for ping, and pass rate limiters

Added a user agent factory, and randomiser in requests

Updated zilean scraper to filtered endpoint

Only on movies. Aired at wont be right for seasons, we need a better way to do this across the board
iPromKnight added a commit to iPromKnight/riven that referenced this pull request Jul 22, 2024
* testing

* testing

* minor fixes

* feat: some frontend ui changes :)

* minor tweaks

* added movies and top movies section

* nearly completed homepage

* fix: fix settings and improvements to homepage

* chore: update app name to Riven and fix page header in library and onboarding

* feat: switch to vaul-svelte dependency for mobile ui and improvements to ui in general

* chore: update app name to Riven, improve UI consistency and changes to items endpoint

* feat: Add incomplete items to statistics page

* feat: Add services status to statistics page

feat: add lazy loading for images in statistics and home pages (rivenmedia#502)

fix: min/max filesize being returned undefined
fix: minor ui improvements (rivenmedia#503)

* fix: minor ui improvements

* chore: formatted files
fix: lower the z index and increase z index of header (rivenmedia#504)

feat: add top rated section (rivenmedia#505)

* feat: add top rated section

* chore: format files
fix: text color on light theme (rivenmedia#506)

chore(deps-dev): bump vitest from 1.6.0 to 2.0.1 in /frontend (rivenmedia#498)

Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 1.6.0 to 2.0.1.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.0.1/packages/vitest)

---
updated-dependencies:
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Rate limiting for RD

- Change requests models to take through an optional instance of the rate limiter class
- Implement rate limiter settings for RD, a Conservative 100 calls per 60 seconds as default
- Ensure if enabled the rate limiter is initialised within the RD class
- Ensure all Rd calls (apart from ping) use the initialised rate limiter if present in requests

Add RD rate limit settings to general settings pane - frontend

Ignore mac and rider specific settings

remove config from frontend - this is internal now, non configurable

remove config, and use oll the time

1 per second

Split out rate limiter to seprate file, also work in 429's and handle overall rate limiting and endpoint specific ratelimiting

Use get for ping, and pass rate limiters

Added a user agent factory, and randomiser in requests

Updated zilean scraper to filtered endpoint

Only on movies. Aired at wont be right for seasons, we need a better way to do this across the board
dreulavelle added a commit that referenced this pull request Jul 22, 2024
* Release 080 (#493)

* Start SQLAlchemy intgr

* RE: #2 .. Save Work

* RE: #2 sync changes

* re: #2 end of day sync

* Re: #2 , Finish program outline and replace core components.

* RE: #2 sync

* Re: #2 still some known issues

* Re: #2 - Running Alpha - V1

* Re: #2 Remove final known item_id.parent_id

* Re: #2 Something's happening!

* RE: #3 alpha-2

* Re: #3 final sync all changes

* Re: #2 Fix failed symlinker to not always immediately yield the item back

---------

Co-authored-by: Administrator <[email protected]>

* fix: tidy. removed clean_title.

* fix(deps): replace psycopg2 with psycopg2-binary

* chore: added libpq-dev dep to dockerfile

* Various fixes (#509)

* Fix: Actually add new items to the database and back to queue

* Fix: Pass existing item to state_transition if one exists

* feat: add critical error message and fail out when trying to enhance the same item due to multiple folder entries

* Fix: add the item_id to the added array so the enhancement error will trigger.

* Fix: Don't expunge the objects

---------

Co-authored-by: Administrator <[email protected]>

* Fix: Ensure streams object is recreated when loading from database and set to a default value and remove the static instance from the class definition. (#513)

Co-authored-by: Administrator <[email protected]>

* Release 080 patches (#515)

* Fix: Clarify log message about backoff timer being hit from the scraper.

* Tidy: Remove pre-loading of children and setting their parents
Fix: Always set the streams from the old input item on calls to _get_item_from_db
Fix: Remove redundant copy streams
Feat: Add HARD_RESET env variable to erase the database on start

* Tidy: Remove always print HARD_RESET value

---------

Co-authored-by: Administrator <[email protected]>

* Comet Scraper (#511)

* Add first version of comet scraper
Fix annatar not using custom url for validation

* Fix imdb id in comet scraper

* Finish comet scraper

* feat: improved ui (#422) (#512)

* testing

* testing

* minor fixes

* feat: some frontend ui changes :)

* minor tweaks

* added movies and top movies section

* nearly completed homepage

* fix: fix settings and improvements to homepage

* chore: update app name to Riven and fix page header in library and onboarding

* feat: switch to vaul-svelte dependency for mobile ui and improvements to ui in general

* chore: update app name to Riven, improve UI consistency and changes to items endpoint

* feat: Add incomplete items to statistics page

* feat: Add services status to statistics page

feat: add lazy loading for images in statistics and home pages (#502)

fix: min/max filesize being returned undefined
fix: minor ui improvements (#503)

* fix: minor ui improvements

* chore: formatted files
fix: lower the z index and increase z index of header (#504)

feat: add top rated section (#505)

* feat: add top rated section

* chore: format files
fix: text color on light theme (#506)

chore(deps-dev): bump vitest from 1.6.0 to 2.0.1 in /frontend (#498)

Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 1.6.0 to 2.0.1.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.0.1/packages/vitest)

---
updated-dependencies:
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Rate limiting for RD

- Change requests models to take through an optional instance of the rate limiter class
- Implement rate limiter settings for RD, a Conservative 100 calls per 60 seconds as default
- Ensure if enabled the rate limiter is initialised within the RD class
- Ensure all Rd calls (apart from ping) use the initialised rate limiter if present in requests

Add RD rate limit settings to general settings pane - frontend

Ignore mac and rider specific settings

remove config from frontend - this is internal now, non configurable

remove config, and use oll the time

1 per second

Split out rate limiter to seprate file, also work in 429's and handle overall rate limiting and endpoint specific ratelimiting

Use get for ping, and pass rate limiters

Added a user agent factory, and randomiser in requests

Updated zilean scraper to filtered endpoint

Only on movies. Aired at wont be right for seasons, we need a better way to do this across the board

* fix: add missing os import

* Feature/alldebrid support (#517)

* All Debrid Support (backend)

* Frontend support for alldebrid settings

* Refactor Zilean scraper for MediaItem support (#516)

The Zilean scraper has been refactored to support the MediaItem class. Previously, it only supported the Movie class. The 'aired_at' attribute of a Movie instance is now replaced with the 'year' attribute of a MediaItem instance. This change allows more flexibility in handling different types of media items beyond just movies.

* fix: add check for Overseerr pageInfo attr on results

* fix: check results length appropriately on overseerr

* fix: added check for `None` filenames during symlinking

* fix: tidy initialize on fresh start

* fix: downloader init validation and run fixed. none.mkv fixed from symlinking

* Settings migration (#527)

* Settings migration

Migrate settings from older versions to new version on run.
Saves settings after model assignment

* Ensure db config is written

* DB Migrations Path - use utils data dir. (#533)

* Settings migration

Migrate settings from older versions to new version on run.
Saves settings after model assignment

* Ensure db config is written

* hotfix db migration path

* fix: fix wanted shows in rd. fixed /stats endpoint

* fix: temporarily disable blacklisting from RD

* Fix yield of plex watchlist (#538)

* fix: fixed bug with /services endpoint with downloaders init

* fix: bandaid frontend endpoints for now

* chore!: renamed backend dir to src. updated Dockerfile

* fix: out with old :)

* fix: update Dockerfile.slim to use src dir

* fix: update entrypoint to src dir

* fix: update Dockerfile to use src dir

* fix: update workflow and makefile, and coverage

* tidy: add logging to rd. fix items controller.

* Fixes: better fill in enchanced mediaitems from symlinks and modify program to use id for queue checking (#541)

* Fix: media-enhancer creates blank items for missing seasons and episodes

* Fix: Check for items in queue by _id instead of comparing objects to prevent issues.

* Fix: Remove erronous returns

* Feat: Try and scrape entire show/season again if backoff timer allows when in partially completed

* Fix: Allow shows and seasons to return scraped state if they're scraped so they can proceed to the next phase

---------

Co-authored-by: Administrator <[email protected]>

* feat/Torbox cached downloader support

* fix: removed cache entirely. loosened up rd packs to accept any episode that matches instead of requiring full packs

* fix: plex watchlist has been fixed

* Remove frontend

* Remove frontend from docker (#534)

---------

Co-authored-by: Matthew Adams <[email protected]>
Co-authored-by: Administrator <[email protected]>
Co-authored-by: Dreu LaVelle <[email protected]>
Co-authored-by: Davide Marcoli <[email protected]>
Co-authored-by: Gaisberg <None>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant