An in-range update of ts-node is breaking the build π¨
greenkeeper opened this issue Β· 10 comments
The devDependency ts-node was updated from 8.6.1
to 8.6.2
.
π¨ 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: test: Your tests failed on CircleCI (Details).
Commits
The new version differs by 3 commits.
8ac4be5
8.6.2
8db216c
Downgrade
yn
due to node engine (#942)b90754e
Merge
process.env
in tests for CI
See the full diff
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.1 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
- The
devDependency
ts-node was updated from8.6.2
to8.7.0
.
Your tests are still failing with this version. Compare changes
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
- Implement
LanguageServiceHost::getProjectVersion
to workaround microsoft/TypeScript#36748 (#906 - Add
ts-node-transpile-only
binary (#939) @G-Rath
Changed
Docs
- The
devDependency
ts-node was updated from8.7.0
to8.8.0
.
Your tests are still failing with this version. Compare changes
- The
devDependency
ts-node was updated from8.8.0
to8.8.1
.
Your tests are still failing with this version. Compare changes
- The
devDependency
ts-node was updated from8.8.1
to8.8.2
.
Your tests are still failing with this version. Compare changes
Release Notes for Avoid Extra `rootFileNames` Changes
Fixed
- Avoid pushing to
rootFileNames
with version
- The
devDependency
ts-node was updated from8.8.2
to8.9.0
.
Your tests are still failing with this version. Compare changes
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 from8.9.0
to8.9.1
.
Your tests are still failing with this version. Compare changes
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 from8.9.1
to8.10.0
.
Your tests are still failing with this version. Compare changes
- The
devDependency
ts-node was updated from8.10.0
to8.10.1
.
Your tests are still failing with this version. Compare changes
- The
devDependency
ts-node was updated from8.10.1
to8.10.2
.
Your tests are still failing with this version. Compare changes
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 install
ed ts-node (#1032)
Run CI tests on Windows (#1041)
Run CI only once per commit on pull requests and master (#1042)