cypress-example-circleci-orb
cypress-example-circleci-orb copied to clipboard
chore(deps): update dependency ts-node to version 8.10.2 π
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| ts-node (source) | 7.0.1 -> 8.10.2 |
Release Notes
TypeStrong/ts-node
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)
v8.10.1
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)
v8.10.0
Added
Experimental support for native ECMAScript modules in node >=13 (#β1007, #β1010)
v8.9.1
Fixed
Fix --interactive / -i flag so it forces REPL even when stdin is not a TTY (#β1019)
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)
v8.8.2
Fixed
- Avoid pushing to
rootFileNameswith version
v8.8.1
Fixed
- Fix
--filessupportbe2c899
v8.8.0
Added
- Add
sanitize=trueto 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 https://github.com/TypeStrong/ts-node/issues/884
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::getProjectVersionto workaround microsoft/TypeScript#β36748 (#β906 - Add
ts-node-transpile-onlybinary (#β939) @βG-Rath
Changed
- Deprecate
ts-scriptin favor ofts-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)
v8.6.2
Fixed
- Downgrade
yndue to node engine (#β942)
v8.6.1
Fixed
- Fix the resolution order of
TS_NODE_COMPILER_OPTIONS- closes https://github.com/TypeStrong/ts-node/issues/938
v8.6.0
Fixed
- Remove normalize slashes from config file loading for Windows
Added
- Configure using
tsconfig.json(#β921) @βcspotcode π - Allow
dirto be configurable - Add
--buildflag for emitting compiled TypeScript (under--compiler-hostmode) - Incremental compiler support (#β895)
v8.5.4
- Fix relative
node_modulesignore266eaa5
v8.5.3
Fixed
v8.5.2
Fixed
- Revert
--requiremodule loading change
v8.5.0
Added
- Expose
ts-scriptfor relativetsconfig.jsonfiles from<script.ts> - Support
--interactiveCLI option - Expose registered
ts-nodeinstance information onprocess - Allow dynamic
enableof registeredts-nodeinstances - Allow
--dirto be configurable from CLI - Add
--scopeflag for directory scoped compilation of TypeScript - REPL history on node 11+
- Expose
createfunction for programmatic compiler usage
Fixed
- Repeated RegExps in REPL will now compile
v8.4.1
Fixed
- Revert "List all files in memory cache improves perf 1.4x"
87a6e2c
v8.4.0
Added
Fixed
v8.3.0
Added
- Support
--prefer-ts-extsflag
v8.2.0
Added
- Expand FS cache to all file system operations
Changed
- Pass all files to "root scripts" TypeScript compiler option to improve performance
v8.1.1
Fixed
- Remove
realpathfrom TypeScript compiler to support existing use-cases withoutpreserveSymlinks
v8.1.0
Added
- Expose
--log-erroroption for logging on TypeScript compilation issues - Cache file system lookup operations
Changed
- Remove
incrementalandtsBuildInfoFilecompiler options
v8.0.3
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)
v8.0.2
Fixed
- Override
includeproperty, notincludesπ€
v8.0.1
Fixed
- Add missing
argtopackage.jsondependencies
v8.0.0
Changed
- Remove JavaScript output cache
- Cleaned up CLI args
- The
-poption must now be-pesinceargdoes not support optional flag and string at the same time - Other CLI options support camel case must now be specified in
kebab-case
- The
- Preserve
ts-nodearguments inexecArgvfor forked processes to use - Avoid loading files at the configuration level by default
- Avoids
ts-nodeREPL taking a long time in a large user directory
- Avoids
Configuration
π Schedule: "after 10pm every weekday,every weekend,before 5am every weekday" in timezone America/New_York.
π¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
β» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by WhiteSource Renovate. View repository job log here.