mrWh1te / ngLibrary

Scalable Enterprise Angular App Architecture using NgRx

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.6.2 to 8.7.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

Release Notes for v8.7.0

Fixed

  • Remove buggy caching of ts.sys.readDirectory (#969)
  • Fix REPL ASI handling when user input starts with - (#944)

Added

Changed

  • Deprecate ts-script in favor of ts-node-script (#948) @G-Rath

Docs

  • Fix bash syntax error in README (#943) @abraj
  • Add Github issue templates (#959, #965, #947)
  • Add IntelliJ debug instructions to README (#958)
  • Add mocha 7 usage example to README (#961)
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.6.2 your tests are passing again. Downgrade this dependency πŸ“Œ.

  • The devDependency ts-node was updated from 8.7.0 to 8.8.0.

Your tests are still failing with this version. Compare changes

Release Notes for [Perf] List File Names

Added

  • Add sanitize=true to README for SVGs to work on NPM

Fixed

  • Simplify projectVersion++ by incrementing on each file change
  • List all files for getScriptFileNames (#985) - revisits the change in #884

v8.7.0...v8.8.0

  • The devDependency ts-node was updated from 8.8.0 to 8.8.1.

Your tests are still failing with this version. Compare changes

Release Notes for Fix Files Support

Fixed

v8.8.0...v8.8.1

Commits

The new version differs by 2 commits.

See the full diff

  • The devDependency ts-node was updated from 8.8.1 to 8.8.2.

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

Release Notes for Avoid Extra `rootFileNames` Changes

Fixed

  • Avoid pushing to rootFileNames with version
Commits

The new version differs by 3 commits.

  • 3f50313 8.8.2
  • 92cf961 Avoid pushing to rootFileNames with version
  • 366ac0b Add test covering --files flag (#987)

See the full diff

  • The devDependency ts-node was updated from 8.8.2 to 8.9.0.

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

Release Notes for v8.9.0

Fixed

Fix failing tests caused by recent changes to @types/node (#1016)
Fix #945: Bump source-map-support dependency to include upstream fix for worker threads error handling (#1015) @addaleax
Fix #1004: in --scriptMode, resolve config file relative to realpath of entrypoint script (#1009)
Normalized filenames in cache to fix performance issues on Windows (#997) @sylc

Added

Add timestamps to debug logging (#994) @sylc

Docs

Improve coverage of the README (#1000) @KasparEtter
Change order of install commands in README (#993) @jacobdcastro
Mention ts-node -vv flag in issue template (#1001)
Run GHActions tests on pull requests (#1017)

  • The devDependency ts-node was updated from 8.9.0 to 8.9.1.

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

Release Notes for Fix `--interactive` / `-i` flag so it forces REPL even when stdin is not a TTY

Fixed

Fix --interactive / -i flag so it forces REPL even when stdin is not a TTY (#1019)

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

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

Release Notes for Experimental native ESM support

Added

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

  • 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)