overseerr icon indicating copy to clipboard operation
overseerr copied to clipboard

build(deps): bump dependencies

Open danshilm opened this issue 2 years ago • 1 comments

Description

Bumps dependencies.

Some notable changes:

  • TypeORM
    • Connection was renamed to DataSource
    • ormconfig.js was deprecated
    • Updated the migration scripts to include the datasource (now a required parameter for the CLI)
    • Repository.findOne() needs a where statement (else errors with "You must provide selection conditions in order to find a single row.")
    • select, where and relations find options using an array of property names will be removed in the next major version; need to use object-literal notation.

Screenshot (if UI-related)

N/A

To-Dos

  • [x] Successful build yarn build

Issues Fixed or Closed

  • Fixes none

danshilm avatar Jun 02 '22 15:06 danshilm

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Aug 10 '22 01:08 stale[bot]

:tada: This PR is included in version 1.30.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

github-actions[bot] avatar Sep 19 '22 08:09 github-actions[bot]