RobinCK / typeorm-fixtures

:pill: Fixtures loader for typeorm 🇺🇦
https://robinck.github.io/typeorm-fixtures/
MIT License
566 stars 45 forks source link

fix: update packages to have a compatibility with typeorm 0.3.* #194

Closed kevin-lot closed 2 years ago

kevin-lot commented 2 years ago

update packages, replace tslint with eslint, remove useless types packages

BREAKING CHANGE: Imcompatible with typeorm 0.2.0, this version uses the new datasource class of typeorm 0.3.0.

fix #189

RobinCK commented 2 years ago

thanks @kevin-lot tests stopped working, I'll try to solve on the weekend

kevin-lot commented 2 years ago

python2 is not available on Alpine 3.16 that is the base of node:lts-alpine.

Only python3 can be installed. https://pkgs.alpinelinux.org/packages?name=python*&branch=v3.15 https://pkgs.alpinelinux.org/packages?name=python*&branch=v3.16

kevin-lot commented 2 years ago

Maybe with an update of borales/actions-yarn to 3.0.0 here

Diff of borales/actions-yarn between last and previous versions: diff

kevin-lot commented 2 years ago

@RobinCK I did that: https://github.com/RobinCK/typeorm-fixtures/pull/195

RobinCK commented 2 years ago

typeorm-fixtures-cli@2.0.0 released