beaussan / nest-onion-boilerplate

A starter kit for production ready Nestjs application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An in-range update of ts-node is breaking the build 🚨

greenkeeper opened this issue Β· comments


☝️ Important announcement: Greenkeeper will be saying goodbye πŸ‘‹ and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io


The devDependency ts-node was updated from 8.9.1 to 8.10.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

ts-node is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • βœ… ci/circleci: build: Your tests passed on CircleCI! (Details).
  • ❌ ci/circleci: lint: CircleCI is running your tests (Details).
  • ❌ ci/circleci: back-test-e2e: CircleCI is running your tests (Details).
  • ❌ ci/circleci: back-test-unit: Your tests failed on CircleCI (Details).

Release Notes for Experimental native ESM support

Added

Experimental support for native ECMAScript modules in node >=13 (#1007, #1010)

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

After pinning to 8.9.1 your tests are passing again. Downgrade this dependency πŸ“Œ.

  • The devDependency ts-node was updated from 8.10.0 to 8.10.1.

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for Fix breaking change for require('ts-node/*')

Fix

Fixes #1026: revert the addition of package.json "exports" because it blocked require()s that used to work, for example require('ts-node/register') (#1027)

  • The devDependency ts-node was updated from 8.10.1 to 8.10.2.

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v8.10.2

Fixed

Fixes #1037: source maps broken on Windows. (#1038)

Misc

Fix failing tests on node 6 (#1035)
Push coverage from Github Actions; remove TravisCI (#1034)
Run tests e2e against an npm pack && npm installed ts-node (#1032)
Run CI tests on Windows (#1041)
Run CI only once per commit on pull requests and master (#1042)