aurelia-ui-framework
aurelia-ui-framework copied to clipboard
An in-range update of ts-node is breaking the build π¨
The devDependency ts-node was updated from 8.4.1
to 8.5.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
- β continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).
Commits
The new version differs by 20 commits.
3d92f25
8.5.0
fe7f89f
Fix repeated regex handling with newlines
5ad88c9
Update documentation for CLI flags
98c0c9b
Rename
--cwd
flag to--dir
be8e2e1
Expose
create
function based onregister
06c7751
Remove
-i
from environment variables2e99c50
Replace internal
_preloadModules
usage1ad44bf
Add
ts-script
which setscwd
to the script dir87a5b14
Fix format diagnostics on old TypeScript versions
234f2e7
Clear module test path from cache
35d8a0c
Enable REPL history
c1c22f8
Support registering scoped compiler instances
d6208d0
Fix tests for
enabled
to clear require cache0100c71
Allow
cwd
to be configurable85aa2d3
Allow dynamic disable of registered instance
There are 20 commits in total.
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 :palm_tree:
After pinning to 8.4.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.5.0
to8.5.2
.
Your tests are still failing with this version. Compare changes
- The
devDependency
ts-node was updated from8.5.0
to8.5.2
.
Your tests are still failing with this version. Compare changes
- The
devDependency
ts-node was updated from8.5.2
to8.5.3
.
Your tests are still failing with this version. Compare changes
Release Notes for Fix transpile diagnostics
Fixed
- The
devDependency
ts-node was updated from8.5.3
to8.5.4
.
Your tests are still failing with this version. Compare changes
Release Notes for Fix relative `node_modules` ignore
- Fix relative
node_modules
ignore 266eaa5
- The
devDependency
ts-node was updated from8.6.1
to8.6.2
.
Your tests are still failing with this version. Compare changes
Commits
The new version differs by 23 commits.
8ac4be5
8.6.2
8db216c
Downgrade
yn
due to node engine (#942)b90754e
Merge
process.env
in tests for CI1f063d7
8.6.1
db409d7
Fix order of
DEFAULTS
,tsconfig
,rawOptions
9aa66ff
8.6.0
3334305
Remove normalize slashes from config file loading
8834d64
Add backward compatibility to master branch
aa6f36f
Merge branch '8.x'
3401f59
Improve docs for
--files
option (#930)1a0ace2
Configure using
tsconfig.json
(#921)dd56112
Bump handlebars from 4.1.2 to 4.5.3 (#931)
2ba0a8f
Add documentation on syntax errors
4dbc15d
Rename
--build
to--emit
6045a24
Update dev dependencies
There are 23 commits in total.
See the full diff
- 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.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)