stencila / encoda

↔️ A format converter for Stencila documents
https://stencila.github.io/encoda/
Apache License 2.0
35 stars 9 forks source link

chore(dev dependencies): update dependency ts-node to v10.2.0 #988

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ts-node (source) 10.1.0 -> 10.2.0 age adoption passing confidence

Release Notes

TypeStrong/ts-node ### [`v10.2.0`](https://togithub.com/TypeStrong/ts-node/releases/v10.2.0) [Compare Source](https://togithub.com/TypeStrong/ts-node/compare/v10.1.0...v10.2.0) Questions about this release? Ask in the official discussion thread: [#​1423](https://togithub.com/TypeStrong/ts-node/issues/1423) **Added** - Adds top-level await support to REPL ([#​1383](https://togithub.com/TypeStrong/ts-node/issues/1383), [#​245](https://togithub.com/TypeStrong/ts-node/issues/245)) [@​ejose19](https://togithub.com/ejose19) - can be disabled with `--no-experimental-repl-await`, `experimentalReplAwait`, or `TS_NODE_EXPERIMENTAL_REPL_AWAIT` ([CLI docs](https://typestrong.org/ts-node/docs/options), [API docs](https://typestrong.org/ts-node/api/interfaces/CreateOptions.html#experimentalReplAwait)) - Setting `"pretty": false` disables pretty formatting of diagnostics even when stdout is a TTY ([#​1418](https://togithub.com/TypeStrong/ts-node/issues/1418), [#​1420](https://togithub.com/TypeStrong/ts-node/issues/1420)) [@​elevatebart](https://togithub.com/elevatebart) - Applies to ts-node's `pretty` option, not to be confused with TypeScript's `pretty` option - Ignores diagnostics which are annoying in an interactive REPL ([#​1396](https://togithub.com/TypeStrong/ts-node/issues/1396), [#​1120](https://togithub.com/TypeStrong/ts-node/issues/1120), [#​729](https://togithub.com/TypeStrong/ts-node/issues/729), [#​850](https://togithub.com/TypeStrong/ts-node/issues/850), [#​469](https://togithub.com/TypeStrong/ts-node/issues/469)) - For example, when you input `const foo = 1` in the REPL, `foo` is unused. We ignore the resulting diagnostic `foo is declared but its value is never read` - Diagnostics are only ignored in the REPL - Diagnostics for non-REPL files imported by the REPL will still be shown - Logged stack traces are colorized to match vanilla node's behavior ([#​1412](https://togithub.com/TypeStrong/ts-node/issues/1412), [#​1405](https://togithub.com/TypeStrong/ts-node/issues/1405)) **Fixed** - Fix [#​1397](https://togithub.com/TypeStrong/ts-node/issues/1397): SWC transpiler should emit ECMAScript imports and exports when configuration dictates ([#​1409](https://togithub.com/TypeStrong/ts-node/issues/1409), [#​1397](https://togithub.com/TypeStrong/ts-node/issues/1397)) - Enables SWC transpiler to be used alongside `--loader` - Fix [#​1403](https://togithub.com/TypeStrong/ts-node/issues/1403): source-map-support breaks rendering of node errors ([#​1405](https://togithub.com/TypeStrong/ts-node/issues/1405), [#​1403](https://togithub.com/TypeStrong/ts-node/issues/1403)) - Fix [#​1410](https://togithub.com/TypeStrong/ts-node/issues/1410): rendering of async stack frames should include `async` annotations ([#​1405](https://togithub.com/TypeStrong/ts-node/issues/1405), [#​1410](https://togithub.com/TypeStrong/ts-node/issues/1410)) - Fix [#​1411](https://togithub.com/TypeStrong/ts-node/issues/1411): wrong order of process 'exit' event and logging unhandled exception ([#​1405](https://togithub.com/TypeStrong/ts-node/issues/1405), [#​1411](https://togithub.com/TypeStrong/ts-node/issues/1411)) - Fix [#​1419](https://togithub.com/TypeStrong/ts-node/issues/1419): Should not throw `require.resolve` error when `@types/node` peerDependency is missing ([#​1419](https://togithub.com/TypeStrong/ts-node/issues/1419), [#​1422](https://togithub.com/TypeStrong/ts-node/issues/1422)) https://github.com/TypeStrong/ts-node/milestone/2

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

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.



This PR has been generated by WhiteSource Renovate. View repository job log here.

codecov-commenter commented 3 years ago

Codecov Report

Merging #988 (fd02e17) into master (ef32617) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #988   +/-   ##
=======================================
  Coverage   88.33%   88.33%           
=======================================
  Files          80       80           
  Lines        7594     7594           
  Branches     2427     2427           
=======================================
  Hits         6708     6708           
  Misses        860      860           
  Partials       26       26           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ef32617...fd02e17. Read the comment docs.

stencila-ci commented 3 years ago

:tada: This PR is included in version 0.119.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: