Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
greenkeeper bot opened this issue Sep 15, 2019 · 11 comments
Open

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

greenkeeper bot opened this issue Sep 15, 2019 · 11 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Sep 15, 2019

The devDependency ts-node was updated from 8.3.0 to 8.4.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 failed (Details).

Release Notes for Program Transformers

Added

  • Introduce transformers program support (#879) 12ff53d

Fixed

Commits

The new version differs by 4 commits.

  • 3efdea4 8.4.0
  • b01b629 Fix prefer TS exts via env variables (#867)
  • ebbcf39 Add note about ntypescript to README (#877)
  • 12ff53d Introduce transformers program support (#879)

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 🌴

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 16, 2019

After pinning to 8.3.0 your tests are passing again. Downgrade this dependency 📌.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 16, 2019

  • The devDependency ts-node was updated from 8.4.0 to 8.4.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for Fix 8.20 dependency regression

Fixed

  • Revert "List all files in memory cache improves perf 1.4x" 87a6e2c
Commits

The new version differs by 2 commits.

  • 32bf911 8.4.1
  • 87a6e2c Revert "List all files in memory cache improves perf 1.4x"

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 11, 2019

  • The devDependency ts-node was updated from 8.4.1 to 8.5.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 22 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 on register
  • 06c7751 Remove -i from environment variables
  • 2e99c50 Replace internal _preloadModules usage
  • 1ad44bf Add ts-script which sets cwd to the script dir
  • 87a5b14 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 cache
  • 0100c71 Allow cwd to be configurable
  • 85aa2d3 Allow dynamic disable of registered instance

There are 22 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 15, 2019

  • The devDependency ts-node was updated from 8.5.0 to 8.5.2.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 15, 2019

  • The devDependency ts-node was updated from 8.5.0 to 8.5.2.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for Revert `--require` module loading

Fixed

  • Revert --require module loading change
Commits

The new version differs by 24 commits.

  • 4b265bf 8.5.2
  • 746c222 Revert --require module loading
  • 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 on register
  • 06c7751 Remove -i from environment variables
  • 2e99c50 Replace internal _preloadModules usage
  • 1ad44bf Add ts-script which sets cwd to the script dir
  • 87a5b14 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 cache

There are 24 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 28, 2019

  • The devDependency ts-node was updated from 8.5.2 to 8.5.3.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for Fix transpile diagnostics

Fixed

  • Pass correct diagnostics list in transpile mode (#917) 907e3e1
  • Make --ignore relative ea6e1da
Commits

The new version differs by 27 commits.

  • 30adec7 8.5.3
  • 907e3e1 Pass correct diagnostics list in transpile mode (#917)
  • ea6e1da Make --ignore relative
  • 4b265bf 8.5.2
  • 746c222 Revert --require module loading
  • 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 on register
  • 06c7751 Remove -i from environment variables
  • 2e99c50 Replace internal _preloadModules usage
  • 1ad44bf Add ts-script which sets cwd to the script dir
  • 87a5b14 Fix format diagnostics on old TypeScript versions
  • 234f2e7 Clear module test path from cache

There are 27 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 28, 2019

  • The devDependency ts-node was updated from 8.5.3 to 8.5.4.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for Fix relative `node_modules` ignore
  • Fix relative node_modules ignore 266eaa5
Commits

The new version differs by 29 commits.

  • 323c397 8.5.4
  • 266eaa5 Fix relative node_modules ignore
  • 30adec7 8.5.3
  • 907e3e1 Pass correct diagnostics list in transpile mode (#917)
  • ea6e1da Make --ignore relative
  • 4b265bf 8.5.2
  • 746c222 Revert --require module loading
  • 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 on register
  • 06c7751 Remove -i from environment variables
  • 2e99c50 Replace internal _preloadModules usage
  • 1ad44bf Add ts-script which sets cwd to the script dir

There are 29 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 13, 2020

  • The devDependency ts-node was updated from 8.6.1 to 8.6.2.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for FIx `yn` Dependency

Fixed

  • Downgrade yn due to node engine (#942)
Commits

The new version differs by 52 commits.

  • 8ac4be5 8.6.2
  • 8db216c Downgrade yn due to node engine (#942)
  • b90754e Merge process.env in tests for CI
  • 1f063d7 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
  • 323c397 8.5.4
  • 266eaa5 Fix relative node_modules ignore

There are 52 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 18, 2020

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

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

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)

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 22, 2020

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

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

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

Commits

The new version differs by 73 commits.

  • 3766cc9 8.8.0
  • fb17211 Add sanitize=true to README for SVGs to work
  • aeb4817 Rollback mocha upgrade due to node.js version
  • cb70a4a Upgrade dev dependencies
  • 2e9a2f1 Simplify projectVersion incrementing
  • 429cf6a List all files for getScriptFileNames (#985)
  • e8df418 Fix issue templates (again) (#975)
  • 0c6c212 Fix issue templates (#974)
  • 7e08a7b Add github actions workflow for testing (#971)
  • 6fd1cb3 8.7.0
  • 6596a0d Add instructions to readme for intellij / webstorm (#958)
  • e006df6 Add example for mocha 7, since they removed some watch flags in v7 (#961)
  • 1f4e127 Remove caching of ts.sys.readDirectory (#969)
  • 35e2f92 Implement getProjectVersion (#963)
  • f3cd4a5 Add issue template for feature requests (#959)

There are 73 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 22, 2020

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

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for Fix Files Support

Fixed

v8.8.0...v8.8.1

Commits

The new version differs by 75 commits.

  • 0c0bc3d 8.8.1
  • be2c899 Fix --files support
  • 3766cc9 8.8.0
  • fb17211 Add sanitize=true to README for SVGs to work
  • aeb4817 Rollback mocha upgrade due to node.js version
  • cb70a4a Upgrade dev dependencies
  • 2e9a2f1 Simplify projectVersion incrementing
  • 429cf6a List all files for getScriptFileNames (#985)
  • e8df418 Fix issue templates (again) (#975)
  • 0c6c212 Fix issue templates (#974)
  • 7e08a7b Add github actions workflow for testing (#971)
  • 6fd1cb3 8.7.0
  • 6596a0d Add instructions to readme for intellij / webstorm (#958)
  • e006df6 Add example for mocha 7, since they removed some watch flags in v7 (#961)
  • 1f4e127 Remove caching of ts.sys.readDirectory (#969)

There are 75 commits in total.

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants