Пример простого обновления NestJS-mod библиотек
При написании последнего поста я обнаружил небольшие ошибки и экстренно их устранил.
Процесс обновления библиотек NestJS-mod решил описать в виде небольшой внеплановой статьи.
1. Запускаем команду по обновлению версий пакетов и устанавливаем их
Команды
# Update all dependencies
npm run update:nestjs-mod-versions
# Install all dependencies
npm i
Вывод консоли
$ npm run update:nestjs-mod-versions
> @nestjs-mod-fullstack/source@0.0.0 update:nestjs-mod-versions
> npx -y npm-check-updates @nestjs-mod/* nestjs-mod -u
Upgrading /home/endy/Projects/nestjs-mod/nestjs-mod-fullstack/package.json
[====================] 10/10 100%
@nestjs-mod/common 2.14.0 → 2.14.2
@nestjs-mod/docker-compose ^1.15.0 → ^1.15.2
@nestjs-mod/flyway ^1.6.0 → ^1.6.2
@nestjs-mod/pino 1.14.0 → 1.14.2
@nestjs-mod/pm2 1.12.0 → 1.12.2
@nestjs-mod/prisma ^1.9.0 → ^1.9.2
@nestjs-mod/reports 2.14.0 → 2.14.2
@nestjs-mod/schematics ^2.9.2 → ^2.9.5
@nestjs-mod/terminus 1.13.0 → 1.13.2
@nestjs-mod/testing 2.14.0 → 2.14.2
Run npm install to install new versions.
npm i
changed 10 packages, and audited 2768 packages in 12s
331 packages are looking for funding
run `npm fund` for details
18 vulnerabilities (6 moderate, 12 high)
To address issues that do not require attention, run:
npm audit fix
To address all issues (including breaking changes), run:
npm audit fix --force
Run `npm audit` for details.