AnthonyNahas / my-page

Personal Freelance Page built with Angular and Material Design based on startboostrap (cloned from @angular-material-extensions/freelance-theme)
https://anthonynahas.github.io/my-page/
MIT License
2 stars 0 forks source link

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

Open greenkeeper[bot] opened 5 years ago

greenkeeper[bot] commented 5 years ago

The devDependency ts-node was updated from 8.0.2 to 8.0.3.

🚨 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: install:** Your tests passed on CircleCI! ([Details](https://circleci.com/gh/AnthonyNahas/my-page/147?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)). - ❌ **ci/circleci: lint:** Your tests failed on CircleCI ([Details](https://circleci.com/gh/AnthonyNahas/my-page/149?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)). - ❌ **ci/circleci: test-app:** Your tests failed on CircleCI ([Details](https://circleci.com/gh/AnthonyNahas/my-page/148?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)).

Release Notes for Relative TypeScript

Added

  • Fall back on resolving relative TypeScript packages (normal resolution is from working directory, these two things can be the same in the case of locally installed packages)
Commits

The new version differs by 10 commits.

  • 8706c31 8.0.3
  • d065dd2 Update README note about relative installations
  • 655c43b Fallback on resolving TypeScript relatively (#793)
  • c2ecc7d Add note about local TypeScript to README (#789)
  • 7414752 Update README with triple-slash directive example (#776)
  • efaf67a Add VS Code env note to README (#738)
  • 2609663 Avoid incrementing memory cache unnecessarily
  • b4bdb08 Specify sensitive file names for document registry
  • c215693 Utilize TypeScript sys better for service host
  • 062254f Conditionally enable .[tj]sx extensions

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 5 years ago

After pinning to 8.0.2 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 4 commits.

  • d117650 8.1.0
  • 66d54af Cache file system operations (#803)
  • 038f83d Remove incremental & tsBuildInfoFile compiler opts (#815)
  • 750ecca Add --log-error option (#818)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for Cache FS Operations

Added

  • Expand FS cache to all file system operations

Changed

  • Pass all files to "root scripts" TypeScript compiler option to improve performance
Commits

The new version differs by 3 commits.

  • b8fd523 8.2.0
  • 1e838f7 Caching all FS operations improves perf 1.25x
  • 6dad5ad List all files in memory cache improves perf 1.4x

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 3 commits.

  • 6295254 8.3.0
  • 53e470d Simplify extension ordering for preferences
  • 611d013 Support --prefer-ts-exts flag (#837)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

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

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

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[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

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 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 20 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

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 3 commits.

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

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

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

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for FIx `yn` Dependency

Fixed

  • Downgrade yn due to node engine (#942)
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 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
  • 4dbc15d Rename --build to --emit
  • 6045a24 Update dev dependencies

There are 23 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

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

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[bot] commented 4 years ago

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

greenkeeper[bot] commented 4 years ago

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

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

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

greenkeeper[bot] commented 4 years ago

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)

greenkeeper[bot] commented 4 years ago

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)

greenkeeper[bot] commented 4 years ago

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)

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

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)

greenkeeper[bot] commented 4 years ago

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 installed ts-node (#1032)
Run CI tests on Windows (#1041)
Run CI only once per commit on pull requests and master (#1042)